@charset "UTF-8";
/* <GV GOWLAND> LAYOUT CSS */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-image:url(../images/gv-background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#92B6DA;
	}

/* End Reset default browser styling */


/** DEBUG **/

/*div { border: 1px dotted red; }*/

/** END DEBUG **/


#container {
	position:relative;
	width:955px;
/*	height:700px;*/
	margin: 0px auto;
	}
	
#header {
	position:relative;
	clear:both;
	width:955px;
	height:81px;
	background-image:url(../images/headerImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

#mainNav {
	position:relative;
	clear:both;
	width:955px;
	height:64px;
	}

#content {
	position:relative;
	float:left;
	clear:both;
	width:955px;
/*	height:440px;*/
	background-image:url(../images/contentBackground.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:10px;	
	}

#footer {
	position:relative;
	clear:both;
	width:955px;
	height:39px;
	background-image:url(../images/footerImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}



/** Homepage Layout **/

#left {
	position:relative;
	float:left;
	clear:left;
	margin-left:20px;
	width:583px;
/*	height:423px;*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
#right {
	position:relative;
	float:right;
	clear:right;
	margin-right:20px;
	padding:10px;
	margin-bottom:5px;
	width:295px;
/*	height:403px;*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}


/** Standard Page Layout **/

#contentContainer {
	position:relative;
	float:left;
	clear:left;
	margin-left:20px;
	width:683px;
/*	height:423px;*/
	margin-bottom:5px;
	}
	
#pageTitle {
	position:relative;
	clear:both;
	width:683px;
	height:45px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	background-image:url(../images/pageTitleBackground.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#313131;
	}
	
#subNav {
	position:relative;
	float:left;
	clear:left;
	width:134px;
/*	height:379px;*/
/*	border:1px solid #CCCCCC;*/
	}
	
#mainContent {
	position:relative;
	float:right;
	clear:right;
	padding:10px;
	width:512px;
/*	height:359px;*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
#subContent{
	position:relative;
	float:right;
	clear:right;
	margin-right:20px;
	padding:10px;
	width:200px;
/*	height:410px;*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
#tel {
	position:relative;
	float:right;
	clear:right;
	margin-right:50px;
	width:190px;
	height:81px;
	}

#footerLinks {
	position:relative;
	float:left;
	clear:left;
	margin-left: 35px;
	height:22px;
	margin-top:13px;
	}
	
#dbzws {
	position:relative;
	float:right;
	clear:right;
	margin-right:30px;
	height:22px;
	margin-top:13px;
	}
	
#homeLink {
	position:relative;
	float:left;
	clear:none;
	width:300px;
	overflow:hidden;
	}
	
	
	
