/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title:	Alien-Patrol CSS
Author: Jt
URL: 	http://www.newcreationstudio.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #363233;
	background-image: url(assets/images/ap_layout_background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	scrollbar-face-color:#4E4E4E;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#363233;
	scrollbar-shadow-color:#363233;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#363233;
	scrollbar-darkshadow-Color:#363233;
	font-size: 12px;
}

a {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a img {
	border: none;
}




/* ================================================================
   AP DIV Layout - Begin
================================================================ */


#wrapper {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#flash_header {
	width: 1000px;
	margin: 0 auto;
	background-image: url(assets/images/header/ap_layout_14.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	width: 880px;
	margin: 0 auto;
	background-image: url(assets/images/header/ap_layout_14.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#content_title {
	width: 850px;
	line-height: 52px;
	background-image: url(assets/images/header/ap_layout_11.jpg);
	height: 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 000066;
	text-align: left;
	margin: 0 auto 0 auto;
	text-indent: 5px;
}

#content {
	width: 850px;
	background-image: url(assets/images/header/ap_layout_14.jpg);
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
}

#footer {
	width: 850px;
	margin: 0 auto 0 auto;
}


/* ================================================================
   AP Layout Blocks - End
================================================================ */



/*  SUB NAV TABS - LEVEL TWO SYS [2]  */

#level_two_wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#level_two {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
#level_two li {
	margin: 0;
	display: inline;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}	
#level_two a:link, #level_two a:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #666666;
}
#level_two a:hover {
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#level_two a.active:link, #level_two a.active:visited {
	padding-bottom: 2px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}



/* Text Styling */
.title {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	text-indent: 10px;
	background-color: #66CC33;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
	height: 30px;
	line-height: 30px;
	padding-top: -10px;
}
.head1 {
	color: #000066;
	font-size: 18px;
	font-weight: bold;
}
.head1_ford {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #000066;
	padding: 6px;
}
.head1_chevy {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #FF6600;
	padding: 6px;
}
.head1_dodge {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #CC0000;
	padding: 6px;
}
.head1_gmc {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #009900;
	padding: 6px;
}
.head2 {
	color: #000066;
	font-size: 36px;
	font-weight: bold;
}
.head3_underline {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
} 
.subTitle {
	color: #000066;
	font-size: 14px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content_box {
	background-color: #CCCCCC;
	padding: 10px;
}
