@charset "utf-8";
/* CSS Document */

/*CSS RESET ********************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	
	vertical-align:baseline;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;
}
/*END CSS RESET ********************************************/

body {background-image: url(/images/mainbg.jpg);}

#acgovcontainer {
	width: 968px;
	margin: 20px auto;
	background-color:#FFF;
	padding: 1px;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333; /* future proofing */
}

/* BANNER *******************************************************************/
#acgovbanner {
	background-image: url(/images/bannerbg.jpg);
	background-repeat:no-repeat;
	width: 968px;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	position: relative !important;
	/* Quirks Mode Fix */
	position:static;
	/********************/
}
#acgovbanner #acgovlogo {
	position: absolute;
	left: 25px;
	top: 32px;
	/*float: left;
	padding: 32px 0px 0px 25px;*/
}
#acgovbanner a.skipheader {
	float: right;
	padding: 5px 5px 0px 0px;
	color: #FFF;
	font-size: 60%;
}
#acgovbanner #acgovsearchbox {
	position: absolute;
	right: 21px;
	top: 35px;
	width: 454px;
	height: 60px;
	/*float: right;
	padding: 35px 21px 0px 0px;*/
}
#acgovbanner #acgovsearchbox #googlebox{
	width: 454px;
	height: 35px;
	background-image: url(/images/searchbg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: transparent;
}

#acgovbanner #acgovsearchbox #googlebox input#googleinput {
	color:#999;
	font-size: 18px;
	height: 26px;
	width: 400px;
	border: 0;
	margin: 4px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
#acgovbanner #acgovsearchbox #googlebox input#googlesubmit {
	border: 0;
    color: #FFFFFF;
    float: right;
    font-size: 1px;
    height: 35px;
    margin: 0;
    width: 40px;
	text-indent: -9999px;
	background-image: url(/images/searchbg.png);
	background-position:bottom right;
	background-color: transparent;
}
#acgovbanner #acgovsearchbox #googlebox input#googlesubmit:hover {
	background-position:top right;
}
#acgovbanner #acgovsearchbox #popularsearches {
	border: 0;
    float: right;
    margin: 0;
    width: 400px;
}
#acgovbanner #acgovsearchbox #popularsearches p {
    color: #666;
    font-size: 70%;
	padding-top: 3px;
	text-align:right;
}
#acgovbanner #acgovsearchbox #popularsearches p .label {
    color: #000;
}
#acgovbanner #acgovmenubar {
    top: 125px;
	position: absolute !important;
	/* Quirks Mode Fix */
	position:static;
	/********************/
	height: 40px;
	background-color: #406182;
	width: 968px;
	border-bottom: 1px solid #fff;
}
#acgovbanner #acgovnavbar li {
     display: inline;
	 float: left;
	 text-align:center;
}
#acgovbanner #acgovnavbar li a {
    border-right: 1px solid #87A7C6;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
    height: 28px;
    letter-spacing: 0;
    padding: 6px 10px ;
    text-decoration: none;
    text-transform: uppercase;
}
#acgovbanner #acgovnavbar li a.svc, #acgovbanner #acgovnavbar li a.bus, #acgovbanner #acgovnavbar li a.gov {
	padding-top: 13px;
	height: 21px;
}
#acgovbanner #acgovnavbar li a:hover {
    background-color:#CCC;
	cursor:pointer;
	color:#333;
}
#acgovbanner #acgovquick {
    position: relative;
	padding-top: 8px;
	background-color: #406182;
	float: right;
}
#acgovbanner #acgovquick li {
     display: inline;
	 float: left;
	 text-align:center;
}
#acgovbanner #acgovquick li a {
    border-right: 1px solid #fff;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 70%;
    letter-spacing: 0;
    padding: 0px 5px;
	text-decoration:none;
}
#acgovbanner #acgovquick li a:hover {
    text-decoration:underline;
}
#acgovbanner #acgovquick li a.m {
    border-right: 0px solid #fff;
}
#acgovbanner #acgovmenubar .addthis_toolbox {
	float: right !important;
	padding: 12px 5px 0px 5px;
	width: 20px;
}

/* MAIN CONTENT SECTION *******************************************************************/
#acgovcontentsection {
	margin: 1px 1px 1px 0px;
	background-color:#FFF;
	background-image: url(/images/acgovsidebarbg.jpg);
	background-repeat:repeat-y;
	position: relative;
}
#acgovcontentsection img.sectionphoto {
	position: absolute !important;
	/* QUIRKS MODE FIX */
	position: relative;
	/*******************/
	top: 0px;
	left: 0px;
}
/* Standard form field formatting ************************************************************/
#maincolumn form.standard input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	border: 1px solid #999;
	padding: 5px;
}
#maincolumn form.standard #submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	border: 1px solid #999;
	padding: 3px;
	background-color: #ddd;
}
#maincolumn form.standard #submit:hover {
	background-color: #99ccff;
	cursor:pointer;
}

