@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 600px;
	background: url(images/bkg.jpg) repeat-x #e7e5d8; 
}

#sitewrap {
	margin:0 auto;
	width:600px;
	text-align: left;
}

#siteheader {
	width: 600px;
	height: 165px;
	background: url(images/logo.jpg) center no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#siteheader a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #cb5700;
}


/********************** Main Menu ****************************/
#navcontainer ul
{
text-align: left;
padding-bottom: 0;
padding-top: 0;
padding-left: 0;
margin: 0;
background-color: #cb5700;
width: 600px;
height: 22px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 13px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;

}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 15px;

color: #f4ae00;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #cb5700;
color: white;
}

#navcontainer #active { 
color: white;	
}

#navcontainer a#current { 
color: white;	
}

/********************** Second Teir Menu ****************************/
#s_navcontainer ul
{
text-align: left;
padding-bottom: 0;
padding-top: 4px;
padding-left: 0;
margin: -1px 0 0 0;
background-color: #a34600;
width: 600px;
height: 15px;
font-family: Helvetica, Arial, sans-serif;
font-size: 9px;
}

#s_navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;

}

#s_navcontainer ul li a
{
padding-left: 10px;
padding-right: 15px;

color: #dc7629;
text-decoration: none;
}

#s_navcontainer ul li a:hover
{
background-color: #a34600;
color: white;
}

#s_navcontainer #active { 
color: white;	
}

#s_navcontainer a#current { 
color: white;	
}

/********************** Third Teir Menu ****************************/
#t_navcontainer ul
{
text-align: center;
padding-bottom: 0;
padding-top: 10px;
padding-left: 0;
margin: 0 0 2px 0;
background-color: #dcdac6;
width: 600px;
height: 25px;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}

#t_navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;

}

#t_navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;

color: #989678;
text-decoration: none;
}

#t_navcontainer ul li a:hover
{
background-color: #dcdac6;
color: #003847;
}

#t_navcontainer #active { 
color: #003847;	
}

#t_navcontainer a#current { 
color: #003847;	
}

/********************** CONTENT ****************************/

#banner {
	width:600px;
	height: 295px;
	background: url(images/slideshow/slide_bkg.jpg) no-repeat center;
}

#banner1 {
	clear: both;
	width:600px;
	height: 295px;
	background: url(images/banner1.jpg) no-repeat center;
}

#banner2 {
	clear: both;
	width:600px;
	height: 295px;
	background: url(images/banner2.jpg) no-repeat center;
}

#banner3 {
	clear: both;
	width:600px;
	height: 295px;
	background: url(images/banner3.jpg) no-repeat center;
}

#banner4 {
	clear: both;
	width:600px;
	height: 295px;
	background: url(images/banner4.jpg) no-repeat center;
}

#banner5 {
	clear: both;
	width:600px;
	height: 295px;
	background: url(images/banner5.jpg) no-repeat center;
}

#home_header h1{
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #003847;
	font-weight: normal;
	margin-top: -2px;
}

#home_content_wrap {
	margin-top: 20px;
	border-top: 2px solid #d4cf9f;
	height: 100%;
}

#content_wrap {
	border-top: 2px solid #d4cf9f;
	margin-top: 0;
	height: 100%;
}


.nc_edit {
	padding-left: 10px;
}


/********************** LEFT COLUMN ****************************/

#left_column {
	float: left;
	width: 400px;
	padding-bottom: 30px;
}

#left_column a, a:link {
	text-decoration: none;
	border: 0;
	color: #cb5700;
}

#left_column a:hover {
	text-decoration: underline;
	border: 0;
	color: #cb5700;
}

#left_column h1 {
	display: block;
	margin-top: 0;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #847c35;
	background: #dcdac6;
}

#left_column h2 {
	margin-top: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #003366;
}

#left_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding: 5px 15px 0 5px;
}

#left_column h1 img {
	border: 0;
}

#left_column h2 img {
	border: 0;
}

#left_column h3 img {
	border: 0;
}

#left_column p img {
	border: 0;
}


#left_column form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding: 0 0 0 15px;
}

#left_column .inputBtn {
	color: #ffffff;
	height: 50px;
	width: 92px;
	background: url(images/send_btn.png) no-repeat;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

#left_column img {
	border: 0;
}

#left_column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #996633;
	padding: 0px 15px 0 35px;
}

#left_column ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #996633;
	padding: 0px 15px 0 35px;
}


/********************** RIGHT COLUMN ****************************/


#right_column {
	float: left;
	height: auto 100%;
	min-height: 900px;
	width: 198px; /* 200px minus border width*/
	background: #dcdac6;
	border-left: 2px solid #e7e5d8;
}

#right_column a, a:link {
	text-decoration: none;
	border: 0;
	color: #cb5700;
}

#right_column img {
	border: 0;
}

#right_column img .side_btn {
	border: 0;
	margin-left: -10px;
}

#right_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	color: #003847;
	padding: 0 5px 0 10px;
}

#right_column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #003366;
	padding: 0 5px 0 10px;
}

#right_column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #847c35;
	padding: 0 5px 0 10px;
}

#right_column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #996633;
	padding: 0px 15px 0 35px;
}

#right_column ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #996633;
	padding: 0px 15px 0 35px;
}

/**********************  ****************************/

#full_column form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding: 5px 15px 0 5px;
}


#seperator {
	size: 2px;
	width: 150px;
	color: #d4cf9f;
	text-align: left;
}

#staff p img {
	border: 5px solid #ffffff;
	float: left;
	background: #fff;
	margin: 2px 15px 0 0;
}


#staff p {
	width: 385px;
	height: 60px;
	float: left;
	margin: 0 10px 74px 0;
	background: #bfcdd0;
	display: block;
	padding: 7px 2px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
}

#staff_right {
	min-height: 2800px;
}



