/* CSS Document */


/* ---[ default ]---
------------------------------------------ */
body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #DBE3CF url(images/header_bg.gif) top left repeat-x;
	color: #4B4A38;
	text-align: center;
}

p {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4A38;
	background-color: transparent;
	line-height: 1.2em;
}

h1 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4B4A38;
	background-color: transparent;
	line-height: 100%;
}

h2 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CF8419;
	background-color: transparent;
	line-height: 100%;
	margin-bottom: -6px;
	margin-top: 20px;
}

a, a:link, a:visited, a:active  {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CF8419;
	text-decoration: underline;
}

a:hover  {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CF8419;
	text-decoration: none;
}

.floatLeft {
	float: left;
	padding-right: 6px;
	padding-bottom: 4px;
}

.floatRight {
	float: right;
	padding-left: 6px;
	padding-bottom: 4px;
}


/* ---[ nav menu ]---
------------------------------------------ */
#nav {
	float: left;
	margin: 70px 0 0 0;
	padding: 0 0 0 12px;
}

#nav_sec{
	float: right;
	margin-top: 66px;
}

#nav li {
	float: left;
	height: 29px;
	margin: 0 5px 0 0px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}

#nav li a {
	display: block;
	line-height: 29px;
	text-indent: -5000px;
	overflow: hidden;
}

	#nav_0 {
		width: 124px;
		background: url(images/menu_0.gif) no-repeat;
		}
	#nav_1 {
		width: 62px;
		background: url(images/menu_1.gif) no-repeat;
		}
	#nav_2 {
		width: 71px;
		background: url(images/menu_2a.gif) no-repeat;
		}
	#nav_3 {
		width: 52px;
		background: url(images/menu_3.gif) no-repeat;
		}
	#nav_4 {
		width: 51px;
		background: url(images/menu_4.gif) no-repeat;
		}
	#nav_5 {
		width: 62px;
		background: url(images/menu_5.gif) no-repeat;
		}
		
#nav li a:hover {
	background-position: 0px -29px;
}

#nav li a.currentSection, #nav li a.currentSection:hover {
	background-position: 0px -58px;
}


/* ---[ layout styles ]---
------------------------------------------ */
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	display: block;
}

#logo {
	float:left;
	width:132px;
	height:136px;
}

#main_content {
	display: block;
	padding: 0 80px 0 100px;
}

#signature {
	background: url(images/signature.gif) top left no-repeat;
	height: 90px;
	width: 212px;
	float: right;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4A38;
	background-color: transparent;
	line-height: 1.2em;
}

#contact_page {
	float: right;
	width: 360px;
	text-align: left;
}

.sig_bottom {
	padding-left: 100px;
}

.clear {
	line-height: 0; 
	font-size: 0;
	clear: both;
}

.splash {
	border: 6px solid #EAF0E1;
	margin-top: 12px;
}


/* ---[ footer ]---
------------------------------------------ */
#footer {
	width: 100%;
	background: url(images/footer_bg.gif) top left repeat-x;
	height: 100px;
	padding-top: 35px;
	margin-top: 30px;
}

#footer p {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #92A27D;
	background-color : transparent;
	line-height: 1.4em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CF8419;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CF8419;
	text-decoration: underline;
	background-color: transparent;
}


/* ---[ flash content message ]---
------------------------------------------ */
#flashcontent {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4A38;
}

#flashcontent b {
	font-weight: bold;
	color: #4B4A38;
}

#flashcontent a {
	font-weight: normal;
	color: #CF8419;
	text-decoration: underline;
}

#flashcontent a:hover {
	font-weight: normal;
	color: #CF8419;
	text-decoration: none;
}