/* SECTION SIDEBAR *******************************************************************/
#acgovcontainer #acgovcontentsection #sidebar {
	background-color:#FFF;
	border: 1px solid #87a7c6;
	float: left !important;
	/*Quirks Mode Fix*/
	float: none;
	/*****************/
	width: 210px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	margin: 135px 15px 15px 18px;
	*margin-left: 0px;/* IE7 hack */

}

#sidebar h2 {
	background-color:#87a7c6;
	border: 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px; /* future proofing */
	padding: 10px 5px;
	font-size: 90%;
	text-transform:uppercase;
	letter-spacing: 0px;
	color: #FFF;
}
#sidebar ul {
	list-style:none;	
}
#sidebar ul li {
	
}
#sidebar ul li a {
	font-size: 75%;
	color: #333;
	border-bottom: 1px solid #87a7c6;
	text-decoration:none;
	display: block;
	font-size: 75%;
    padding: 5px;
    text-decoration: none;
}
#acgovcontainer #acgovcontentsection #sidebar ul li a:hover {
	background-color:#eee;
	padding-left:6px;
}
#sidebar ul li a.last {
	border-bottom: 0px;
	
}
#sidebarbottom {
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px; /* future proofing */
	background-color:#87a7c6;
	height: 10px;
}
/* CONTENT *******************************************************************/
#acgovcontent {
	margin: 0px 5px 0px 260px;
	background-color:#FFF;
	color: #666;
}
#acgovcontent #acgovtrail {
    padding: 5px 0px 5px 0px;
	font-size: 70%;
}
#acgovcontent #acgovtrail .here {
    color: #333;
}
#acgovcontent h1.acgovpagetitle {
    background-color: #ddeecc;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    color: #336699;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0px;
    padding: 5px 10px;
    width: auto;
}
#acgovcontent #infobar {
	background-color:#FFF;
	border-left: 1px dotted #999;
	float: right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	min-height: 200px;
	color: #666;
}
#acgovcontent #infobar h2 {
	font-size: 75%;
	margin: 10px 0px 5px 10px;
	/*border-bottom: 1px solid #999;*/
	padding: 0px 0px 3px 0px;
	/*color: #5783AE;*/
	color: #666;
	text-transform:uppercase;
}
#acgovcontent #infobar h3 {
	font-size: 75%;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
#acgovcontent #infobar p {
	font-size: 75%;
	padding: 5px 0px 5px 15px;
}
#acgovcontent #infobar a, #acgovcontent #maincolumn a {
	/*opacity: .7;*/
    color: #3F7EBE;
    text-decoration: none;
}
/*#acgovcontent #maincolumn h2.featured + a, #acgovcontent #maincolumn h2.featured + a + a, #acgovcontent #maincolumn h2.featured + a + a + a {
	opacity: 1.0
}*/

#acgovcontent #maincolumn ul li, #acgovcontent #infobar ul li  {
	list-style-image: url(/images/bluearrowlink.png);
}
#acgovcontent #maincolumn ul.bullet li, #acgovcontent #infobar ul.bullet li  {
	list-style-image: none;
}
#acgovcontent #maincolumn ul.phone li, #acgovcontent #infobar ul.phone li, #acgovcontent #maincolumn ul li.phone, #acgovcontent #infobar ul li.phone  {
	list-style-image: url(/images/smalliconphone.png);
	padding-bottom: 3px;
}
#acgovcontent #infobar ul.pdflist li, #acgovcontent #maincolumn ul.pdflist li, #acgovcontent #infobar ul li.pdflist, #acgovcontent #maincolumn ul li.pdflist {
	list-style-image: url(/images/pdficon_small.png);
}
#acgovcontent #infobar ul.pptlist li, #acgovcontent #maincolumn ul.pptlist li, #acgovcontent #infobar ul li.pptlist, #acgovcontent #maincolumn ul li.pptlist {
	list-style-image: url(/images/ppticon_small.png);
}
#acgovcontent #infobar a:hover, #acgovcontent #maincolumn a:hover {
	text-decoration: underline;
}


#acgovcontent #infobar ul, #acgovcontent #infobar ol {
	font-size: 75%;
	padding: 10px 10px 10px 30px;
}
#acgovcontent #maincolumn {
	margin: 0px 200px 0px 0px;
	color: #666;
}

