/* CSS Document */
a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#000000;
}

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

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}

h4{
 color:#999;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#2F5368;
	margin:0;
	padding:0;
	color:#666;
	font-size:small;
		
}

img{
	border:none;
}

#container {
	margin:0 auto 0;
	background:#fff;
	width: 770px !important; 
	width /**/:770px; /* IE5/Win */
	padding:0;
	position:relative;
	font-size:90%;
}


#content{
	float:right;
	background:#fff;
	width: 70%;
	margin: 0 10px 0 0;
	padding: 1% 5% 0 0;
	
	

}

#content a {
	color:#FF6600;
	text-decoration:none;
}

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

#content a:link {
	color:#FF6600;
}

#content a:visited {
	color:#FF6600;
}


#navBar{
	float: left;
	width: 150px;
	margin: 10px 0 0 10px;
	border-right: 1px dotted #ccc;

	
}

#navBar a{
	color:#666;
	margin:5px;
	
	
}

#navBar ul a:link, #navBar ul a:visited {display: block;text-decoration:none}
#navBar ul {list-style: none; margin: 0.7em 0;padding-left: 5px;color:#666;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {padding: 0 0 0.2em 1.5em;line-height: 1.4em;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul a:hover {display:block; background-color:#fff; color:#FF6600; text-decoration:underline;}


#pageName {
	
	color:#2f5368;
	float:right;
	width: 300px;
	padding:0 20px 0 0;
	margin:10px 266px 0 0;
	

}
#pageName h2{
	
	color:#2f5368;
}


#siteName {
	margin: 0 auto 0;
	padding:0;
	width: 770px !important; 
	width /**/:770px; /* IE5/Win */
	height:135px;
	color:#ffffff;
	background:#2F5368 url(header.jpg) no-repeat top;
	
	
	
}

#siteName a {
	visibility:hidden;
}


#footer {
	margin:10px auto 0;
	background:#fff url(footer.gif) no-repeat bottom left;
	height:80px;
	width: 770px !important; 
	width /**/:770px; /* IE5/Win */
	padding-top:10px;
	border-top:1px dotted #ccc;
	position:relative;
	font-size:100%;
	text-align:center;
	color:#333;
}

#footer a {
	color:#333;
	text-decoration:none;
}

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




#search {
	margin:10px 0 0 0;
	float:left;
	text-align:left;
	padding-top:10px;
	border-top:#999 dotted 1px;
}




.clear {
	clear:both;
}



#relatedLinks h5{
	background:#fff;
	width:150px;
	height:30px;
}

#image{
		width: 130px;
		margin-top:5px;
		margin-bottom:10px;
		float:left;
}

#welcome {
		width: 380px;
		padding: 5px;
		margin-top:5px;
		margin-bottom:10px;
		background-color:#EAEAEA;
		font-size:smaller;
		border:#cccccc solid 1px;
		float:right;
	
}

#highlights{
		width: 240px;
        margin:0px;
		float:right;
		padding-top:5px;
		padding-right:5px;
		border-top:1px dotted #ccc;
		
}

#highlights img{
		border:1px solid #ccc;
		margin-right:5px;
		margin-bottom:5px;
		
}

#highlights p{
		font-size:smaller;
}

#news {
		width: 280px;
		margin:0px;
		padding-top:5px;
		padding-right:5px;
		border-top:1px dotted #ccc;
		float:left;
		
	
}

#news span a {
	font-size: smaller;
	display: block;
	font-weight: bold !important;

}

#news p {
		font-size:smaller;
		text-align:justify;
		margin-top:.5em;
		
}

#pictures{
		width:500px;
		margin-top:20px;
		padding-top:5px;
		margin:0 auto 0;
		border-top:1px dotted #ccc;
		
}



p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}




