/* CSS Document */

html,body {
	margin:0px;
	padding:0px;
	background:url(images/bg_fade.jpg) repeat-x;
	font:11px arial,sans-serif;
	text-align:center;
	}
	
div#container {
	width:774px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:left;
	}

div#header {
	height:80px;
	margin:0px;
	background: #FFFFFF;
	color:#333333;
	font-size:11px;
	text-align:left;
	}
	
div#header ul{	
	float:left;
	padding-top:40px;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:10px;
	width:200px;
	border-bottom:#0099FF 1px solid;
	border-left:#0099FF 1px solid;
	}
	
#header ul a:link{
	color:#333333;
	text-decoration:none;
	}
	
#header ul a:visited{
	color:#0099cc;
	}

#header ul a:hover{
	color:#0099CC;
	}
	
#logo {
	position:relative;
	top:0px;
	padding-right:10px;
	float:right;
	}
  
div#wrapper {
	clear:both;
	width:734px;
	top:0px;
	margin-top:0px;
	margin:10px;
	padding:10px;
	background-color:#ccebf5;
	}
	
div#content {
	float:right;
	width:500px;
	background-color:#FFFFFF;
	padding:10px;
	height:100%;
	line-height:2;
	border:#999999 1px solid;
	margin-bottom:10px;
	}	
	
div#arrow {
	bottom:10px;
	}

div#section {
	width:500px;
	background-color:#0099cc;
	text-align:center;
	height:20px;
	color:#FFFFFF;
	}

div#subnav {
	float:left;
	width:180px;
	background:#efefef;
	padding:10px;
	border:#999999 1px solid;
	line-height:2;
	}
	
#subnav ul{
	list-style:none;
	margin-left:0px;
 	}
	
#subnav ul a:link{
	text-decoration:none;
	color:#333333;
	}
	
#subnav ul a:visited{
	text-decoration:none;
	color:#333333;
	}
	
#subnav ul a:hover{
	text-decoration:underline;
	color:#0099FF;
	}
	
#subsub{
	line-height:1.3;
	padding-left:10px;
	}
	
div#contact {
	width:160px;
	height:160px;
	background-color:#fbfb5d;
	color:#333333;
	padding:10px;
	margin-top:20px;
	line-height:1.5;
	border:#999999 1px solid;
	}

div#footer {
	clear:both;
	width:100%;
	background: #ffffff;
	color: #0099cc;
	}

div#footer p {
	margin:0;
	padding:5px 10px;
	text-align:center;
	}
	
a:link{
	color:#333333;
	text-decoration:none;
	}
	
a:visited {
	color:#333333;
	text-decoration:none;
	}
	
a:hover {
	color:#0099FF;
	text-decoration:underline;
	}

.over {
	font-weight:bold;
	color:#0099cc;
	}
	
.active {
	color:#0099cc;
	}