/* CSS Document */
/* Start General Site Wide */
body {
	margin: 1px;
	padding: 0 1px 0 0;
	color: #000;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link { color: #36C; }

a:visited {
	color: #555;
	text-decoration: underline;
}

a:active { color: #F00; }

a:hover {
	color: #C30;
	text-decoration: none;
}

table {
	width: 100%;
	margin: 0;
	padding:0;
}

td {
	margin: 0;
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img { border-style: none; }

form { display: inline; }

.printonly {display:none;}

h1,h2,h3 { font-weight: bold; }

h1 {
	/* color see the colored .css file */
	font-size: 1.2em;
	padding: 10px 0 0 0;
}

h2 {
	font-size: 1.05em;
	padding: 0;
	margin-bottom: .4em;
}

h3 {
	font-size: .95em;
	padding: 0;
	margin-bottom: .4em;
	font-style: normal;
}

#awt-middle-col #awt-content-area h4 {
	font-size: .9em;
	padding: 0;
	margin-bottom: .3em;
}

input {
	font-size: 1em;
}

/* End General Site Wide */
/* Start of Agency Website */

/* Start of Skip Nav */
.awt-skipNav {
	position: absolute;
	left: -999px;
	width: 990px;
	clear: both;
}
/* End of Skip Nav */
/* Start of Header */
#awt-header {
	/* background (header.css) */
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}

#awt-header tr, #awt-header td, #awt-header img { margin: 0; padding: 0; }

#awt-logo img { margin: 0; padding: 0; border: none;}

#awt-search { vertical-align: middle; }

#awt-searchForm {
	background: transparent;
	font-size: .85em;
}

#awt-searchForm p { 	
	padding:0 0 4px 7.6em;
    margin: 0;
}

#awt-searchForm #awt-sitemap {
	padding: 0 0 2px 0;
	margin: 0;
	vertical-align: bottom;
}
    
#awt-searchForm #awt-search-label {
	/* color (header.css) */
	/* font-weight (header.css) */
	padding: 5px 5px 0 0;
	text-align: right;
	margin: 0;
	white-space: nowrap;
}

#awt-searchForm a {
	/* color (header.css) */
	/* font-weight (header.css) */
	text-decoration: underline;
}

#awt-searchForm a:visited {
	/* color (header.css) */
	text-decoration: underline;
}

#awt-searchForm a:hover {
	/* color (header.css) */
	text-decoration: none;
}

#awt-searchForm #awt-search-textbox {
	width: 10em;
	padding: 2px;
}

#awt-searchForm #awt-search-textbox input {
	font-size: .95em;
	margin: 0;
}

#awt-searchForm #awt-search-button {
	width: 3em;
	padding: 2px 2px 0 2px;
}

#awt-searchForm #awt-search-button input {
	background: #FC0;
	font-size: .95em;
	margin: 0;
}
/* End of Header */
/* Start of Agency Website Top Nav */
#awt-topNav {
	margin: 1px 0;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
}

#awt-topNav-links {
	padding: 6px 1px 2px 15px;
	font-size: .85em;
	font-weight: bold;
}

#awt-topNav-links a {
	color: #FFF;
	text-decoration: underline;
}

#awt-topNav-links a:hover { text-decoration: none; }

#awt-topNav .on,
#awt-topNav-links .on,
#awt-topNav-links .awt-on, 
#awt-topNav-search .awt-on  { text-decoration: none;
	color: #FC0;
}

#awt-topNav-search {
	padding: 4px 1px 4px 15px;
	font-size: .85em;
	font-weight: bold;
}

/* the following rule is recognized only by IE */
        
* html body td#awt-topNav-search {
	padding: 2px 1px 2px 15px;
}


#awt-topNav-search a {
	color: #FFF;
	text-decoration: underline;
}

#awt-topNav-search a:hover { text-decoration: none; }

#awt-topNav-search #nav-search-label {font-size: 1em;}


#searchOption2 {
	text-align: right;
	padding: 0 1em 0 0;
}

/* End of Agency Website Top Nav */
/* Start of content-area Area */
#awt-page-body { border: 1px solid #000; }

/* Start of Left Column */
#awt-left-col {
	border-right: 1px solid #000;
	width: 16em;
	padding: 0;
	margin: 0;
	/* background color see the colored .css file */
}

#awt-leftside {
	padding-left: 7px;
}

#awt-left-col {margin-top:0;}

