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

body{
	text-align:left;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


#brandingwrapper{
	width:900px;
	margin: auto;
}

#brandingwrapper img{
	float:left;
}

/* ---------------------- Start layout division styles ---------------------- */
/* Branding division */
#branding{
    height:197px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	margin: auto;
}
#brandingwrapper{
	width:900px;
	margin: auto;
}

/* end branding */

/* Navbar division */
#navbar{
	margin: auto;
 	height:80px;
	background-image: url(images/blue_band.gif);
}
#navwrapper{
	width:790px;
	margin: auto;
}

/* end navbar */

/* Left column */
#leftcolumn{
	float:left; /*Floats to left of navbar and content */
	width:400px;
}

/* Right column */  
#rightcolumn{
    float:right; /*Floats to right of navbar and content */
    width:10em;
}



/* Content division */
#container{
	position: relative;
	min-height: 100%;
}

#content{
	/* Leave room for sidebar columns */
 	margin: auto;
  	text-align:left;
	padding-bottom:1em;
	background-color:#fff;
	color:#000;
	width: 720px;
}
  
/* Footer division */
#footer{
	/* Clear the floats */
    clear:both;
	min-height:10em;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
} 
#footwrapper{
	width:790px;
	margin: auto;
}
/* ---------------------- End layout division styles ---------------------- */

/* ---------------------- Start Content division styles ------------------- */


/* Heading 1 tags in content division */
#content h1{
	margin-left:10px;
	font-size: 19px;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color: #ef4823;
	padding-top: 20px;
	font-weight: normal;
}

/* Paragraphs in content division */
#content p{
	font-size:12px;
	line-height:1.5em;
	margin:1em 11px;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color: #5a382b;
	text-align: justify;
}

.linktext {
	font-size:12px;
	line-height:1.5em;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color: #5ec1d3;
	text-decoration: none;
}
a.linktext:link{
	font-size:12px;
	line-height:1.5em;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color: #5ec1d3;
	text-decoration: none;
}
a.linktext:hover{
	font-size:12px;
	line-height:1.5em;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color: #5ec1d3;
	text-decoration: underline;
}

#footer p{
	font-size:12px;
	line-height:1.5em;
	margin:1em 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8d7167;
	padding-top: 50px;
}

/* Bulleted lists in content division */
#content ul{
  font-size:0.85em;
  margin:1em 20px 1em 40px;  
}

#content ul li{
  margin-bottom:0.5em;
}
/* ---------------------- End Content division styles ------------------- */
  
#mainnav {
	float: right;
	padding-top: 145px;
}
.mainnavtext {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7f5b4f;
	text-decoration: none;
}
a.mainnavtext:link{
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7f5b4f;
	text-decoration: none;
}
a.mainnavtext:hover{
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #58c1d5;
	text-decoration: none;
}

#subnav {
	float: left;
	padding-left: 90px;
}
.subnavtext {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: underline;
}
a.subnavtext:link{
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: underline;
}
a.subnavtext:hover{
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6d3515;
	text-decoration: underline;
}


/*drop down menu styles*/

td.dropdown{
	background:white;
	border: 1px solid #e8f8fb;
}
table.dropdown
{
	font-size:12px;
	position:absolute;
	visibility:hidden;
}
.dropdowntext {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7f5b4f;
	text-decoration: none;
	padding-left: 5px;
}
a.dropdowntext:link{
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7f5b4f;
	text-decoration: none;
	padding-left: 5px;
}
a.dropdowntext:hover{
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58c1d5;
	text-decoration: none;
	padding-left: 5px;
}