#acgovcontent a.button {
	font-size: 100%;
	border: 1px solid #666;
	background-color: #eee;
	padding: 5px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #fff, #ddd);
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #fff, #ddd);
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #fff, #ddd);
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #fff, #ddd);
	box-shadow: 1px 1px 2px #666666;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
}
#acgovcontent a.button:hover {
	background-color: #cce2f9;
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #fff, #9bcdff);
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #fff, #9bcdff);
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #fff, #9bcdff);
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #fff, #9bcdff);
	color:#000 !important;
	text-decoration:none !important;
}
#acgovcontent #maincolumn h2 {
	font-size: 100%;
	padding: 10px 10px 5px 5px;
	color: #003366;
	font-weight: normal;
	width: 470px;
	border-bottom: 1px solid #bdd5dd;
	letter-spacing: 1px;
}
#acgovcontent #maincolumn h2.featured {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size: 110%;
	letter-spacing: 1px;
	border: 0px;
}
/*#maincolumn h2.featured + ul li {
	margin-bottom: 10px;
}*/
#maincolumn ul li {
	padding-bottom: 5px;
}
#acgovcontent #maincolumn h3 {
	font-size: 90%;
	padding: 10px 10px 5px 15px;
}
#acgovcontent #maincolumn h4 {
	font-size: 80%;
	padding: 10px 10px 5px 25px;
}
#acgovcontent #maincolumn p {
	font-size: 80%;
	padding: 5px 10px 5px 5px;
}
#acgovcontent #maincolumn h2 ~ p {
	font-size: 80%;
	padding: 5px 10px 5px 15px;
}
#acgovcontent #maincolumn h3 ~ p {
	padding-left: 25px;
}
#acgovcontent #maincolumn h4 ~ p {
	padding-left: 35px;
}
#acgovcontent #maincolumn ul, #acgovcontent #maincolumn ol {
	font-size: 80%;
	padding: 10px 10px 10px 25px;
}
#acgovcontent #maincolumn h2 ~ ul, #acgovcontent #maincolumn h2 ~ ol {
	font-size: 80%;
	padding: 10px 10px 10px 35px;
}
#acgovcontent #maincolumn h3 + ul, #acgovcontent #maincolumn h3 + ol {
	font-size: 80%;
	padding: 10px 10px 10px 45px;
}
#acgovcontent #maincolumn h4 + ul, #acgovcontent #maincolumn h4 + ol {
	font-size: 80%;
	padding: 10px 10px 10px 55px;
}
#acgovcontent #maincolumn ul.jumpmenu {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 450px;
}
#acgovcontent #maincolumn ul.jumpmenu li {
   	min-height: 10px;
    padding: 2px 2px 2px 0px;
    list-style-type:none;
	list-style-image:none;
	width: auto;
}
#acgovcontent #maincolumn ul.jumpmenu li:hover {
	background-color:#d6ecfc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
}
#acgovcontent #maincolumn ul.jumpmenu li a {
	background-image: url("/images/jump.gif");
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    text-decoration: none;
    text-indent: 25px;
    width: auto;
	opacity: 1.0 !important;
}
#acgovcontent #maincolumn .backtotop {
	
	border: 1px solid #ccc;
	background-color:#eee;
	min-height: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	font-size: 70%;
	text-transform:uppercase;
	letter-spacing:1px;
	margin: 10px 0px;
}
#acgovcontent #maincolumn .backtotop:hover {
	background-color:#d6ecfc;
	
}
#acgovcontent #maincolumn .backtotop img {
	padding: 0px 5px 2px 2px;
	vertical-align: middle;	
}
#acgovcontent #maincolumn .backtotop a {
	text-decoration: none;
	display: block;
	color: #333;
	padding-top: 4px;
	opacity: 1.0 !important;
}
/* FOOTER *******************************************************************/
#acgovfooter {
	min-height: 155px;
	background-image: url(/images/acgovfooterbg.jpg);
	position: relative !important;
	/* Quirks Mode Fix */
	position:static;
	/********************/
	border-top: 5px solid #406182;
	border-bottom: 5px solid #406182;
	color: #FFF;
}
#acgovfooter img.flag {
	/*position: absolute;
	top: 22px;
	left: 14px;*/
	float: left;
	padding: 22px 0px 0px 14px;
}
#acgovfooter img.seal {
	/*position: absolute;
	top: 24px;
	right: 14px;*/
	float:right;
	padding: 24px 14px 0px 0px;
}
#acgovfooter #footer {
	margin: 25px 126px 20px 94px;
}
#acgovfooter #footer p {
	width: 250px;
	font-size: 80%;
	letter-spacing: 1px;
	float: left;
}
#acgovfooter #footer p img {
	padding: 5px 5px 0px 0px;
	float: left;
}
#acgovfooter #footer #navbar {
	width: 140px;
	float: left;
	padding-left:50px;
	/*top: 25px;
	left: 380px;*/
}
#acgovfooter #footer #quick {
	width: 130px;
	float: left;
	padding-left:10px;
	/*top: 25px;
	left: 550px;*/
}
#acgovfooter #footer #misc {
	width: 130px;
	float: left;
	padding-left:10px;
	/*top: 25px;
	left: 700px;*/
}
#acgovfooter #footer #navbar li, #acgovfooter #footer #quick li, #acgovfooter #footer #misc li {
	list-style:none;
}
#acgovfooter #footer #navbar li a, #acgovfooter #footer #quick li a, #acgovfooter #footer #misc li a {
    font-size: 70%;
	color: #FFF;
	text-decoration:none;
}
#acgovfooter #footer #navbar li a:hover, #acgovfooter #footer #quick li a:hover, #acgovfooter #footer #misc li a:hover {
    text-decoration:underline;
}
.copy {
    display: block;
    float: left;
    font-size: 85% !important;
    letter-spacing: 0 !important;
    padding: 10px 0px 0px 40px;
    width: auto !important;
	
}

.pdfsize {
	font-size: 75%;
}