* {margin: 0; padding: 0;}

html, body{
	height:100%;
	margin:0;
	padding:0;
	border: 0;
}



html{
	background: #023f88 url(/images/blueBackground.png) top left repeat-x !important;
	background: #023f88;
	background-attachment:fixed;
	overflow:hidden
}

body{
	color:#d6d6d6;
	font-family:Geneva, Arial, Sans-serif;
	font-size:83%;
	font-weight:normal;
	background: url(/images/agaveSand.png) bottom left no-repeat !important;
	background: url(/images/agaveSand.gif) bottom left no-repeat;
	background-attachment:fixed;
	overflow:hidden;
}



#fullPageWrapper{
	height:90%;
	overflow:auto;
}

#fullPage{
	width:865px;
	margin:0 0 0 200px;
	padding:0;
	height:9%;
	
}

	#header{
		width:865px;
	}
	
		#navigation{
			width:600px;
			float:left;
			
		}
		
			#navigation ul{
				list-style-type:none;
				margin:0 0 0 6px;
				padding:0;
			}
				#navigation ul li{
					float:left;
					margin:0;
					padding:0;
				}
				#navigation ul li a, #navigation ul li a:hover, #navigation ul li a:visited{
					text-decoration:none;
					color:#6eb0f0;
					font-size:11px;
				}
				#navigation ul li a{
					display:block;
					padding-top:30px;
					border:0 !important;
					margin:0 1px 0 0;
					border-bottom:1px solid #023f88;
				}
				
					#navigation ul li a:hover{
						background:url(/images/navHoverBackground.png) !important;
						background:#023f88;
						border:0 !important;
						border-bottom:1px solid #d6d6d6;
					}
					
					#navigation ul li.selected a{
						background:url(/images/navHoverBackground.png) !important;
						background:#023f88;
						border:0 !important;
						border-bottom:1px solid #d6d6d6;
					}
					
					#navigation a span{
						cursor:pointer;
					}
					
					#navigation a.navLinkabout span{
						display:block;
						width:80px;
						background:url(/images/nav/about.png) top center no-repeat !important;
						background:url(/images/nav/about.gif) top center no-repeat;
					}
					#navigation a.navLinkabout span span{
						display:none;
					}
					
					#navigation a.navLinkportfolio span{
						display:block;
						width:110px;
						background:url(/images/nav/portfolio.png) top center no-repeat !important;
						background:url(/images/nav/portfolio.gif) top center no-repeat;
					}
					#navigation a.navLinkportfolio span span{
						display:none;
					}
					
					#navigation a.navLinkforum span{
						display:block;
						width:85px;
						background:url(/images/nav/forum.png) top center no-repeat !important;
						background:url(/images/nav/forum.gif) top center no-repeat;
					}
					#navigation a.navLinkforum span span{
						display:none;
					}
					
					#navigation a.navLinkarticles span{
						display:block;
						width:95px;
						background:url(/images/nav/articles.png) top center no-repeat !important;
						background:url(/images/nav/articles.gif) top center no-repeat;
					}
					#navigation a.navLinkarticles span span{
						display:none;
					}
					
					#navigation a.navLinkmedia span{
						display:block;
						width:80px;
						background:url(/images/nav/media.png) top center no-repeat !important;
						background:url(/images/nav/media.gif) top center no-repeat;
					}
					#navigation a.navLinkmedia span span{
						display:none;
					}
					
					#navigation a.navLinkcontact span{
						display:block;
						width:95px;
						background:url(/images/nav/contact.png) top center no-repeat !important;
						background:url(/images/nav/contact.gif) top center no-repeat;
					}
					#navigation a.navLinkcontact span span{
						display:none;
					}
					
					
		#name{
			background:url(/images/nav/agaveGroup.png) bottom left no-repeat !important;
			background:url(/images/nav/agaveGroup.gif) bottom left no-repeat;
			display:block;
			float:left;
			height:45px;
			width:263px;
			cursor:pointer;
		}
		#name span{
			display:none;
		}


	#pageText{
		width:600px;
		float:left;
		margin:42px 0 60px 0;
		min-height:600px;
	}



