html {
	/* background: #003067 url(images/back_gradient.jpg) repeat-x; */
	background: #003067;

}

body {
	margin-top: 0px;
	text-align: left;
	/* background: #003067;
	background-image: url(images/back_gradient.jpg); */
	background: url(images/ATC-website-backdrop.jpg) no-repeat center top;
	width: 100%;
	display: table;
	min-height: 1001px;



}
#header_home {
	background-image: url(images/ATC_header_home_2012.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 366px;
	width: 950px;
}
#header_inside {
	background-image: url(images/ATC_header_inside_2012.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 171px;
	width: 950px;
}




/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainNav {
	background-color: #001f52;
	 height: 52px;
	/*margin: 0px;
	padding: 0px;
	width: 950px; */
}




#page_body {/* right faux column tab */
	width: 950px;
	/* border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #25323a; */
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
}

#buttons_home {
	float:left;
	padding-top:14px;
	padding-left:658px;
	width:260px;
}

#buttons_home img {
	border:none;
}


#left {
	float:left;
	width: 200px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #aaaaaa;
}
.left_cont/* For the Left Icon Lists*/
/* http://css.maxdesign.com.au/listutorial/11.htm */

{
	float: left;
	width: 160px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0em;
	padding-bottom: 20px;
	text-align: right;
}

.left_cont2/* For the Left Icon Lists*/
/* http://css.maxdesign.com.au/listutorial/11.htm */

{
	padding-top: 0;
	padding-bottom: 20px;
	}


#mainContent {
	float: left;
	width: 700px;
	left: 20px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#featureBox {
	float: right;
	width: 200px;
	margin-left: 20px;
	border: dotted #aaaaaa 1px;
	padding: 5px;
	background-color: white;
	z-index: 300;
}

#adBox {
	clear: right;
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-left: 20px;
	border: dotted #aaaaaa 1px;
	padding: 5px;
}

#top_announce {
	border: 1px dotted #AAAAAA;
	background-color: #AAAAAA;
	width: 470px;
	padding: 10px;
	
}

#footer {
	text-align: center;
	clear: both;
	background-color:#001f52;
	/* background-image: url(images/BG_Footer.jpg);
	background-repeat: repeat-x;
	background-position: top; */
}

#footerContent {
	padding-top: 12px;
	padding-bottom: 8px;
}
#footer ul {
	margin-bottom: 2px;
}


#footer li {
	font-size: .8em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#footer a:link, #footer a:visited {
	color: #f1e2b3;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
#footer a:active {
	color: #ffe38b; text-decoration: none;
}

h1 {
	color: #5c717c;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
}


h2 {
	color: #003067;
	font-size: 1.4em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
}

h3 {
	color: #5c717c;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #001f52;
	font-size: 0.9em;
	margin-bottom: .5em;
}

td h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #001f52;
	font-size: 14px;
	margin-bottom: .5em;
}


h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #5c717c;
	font-size: 0.8em;
	margin-bottom: .5em;
}

.announce_sidebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 20px;
	padding: .5em;
	/* text-transform: uppercase; */
	background-color: #003067;
	text-align: center;
	
}

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

a:hover {
	text-decoration: underline;
}


p, table {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .6em;
	margin-left: 0em;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	color: #333333;
}

#page_body ul, ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #333333;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .6em;
	margin-left: 0.8em;
}

#page_body ul
{
	list-style-type: square;
	}

li {
	margin-bottom: .2em;
}

#twitter_div {
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	}

div#twitter_update_list ul {
	list-style-type: none;
	/* margin-left:-10px; */
	}

#twitter_div ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em
	line-height: 10pt;
	color: #333333;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .6em;
	margin-left: 0.8em;
	}

#twitter_div li{
	padding: 5px;
	border-bottom: solid 1px #CCC;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 10pt;
	}


/* from KIEV */
#nav {
	position: relative;
	width: 940px;
	height: 19px;
	margin-left: 0;
	margin-right: 0;
	z-index: 2;
	background-color: #001f52;
	padding: 0;
	margin: 0;
	}


/*Nav Menu*/

.chromestyle{
width: 100%;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
z-index: 200;
height: 20px;
background-color: #001f52;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
 clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #F5DDB7;
padding: 10px 20px 10px 20px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #fff;
background-color: #00b3eb;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
/*border: 1px solid #003c84; THEME CHANGE HERE*/
font: 12px Helvetica, Arial, sans-serif;
line-height:20px;
z-index:100;
background-color: #001f52;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 10px;
text-decoration: none;
color: #F5DDB7;
text-transform: uppercase;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background-color: #00b3eb;
}


/* from KIEV */

/* CSS Document */
#roadblock {
	font-size: 90%;
	color: #CC0000;
	width: 200px;
	border: 1px solid #CC0000;
	padding: 3px;
	text-align: center;
}
#roadblock p {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align: center;
}
#roadblock .box {
	background-color: #FFFF99;
	font-size: 14px;
	border: 1px dotted #CC0000;
	padding: 1px;
	text-align: center;
}
#CID {
	font-family: Courier, mono;
}

#mobileonly1 {
	margin-top: 10px;	
}

#sidebarleftinner {
	padding-left: 20px;
}
