@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:		GVS
Version:		1.0
Last change:	22/05/09 []
Primary use:	Web site
-------------------------------------------------------------------*/

/* Layout */
* {
	margin: 0;
	padding: 0;
}

html {
	/* non-ie browsers short page fix */
	margin-bottom: 1px;
	height: 100%;
	margin: 0 auto;
}

body {
	font: 11px Verdana, Helvetica, sans-serif;
	color : #CCCCCC;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	
}

#body{
	width: 920px;
	/*margin: 0 auto;*/
	text-align: left;
	display: table;
	/*padding:15px;*/
	margin: 0px auto; /* centres the 'page' with 'margin space' of 0px;*/
	
}



#header{
	width: 896px;
	text-align: left;
	display: table;
	height:125px;
	padding: 0 12px 0 12px;
	
}

#header-left{
	width: 176px; 
	float:left;
	background-color:#FFFFFF;
	vertical-align:middle;
}

#header-right{
	width: 720px; 
	float:left;
	

	
	
}

#main{
	width: 896px; 
	margin: 0;
	text-align: left;
	background-color:#FFFFFF;
	padding: 0 12px 0 12px;
}

#main-navigation{
	width: 176px;
	float:left;
	padding:10px 0 0 0;
	margin:0;
	background-color:#FFFFFF;
	color:#666666;
	
}

#main-body{
	width: 513px;
	float:left;
	padding:0 15px 0 0;
	margin:0;
	background-color:#FFFFFF;
	color:#000000;
}

#main-right{
	width: 192px;
	float:left;
	padding:10px 0 0 0;
	margin:0;
	background-color:#FFFFFF;
	
}

#footer{
	width: 896px; 
	margin: 0 20px 0 20px;
	padding: 30px 12px 0 12px;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}

#footer-left{
	width: 576px; 
	text-align: left;
	float:left;
}


#footer-right{
	width: 320px; 
	text-align: left;
	float:left;
}

#footer-seo{
	width: 920px; 
	font-size:11px;
	color:#999999;
	text-align:left;
	margin: 0 auto;
}


/* Text */

h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#0099FF;
	margin-top:10px;
}

h2{
	font-size:16px;
	font-weight:normal;
	color:#663399;
}

h3{
	font-size:15px;
	font-weight:bold;
}


p{
	margin: 5px 0 10px 0;
}


/* Lists */

ul li{
	
	margin-left:20px;
	margin-top: 5px;
	margin-right:26px;

}

ul li ul li{
	
	margin-left:20px;
	margin-top: 5px;
	padding-bottom:-32px;
}

/* Links */

a {
	text-decoration:none;
	color: #333333;
	font-weight:bold;
}


a:hover{
	text-decoration:underline;
	color: #333333;
	font-weight:bold;
}


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

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

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

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

.infobox-blue a{
	color: #FFFFFF;
	text-decoration:underline;
}

.infobox-blue a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}


.infobox-purple a{
	color: #FFFFFF;
	text-decoration:underline;
}

.infobox-purple a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}


/* Navigation */

#navigation li {
	
	list-style-type:none;
	font-size:12px;
	padding-bottom:5px;
	
}



#navigation li a{
	
	font-weight:normal;
	color:#009EDD;
}


#navigation li ul li{
	list-style-type:circle;
	font-size:10px;
	
}



/* Infobox */

.infobox-blue{
	background-color:#0099FF;
	width: 180px;
	color:#FFFFFF;
	padding: 5px;
	font-size: 9px;
}

.infobox-purple{
	background-color:#663399;
	width: 180px;
	color:#FFFFFF;
	padding: 5px;
	font-size: 9px;
}

/* Glow/shadow effect */

#top-glow{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	display: table;
	height:41px;
	background-image:url(../media/top-bg-shadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#main-glow{
	width: 960px;
	text-align:center;
	margin: 0 auto;
	margin-top:10px;
	background-image:url(../media/middle-bg-shadow.jpg);
	background-position:top;
	background-repeat: repeat-y;
}

#bottom-glow{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	display: table;
	height:72px;
	background-image:url(../media/bottom-bg-shadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
