/*html definitions*/
body {background-color:#FFFFFF; font-family:Verdana, Arial, sans-serif; margin:0px; padding:0px; font-size:80%;}
a {color:#060;}
a:hover {color:#600; text-decoration:none;}
ol, ul, p {line-height:150%;}

h1,h2,h3,h4,h5,h6 {font-family:Verdana, sans-serif; font-weight:bold;}
h1 {color:#060; font-size:x-large; margin:0px;}
h2 {color:#740019; font-size:large;}
h3 {color:#060; font-size:medium;}
h4 {color:#740019; font-size:small;}
h5 {color:#060; font-size:x-small;}
h6 {color:#060; font-size:xx-small; font-style:normal;}

/************start general template structure************/

/*wraps template body*/
#contain {width: 750px; background:url(../images/backgroundshadow.gif) repeat-y center; text-align: left; position: relative; margin: 0px auto;padding-left:37px;padding-right:37px;} 
#block {width:747px; background-color:#fff; margin-top:0px; padding:0px;}
#block:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*mt.gov header*/
#intro {width:747px; height:67px; border:solid 1px #333; background:url(../images/firehead.jpg) top right no-repeat; background-color:#060; margin:0px; padding:0px;}
#intro h1 {margin:105px 0px 0px 20px; color:#fff;}
#intro a {color:#fff; text-decoration:none;}
#intro a:hover {color:#ddd; text-decoration:none;}

/*mt.gov logo - top left of page - The -3px margin-bottom in #logo img fixes an IE padding bug.*/
#logo img {border:0px; margin-bottom:-3px; padding:0px;}

/*capitol image in header*/
#capitol {position:absolute; left:258px; top:1px; width:49px; height:67px; background:url(http://mt.gov/images/capitolhead.gif) top left no-repeat;}

/*title in header*/
#title {position:absolute; left:305px; top:46px; width:475px; text-align:center;}
#title h1 {margin:0px; color:#fff; font-variant:small-caps; font-size:14px;}

/*menu*/
#menu {float:left; width:100%; border:solid #333; border-width:0px 1px 1px; background-color:#060; margin:0px; padding:0px; list-style:none;}
#menu li {float:left; margin:0px; padding:0px; background-image:none; line-height:normal; text-indent:0px; font-size:80%;}
#menu ul li {list-style:none; margin:0px;}
#menu a {display:block; padding:5px 10px 6px; border:solid #919191; border-width:0px 1px 0px 0px; color:#fff; text-decoration:none; white-space:nowrap;}
* html #menu a {width:1%;}
#menu a:hover {color:#fff; background-repeat:no-repeat; background-color:#004a00;}

/* Dropdown Header Menu Section*/
.label {display:none;}
.dropmenu {width:747px; font-size:12px; white-space:nowrap; clear:both; background-color:#060; border:solid #333; border-width:0px 1px 1px;}
.dropmenu ul {margin:0px; padding-left:0px; display:block;}
.dropmenu ul li {margin-left:0px; list-style:none; display:block; width:98%; display:inline; margin:0px;}
.dropmenu li ul {display:none; position:absolute; top:83px; left:11px; width:100%; background-color:#fff;}
.dropmenu li > ul {top:auto; left:auto;}
.dropmenu ul li:hover ul, .dropmenu ul li.over ul {display:block; border:solid #000; border-width:0px 1px 1px 1px; margin:0px;}
.dropmenu a {padding:2px 13px 3px; text-decoration:none; color:#fff; display:block; float:left; font-size:80%; border:solid #919191; border-width:0px 1px 0px 0px;}
.dropmenu li ul a {color:#000; padding:0px 0px 0px 5px; text-decoration:none; display:block; font-size:80%; width:97%; border-right:none;}
.dropmenu a:hover {color:#fff; background-color:#004a00;}
.dropmenu li ul a:hover {text-decoration:none; color:#fff; background-color:#060;}
.dropmenu:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}


#drop1,#drop2,#drop3,#drop4,#drop5,#drop6,#drop7,#drop8{position:absolute; top:89px; background-color:#eee;}
#drop1 {left:37px; width:265px;}
#drop2 {left:113px; width:140px;}
#drop3 {left:190px; width:221px;}
#drop4 {left:253px; width:275px;}
#drop5 {left:377px; width:258px;}
#drop6 {left:463px; width:160px;}
#drop7 {left:535px; width:185px;}
#drop8 {left:662px; width:92px;}

/*content wrap*/
#content {float:left; width:727px; padding:10px 10px 20px; border:solid #135; background-color:#fff; border-width:0px 1px 1px 1px;}
#content:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/* 3px margin bug fix in IE/Win floats */
* html #content {margin-right:-3px;}

/*hide Insite placeholder image*/
#gif {display:none;}

/*footer*/
#footer {background-color:#060; clear:both; width:727px; padding:0px 10px; border:solid #333; border-width:0px 1px 1px; text-align:center;}
#footer:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}
#footer a {color:#fff; text-decoration:none; margin:0px; padding:0px; list-style:none; font-size:70%;}
#footer a:hover {color:#fff; text-decoration:underline;}
#footer img {border:none;}
#footer ul {margin:0px; padding:4px 0px 2px 67px; list-style-type:none;}
#footer li {margin:0px 8px 0px 0px; padding:0px 8px 0px 0px; display:inline;}
#footfloat {float:right;}
 #footerbottomshadow {width:800px;background-image:url(../images/backgroundshadowbottom.gif);background-repeat:no-repeat;position:absolute;left:12px;margin-top:-9px;height:43px;} 

/************end template structure************/

/*General Use Classes*/
.floatright {float:right; margin:0px 0px 5px 5px;}
.floatleft {float:left; margin:0px 5px 5px 0px;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}

/*Right and left column template pieces*/
#wrapper {float:left; width:747px; background-color:#FFF; border:solid #135; border-width:0px 1px 1px 1px; background-image: url(/images/leftcolumn.gif);background-repeat: repeat-y;}
#mainleft {float:left; width:540px; padding:10px 10px 20px; background-color:#fff; border-right:solid 1px #996;}
#mainright {float:right; width:540px; padding:10px 10px 20px; background-color:#fff;}
#navright, #navleft {width:170px; color:#000; background-color:transparent; font-size:85%; padding:18px 8px 10px; margin:0px;}
#navright {float:right;}
#navleft {float:left;}
#navright h2, #navleft h2 {margin:0px 0px 7px 0px; font-size:small; color:#333;}
#navright ul, #navleft ul {list-style:none; margin:0px 0px 10px; padding:0px;}
#navright ul li, #navleft ul li {margin:0px; padding:0px;}
#navright a, #navleft a {text-decoration:none;}
#navcol a:hover, #navleft a:hover {text-decoration:underline;}

/*3 Column Layout*/
#col3wrap {float:left; width:530px; background:#fff;}
#left3col {float:left; width:190px; font-size:85%; padding:15px 5px 10px; background:#fff;}
#mid3col {float:right; width:320px; background:transparent; font-size:85%; padding:15px 5px 10px;}
#right3col {float:right; width:185px; background:transparent; font-size:85%; padding:15px 5px 10px;}