#secondaryNav{
	margin-top:40px;
	margin-left:20px;
	float:left;
	width:200px
	
}
	#secondaryNav ul{
		list-style-type:none;
	}
	#secondaryNav li{
		margin-top:10px;
		line-height:1em;
	}
	#secondaryNav a{
		font-size:.9em;
	}
	
	#secondaryNav input{
		border:1px solid #6eb0f0;
		width:80px;
	}
	#secondaryNav #searchsubmit{
		border:0;
		width:30px;
		color:#023f88;
		padding:0 2px;
		margin:0;
		cursor:pointer;
		background:#d6d6d6;
	}
	
	#secondaryNav #searchsubmit:hover{
		background:#6eb0f0;
	}
	
	
	#secondaryNav a, #secondaryNav a:hover, #secondaryNav a:visited{
		text-decoration:none;
		color:#6eb0f0;
	}


#footerWrapper{
	position:absolute;
	top:100%;
	left:1070px;
	width:300px;
	margin-top:-80px;
	font-size:.8em;

}










.rt{
	text-align:right;
}
.cr{
	text-align:center;
}
.lt{
	text-align:left;
}

.postNavigation{
	font-size:.8em;
	text-align:right;
	margin:0 55px 0 0;
}



.update{
	margin:10px 65px 10px 35px;
	padding:4px;
	background:#1968ba url(/images/update.png) bottom right no-repeat;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
}




.borderImg{
	padding:5px;
	margin:5px auto;
	border:1px solid #d6d6d6;
	background:#1968ba;
}


#pageText img{
	padding:5px;
	margin:5px auto;
	border:1px solid #d6d6d6;
	background:#1968ba;
}

#pageText img.noStyle{
	padding:0px;
	margin:5px auto;
	border:0;
	background:transparent;
}

#pageText img.pageLogo{
	float:left;
	padding:5px;
	margin:2px 8px 0 0;
	border:1px solid #d6d6d6;
}

#pageText img.pageImg{
	padding:5px;
	margin:5px auto;
	border:1px solid #d6d6d6;
	background:#1968ba;
	width:530px;
}













img{
	border:0;
}

a, a:hover, a:visited{
	text-decoration:underline;
	color:#d6d6d6;
	font-size:1em;
}

a:hover{
	text-decoration:underline;
	
}



p{
	line-height:1.6em;
	margin:10px 30px 10px 20px;
}


#pageText h2, #pageText h2 a{color:#ffffff !important;}

#pageText ul, #pageText ol{
	margin-left:40px;
}

#pageText li{
	line-height:1.6em;
}


ul.commentlist{
	list-style-type:none;
}

ul.commentlist li{
	font-size:.9em;
	border-left:1px solid #d6d6d6;
	margin:20px;
	padding:10px;
}

ul.commentlist cite, ul.commentlist a{
	color:#6eb0f0;
}



textarea{
	border:1px solid #6eb0f0;
}
#commentSubmitBtn input{
		border:0;
		width:110px;
		color:#023f88;
		padding:0 2px;
		margin:0;
		cursor:pointer;
		background:#d6d6d6;
		font-size:.9em;
}
#commentSubmitBtn input:hover{
		background:#6eb0f0;
}
	









h2, h2 a{
	margin:20px 0 0 0;
	padding:0;
	font-size:1.2em;
	color:#cbc8cf !important; 
	font-weight:normal;
}

h2, h2 a:hover{
	font-size:1em;
}

h3{
	font-size:1.1em;
	margin:30px 0 0 40px;
}


small{	/*only used for the date on posts*/
	display:block;
	text-align:right;
	margin:0 50px 0 0;
	color:#d6d6d6;
}







#technorati{
	display:none;
}
