/*html definitions*/
body {background-color:#FFFFFF; font-family: Verdana, Arial, sans-serif; margin:0px; padding:0px; font-size:80%;}
a {color:#2E3192;}
a:hover {color:#600; text-decoration:none;}
ol, ul, p {line-height:150%;}
A:visited {color: #060;}


h1,h2,h3,h4,h5,h6 {font-family:Verdana, sans-serif; font-weight:bold;}
h1 {color:#2E3192; font-size:x-large; margin:0;}
h2 {color:#060; font-size:large; }
h3 {color:#2E3192; font-size:medium;}
h4 {color:#060; font-size:small; margin-bottom:0;}
h5 {color:#2E3192; font-size:x-small;}
h6 {color:#2E3192; font-size:xx-small; font-weight:normal; margin-top:0;}

/************start general template structure************/

/*wraps template body*/
#contain {
	width: 787px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	padding-left:37px;
	background-image: url(../images/backgroundshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
#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:98px; border:solid 1px #333; background-color:#fff; margin:0px; padding:0px;} */
#intro {
	width:100%;
	
	border:solid 1px #333;
	background-color:#fff;
	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;}

/*title in header*/
#title {position:absolute; left:400px; top:47px;}
#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 10px 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 {position:absolute; top:92px; background-color:#eee;}
#drop1 {left:0px; width:120px;}
#drop2 {left:104px; width:140px;}
#drop3 {left:243px; width:150px;}
#drop4 {left:356px; width:190px;}
#drop5 {left:464px; width:160px;}
#drop6 {left:534px; width:150px;}
#drop7 {}

/*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:right;}
#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 80px; list-style-type:none;}
#footer li {margin:0px 8px 0px 0px; padding:0px 8px 0px 0px; display:inline;}
#footfloat {float:right;}
#foottxt {background-color:#9cc;}

/************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;}
#mainright ul li {
	margin:0px;
	padding:0px 0px 0px 20px;
	line-height:1.3em;
	vertical-align:baseline;
	list-style-type:none;
	background-image: url(../images/arrowgray.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

#navright, #navleft {width:170px; color:#000; background-color:transparent; font-size:85%; padding:18px 8px 10px; margin:0px;}
#navright {float:right;}
#navleft {float:left;}
#programs {background-color:#fff; color:#000; border:1px solid black; padding:5px; width:146px; padding:5px; margin-top:10px;}
#programs ul li {padding-top:2px;}
#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;}

/*New Background 5/16/06*/
#footerbottomshadow {
	width:800px;
	background-image:url(../images/backgroundshadowbottom.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:12px;
	margin-top:-9px;
	height:43px;
} 