/* CSS Document By Dieter Schneider 2006 | www.csstemplateheaven.com*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}

#header {
	height: 50px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#pic {
	position: absolute;
	left: 350px;
	top: 200px;
}
#pic a img:hover {
	border: none;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 35px;
}

#left ul {
	margin-left:30px;
}

#sub_left {
	width: 30.3%;
	float: left;
}

#sub_right {
	width: 30.3%;
    float: right;
}

#sub_content {
	margin-left: 33.4%;
    margin-right: 33.4%
}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFF;
	font-size: 0.9em;
}

#right {
	background-image: url(images/main_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 250px;
	background-repeat: no-repeat;
	height: 492px;
}

#footer {
	clear: both;
	padding: 10px;
	margin-right:20px;
	text-align: center;
	border-top: 1px solid #CCC;
}

/******************** Top Navigation ************************/

#navcontainer ul {
	background-color: #FFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 21px 20px 0px 20px;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFF;
}

#current {
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFF;
}

/********************* End top navigation ***************************/

p {
	margin-bottom: 15px;
    margin-top: 0px;
}

.ingress {
	margin-bottom: 15px;
    margin-top: 10px;
}

.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2em;
	padding-top: 50px;
	padding-left: 50px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	padding-left: 50px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-top: 8px;
	color: #666;
	font-style: italic;
	font-weight: bold;
}

h4 {
	padding-bottom:10px;
}

a img {
	border:0px;
}

a img:hover {
	border:1px solid #999;
}

a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}   /* unvisited link */

a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */

a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}   /* mouse over link */

a:active {
	color: #6E2B32;
	text-decoration: underline;
	font-weight: bold;
}   /* selected link */

.img_left {
	float: left;
    margin-right: 4px;
}

p.p1 {
	font-size: 9.5pt;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.navcontainer ul {
	list-style-type: none;
	margin-left: 40px;
}

.navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}
.navcontainer a:hover {
	background-color: #76333A;
	color: #fff;
	text-decoration:none;
}

#seperator {
	border-top:1px solid #CCC;
	height:12px;
}

div#logosright {
	padding-right:30px;
}

#logosright a {
	margin:4px 0;

}

#logosbottom td {
	padding:2px 4px;
}

div.logos {
	text-align:center;
}

.logos a {
	padding:8px 5px 1px;
	display:block;
}

.logos a:hover {	
	padding:7px 4px 0;
	border:1px solid #6E2B32;
	background-color: #FFF;
}

.logos a img {
	border:0;
	vertical-align: middle;
	margin-bottom:8px;
}

.required {
	color:#F00;
}

.detail {
	padding:3px;
}