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

html	{

	height:100%;
	max-height:100%;
	margin:0;
	padding:0;
	background-color:#b5ac8e;
	

	}


body {

	margin:0;
	padding:0;
	height:100%;
	max-height:100%;
	font-size:12px;
	line-height:18px;
	color:#4a463f;
	font-family:Helvetica, Verdana, Arial, sans-serif;

	}
	


	
	
a:link	{

	color:#000;
	text-decoration:none;


	}
	
	
a:hover	{

	color:#000;
	text-decoration:underline;


	}
	
a:visited	{

	color:#000;
	text-decoration:none;



	}
	
a:visited:hover	{

	color:#000;
	text-decoration:underline;

	}
	
a:active	{

	color:#000;
	text-decoration:none;


	}
	
h1	{

	font-size:15px;
	text-transform:uppercase;
	line-height:100%;
	color:#686358;
	letter-spacing: 3px;
	font-weight:bold;
	padding:0 0 18px 0;
	margin:0;

	}
	
h2	{

	font-size:11px;
	line-height:140%;
	color:#686358;
	font-weight:bold;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing: 2px;
	
	}
	
	
	
	
#wrapper {
	
	width:100%;
	position:absolute;
	top:0;
	left:0;


	}	




/*

home page CSS

*/	


	
#curveback	{

	background-color:#b5ac8e;
	background-image:url(interface/top_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:375px;

	}
	
#backbottom	{

	background-image:url(interface/bottom_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:195px;
	background-color:#dbd2ba;

	}
	
#logo	{

	position:absolute;
	top:130px;
	width:305px;
	text-align:right;


	}	

#mission	{

	position:absolute;
	width:400px;
	padding:105px 0 0 342px;
	

	}

#navbar {
	position:relative;
	top:295px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#navbar ul {

	margin:60px 15px 0px 15px;
	padding:0;

	}

#navbar li {

	display:inline;
	padding:0 12px 0 12px;
	margin:0 0 0 0;
	color:#ffffff;
	border-right:1px solid #e9e6db;
	

	}
	
#navbar a	{
	color:#fff;
	text-decoration:none;
}
	
#navbar a:hover	{
	color:#686358;
}
	
	
/*

Secondary Pages' CSS

*/





#sec_top	{

	background-image:url(interface/sec_top.jpg);
	background-color:#ded8c9;
	background-repeat:no-repeat;
	background-position:left;
	height:163px;
	padding:0;
	margin:0;

	}
	


#sec_bottom2	{

	background-image:url(interface/image02.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#ded8c9;
	padding:0;
	margin:0;
	height:400px;
	

	}	
	
#sec_bottom3	{

	background-image:url(interface/image03.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#ded8c9;
	padding:0;
	margin:0;
	

	}	

#sec_bottom4	{

	background-image:url(interface/image04.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#ded8c9;
	padding:0;
	margin:0;
	

	}	
	
#sec_bottom5	{

	background-image:url(interface/image05.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#ded8c9;
	padding:0;
	margin:0;
	

	}	
	
#sec_bottom6	{

	background-image:url(interface/image06.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#ded8c9;
	padding:0;
	margin:0;
	

	}	
	



#sec_background	{
	background-image:url(interface/sec_bgcontent.jpg);
	background-repeat:repeat-x;
	height:100%;
	background-color:#d9d1bc;
	}

#sec_content	{
	width:60%;
	padding:30px 0 15px 30px;

	}

#sec_sidenavigation	{

	background-color:#d0c7b0;
	width:209px;
	height:100%;
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 100%;
	font-size:11px;
	font-weight:bold;

	}
	
#sec_sidenavigation ul	{
	margin:0;
	padding:0;

	}
	
	
#sec_sidenavigation	li	{
	display:block;
	font-size:10px;
	border-bottom:dotted 1px #b5ac8e;
	padding:12px 60px 10px 15px;

	}

#sec_sidenavigation	a	{
	color: #686358;
	text-decoration: none;
}

#sec_sidenavigation	a:hover	{
	color: #fff;
}
	
#sec_navbar {
	width:100%;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-bottom: 2px;
	}

#sec_navbar ul {
	margin:0;
	padding:0 0 0 15px;
}

#sec_navbar li {
	display:inline;
	list-style-type:none;
	padding:0 12px 0 12px;
	margin:0 0 0 0;
	border-right:1px solid #e9e6db;
}	
	
#sec_navbar a	{
	color:#fff;
	text-decoration:none;
}
	
#sec_navbar a:hover	{
	color:#686358;
}

.sec_navdivide	{
	padding:0;
	margin:0;
	background-image:url(interface/sec_navdivide.jpg);
	background-repeat:repeat-x;
	display:none;
}

#sec_navbar #current a	{
	color:#686358;
}