/* CMPA Layout */

/* notes:
 * button hovers w/ no gaps b/w divs
 * correct border alignment if small pg.
 */

/* reset margins/padding */
* {
	margin:0;
	padding:0;
	}
	
/* layout */
body {
	background-color:#FCFCFC;
	}		
#main_wrapper {
	text-align:left; /* left justify layout */
	max-width:960px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	}
#main_wrapper_inner {
	border-right:1px solid #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	}
#nav {
	width:150px;
	float:left;
	background-color:#005e5e;
	margin:0;
	padding:0;
	}
#nav_inner {
	margin:0;
	padding:15em 0 5em 0;
	background:url(../images_pres/nav_background.gif) no-repeat #005e5e;
	}
#header_and_content {
	margin:0 0 0 150px;
	padding:0;
	}
#header_top {
	height:45px;
	background:url(../images_pres/header_curve.gif) no-repeat #0e5655;
	}
#header_inner {
	height:60px;
	background:url(../images_pres/banner.gif) no-repeat #FFFFFF;
	}
#header_bottom {
	height:16px;
	background-color:#e0e0e0;
	border-bottom:1px solid #008080;
	}
#content_inner {
	background-color:#FFFFFF;
	padding:1em;
	}
#footer {
	clear:both;
	padding:.5em 0 .5em 0;
	margin-top:.5em;
	background-color:#005e5e;
	}

/* fonts */
body {
	font: 1.1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
	
/* text colors */
h1, h2, h3, h4, h5, h6 {
	color:#008080;
	}
p, ul, ol, dl {
	color:#000000;
	}
a {
	color:#008080;
	}
a:hover {
	text-decoration:none;
	color:#f9a149;
	}

#nav_inner a {
	font-size:100%;
	color:#CCCCCC;
	text-decoration:none;
	}
#nav_inner a:hover {
	color:#FFFFFF;
	background-color:#008080;
	border-top:1px solid #008080;
	border-bottom:1px solid #008080;
	}

#content_inner p {
	color:#484848;
	}
#content_inner a {
	font-size:100%;
	}
.contact_us_titles {
	float:left;
	margin-top:5px;
	width:200px;
	text-align:right;
	}
.contact_us_lists {
	font-size:.8em;
	margin-left:200px;
	color:#484848;
	list-style:none;
	display:block;
	}
#content_inner a:hover {
	color:#484848;
	text-decoration:none;
	}
#footer {
	font-size:.75em;
	}	
#footer p {
	color:#CCCCCC;
	}
#footer a {
	font-size:.9em;
	color:#AAAAAA;
	text-decoration:none;
	}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
	
/* font sizes */
/*h1 {font-size:1.5em; / 24pt 
	line-height:1.5;
	padding:.5em 0 .5em 0;
	}*/
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	font-style:normal;
	line-height:1.25;
	padding-bottom:.1em;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
	padding-left:1em;
 	}
a {
	font-size:.75em;
	}

#content_inner a {
	font-size:100%;
	}
	
/* list styling */
ul, dl, ol {
		margin:0 1em .75em 1em;
		font-size:.75em;
		line-height:1.5;
		color:#0e5655;
		}
li, dd {
		padding:0;
		margin-left:2em;
		/*list-style-type:none;*/
		}
dt {font-weight:bold;}

#nav_inner ul {
	padding:0;
	margin:0;
	font-size:100%;
	line-height:1;
	border-top:1px solid #008080;
	}
#nav_inner ul li {
	color:#FFFFFF;
	padding:3px .1em 3px 1em;
	margin:0;
	border-bottom:1px solid #008080;
	}

/* additional styling */
abbr, acronym {
	border-bottom:1px dashed #AAAAAA;
	cursor:default;
	}
img {
	border:0;
	}
h1 {
	font-size:1.5em;
	font-weight: 300;
	letter-spacing: 0.01em;
	padding:0 0 0 .5em;
	margin:0 0 1em 0;
	background-color:#F8F8F8;
	}
h4 {
	font-variant:small-caps;
	letter-spacing: 0.01em;
	padding:0 0 0 .5em;
	margin:0 0 1em 0;
	border-bottom:1px solid #CCCCCC;
	}
	
/* table styling */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
	
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
