/* CSS Document */
body {font-family: verdana, arial, sans-serif; font-size:100%;  
background-image: url(images/sunburst_background_cream.png); background-repeat:no-repeat; 
background-color:#e5ddb6;
	}

* {margin:0px; padding:0px;}
div#wrapper {
	/*width:780px; 	*/	  
	width:1000px;
	margin-left:auto;
	margin-right:auto; 
	margin-top:15px; 
	}	 
	
div#content-wrapper {
	/*width:780px; */
	width:1000px;
	position:relative;
	background-color:#eee9c6; 
	border-right:3px inset #444;
	border-bottom:3px inset #444;
	} 
	
	
div#heading		{
	position:absolute;
	top:50px;
	left:300px;
	text-align:center;
	width:600px; 
	border:3px solid red;
	background-color:#fff;
	font-family:"broadway BT";
	} 
	
div#heading h1	{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	font-size:1.5em;
	}  
	 
div#leftnav {
	width:180px; 
	padding:10px; 
	position:absolute; top:260px; left:0px;
	float:left;

	}
	
div#content {
	/*width:780px; */
	width:1000px;
	background-color:#eee9c6;
	background-image: url(images/ga_peach.png);
	Background-repeat:no-repeat;  
	background-position:350px 75px;
	position:relative; 
	background-color:#eee9c6;
	} 
	
div#greybar		{
	border:3px solid black;
	width:960px;
	margin:20px;
	background-color:#aaa;
	} 
	
div#greybar		p	{
	color:black;
	font-size:1em;
	font-style:arial;
	margin:5px;
	} 
	
div#linkbar		{
	width:1000px;
	background-color:black;	 
	}

div#linkbar		img {
	vertical-align:center;
	margin-right:24px; 
	margin-left:24px;
	margin-top:15px;
	}
	 
div#footer {
	/*width:782px; */
	width:1002px;
	background-color: #ec1f27; 
	font-size:.8em; 
	text-align:center;
	border-top:3px solid #fbe86d;
	border-bottom:5px solid gray; 
	color:#000;
	padding:5px 0px 5px 0px;
	}	
	
div#page-name	{
	position:absolute;
	top:20px;
	left:830px;
	width:150px;
	height:30px;
	z-index:3; 
	font-size:8px;
	font-family:'comic sans ms';
	color:#000;
	}
	
div#logo	{
	position:absolute;
	top:0px;
	left:-42px;
	}
	
div#text	{
	margin-left:200px;
	margin-top:30px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	}

div#text	h2		{
	text-align:center;
	font-family:'times';
	}
	
div#text h3		{
	text-align:center;
	font-family:arial;
	font-weight:bold;
	}
		 
div.clearfloats {
	clear:both;
	}

/* End structural CSS - Begin formatting CSS */
/* Global formatting CSS */

h1 {
	font-size:1.1em; 
	text-transform:uppercase;
	margin-left:230px; 
	text-align:center;  
	margin-top:20px;
	} 
	
h2 {
	font-size:1.3em;  
	text-align:left; 
	font-family:'comic sans ms';
	margin-bottom:10px;
	color:#000;
	} 
	
h3	{
	font-family:'comic sans ms';
	}


/* Begin Content formatting CSS */
/*div#content p {
	font-size:1em;  
	margin-left:200px; 
	margin-right:20px;
	margin-bottom:0px;
	color:#c83634;
	text-align:center;
	}	*/
	
div#content ul {
	margin-right:30px;
	font-size:1em;
	line-height:1.2em;
	font-weight:bold;
	font-family:arial, verdana;
	}
	
div#content ul li	{
	margin-bottom:10px;
	font-size:1.2em;
	}
	
/* Begin Left Nav formatting CSS */

div#leftnav img	{
	margin-top:30px;
	}
	
div#leftnav p {
	font-size:12px; 
	line-height:20px;  
	margin-left:20px; 
	margin-right:10px;
	}
	
div#leftnav h2 {
	margin-left:15px;
	font-size:1.2em;
	Margin-top:20px;
	}
	

	
div#leftnav a {
	display: block;
	text-decoration:none; 
	background-image: url(images/button_bg_up.jpg); 
	background-repeat:no-repeat;
	border:2px solid black;
	text-align:center;
	width:120px;
	color:#000;
	font-size:11px;
	padding:3px 0px 3px 0px;
	}
	
div#leftnav ul li {
	padding:2px;
	font-weight:bold;
	}
	
div#leftnav ul li a:hover {
	display: block;
	text-decoration:none; 
	background-image: url(images/button_bg_down.jpg); 
	background-repeat:no-repeat;
	border:2px solid red;
	color:#fff; 
	background-color: #69562a;
	padding:3px 0px 3px 0px;
	}
	
div#leftnav ul li a:active {
	display: block;
	text-decoration:none; 
	background-image: url(images/button_bg_down.jpg); 
	background-repeat:no-repeat;
	border:2px solid white;
	color:#fff; 
	background-color: #c83634 ;
	padding:3px 0px 3px 0px;
	}
	

div#leftnav ul {
	margin-top:20px; 
	list-style-type:none; 
	margin-left:10px; 
	font-size:14px;
	}
 
div#links a {			   /*The purpose of this is to turn off the link formatting that is used in the navigation.*/
	display: block;		   /*So that the links at the bottom of the page do not format like nav buttons. */
	text-decoration:none; 
	background-image:none; 
	border:none;
	text-align:center;
	padding:3px 0px 3px 4px;
	}  
	
div#facebook a {
	display: block;
	text-decoration:none; 
	background-image:none; 
	background-repeat:no-repeat;
	border:none;
	margin-left:12px;
	margin-top:-30px;
	}
