/* CSS Document */



/*********************/
/* BASIC */
/*********************/

body {
	background-color: #FFF7EB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
	
p,h1,h2,h3,h4,h5,h5 {
	margin: 0px;
	padding: 0px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 16px;
	margin-top: 10px;
	text-align: justify;
	color: #333333;	
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style:normal;
	
	color: #000000;
	padding-right: 10px;
	
	padding-bottom: 5px;
}


h2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-family: erdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 a { 
		color:#333333;
}


/********************************************************************/
/* NOTE the background images used in wrapper and wrapper 1
consist of 2 colors #FFDFAF and the body background color #FFF7EB *
I have tried removing these images but still get the warning message
about text and background color being the same/
/*******************************************************************/

	
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 30px;	
}

#wrapper1 {
	width: 756px;
	height: auto;
	border-left: 2px solid #FFDFAF;
	border-right: 2px solid #FFDFAF;
	border-bottom: 2px solid #FFDFAF;
	padding-top: 20px;	
}

#sidebar {
	float:	left;
	width:	250px;
	margin-top:	10px;
}

#main {
	width: 358px;
	margin-top: 10px;
	margin-left: 220px;
	margin-right: 10px;	
}

.text-areas {
	width: 500px;
	float: left;
	padding-left: 10px;
	}

#secondary {
	float:	right;
	width:  12px;
	
}

#secondary  {
	color: #FFF;
}


/*********************/
/* BANNER STYLES */
/*********************/

#logo {
	width: 760px;
	height: 90px;
	padding-top:5px;
	padding-bottom: 5px;
	background-image:url(/images/logo.gif);
	background-color:#FF9900;
	background-repeat: no-repeat;
	
}


/*********************/
/* MAIN NAV */
/*********************/

#topnav {
	width: 760px;
	height: 30px;
	background-color:#CC7A00;
}

#nav { 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight:bold;
	float: right;
	padding-top: 7px;
	padding-right: 5px;
}

#nav a {
		color:#FFFFFF;
		text-decoration:none;
		}
		
#nav a:hover {
		
		text-decoration:underline;
		}

#h1-container {
	width: 300px;
	float: left;
}
	

#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	height: 25px;
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	float: left;
	padding-top: 10px;
	background-color: #FFF7EB;
	
}


/*********************/
/* PICTURE AREA */
/*********************/

.pic-area {

	width: 358px;
	border:#33FF33 solid 1px;	
	margin-left: 30px;
	float: left;	
}

.large-pic {
	width:348px;	
	border-style:solid;
	border-width:1px;
	border-color:#CC7A00;
	float:left;
	padding: 4px;
	margin-bottom: 10px;
}

.left-pic {
	width:148px;	
	border-style:solid;
	border-width:1px;
	border-color:#CC7A00;
	float:left;
	padding: 4px;	
	margin-bottom: 10px;
}	

.pic {
	width:148px;	
	border-style:solid;
	border-width:1px;
	border-color:#CC7A00;
	margin-left: 560px;
	padding: 4px;	
	margin-bottom: 10px;
}

.right-pic {
	width:148px;	
	border-style:solid;
	border-width:1px;
	border-color:#CC7A00;
	float:right;
	padding: 4px;	
	margin-bottom: 10px;
}

#copyright {
	width:700px;
	height:auto;
	margin-bottom:10px;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#50251B;
	float:left;	
}


.long_copyright {
	width:700px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#50251B;
	float:left;	
}