/* CSS Styles for PA website NOV/2007 - Coded by Billy Addison */

img, div { 
	behavior: url(iepngfix.htc);
	border: 0px;
	}


body {
	margin: 0px; 
	background-color: #CCCCCC;
	}

body a {
	color: #A10000;
	text-decoration: none;
	}
	
body a:hover {
	text-decoration: underline;
	}

	

/* Main container centered on page */
#container {
	width: 980px; 
	height: 630px; 
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC;
	overflow:hidden;
	}
	
	
	
/* The three main vertical blocks of content */
#content_left {
	width: 220px; 
	height: 435px; 
	background-image: url(images/side_navigation_bknd.jpg); 
	margin-top: 2px; 
	float: left;
	overflow: hidden;
	}
	
#content_center {
	width: 536px; 
	height: 435px; 
	margin: 2px 2px 0px 2px;
	float: left; 
	}

#content_right {
	width: 220px; 
	height: 435px; 
	margin-top: 2px; 
	float: left; 
	clear: right; 
	}
	
	

/* The main navigation at the top */
#main_navigation {
	width: 798px; 
	height: 20px; 
	padding-left: 182px;
	/* margin-top: 85px; */
	background-color: #404040; 
	clear: right;
	}
	
#main_navigation a {
	display: block;
	height: 20px; 
	background-color: #404040; 
	padding: 0px 13px 0px 13px; 
	float: left;
	}

#main_navigation a:hover {
	background-color: #808080;
	}

/* Gives active state for nav's, red background */
a#active {
	background-color: #881D15;
	}
	
#main_navigation img {
	margin-top: 5px;
	border: none;
	}
	
	

/* The sub navigation on the side */
#nav_title {
	width: 220px; 
	height: 36px; 
	margin-bottom: 2px; 
	text-align: left;
	}
	
#nav_title img {
	margin:10px 10px 0px 20px;
	}

/* The sub navigation links */
a#subnav, a#subnav2 {
	background-color: #380000;
	}
	
a:hover#subnav, a:hover#subnav2 {
	background-color: #A10000;
	}
	
#subnav, #subnav2 {
	display: block;
	width: 200px; 
	/*height: 30px; */
	margin-bottom: 2px;
	padding-left: 20px; 
	text-align: left; 
	}

#subnav img {
	border: none;
	margin-top: 7px;
	margin-bottom: 3px;
	}

#subnav2 img {
	border: none;
	margin-top: 2px;
	
	}

#content_left div {
	width: 220px;
	}

#sub_subnav a {
	width: 200px; 
	height: 16px; 
	margin: 0px 0px 2px 0px; 
	text-align: left; 
	background-color: #551711;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 0px 20px;
	display: block;
	text-decoration: none;
	}
#sub_subnav a:hover {
	background-color: #A10000;
	color: #FFFFFF;
	}



/* Styles for footer blocks */
#footer_left {
	width: 220px; 
	height: 86px; 
	background-color: #404040; 
	margin-top: 2px; 
	float: left;
	}

#footer_center {
	width: 536px; 
	height: 86px; 
	margin: 0px 2px 0px 2px; 
	border-top: 2px solid #FFFFFF; 
	float: left;
	text-align: left; 
	background-image: url(images/footer_center.gif);
	}
	
#footer_right {
	width: 220px; 
	height: 86px; 
	margin: 2px 0px 0px 0px; 
	float: right; 
	background-image: url(images/footer_smile.jpg);
	}
	
#footer_email img {
	margin: 14px 0px 0px 60px;
	}
	
#footer_faq img {
	margin: 0px 0px 10px 145px;
	}



/* Style for the content right side for the flash part and the tagline beneath it */
#flash {
	width: 220px;
	height: 408px;
	margin-bottom: 2px;
	background-color: #999999;
	}

#tagline {
	width: 220px;
	height: 25px;
	background-image: url(images/content_right_tagline.gif);
	}



#img {
	width: 268px;
	height: 435px;
	background-image: url(images/home_img.jpg);
	float: left;
	}

/* Body copy formatting */
.copy {
	height: 395px;
	padding: 20px;
	overflow: auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #252525;
	float: left;
	}

/* Page title formatting */
.title {
	font-size: 18px; 
	font-style: italic; 
	color: #770001;
	}
	
.subtitle {
	margin-top: 35px;
	background-image: url(images/subtitle_bar.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 5px;
	font-style: italic;
	}
	
.qualifications {
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(images/subtitle_bar.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 5px;
	font-style: italic;
	}

#copy_halfsize_box {
	width: 228px;
	}
	
#copy_fullsize_box {
	width: 496px;
	}

/* Year and Company name at bottom center of page */
#year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	margin-top: 0px;
	}























