/*
-----------------------------------------------
Go systems Style Sheet

Author:   Julien Perreard
URL:      www.julienperreard.com
Version:  2008.01
----------------------------------------------- */

/* Core stylesheets */
@import url("reset.css"); /* Mass reset */

/*General */
body{
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#E9EDE8 url(../img/main_bg.gif) top repeat-x;
	}

h1,h2,h3{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}


/* Main sections */
#page-wrapper{
	width: 1000px;
    margin: 0 auto;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:.5em;
	}

#header-wrapper{
	width:980px;
    margin:0;
	}

#prefoot{
	clear:both;
	width:980px;
	height:74px;
	padding-top:1.4em;
	color:#727373;
	line-height:1.2em;
	background:#fff url(../img/catch_bg.gif) no-repeat;
	}
	
#footer-wrapper{
	clear:both;
	width: 980px;
	height:3.5em;
	color:#727373;
	line-height:1.6em;
	margin-top:1em;
	}
	
	
	
/* Header section */
#header{
	height:85px;
	}
	
.headerright{
	float:right;
	width:500px;
	height:80px;
	background-color:#000066;
	}
	
#header h1{
	color:#FFFFFF;
	font-size:1.6em;
	display:none;
	}



/*Content Section */
#content{
	float:left;
	width:770px;
	height:auto;
	margin:0 0 1em 0;
	color:#727373;
	padding:0;
	}
	
#hp{
	width:980px;
	background-color:#005594;
	padding:0;
	margin:1em 0 2em 0;
	}
	
#hp div.content{
	width: 800px;
    margin: 0 auto;
	background-color:#000;
	}
	
.catch{
	width:100%;
	margin-bottom:1em;
	height:170px;
	padding:.5em;
	padding-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#727373;
	font-size:1.5em;
	font-weight:lighter;
	line-height:1.5em;
	}
	
.catch h1{
	color:#727373;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding-top:.5em;
	}	
	
.catch img{
	float:left;
	margin-right:1.5em;
	border:#ccc 2px solid;
	padding:1px;
	}
	
.user{
	float:left;
	width:47%;
	height:auto;
	padding:8px;
	padding-bottom:.4em;
	line-height:1.5em;
	color:#fff;
	font-weight:lighter;
	font-size:1.1em;
	}
	
.user h2{
	font-size:1.7em;
	color:#727373;
	margin:.5em 0 .2em 0;
	}	

.user h3{
	font-size:1.4em;
	color:#00ab4e;
	font-weight:bold;
	}
	
.user ul{
	padding-left:3em;
	}
	
.user a{
	color:#fff;
	text-decoration:underline;
	}
	
.user a:hover{
	color:#00ab4e;
	text-decoration:none;
	}



/* Individual pages layout and styling */
.intro{
	width:100%;
	margin-bottom:.6em;
	height:170px;
	padding:.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#727373;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
	}
	
.intro h1{
	margin-top:1.5em;
	margin-bottom:.2em;
	line-height:1em;
	font-size:2.2em;
	color:#00ab4e;
	font-family:"Bradley Hand ITC", serif;
	}
	
.intro img{
	float:left;
	margin-right:1.5em;
	border:#ccc 2px solid;
	padding:1px;
	}
	
.desc{
	float:left;
	width:96%;
	height:auto;
	padding:12px 10px 15px 10px;
	line-height:1.6em;
	color:#000;
	font-size:1.1em;
	background-color:#fff;
	}
	
.desc h2{
	color:#00ab4e;
	font-weight:bold;
	font-size:1.5em;
	}
	
.desc ul{
	padding-left:120px;
	padding-top:0;
	}
	
.desc ul li{
	line-height:1.6em;
	list-style:circle;
	margin-bottom:.8em;
	}

	
.desc a{
	color:#00ab4e;
	text-decoration:underline;
	}
	
.desc a:hover{
	color:#727373;
	text-decoration:none;
	}
	
#map{
	height:360px;
	}




/*Sidebar Section */
#sidebar{
	float:left;
	width:200px;
	margin-top:1em;
	margin-left:.5em;
	height:auto;
	}	
		
ul#split,ul#split li{
	margin:0;
	padding-bottom:0;
	list-style:none;
	width:95%;
	}
	
ul#split li{
	float:left;
	width:100%;
	margin:0 0 16px 0;
	}
	
ul#split ul li{
	margin:0;
	}
	
ul#split h3{
	margin:0;
	padding:7px;
	padding-left:2.1em;
	text-align:left;
	color:#00ab4e;
	background:url(../img/misc/GS_dot.gif) no-repeat;
	font-size:1.3em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
ul#split div{
	color:#727373;
	padding-left:.8em;
	font-size:1.1em;
	line-height:1.5em;
	}
	
ul#split div img{
	padding:0 6px 13px 0;
	}
	
#sidebar a{
	color:#727373;
	text-decoration:underline;
	}
	
#sidebar a:hover{
	color:#00ab4e;
	text-decoration:underline;
	}


/* Form conf */
.desc form{  											/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-family:Verdana ,arial,sans-serif;
	margin:0;
	padding: 0;
	width: 100%; 
	}
	
.desc form fieldset {
	border:none;
	margin: 0 auto;
	}
	
.desc form label { 
	display: block;  							/* block float the labels to left column, set a width */
	float: left; 
	width: 12em; 
	padding: 0; 
	margin: 5px 0 0 0;
	font-size:1.1em; 							/* set top margin same as form input - textarea etc. elements */
	text-align: left;
	color:#996600;
	cursor: pointer;
	}
	
.desc form input, form textarea, form select{			/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */										
	width:auto;      							/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0; 						/* set margin on left of form elements rather than right of label aligns textarea better in IE */
	}
	
.desc form br{
	clear:left; 								/* setting clear on inputs didn't work consistently, so brs added for degrade */
	}



/*Pre foot */
#prefoot h2{
	color:#00ab4e;
	font-size:2.1em;
	letter-spacing:1px;
	padding:0;
	margin:0 0 .4em 0;
	}	

#prefoot .box{
	float:left;
	width:315px;
	padding:8px;
	margin-left:1em;
	}

	

/*Footer */
#endors{
	width:100%;
	padding:4px 0 8px 0;
	margin-bottom:.5em;
	margin-top:.5em;
	border-bottom:#ccc 1px solid;
	}
	
#endors img{
	margin-right:67px;
	}

#footer-wrapper a{
	color:#727373;
	text-decoration:none;
	}
	
#footer-wrapper a:hover{
	color:#00ab4e;
	text-decoration:underline;
	}



/*Miscellaneous */
.floatleft{
	float:left;
	} 	
	
.floatright{
	float:right;
	}
	
.clear{
	clear:both;
	}
	
.numbers{
	color:#00ab4e;
	font-size:1.6em;
	}
	
.padleft{
	padding-left:.8em;
	padding-top:.5em;
	}	

.greybold{
	color:#727373;
	font-weight:bold;
	}

	
/* Colours */

.green{
	color:#00ab4e;
	}
	
.red{
	color:#CC0000;
	}
	
