/*
Original design: andreas07 (v2.0 - Jul 07, 2008) - A free xhtml/css website template by Andreas Viklund and stylishtemplate.com.
For more information, see http://andreasviklund.com/templates/andreas07/
*/
@import url("layout.css");
*{
	margin: 0;
	padding: 0;
}
/* Main tags */
body {
margin:0;
padding:0;
color:#999999;
background:#001785 url(../img/bodybg.gif) top left repeat-y;
font:12px Verdana,Tahoma,sans-serif;
}

ul {
margin:5px 0 16px 5px;
padding:0;
}

li {
margin:0 0 8px 15px;
padding:0;
}

img {
margin:10px auto 16px auto;
padding:1px;
background:#ffffff;
}

img a {
	border: none;
}

img a:hover{
	background-color: none;
}

a {
color:#cd3438;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#cd3438;
text-decoration:underline;
}

a img {
border-color:#d85d5d;
}

a img:hover {

}

.logo{
	margin-right: 5px;
	border: none;
	background: none;
}

.logo a:hover{
	background: none;
}

#logo{
	display: none;
}
/* Wrap */
#wrap {
width: 990px;
clear: both;
}


/* Left sidebar */
#leftside {
width:220px;
background:#001785 url(../img/sidebarbg.gif) top right repeat-y;
text-align:right;
float:left;
}

#leftside h1 {
margin:20px 18px 0 5px;
color:#d85d5d;
font-size:1.6em;
letter-spacing:-2px;
text-align:right;
}

#leftside h2, #leftside h3 {
margin:0 20px 18px 5px;
color:#808080;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
text-align:right;
}

#leftside h3 {
margin:20px 18px 4px 5px;
color:#606060;
}

#leftside p {
margin:0 20px 18px 5px;
color:#606060;
font-size:0.8em;
}

#leftside a {
color:#808080}

#lower_left{
/*	border: 2px solid #ff7800;*/
	border-top: 1px solid #ff7800;
	padding:0px 0px 2px 30px;
	margin: 30px;
}

#lower_left p,
#lower_left h3{
	color: #ffffff;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}


#lower_left h4{
	color: #ffffff;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	font-size: 12px;
}

#lower_left a{
	color: #ffd502	
}
/* Navigation menu */
#menu a {
display:block;
width:202px;
padding:5px 18px 5px 0;
color:#ffd502;
background:#001785 url(../img/sidebarbg.gif) top right repeat-y;
font-size:1.6em;
font-weight:normal;
text-decoration:none;
letter-spacing:-1px;
}

#menu a:hover {
color:#cd3438;
background:#fafafa url(../img/sidebarbg.gif) top right repeat-y;
}

#menu a.active {
padding:5px 18px 5px 0;
background:#fafafa;
color:#cd3438;
border-top:2px solid #6085e3;
border-bottom:2px solid #6085e3;
}

#menu a.active:hover {
color:#cd3438;
background:#dadada;
}


/* Right sidebar */
#extras {
width:200px;
float:right;
color:#ffffff;
}

#extras h2, #extras h3 {
margin:10px 0 12px 0;
color:#cccccc;
font-size:1.6em;
font-weight:400;
letter-spacing:-1px;
text-align:center;
border-bottom:2px solid #999999;
}

#extras p {
line-height:1.4em;
margin: 0 0 15px 0;
}

#extras img{
	margin-bottom: 7px;
}
/* Content area */
#content {
width:520px;
margin:30px 0 0 240px;
padding:10px 0;
background:#fafafa;
}

#content p {
margin:0 0 16px 0;
line-height:1.5em;
}

#content h1 {
margin:0;
margin-bottom: 20px;
color:#6085e3;
font-size:24px;
letter-spacing:2px;
text-align:left;
}

#content h2 {
margin:0;
color:#6085e3;
margin-bottom: 16px;
font-weight:bold;
font-size:20px;
letter-spacing:1px;
text-align:left;
}

#content h3 {
margin:20px 0 10px 0;
color:#6085e3;
font-weight:bold;
font-size: 14px;
letter-spacing:1px;
text-align:left;
}


#content h5{
	font-weight: bold;
	color: #ffd502;
	background-color: #001785;
	font-size: 14px;
	border: 3px solid #ffd502;
	padding: 12px;
	text-align: center;
}
#content img{
	margin: 0;
	padding: 0;
}

.hide{
	display: none;
	visibility: hidden;
}