#awt-leftside h4 {
	text-transform: uppercase;
	padding: 6px 1px 4px 1px;
	margin: 0;
	color: #FFF;
	/* background color see the colored .css file */
	font: bold 0.95em Arial, Verdana, Helvetica, sans-serif;
}

/* sets margin padding and list styles for left nav */

ul.awt-leftnav1, ul.awt-leftnav1 ul, ul.awt-leftnav1 ul ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* this gives the last link a bottom border */

ul.awt-leftnav1 {border-bottom: 1px solid #000;} 

/* this closes up the space between li's in IE */

ul.awt-leftnav1 li {display:inline; margin: 0;} 

/* styles for links */

ul.awt-leftnav1 li a
{
	display: block;
	text-decoration: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 0;
	border-bottom: 0;
	padding: 3px 10px 3px 20px;
	font-weight: bold;
	font-size: 0.87em;
	color: #000;
	background-image: url(/awt/images/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: .5em .5em;
	/* background color see the colored .css file */
    text-decoration: none;
	margin: 0;
}

ul.awt-leftnav1 li a:visited
{
	color: #000;
    text-decoration: none;
}

ul.awt-leftnav1 li a:hover {
	background: #FFF url(/awt/images/bullet_hover.gif) no-repeat .5em .5em;
}

ul.awt-leftnav1 li a.on {
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat .5em .5em;
}

ul.awt-leftnav1 li a.on:visited {
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat .5em .5em;
}

ul.awt-leftnav1 li a.on:hover {
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat .5em .5em;
}

/* cascading styles to change indent
and bullets for nested lists */

ul.awt-leftnav1 li ul a {
	background: #FFF url(/awt/images/bullet_second.gif) no-repeat 1.8em .5em;
	padding-left: 3.3em;
	border-top: none;

}

ul.awt-leftnav1 li ul a:visited {
	background: #FFF url(/awt/images/bullet_second.gif) no-repeat 1.8em .5em;
	padding-left: 3.3em;
	border-top: none;

}

ul.awt-leftnav1 li ul a:hover {
	background: #FFF url(/awt/images/bullet_hover.gif) no-repeat 1.8em .5em;
	padding-left: 3.3em;
	border-top: none;

}

ul.awt-leftnav1 li ul a.on { 
	color: #C00; 
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat 1.8em .5em;
}

ul.awt-leftnav1 li ul a.on:visited { 
	color: #C00; 
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat 1.8em .5em;
}

ul.awt-leftnav1 li ul a.on:hover { 
	color: #C00; 
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat 1.8em .5em;
}

ul.awt-leftnav1 li ul ul a {
	background: #FFF url(/awt/images/bullet_second.gif) no-repeat 3.5em .5em;
	padding-left: 5em;
	border-top: none;
}

ul.awt-leftnav1 li ul ul a:visited {
	background: #FFF url(/awt/images/bullet_second.gif) no-repeat 3.5em .5em;
	padding-left: 5em;
	border-top: none;
}

ul.awt-leftnav1 li ul ul a:hover {
	background: #FFF url(/awt/images/bullet_hover.gif) no-repeat 3.5em .5em;
	padding-left: 5em;
	border-top: none;
}

ul.awt-leftnav1 li ul ul a.on {
	color: #C00; 
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat 3.5em .5em;
	padding-left: 5em;
	border-top: none;
}

ul.awt-leftnav1 li ul ul a.on:visited {
	color: #C00; 
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat 3.5em .5em;
	padding-left: 5em;
	border-top: none;
}

ul.awt-leftnav1 li ul ul a.on:hover {
	color: #C00;
	background: #FFF url(/awt/images/bullet_on.gif) no-repeat 3.5em .5em;
	padding-left: 5em;
	border-top: none;
}

/* End of Left Column */
/* Start of Middle Column */

#awt-middle-col {
	background: #FFF;
	padding: 0;
	margin: 0;
}

#awt-middle-col p.awt-crumbs {
	padding: 6px 1px 6px 7px; 
	font-size: .85em;
	font-weight: normal;
	text-align: left;
	margin: 0; 
	background: #E1E1E1;
}

/* added 6-2005 workaround for editable area within p tag */
#awt-middle-col div.awt-crumbs {
	padding: 6px 1px 6px 7px; 
	font-size: .85em;
	font-weight: normal;
	text-align: left;
	margin: 0; 
	background: #E1E1E1;
}


