/* CSS Document */

html{height:100%}

html,body {margin:0;padding:0;}

body{
	background:#1C304C;
	text-align:center;
	min-width:400px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background-color: #1C304C;
}


/**LAYOUT DIVS**/

#container{
	width:896px;
	margin:0 auto;
}
#header{
	height:187px;
	background:url(../images/header.gif) no-repeat #1C304C;
}
#headerflash{
	width:286px;
	padding-right:679px;
}

#width{
	width:863px;
	float:left;
	/*margin-right:33px;*/
	/*background:#fff;*/
}

#holder{
	float:right;
	width:33px;
}

#footer {
	width:100%;
	height:20px;
	padding-top:3px;
	clear:both;
}

#footer p { 
	color:#FFFFFF;
	font-size:0.8em;
	letter-spacing:1px;
	font-weight:normal;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#CCFFFF;
	text-decoration:none;
}
#CPA{
	width:156px;height:90px;float:right;font-size:11px;font-style:italic;margin-top:50px;
}

/*Navigation*/

#nav{
	background: url(../images/nav-deco.gif) top right no-repeat #99BC04;
	height:28px;
	/*width:863px;
	margin-right:33px;*/
}

#home, #services, #about, #client, #contact{
	float:left;
	margin-left:36px;
	margin-top:6px;
	}

body#homepage #home a,
body#servicespage #services a,
body#aboutpage #about a,
body#clientpage #client a,
body#contactpage #contact a{
	color:#1C304C;
}


#nav a, #nav a:link, #nav a:active, #nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#nav a:hover{
	color:#1C304C;
}

#flashvertical{
	position:absolute;
	top:30%;
	margin-top:-110px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	width:400px;/* flash width*/
	margin-left:auto;
	margin-right:auto;
	height:320px;
}



/* TYPOGRAPHY*/

#pagetitle{
	/*margin:0em;*/
	background:#fff;
}

#content {
	/*margin: 0em;*/
	background:#fff;
	height:100%;
	padding: 2em 4em 0em 4em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}

#content p, #content table, #content li{
	color:#1C304C;
	text-align:left;
}

#content a, #content a:link, #content a:active, #content a:visited{
	color:#47A4DD;
	text-decoration:none;
	}
#content a:hover{
	color:#003468;
	text-decoration:underline;
}

	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1 {
	width: 49%;
	line-height: 1.3em;
	padding-right: 2em;
	float:left;
}
.narrow2 {
	margin-left:49%;
	padding-left: 2em;
	line-height: 1.3em;
}

.greenblock {
	background:#EBEFCA;
	padding: 0.5em 1em;
	margin: 1.5em 0em;		
}
.largetext{
	font-size:1.35em;
	line-height:1.4em;
}
.blue{
	color:#47A4DD;
}
			
/*typography*/
p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	}

p.clear {clear:both;}
	
li > p { margin-top: 0.2em;}

a {
	text-decoration: none;
	color: #000;
}

input.brdr, textarea.brdr {border:1px solid #47A4DD;}


/* HEADERS*/


h1 {
	background:url(../images/line-green.gif) no-repeat bottom center;
	color:#1C304C;
	padding: 1.25em 0 .2em 3.2em;
	font-size: 2.0em;
	text-align:left;
	font-weight: normal;
	margin:0; /*margin set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	background:url(../images/line-blue.gif) no-repeat bottom left;
	color:#1C304C;
	text-align:left;
	font-size: 1.7em;
	line-height:1em;
	padding: 0.5em 0 0.3em 0em;
	font-weight: normal;
	}
h3 {
	color:#1C304C;
	text-align:left;
	font-size: 1.2em;
	margin: 0.8em 0em 0.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

img {border: 0;}

ol, ul, li {/*
	list-style: none;*/
	font-size: 0.95em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

strong, b {font-weight: bold;}
