
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#000000;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#0000FF;
	text-decoration:none;
}

a:active {
	color:#0000FF;
	text-decoration:none;
}

ul {
	margin:0 0 10px 30px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
}

ul li ul {
	margin:3px 0 10px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ol {
	margin:0 0 5px 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 10px 20px;
	padding:0;
	font-size:1em;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#nav-handheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactinfoforprint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0
}

/* change transparency - applies to different browsers */
.transparent50percent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* contains maincontainer & footer */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:777px;
	background-color:#FFFFFF;
}

/* --- top nav attributes --- */

#topnav {
	background:#ffffff;
	padding:3px 0 4px 0;
	height:28px;
	text-align:center;
}



/* -------------------------------------------------- */

/* --- these are rollover effects for the top nav buttons if you don't want to use javascript --- */

#homebutton {
	float:left;
	margin:0;
	padding:0;
	width:56px;
	height:24px;
	background:url(../images/nav/home-off.jpg) no-repeat;
}

#homebutton a:link, #homebutton a:visited {
	display:block;
	width:56px;
	height:24px;
	text-decoration:none;
	background:url(../images/nav/home-off.jpg) no-repeat;
}

#homebutton a:hover, #homebutton a:active {
	background:url(../images/nav/home-on.jpg) no-repeat;
}

/* -------------------------------------------------- */

/* contains header, nav, body sections */
#maincontainer {
	margin:0;
	padding:0;
	width:777px;
}

#header {
	background:url(../images/header.gif) no-repeat;
	height:150px;
}

.cpa {
	float:left;
	padding: 133px 0 0 15px;
	font-size:1.2em;
	color:#FFFFFF;
}

.headercontact {
	float:right;
	padding:15px 15px 0 0;
	font-size:1.4em;
	line-height:15px;
	text-align:right;
	color:#FFFFFF;
	
}
/* --- main section --- */

#mainbody {
	margin:0 0 0 0;
	padding:0;
	width:777px;
}

#homebanner {
	width:777px;
}

#mainbody img {
	border:none;
	float:left;
}

#banner {
	float:right;
	width:518px;
	height:165px;
	background:#FFFFFF;
	border:1px solid #214570;

}

#banner h1 {
	padding:0 0 0 8px;
	#padding:18px 0 0 8px;
	color:#214570;
	font-size:2.8em;
	letter-spacing:-0.7px;
}

#banner img {
	float:right;
	padding:0 10px 0 0;		
}

#maincontent {
	width:777px;
}

#maincontenttext {
	float:left;
	width:550px;
	text-align:justify;
	#padding:12px 0 0 0;
}	

#maincontenttext h1 {
	padding:12px 0 0 0;
	line-height:0px;
}

#maincontenttext h2 {
	padding:0 0 0 0;
	#line-height:0px;
}

#maincontenttext p {
	margin:0;
	padding:3px 0 10px 0;
	font-size:1.2em;
	line-height:12px;
}


/*Internal Pages*/
#leftside {
	width:252px;
	float:left;	
}


#rightside h1 {
	padding:0 0 0 20px;
}
#rightside {
	width:525px;
	float:right;
}

#rightside p {
	padding:0 0 0 20px;
	font-size:1.2em;
	line-height:1.2em;
	text-align:justify;
}

#rightside ol {
	padding:0 0 0 20px;
}

#rightside ol li {
	padding:0 0 0 0;	
}

/* -------------------------- */

/* --- footer section --- */

#footer {
	margin:10px auto 0 auto;
	padding:0 0 0 0;
	width:777px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#footer a:link {
	color:#271E14;
	text-decoration:none;
}

#footer a:visited {
	color:#0000FF;
	text-decoration:none;
}

#footer a:hover {
	color:#0000FF;
	text-decoration:none;
}

#footer a:active {
	color:#0000FF;
	text-decoration:none;
}

.footerleft {
	float:left;
	margin:0;
	padding:0;
	width:248px;
	color:#271E14;
}

.footerright {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
	color:#271E14;
}

.usa {
	color:#0000FF;
}


/* -------------------------- */

/* --- contact form field attributes --- */

#quickcontactform {
	margin:0;
	padding:0 0 10px 0;
}

#realname, #phoneoremail, #comments, #security_code {
	margin:0 0 5px 0;
	padding:0;
	width:219px;
	font:1em Arial, Helvetica, sans-serif;
	color:#000000;
}

#sidebarcontainer .sideboxcontact #quickcontactform #spamcode {
	margin:10px 0 0 60px;
	border:1px solid #999999;
}

#sendbutton {
	margin:10px 0 0 40px;
	padding:0;
}

/* -------------------------- */

#blueboxhome {
	margin:40px 0 0 0;
	float:right;
	width:209px;
	height:185px;
	background:#4F6E93;
}

#blueboxhome h1 {
	font-size:1.8em;
	padding:0;
	margin:5px 0 0 28px;
	color:#FFFFFF;
}

#whiteboxhome {
	width:203px;
	height:145px;
	margin:4px 0 0 3px;
	background:#FFFFFF;
}

#whiteboxhome ul{
	margin:0;
	padding:5px 0 0 0;
}

#whiteboxhome ul li{
	margin:5px 0 0 10px;
	#margin:5px 0 0 10px;
	font-size:1.0em;
	list-style:none;
}

#blueboxinternal {
	margin:5px 0 0 0;
	padding:0 8px 20px 4px;
	#padding:8px 8px 20px 4px;
	width:238px;
	height:186px;
	background:#4F6E93;
	border:1px solid #214570;
}

#blueboxinternal h1 {
	font-size:1.4em;
	margin:2px 0 0 10px;
	color:#FFFFFF;
	line-height:1.0em;
}

#whiteboxinternal {
	margin:4px 0 0 0;
	padding:0;
	width:240px;
	height:158px;
	background:#FFFFFF;
	border:1px solid #214570;
}

#whiteboxinternal ul {
	margin:0px;
	padding:0px;
}
#whiteboxinternal ul li{
	list-style:disc;
	margin:0 0 0 18px;
	font-size:0.8em;
}