/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dce3e9;
	color:#607381;
	text-align:center;
}

img {
	border: 0px;
}

a{
	color:#2847ba;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
a:hover{
	text-decoration:underline;
}

#mainwrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #778e9e;
	text-align:left;
	margin-bottom:100px;
}
#header{
	width:780px;
	border-bottom: 5px solid #d9e4e4;
	float:left;
	height: 60px;
}
#logo{
	float:left;
	padding-left:10px;
	margin-top:13px;
	width:300px;
}
#strap{
	float:right;
	padding-right:10px;
	width:184px;
	margin-top:13px;
}
#nav_container{
	background:url(images/nav_bkgrnd.jpg);
	background-repeat:repeat-x;
	width:780px;
	height:17px;
	margin-top:2px;
	float:left;
}
#colour_block{
	/*background-color:#758f9e;*/
	width:10px;
	height:17px;
	float:left;
}
#nav{
	float:left;
	width:500px;
}
#main_container{
	padding-left:10px;
	width:770px;
	float:left;
}
#graphics{
	width:302px;
	float:left;
	padding-top:28px;
	padding-bottom: 28px;
}
#graphics p{
	line-height:0px;
	margin:0px;
	padding:0px;
}
#large_graphic{
	width:300px;
	float:left;
}
#large_graphic img{
	border:1px solid #758f9e;
}
#thumbnails{
	width:302px;
	float:left;
	padding-top:4px;
}
#thumbnails img{
	border:1px solid #758f9e;
}
#content{
	width:305px;
	float:left;
	padding-left:10px;
	padding-top:28px;
	padding-right:10px;
}
#content h1{
	font-size:18px;
	color:#2847ba;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#content_internal{
	width:430px;
	float:left;
	padding-left:10px;
	padding-top:28px;
	padding-right:10px;
}
#content_internal h1{
	font-size:18px;
	color:#2847ba;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#footer_nav{
	float:right;
	color:#2847ba;
}
#footer_nav a{
	color:#2847ba;
	text-decoration:none;
	font-weight:normal;
}
#footer_nav a:hover{
	text-decoration:underline;
}
#right_column{
	border:1px solid #758f9e;
	padding:3px;
	width:125px;
	margin-top: 28px;
	float: left;
	background-color: #DCE3E9;
}
#bottom_nav{
	width:770px;
	float:left;
	padding:5px;
}
#copyright{
	float:left;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #778e9e;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #778e9e;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #778e9e;
}
#copyright a {
	font-weight: normal;
}
#copyright a:hover {
	font-weight: normal;
	text-decoration: underline;
}
