* {
	margin:0;
	padding:0;
	font-size:10px;
	font-family: Verdana, Arial, sans;	
	color:#777777;
}

body {
	background:#fff url('../images/page_bkg.gif') repeat-x;	
}

div#wrapper {
	padding-top:70px;
	width:810px;
	margin:auto;
}


div#header {
	height:36px;
	width:810px;
}

#header img {
	float:left;
}


div#content {
	padding-top:9px;
	padding-bottom:143px;
	width:810px;
	float:left;
}


/*-----------------------------
 Menu
-----------------------------*/

#header img {
	margin-right:3px;
}

#header ul{
	list-style:none;
	position:relative;	
	float:left;
	width:603px;
	height:19px;
	background-color:#777; 
	margin-top:17px;
}

#header ul li{
	position:relative;
	float:left;
	width:83px;
}

#header ul li a{
	display:block;
	padding-left:16px;
	padding-right:10px;
	padding-top:3px;
	height:16px;

	color:white;
	text-decoration:none;	
	background:url('../images/mainmenuCorner_grey.gif') no-repeat;
}

#header ul li a:hover,
#header ul li a.active{
	background: url('../images/menu_bkg_hover.gif') repeat-x;
}

/*-----------------------------
 Content
-----------------------------*/

div#content form {
	padding-left:8px;
}

div#content p {
	margin-top:9px;
}

div#content a {
	text-decoration:underline;
}

div#content a.pdf_download {
	background: #f1f1f1 url('../images/pdf_icon.gif') no-repeat 2px 2px;
	padding-left:40px;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	
	
}

div.imageHolder {
	margin-bottom:9px;
	width:400px;
	height:196px;
	position:relative;
	color:#ccc;
	overflow:hidden;
}

div.subTitle {
	height:15px;
	width:100%;
	float:left;
	position:absolute;
	z-index:10;
	bottom:0px;
	left:0px;
	background:#6c6c6c;	
	font-size:9px;
	padding-top:1px;

}
div.subTitle a img {
	float:right;
	margin-right:3px;
	margin-top:3px;
}

div.subTitle a span{
	margin-left:3px;
	margin-right:3px;
	float:left;
	color:#ccc;
	height:16px;
	font-size:9px;
}

div.imageHolder img {
	padding:0;
	margin:0;
	border:0;
	float:left;
}


div.imageHolder a span.text1 {
	padding-left:5px;
	color:#fff;	
	font-size:9px;
}

a {
	text-decoration:none;
}

img {
	
	border:0;	
	
}



br.clear {
	clear:both;
	font-size:0;
}

span.specialInformation {
	font-style:italic;
	display:block;
	background-color:#d8d8d8;
	padding-left:8px;
	margin-bottom:24px;	
}

div.leftSide {
	float:left;
	width:400px;	
	margin-right:9px;
}

div.rightSide {
	float:left;
	width:400px;


}

div.rightSide ul{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
}

div.rightSide p,
div.rightSide h1 {
	padding-left:8px;
}




div.rightSide h1 {
	background-color:#d9d9d9;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:16px;
}

/*-----------------------------
 Footer
-----------------------------*/


div#footer {
	width:800px;
	padding:9px 0px 9px 9px;
	height:32px;
	background-color:#f0f0f0;
	color:#919191;
	float:left;
}

#footer div span {
	color:#919191;
}

#footer ul{
	list-style:none;
	display:block;
	float:left;
	height:36px;
	
}

#footer ul li{
	
	
	float:left;
	width:120px;
	
}

#footer div.rightSide a{
	float:left;
	width:93px;
	background:url('../images/arrowRight.gif') no-repeat 0px 4px;
	padding-left:10px;
	color:#919191;
	display:block
}

#footer div.rightSide a:hover{

	color:#333;
}

#footer div.leftSide,
#footer div.rightSide {
	width:391px;	
}

#footer div.leftSide a.mail {
	background: url('../images/mail.gif') no-repeat 0px 4px;
	padding-left:15px;
	color:#919191;
	text-decoration:none;
}

#footer div.leftSide a.mail:hover {
	color:#333;
}

/*-----------------------------
 Forms
-----------------------------*/

fieldset {
	border:0;
}

/*-----------------------------
 Tooltip
-----------------------------*/

div#tooltip {
padding: 3px;
display: none;
background:#fff;
color: #777;
position: absolute;
z-index: 1000;
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}

div#tooltip div {
background:#fff;
padding:2px;
}



