/* **************************************************** 

Title: 	GetSimple CSS Document
Author: 	Chris Cagle
URL: 		http://www.cagintranet.com/ 
Created: 	September 2, 2009

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}







/** GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:arial, "lucida Grande", verdana, helvetica, sans-serif;
	font-size: 14px;
/*	background: #FFFFFF url(images/topinner.jpg) top left repeat-x;*/
	color:#222;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:827px;
	}
	
	
	
/* HEADER */
#header {
	position:relative;
	height:300px;
	text-align:left;

	}

#header .topimg{
	position:absolute;
	top:49px;
bottom:10px;
	}
	
	

	
#header .logo{
	position:absolute;
	top:28px;
	left:0px;
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:45px;
	}
#header .tagline{
	color:#ccc;
	font-family:georgia;
	font-size:18px;
	position:absolute;
	top:78px;
	left:0px;
	}

#header #nav{
background:none repeat scroll 0 0 #0065d3;
	position:absolute;

	left:0px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	top:0px;
	width:826px;
	list-style:none;
	}
	
#header #nav li {float:left;border-right:1px solid #ffffff;}
#header #nav li:first-child {border-left:1px solid #ffffff;}
#header #nav li a {
		padding:13px 21px 13px 20px;
		line-height:40px;
		color:#ffffff;
	}
#header #nav li.current a,
#header #nav li a:hover {
		background:#0f73e0;
	}






	
/* BODY */

#bodycontent {
	width:540px;
	float:left;
	text-align:justify;
	padding-right:27px;
	}
#bodycontent .post {padding:0 0 55px 0;}
#bodycontent .post h1 {
	font-family:georgia;
	font-style:italic;
	font-size:30px;
	color:#0062CB;
	line-height:36px;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 20px;
	}

	#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
	}
	#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	}
	#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontent .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
	}
	#bodycontent .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
	}
	#bodycontent .post a:link, #bodycontent .post a:visited {
		color:#0062CB;
		text-decoration:underline;
		}
	#bodycontent .post a:hover {
		color:#132430;
		text-decoration:underline;
		}
	#bodycontent .post .meta {
		margin-top:20px;
		font-size:11px;line-height:18px;
		color:#555;
		border:1px dotted #ccc;
		background:#f9f9f9;
		padding:8px;
	}


/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}
.pot {display:none;}



/* SIDEBAR */


#sidebar{float:right;
font-size:13px;
text-align:left;
width:260px;}
#sidebar .in1{background:url(images/sibarbg.jpg) repeat-y left top;}
#sidebar .in2{background:url(images/sibarbgtop.jpg) no-repeat left top;}
#sidebar .in3{background:url(images/sidebarbottom.jpg) no-repeat left bottom;}
#sidebar .in4{ padding:15px 5px 15px 5px;}




	#sidebar .featured p {
		margin:0 ;
		}
	#sidebar a:link, #sidebar a:visited {
		color:#ff0000;
		text-decoration:underline;
		}
	#sidebar a:hover {
		color:#009865;
		text-decoration:underline;
		}
		
	#sidebar .featured a:link, #sidebar .featured a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#sidebar .featured a:hover {
		color:#ffffff;
		text-decoration:underline;
		}
	#sidebar ul, #sidebar ol {
		margin:0 0 18px 30px;
		text-align:left;
		line-height:1.4em;
	}


/* FOOTER */

#footer {
	text-align:left;
	line-height:18px;
	font-size:12px;
	color:#666;
	border-top:1px solid #ccc;
	padding:10px 0 20px 0;
	}
	#footer p.left-footer {text-align:left;float:left;width:450px;}
	#footer p.right-footer {text-align:right;float:right;width:450px;}
	
	#footer a:link, #footer a:visited {
		color:#666;
		text-decoration:underline;
		}
	#footer a:hover {
		color:#000;
		text-decoration:underline;
		}
		
		
		
/* Custom pages */

#dom1  { position:relative;  height:730px; text-align:left; }
#dom1 .topimg{position:absolute; top:25px;}

#nav1 { background:none repeat scroll 0 0 #0065d3; position:absolute; top:0px; left:0px; color:#ffffff; border-top:#2F5677; font-size:13px; font-weight:bold; 	text-transform:uppercase; width:826px; list-style:none; }
#nav1 li {float:left;border-right:1px solid #ffffff;}
#nav1 li:first-child {border-left:1px solid #ffffff;}
#nav1 li a {padding:13px 21px 13px 20px; line-height:40px; color:#ffffff;}
#nav1 li.current a,  #nav1 li a:hover {	background:#0f73e0;}



#dom2  { position:relative;  height:730px; text-align:left; }
#dom2 .topimg{position:absolute; top:37px;}
#nav2{ background:none repeat scroll 0 0 #0065d3; position:absolute; top:0px; left:0px; color:#ffffff; border-top:#2F5677; font-size:13px; font-weight:bold; 	text-transform:uppercase; width:826px; list-style:none; }
#nav2 li {float:left;border-right:1px solid #ffffff;}
#nav2 li:first-child {border-left:1px solid #ffffff;}
#nav2 li a {padding:13px 21px 13px 20px; line-height:40px; color:#ffffff;}
#nav2 li.current a,  #nav1 li a:hover {	background:#0f73e0;}


#dom3  { position:relative;  height:720px; text-align:left; }
#dom3 .topimg{position:absolute; top:25px;}
#dom3 { position:relative;  height:691px; text-align:left; background: #FFFFFF url(images/dom3.jpg) top left repeat 0; }
#nav3{ background:none repeat scroll 0 0 #0065d3; position:absolute; top:0px; left:0px; color:#ffffff; border-top:#2F5677; font-size:13px; font-weight:bold; 	text-transform:uppercase; width:826px; list-style:none; }
#nav3 li {float:left;border-right:1px solid #ffffff;}
#nav3 li:first-child {border-left:1px solid #ffffff;}
#nav3 li a {padding:13px 21px 13px 20px; line-height:40px; color:#ffffff;}
#nav3 li.current a,  #nav1 li a:hover {	background:#0f73e0;}
