
/* ---------------------------------------------
/* Author: Erik Smith - erik@pendergraphics.com
/* Employed By: Pendergraphics Design Group
/* About: Master CSS Stylesheet
/* ---------------------------------------------

/*
-----------------
Globals 
-----------------
*/

* {
	margin:0px;
	padding:0px;
}

body {
	background:#C0733E;
	color:#4c4c4c;
	font-family:"Trebuchet MS";
	font-size:12px;
}


.genClear {
	clear:both;
}

.genClearHeight {
	clear:both;
}

h1 {
	display:none;
}

h2 {
	color:#C46322;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
	font-variant:small-caps;

}

h3 {
	color:#C46322;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	
}

a {
	color:#CF6A26;
}

#content ol{
	color:#4c4c4c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:5px 25px 5px 10px;
}
	
#content ul{
	color:#4c4c4c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:5px 25px 15px 10px;
}
			
#content li{
	margin-left:45px;
	margin-right:35px;
	color:#4c4c4c;
}
#footer{
	text-align:center;
}
#footer li{
	display:inline;
}

/*
-----------------
Structure  
-----------------
*/

#wrapper {
	width:800px;
	position:relative;
	margin:0 auto;
	border:5px solid #fff;
	border-top:none;
	background:#fff;
}

#logo {
	width:800px;
	height:95px;
	background:#fff url(../../images/header.jpg);
	clear:both;
	position:relative;
}


/*
-----------------
Callouts  
-----------------
*/

.imgWrap {
	position:relative;
	width:175px;
}

.imgCallout {
	width:165px;
	margin-top:0px;
	margin-left:16px;
	margin-bottom:10px;
	font-style:italic;
	font-size:12px;
	color:#666;
}