#awt-middle-col ul li, 
#awt-middle-col ol li,
#awt-middle-col dl 
 {
	font-size: .95em; 
	margin-top: 6px;
	margin-bottom: 6px;
}

#awt-middle-col ul li ul li, 
#awt-middle-col ol li ol li, 
#awt-middle-col ul li ol li, 
#awt-middle-col ol li ul li {
	font-size: 1em; 
	margin-bottom: 6px;
}

#awt-middle-col ul.plain {
	margin-left: 0; 
	padding-left: 0; 
	list-style: none;
}

#awt-content-area { padding: 0 12px 12px 15px; }
#awt-content-area h1 {margin-top: 0;}

#awt-content-area p {
	margin-top: 0; 
	margin-bottom: .9em; 
	font-size: .95em; 
}

#awt-content-area li p {
	font-size: 1em;
}

/*added 12-18-2007*/
#awt-content-area td p {
	font-size: 1em; 
}

/* End of Middle Column */
/* Start of Right Column */
#awt-right-col {
	border-left: 1px solid #000;
	width: 14em;
	padding: 0;
	margin: 0;
	/* background color see the colored .css file */
}

#awt-rightside h4 {
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	margin: 0;
	/* background color see the colored .css file */
	font: bold 0.95em Arial,Verdana, Helvetica, sans-serif;
}

#awt-rightside p {
	margin: 0em 0;
	padding: 4px 4px 4px 10px;
	font-size: .85em;
}

#awt-rightside a:link { color: #000; }

#awt-rightside a:hover {
	color: #C30;
	text-decoration: none;
}

#awt-rightside ul {padding-left: 0; margin-left: 0; margin-top: 3px; margin-bottom: 0; list-style:none;}
#awt-rightside li {padding-left: 8px; margin-bottom: 6px; font-size: .87em;}
/* End of Right Column */
/* End of content-area Area */

/* Start of Footer */
/* Start of Bottom Nav */
#awt-bottom-nav {
	margin: 1px 0 1px 0;
	border: 1px solid #000;
	background: #808080;
}

#awt-bottom-nav-links {
	padding: 4px 1px 4px 15px;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

#awt-bottom-nav-links a {
	color: #FFF;
	text-decoration: underline;
}

#awt-bottom-nav-links a:hover { text-decoration: none; }

/* End of Bottom Nav */
/* Start of Copyright */
#awt-copyright {
	border: 1px solid #000;
	/* background color see the colored .css file */
}

td#awt-credits {
	width: 22%;
}

td#awt-copyright-text {
	width: 56%;
	vertical-align: middle;
	color: #FFF;
	font-size: .85em;
	margin: 0;
	padding: 9px;
}

td#awt-security {
	width: 22%;
}

td#awt-credits, td#awt-copyright-text, td#awt-security { text-align: center; }
/* End of Copyright */ 
/* End of Footer */

/* GOVDELIVERY STYLES HERE */

