/***********************************************/
/* VSHA.org Stylesheet               */
/* Developed by Thor Hansen                    */
/* innevi                                      */
/***********************************************/

/***********************************************/
/* Global styles                               */
/***********************************************/

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#00788B;
	text-align: center;
	font-size: 76%;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:900;
	color:#005366;
	}

h4 {
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	color: #AEC0AA;
}

p,li, dd {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

a:link {color:#00788B;}
a:visited {color:#666666;}
a:hover {
	text-decoration: underline;
}
#vertspace {
	height: 500px;
	width: 1px;
	float: left;
}

/***********************************************/
/* Div and layout styles                       */
/***********************************************/

#frame {
	width:750px;
	margin: 0px auto;
	padding:0px 0px 25px;
	text-align: left;
	background-image: url(../images/frame_bg_001.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0C1A6;
	border-left-color: #B0C1A6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C1A6;
	background-position: top;
}

#Header {
	background-image: url(../images/header_bg.gif);
	height: 275px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	}
.imgright {
	float: right;
}


/***********************************************/
/* Navigation Styles                           */
/***********************************************/

#leftcontent {
	position: relative;
	left:0px;
	top:0px;
	width:125px;
	font-size: 11px;
}

#navcontainer {
	margin: 10px;
	position: absolute;
}

#nav, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 120px;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}

#nav li { position: relative; }
	
#nav li ul {
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html #nav li { float: left; height: 1%; }
 * html #nav li a { height: 1%; } 
/* End */

#nav li a:hover { color: #00788B; background: #f9f9f9; } /* Hover Styles */

#nav li ul li a { 
	padding: 2px 5px;
	background: #ffffff;
} /* Sub Menu Styles */	

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

/***********************************************/
/* End Navigation Styles                       */
/***********************************************/


#Content {
	padding:10px 10px 10px 165px;
	text-align: left;
	float: left;
	}

#Contact {
	position:relative;
	left:0px;
	width:135px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px dashed #999;
	line-height:17px;
	width:135px;
}

#Contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#Content #vertimgbar {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: right;
	width: 120px;
}

#footer {
	font-size: 9px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	clear: right;
	margin-top: 75px;
	border-bottom-color: #999999;
	padding: 3px;
}


#sidebar {
	background-image: url(../images/vert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 530px;
	width: 170px;
}
#specialblock {
	background-color: #C8DDBE;
	border: 1px dashed #666666;
	padding: 5px;
	margin: 10px 170px 10px 10px;
}

#specialblock br {
	clear: none;
}
.specialblock {
	background-color: #C8DDBE;
	border: 1px solid #005366;
	padding: 5px;
	margin: 10px auto;
}
.specialblock br {
	clear: none;
}
.specialblock strong {
	color:#990000;
}
img {
	border: 0px;
}
.clearboth {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.textcenter {
	text-align: center;
}
#frame #Content .specialblock h4 {
	color: #333333;
}
