/* ProfClayton Style Sheet
-----------------------------------------------------------------------------

Prototype Version:  1
Developer: 			Professor Michael Clayton
Email Address:		prof.m.clayton@gmail.com
Developer Website:  http://www.profclayton.com/

Client Website: 	abpg
Last Modifier:		ProfClayton
Last Modified: 		12.20.2009

*/

/* Table of Contents
-----------------------------------------------------------------------------

	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------
*/

html, body, br, hr, 
div, span, a,
object, iframe,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, address,
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike,
pre, code, samp, kbd, var, tt,
form, fieldset, legend, label,
textarea, option, .nobox {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

blockquote, q {
	quotes: none;
}

br {
	height: 0;
}

ul, ol, dl {
	list-style: none;
}

/* Class for clearing floats */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}


/* 2. Define Base Typography 
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {
	color: rgb(0,117,191);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Create the Default Paragraphs */
p {
	color: rgb(99,100,102);
	line-height:20px;
	font-size: .95em;
	margin-bottom: 10px;
}

/* Specific Header Settings */
h1 {
	font-size:24px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {font-size:16px; color: #000;}
h3 {
	font-size:12px;
	color: #000;
	padding-bottom: 12
.px;
	padding-bottom: 9px;
}
h4 {font-size:15px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
	border: 0;
	border-style:none
}

/* Create default inline image class */
img.inline{ display: inline; vertical-align: middle; }


/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {
	color: rgb(99,100,102);
	}
a:visited {
	color: rgb(99,100,102);
	}
a:hover {
	color: rgb(99,100,102);
	text-decoration:underline;
}
a:active {
	color: rgb(99,100,102);
	outline:none;
}
a:focus {
	outline: none;
}
#bigblue a {text-decoration: none;}
#bigblue a:link {color: #0F3982;}
#bigblue a:visited {color: #104397;}
#bigblue a:hover {color: #F00;}
#bigblue a:active {
	color: #0C306E;
}
#main_content a {
	text-decoration: none;
	font-weight: bold;
}
#main_content a:link {
	color: #333;
}
#main_content a:visited {
	color: #333;
}
#main_content a:hover {
	color: #F00;
}
#main_content a:active {
	color: rgb(0,117,191);	
}
#page_content a, #page2_content a {
	text-decoration: none;
	font-weight: bold;
}
#page_content a:link, #page2_content a:link {
	color: #000;
}
#page_content a:visited, #page2_content a:visited {
	color: #000;
}
#page_content a:hover, #page2_content a:hover {
	color: #F00;
}
#page_content a:active, #page2_content a:active {
	color: #999;
}

/* 5. Forms
------------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal
}

/* Removes fieldset borders. even on Opera 7 */
fieldset {
	border: 1px solid transparent;
}

/* 7. Framework
------------------------------------------------------------------------------*/

/* Page Layout */

body {
	margin-top: 15px;
	background: url(assets/backgroundpill.jpg) top center repeat-x;
}
html, body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Wrapper */
#wrapper{
	background: rgb(255,255,255) url(assets/wrapperbacktop_920.png) top left no-repeat;
	border-width: 1px;
	border-style: solid;
	border-top-color: rgb(45,85,149);
	border-left-color: rgb(45,85,149);
	border-right-color: rgb(45,85,149);
	border-bottom-color: rgb(164,189,219);
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

/* Header */
#header {margin-top: 20px;}
#logo {
	width: 300px;
	height: 80px;
	background: url(assets/ablogo_240x80.png) no-repeat;
	text-indent: -15000px;
	float: left;
	/* border: 1px solid black; */
	margin: 2px 0px 15px 2px;
}
#search {
	/*border: 1px solid transparent;*/
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(99,100,102);
	margin-top: 10px;
	padding-right:10px;
}

/* Secondary Navigation */
ul#nav {
	float: right;
	display: inline;
	width: 572px;
	list-style: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	float: left;
	display: inline;
	background-image: url(assets/secondary_nav.jpg);
	background-repeat: no-repeat;
	text-indent: -150000px;/* */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	height: 35px;
	margin-left: 0px;
}
ul#nav li.nav0 a {
	background-position: 0px 0px;
	width: 35px;
}
ul#nav li.nav1 a {
	background-position: -35px 0px;
	width: 119px;
}
ul#nav li.nav2 a {
	background-position: -154px 0px;
	width: 65px;
}
ul#nav li.nav3 a {
	background-position: -219px 0px;
	width: 95px;
}
ul#nav li.nav4 a {
	background-position: -314px 0px;
	width: 108px;
}
ul#nav li.nav5 a {
	background-position: -422px 0px;
	width: 59px;
}
ul#nav li.nav6 a {
	background-position: -481px 0px;
	width: 91px;
}

/* Big Blue */ 
#bigblue {
	clear: both;
	width: 946px;
	height: 35px;
	background: url(assets/topblue_946x35.jpg) top left no-repeat;
	margin: 3px auto;
}
#bigblue p {
	font-size: .9em;
	padding-top: 10px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
/* Big Image */ 
#bigimage {
	width: 946px;
	margin: 0px auto;
	padding-bottom: 10px;
}

/* Content */
#main_content {
	margin: 20px 20px;
}
.rightFloat {
	float: right;
	width: 200px;
}
.leftFloat {
	float: left;
	width: 70px;
}
#page_content, #page2_content {
	width: 946px;
	margin: 0px auto;
	font-size: .9em;
}
#page_content {
	background-image: url(assets/fauxcolumns_cap1_960x20.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#page2_content {
	background-image: url(assets/fauxcolumns_cap2_960x20.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#page_content p, #page_content li, #page2_content p, #page2_content li {
	color: #000;
	line-height: 1.3em;
}
#page_content ul, #page2_content ul {
	padding-bottom: 10px;
	list-style: none;
	font-size: 1em;
}
#column1, #column2, #column3 {
	width: 280px;
	float: left;
	padding: 15px;
}
#column1, #column2 {
	margin-right: 8px;
}
#logosLeft {
	width: 450px;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
}
#buttonRight {
	width: 450px;
	float: right;
	margin-right: 8px;
	margin-top: 10px;
	text-align: right;
	
}

/* Footer */
#footer_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 30px;
	font-size: .75em;
	color: rgb(255,255,255);
}
#footerLeft {
	width: 45%;
	float: left;
	text-align: left;
}
#footerRight {
	width: 45%;
	float: right;
	text-align: right;
}
#footerRight li {
	display: inline;
}
#footerRight li.line:after {
	content: " |";	
}
#footerRight li a {
	color: rgb(255,255,255);
	font-style: normal;
}
#footer_bottom {margin-top: 30px;}

/* Homepage Main Content Columns */

#main_content_primary {
	width:660px;
	float:left;
}

#main_content_secondary {
	width:260px;
	float:right;
}