.notifyboxl {margin: 1em 8px;padding: 0 0 6px 0;border: 1px solid #000;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
	.notifyboxl h3 {color:#fff !important;font-size: 1.2307em; margin: 6px 0 6px 9px !important; padding: 3px 0 0 0 !important;}
	.notifyboxl p {color:#fff !important;margin: 6px 0 6px 9px !important;padding:0  !important;}
	.notifyboxl label {color:#fff !important;display:block;margin: 6px 0 2px 0 !important;padding:0 !important; font-size: .75em !important; font-weight: bold;}
	.notifyboxl input[type="text"] {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; margin-left: 0;text-align:left; font-size: 1em; padding: 2px; border-color: silver;border-width: 2px;}
	.notifyboxl input[type="submit"] {margin: 6px 0 0 9px;padding: 4px 12px;font-weight: bold;line-height: 1;color: #444;border: none;text-shadow:0 1px 1px rgba(255, 255, 255, 0.85);	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb)); background-image: -moz-linear-gradient(0 100% 90deg, #fff, #bbb); background-color: #bbb;-webkit-border-radius: 23px; -moz-border-radius: 23px; -o-border-radius: 23px; border-radius: 23px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);}
	.notifyboxl input[type="submit"]:hover {background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#999)); background-image: -moz-linear-gradient(0 100% 90deg, #bbb, #999); background-color: #999; text-shadow:none; color: #fff;}
	.notifyboxl input[type="text"]:focus {-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5); -moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5); box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);}

.notifyboxs {margin: 1em 8px; padding: 0 6px 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
	.notifyboxs:hover {background-color:#406686;}
	.notifyboxs h3 {color:#fff !important;font-size: 1.2307em; margin: 9px 0 6px 36px !important; padding: 3px 0 0 0 !important;}
	.notifyboxs p {color:#fff !important;margin: 6px 0 6px 36px !important;padding:0  !important;}.notifyboxr { margin:1em 8px; padding:0 6px 6px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;  }
	#awt-rightside .notifyboxr h3 { color:#fff; font-size:1.2307em; margin:9px 0 6px 36px; padding:3px 0 0; }
	#awt-rightside .notifyboxr p { color:#fff; margin:6px 0 6px 36px; padding:0; }
	#awt-rightside .notifyboxr label { color:#fff; display:block; margin:6px 0 2px 36px; padding:0; font-size:.75em; font-weight:bold; }
	.notifyboxr input[type=text] { -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin-left:36px; text-align:left; font-size:1em; padding:2px; border-color:silver; border-width:2px; }
	.notifyboxr input[type=submit] { margin:6px 0 0 36px; padding:4px 12px; font-weight:bold; line-height:1; color:#444; border:none; text-shadow:0 1px 1px rgba(255,255,255,0.85); background-image:0 to(#bbb)); background-image:0; background-color:#bbb; -webkit-border-radius:23px; -moz-border-radius:23px; -o-border-radius:23px; border-radius:23px; -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5); -moz-box-shadow:0 1px 2px rgba(0,0,0,0.5); box-shadow:0 1px 2px rgba(0,0,0,0.5); }
	.notifyboxr input[type=submit]:hover { background-image:0 to(#999)); background-image:0; background-color:#999; text-shadow:none; color:#fff; }
	.notifyboxr input[type=text]:focus { -webkit-box-shadow:0 0 12px rgba(51,204,255,0.5); -moz-box-shadow:0 0 12px rgba(51,204,255,0.5); box-shadow:0 0 12px rgba(51,204,255,0.5); }
	.notifyboxr a { color:#fff; text-decoration:none; }
	.notifyboxr a:visited { color:#fff; text-decoration:none; }
	.notifyboxr a:hover { color:#fff; text-decoration:underline; }
	.notifyboxr a:focus { color:#eee; text-decoration:underline; }

a.govdeliv {color:#fff;text-decoration: none !important;}
a.govdeliv:visited {color:#fff;text-decoration: none !important;}
a.govdeliv:hover {color:#fff !important;text-decoration: underline !important;}
a.govdeliv:focus {color:#eee;text-decoration: underline;}

/* COLOR STYLES HERE */

#gdDarkgreen.notifyboxl {background: #076107 url(/awt/govdeliv/notify-background-darkgreen.jpg) no-repeat 0 0;}
#gdDarkgreen.notifyboxr {background: #076107 url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 9px;}
#gdDarkgreen.notifyboxs {background: #076107 url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 6px;}
#gdDarkgreen.notifyboxs:hover {background-color:#1d6f1d;}
#gdBrown.notifyboxl {background: #584A34 url(/awt/govdeliv/notify-background-brown.jpg) no-repeat 0 0;}
#gdBrown.notifyboxr {background: #584A34 url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 9px;}
#gdBrown.notifyboxs {background: #584A34 url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 6px;}
#gdBrown.notifyboxs:hover {background-color:#413620;}
#gdLotterygreen.notifyboxl {background: #017649 url(/awt/govdeliv/notify-background-lotterygreen.jpg) no-repeat 0 0;}
#gdLotterygreen.notifyboxr {background: #017649 url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 9px;}
#gdLotterygreen.notifyboxs {background: #017649 url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 6px;}
#gdLotterygreen.notifyboxs:hover {background-color:#1d6f1d;}
#gdSlate.notifyboxl {background: #17476d url(/awt/govdeliv/notify-background-slateblue.jpg) no-repeat 0 0;}
#gdSlate.notifyboxr {background: #17476d url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 9px;}
#gdSlate.notifyboxs {background: #17476d url(/awt/govdeliv/notify_icon-transparent-30x38.png) no-repeat 5px 6px;}
#gdSlate.notifyboxs:hover {background-color:#356082;}

ol.form {list-style-type:none;padding-left:0;margin-left:0;}

/* END GOVDELIVERY STYLES */

/* End of Agency Website */
