/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	background: #0c1e2a url('/graphics/page_bg.png') top left repeat-x fixed;
	text-align:center;
	margin:0;
	
	font-family:"Palatino","Georgia",serif;
}

div#allwrapper
{
	text-align:left;
	margin: 0 auto;
	width:956px;
	position:relative;
}


div#header
{
	width:956px;
	height:132px;
	
	position:relative;
	background:#3b94ce url('/graphics/header.jpg') no-repeat;
}

	div#header #contactinfo
	{
		color:white;
		text-align: right;
		position:absolute;
		top:15px;
		right:15px;
		line-height:125%;
	}

a#logo
{
	
		position:absolute;
		display:block;
			z-index:1000;
		top:0px;
		left:0px;
		background:url('/graphics/logo_small.png');
		
		width:174px;
		height:139px;
		
}


body.home a#logo
{

	width:233px;
	height:193px;

	
	top:0px;
	left:10px;
	

	background:url('/graphics/logo_shadow.png');
}

div#body img.right
{
	float:right;
	margin-bottom:15px;
	margin-left:15px;
	
	border:3px solid #ecf4fa;
}


div#body
{
	background:white url('/graphics/body_bg.png');
	
	min-height:100px;
}

	div#left
	{
		float:left;
		width: 562px;
		padding-left:32px;
		padding-right:32px;
	}
	
	div#right
	{
		float:right;
		width: 266px;
		padding:32px;	
	}
	
		div#right p
		{
			margin-top:0;
		}
		
	div#clear
	{
		clear:both;
	}
	
	div#slideshow
	{
		width:956px;
		height:257px;
		overflow:hidden;
		margin:0 -32px 0px 0px;
		position:relative;
		display:none;
		
	}
	
	body.home div#slideshow
	{
		display:block;
	}
	
	
		div.slidecontent
		{
			width:270px;
			height:197px;
			padding:30px;
		}
	
		
	
		div#slideshow_text
		{
			position:absolute;
			left:625px;
			top:0px;
			
			width:330px;
			height:257px;
			
			font-weight:bold;
			
			color:#143245;
			
			z-index:1000;
			/* border:1px dotted white; */
			
			background:url('/graphics/quote_bg.png') top left no-repeat;
			
		}
				
		span.quote
		{
			font-size:20px;
			line-height:26px;		
		}
		
		span.indent
		{
			text-indent:-.5em;
		}
		
		span.source
		{
			position:absolute;
			width:275px;
			font-size:18px;
			
			text-align:right;
			
			font-weight:normal;
			font-style:italic;
			bottom:25px;
			right:30px;
		}
	
#body h1
{
	margin-top:32px;
	margin-bottom:10px;
	
	color:#163950;
	font-size:26px;
	font-family:"Helvetica","Arial",sans-serif;
}

#body h2
{
	margin-top:20px;
	margin-bottom:10px;
	
	color:#3b94cc;
	font-size:20px;
	font-family:"Helvetica","Arial",sans-serif;
}

#body h3
{
	margin-top:15px;
	margin-bottom:10px;
	
	color:#ffa800;
	font-size:18px;
	font-family:"Helvetica","Arial",sans-serif;
}

#body div.sidebox
{
	float:right;
	width:200px;
	background:url('/graphics/sidebox.png') top left repeat-x;
	
	padding:15px;
	margin:15px;
}

	div#body div.sidebox h3
	{
		margin-top:0;
		color:#304050;
	}

	div#body div.sidebox li
	{
		font-family:"Helvetica","Arial",sans-serif;
		font-size:15px;
		line-height:18px;
		margin-bottom:10px;
		color:#304050;
	}
	
	
#body a
{
	color:#ffa800;
	text-decoration:none;
}

	#body a:hover
	{
		text-decoration:underline;
	}


#body p, #body ul
{
	color:#333;
	
	font-size:16px;
	line-height:21px;
	margin-bottom:10px;
}

	#body ul
	{
		color:#222;
	}
	
	#body li
	{
		margin-top:5px;
	}

	#body p.feature
	{
		color:#304050;
		line-height:30px;
		font-size:18px;
		margin-top:32px;
	}

	#body p.callout
	{
		color:#304050;
		line-height:30px;
		font-size:18px;
		margin-top:10px;
	}
	
	#right p
	{
		font-size:16px;
		line-height:21px;
		color:#163950;
		
	}
	
	#body p.testimonial
	{
		text-indent:-0.5em;
	}	
	
	

	
img.center
{
	text-align:center;
}

div#footer
{
	padding:16px;
	color:#ffffff;
	font-family:"Helvetica","Arial",sans-serif;
	font-size:12px;
	line-height:16px;
	
	margin-left:16px;
	margin-right:16px;
	margin-bottom:32px;
	
	background:#3c95cf url('/graphics/footer_bg.png') top left repeat-x;
}
	
#nav
{
	position:absolute;
	top:105px;
	left:275px;
}

#nav li
{
	font-size:15px;
	
	float:left;
	display:block;
	margin-right:4px;
	padding:5px;

	position:relative;
}

#nav li a
{
	color:#163950;
	text-decoration:none;
}

#nav li a:hover
{
	color:#22577a;

}
