/*
Design By Access US
http://www.accessus.net
*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #393939 url(../images/fence4.jpg);
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 45px;
}

p,code,ul {
	padding-bottom: 1.2em;
	font-size: 11px;
	font-weight: normal;
}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.5em Tahoma,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url() no-repeat;
	display: block;
	font-weight: normal;
	padding-left: 60px;
}

h1,h2,h3 {padding-top: 0px; color: #393939; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0 auto;
	padding: 3px;
	width: 780px;
}

.outer-container {
	background: url('') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #000000 url(../images/header.gif) no-repeat;
	height: 154px;
	margin-bottom: 0px;
	text-align: center;
	background-size: 100%;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;*/
	color: #FFF;
	font: normal 3em Tahoma,sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #393939;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding-bottom: 5px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(../images/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	/*list-style: url(../img/li.gif);*/
	list-style: url();
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #393939;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #999999;
}
/*.navigation li {border-bottom: 1px solid #EAEADA;}*/
*.navigation li {border-bottom: 1px solid #999999;}
.navigation li a {
	font: normal 1em;
	color: #393939;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #FFFFFF;
	color: #000000;
	font: .8em Tahoma,sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {color: #999999;}

.menubox{
	font-size: 1em;
	background-color: #393939;
	color:#F9F8F7;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.menubox a{
	color:#BDBDBD;
	font-size: 1em;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menubox a:hover{
	color:#FFFFFF;
	font-size: 1em;
	line-height: 13px;
	text-decoration: none;
}
.menubox a.selected{
   	/*display: none;*/
	color:#FFFFFF;
}

#tempbody {
	align: center;
	font: normal 150% Tahoma,sans-serif;
	}
	
.mainpagepic {
	margin-right: 15px;
	height:380px;
	width:275px;
	float:left;
}