/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background: #d1dbe4 url('Images/background.jpg') repeat-x;
}

a{
color:#226699;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}


/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:1px solid #a0a0a0;
}

#containerhome{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:center;
background:#e8eaec;
color:#303030;
border:0px solid #a0a0a0;
font:80% Verdana,Tahoma,Arial,sans-serif;
line-height:1.6em;
}

#header{
height:103px;
width:758px;
margin:0 1px 0 1px;
background:url('Images/header2.jpg');
color:#ffffff;
}

#header h1{
width:350px;
padding:23px 0 0 18px;
font-size:2.1em;
background-color:inherit;
color:#ebffff;
letter-spacing:-1px;
font-weight:normal;
line-height:1.2em;
}

.title {
width:350px;
padding:23px 0 0 18px;
font-size:2.1em;
background-color:inherit;
color:#ebffff;
letter-spacing:-1px;
font-weight:normal;
line-height:1.2em;
}

#header h2{
margin: -60px 25px 0 0;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
font-weight:bold;
letter-spacing: 2px;
text-align:right;
}

#header h3{
margin:0 25px 0 0;
font-size:1.1em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:1px;
font-weight:normal;
text-wrap:nowrap;
text-align:right;
}

#header hr{
  border: none;
  background-color: #B4CBDF;
  color: #B4CBDF;
  height: 1px;
	width:44%;
	margin: 0 0 0 30px;
}

#header img{
float: right;
margin: -66px 45px 0 0;
}

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

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background:#4488bb;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation li a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

#navigation a {
background: none;
color:#ffffff;
text-decoration:none;
white-space:nowrap;
}

#navigation a:hover{
background: none;
color:#ffffff;
text-decoration:underline;
white-space:nowrap;
}

#navigation img {
vertical-align: -20%;
}
/**************** Content styles ****************/

#content{
float:left;
width:530px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h1{
display:block;
margin:0 0 16px 0;
font-size:1.65em;
line-height:1.3em;
font-weight:normal;
color:#505050;
background-color:inherit;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
line-height:1.3em;
font-weight:normal;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3 a{color:#505050;}
#content h3{margin:0 0 5px 0; font-size:1em; color:#505050;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Menublock styles ****************/

#menu{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fcfcfc;
color:#226699;
line-height:1.5em;
text-align:left;
}

.bold {
display:block;
margin:0 0 8px 0;
font-size:1em;
font-weight:bold;
color:#505050;
background-color:inherit;
}


/***********Right sidebar styles ****************/

#subcontent{
float:right;
width:172px;
padding:20px 20px 10px 0;
line-height:1.4em;
font-size:0.9em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent hr{
margin: 5px 0 5px 0;
height: 2px;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

#rightmenu{
margin:18px 0 0 0;
padding:10px 5px 10px 5px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-align:center;
}

#rightmenu hr{
  border: none;
  background-color: #c0c0c0;
  color: #c0c0c0;
  height: 1px;
	margin:8px 0 8px 0;
	}
	
.imagespacer{margin-top:18px;}

/**************** Searchbar styles (not in use) *********/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:754px;
padding:5px 2px 2px 2px;
margin:20px 1px 0 0;
font-size:0.9em;
color:#303030;
background:#eeeeee;
border-top:1px solid #a0a0a0;
}

#footer a{color:#303030; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#303030; background-color:inherit; text-decoration: underline;}

.contact {
  float:left;
	width:245px;
	text-align:right;
	margin:15px 10px 5px 0;
	padding:0 10px 0 0;
	border-right: solid 1px #a0a0a0;
}
.about {
	padding: 10px 15px 12px 10px;
	line-height:14px;
	font-size:0.9em;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:31%; text-align:center;}
.splitcontentright{float:right; width:65%;}
.clear{clear:both;}
.small{font-size:0.8em; text-align:center;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.linklike{color:#467aa7; background-color:inherit;}
.highlight{color:#ffffff; font-weight:bold; background-color:#4488bb; margin-bottom:8px; line-height:2em;}
.halfheight{line-height:5px;}
.dynalink a:link{color:#ffffff;text-decoration:none;}
.dynalink a:hover{color:#ffffff;text-decoration:underline;}
.underline{text-decoration:underline;}
.bold{font-weight:bold;}
.floatLeft {float:left;}
.hr{color:#c0c0c0; background-color:#c0c0c0;height:5px}

.picturebox{
border:1px solid #c0c0c0;
background-color:inherit;
color:#505050;
}


.newsletter{
float:right;
text-transform:uppercase;
margin:10px 12px 0 0;
font-size:0.8em;
background-color:inherit;
font-weight:normal;
color:#ffffff;
white-space:nowrap;
}

.outerbox{
margin:0 0 0 0;
padding:2px;
border:3px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-align:center;
}

.innerbox{
margin:0 0 0 0;
padding:5px;
border:2px solid #66aa11;
background-color:#fafbfc;
color:#467aa7;
font-size: 1.5em;
line-height:1.5em;
font-weight:bold;
text-align:center;
}

.highlightquote{
margin:0 7px 0 0;
padding:5px;
border:2px solid #c0c0c0;
color:#505050;
line-height:1.4em;
text-align:center;
font-size:14px;
width:40%;
float:left;
}

.belowpicturebox{
margin:0 0 0 0;
padding:7px 5px 7px 5px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-align:center;
}

.navbox{
float:right;
border:1px solid #4488bb;
background-color:#ffffff;
color:#505050;
line-height:1.5em;
width:171px;
padding-bottom:8px;
text-align:center;
}

.pitureposition{
float:left;
background-color:inherit;
color:#505050;
width:310px;
margin-right:15px;
}

.announce{
margin:0 0 0 0;
padding:5px;
border:2px solid #B8575B;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
width:92%;
}

.linkhome{
color:#303030;
text-decoration: underline;
background-color:inherit;
}

.hiddenlink{
color:#303030;
text-decoration: none;
background-color:inherit;
}

.imgspace{
padding-right:8px;
padding-top:3px;
}

#question{
padding:10px;
border:1px solid #c0c0c0;
background-color:#e8eaec;
}

.imgspacert{padding-right:5px; float:left;}

.contenttopright{margin: 0 0 0 100px;font-size:0.7em;text-transform:uppercase;}





