@charset "utf-8";

/* Body Formatting */
html, body {
	background-color:#ffffff;
	background-image:url(../assets/g-headerbg.png);
	background-repeat:repeat-x;
	overflow-x: hidden;
}

/* Cross-Browser Heading Overrides */
h1, h2, h3, h4, h5, h6 {	
}

/* Paragraph Formatting */
p {
	text-align: left;
}

/* Horozontal Rule */
hr {	
}

/* Links Formatting */
a {
	text-align: center;
}

/* Header Div */
#header {
	margin-top: 0px; 							/* sit the content area directly under the header div */
	margin-left: auto; 							/* auto centres to screen width */
	margin-right: auto; 							/* auto centres to screen width */
	margin-bottom: 0px;							/* Dont want a margin here as we want the footer to neatly join up to me :))  */
	min-height: 285px;
	max-height: 285px;		/* Web page header area will be a minimum/max of 316 pixels even without content  */
	min-width: 1024px;
	max-width: 1024px;			/* Dont allow the width to alter itself  :))  */
	background-color: #b8d7e9;
	background: url(../assets/g-title.png);
	font-size: 14px;
}
.imgfloatRight{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px; 
}

.imgfloatLeft{
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px; 
}

#networks {
	width: auto;
	height: auto;
	margin: 0px;
	padding-right: 100px;
	position: relative;
	left: 0px;
	top: 220px;
	text-align:right;
}
#nav_bar {
	width: auto;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	top: 229px;
	text-align:right;
	background-color: #87B9DC;
	margin: 5px;
}

/* Bar Div */
#bar {
	width: 1991px;
	height: 46px;
	position: absolute;
	top: 255px;
	left: -34px;
	background: url(../assets/g-menubar.png);
	
}
#contentParent {
	margin-top:70px; 							/* sit the content parent area directly under the header div */
	margin-left:auto; 							/* auto centres to screen width */
	margin-right:auto; 							/* auto centres to screen width */
	margin-bottom:0px;							/* Dont want a margin here as we want the footer to neatly join up to me :))  */
	min-height:685px;							/* Web page content area will be a minimum of 685 pixels even without content  */
	padding-left:22px;							
	padding-right:22px;
	min-width:980px; max-width:980px;			 Dont allow the width to alter itself when we are filling in content, therefore specify min and max values :))  
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
}

/* Footer Div */
#footer {
	position: absolute;
	width: 1925px;								
	height: 65px;
	left: -5px;
	background: url(../assets/g-footerbg.png);
	background-repeat: repeat-x;
}

/* Copyright Div */
#copyright {
	margin-top:50px; 							
	margin-left:auto; 							/* auto centres to screen width */
	margin-right:auto; 							/* auto centres to screen width */
	margin-bottom:0px;							
	min-height:50px; max-height:100px;			/* Web page content area will be a minimum/max of 100 pixels even without content  */
	min-width:980px; max-width:980px;			/* Dont allow the width to alter itself when we are filling in content, therefore specify min and max values :))  */
	padding-top:40px;							
	padding-left:22px; 
	padding-right:22px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
}

#nav_bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_bar ul li {
	float: left;
	position: relative;
	
}
#nav_bar ul li a {
	display: block;
	height: 25px;
	width: 110px;
	color: #010156;
	background-color: #84BADC;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #555;
	border-left-color: #999;

}
#nav_bar ul li a:hover {
	background-color: #b8d7e9;
}
#nav_bar ul li ul {
	position: absolute;
	top: 25px;
	visibility: hidden;
}
#nav_bar ul li:hover ul {
	visibility: visible;
}
#nav_bar ul li ul li a {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #555;
}
