/********************************* Main Layout *****************************/
#topBanner{
	background-color:#014386;
	width:100%;
	padding:5px 0;
}
#head{
	width:1000px;
	margin:0 auto;
	color:#ffffff;
	text-align:right;
}
#head a, a:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:0.75em;
}
#head a:hover{
	color:#cccccc;
	text-decoration:none;
	font-size:0.75em;
}

#mainWrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header{
	margin:10px 0 20px 0;
	width:1000px;
	height:200px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
}

#breadcrumbs{
	width:958px;
	border:solid 1px #014386;
	padding: 10px 20px;
	background-color:#ffffff;
	margin:10px 0 10px 0;
}

#contentWrapper{
	width:1000px;
	overflow: auto;
}
#mainContent{
	width:438px;
	margin:10px;
	padding:10px;
	border:solid 1px #014386;
	min-height:400px;
	float:left;
	background-color:#ffffff;
}
#endBanner{
	background-color:#014386;
	width:100%;
	margin-top:10px;
	padding:10px 0;
}
/********************************* Side Bar ********************************/
#sideWrap{
	width:320px;
	float:right;
}

div.title{
	width:100%;
	color:white;
	background-color:#014386;
}

.sideBox{
	width:318px;
	border:solid 1px #014386;
	border-bottom:none;
	margin-top:10px;
	background-color:#FFFFFF;
}

#fbBox{
	width:320px;
	background-color:#ffffff;
	margin-top:10px;
}
.divider{
	border-bottom:solid 1px #014386;
	padding:10px;
}
/********************************* Images **********************************/
.imageRight{
	float:right;
	margin:5px 0 5px 10px;
}

.imageLeft{
	margin:5px 10px 5px 0;
	float:left;
}

.imageClear{
	height:auto;
	width:auto;
}

.imageText{
	width:inherit;
	height:auto;
	margin-bottom:10px;
}
#mapDiv{
	width:425px;
	margin:10px auto;
	height:350px;
}
/********************************* Gallery *********************************/
.galleryImageCenter{
	width:200px;
	height:auto;
	margin:0 auto;
}

.galleryImage{
	width:200px;
	height:auto;
	float:left;
	margin-right:10px;
}
.galleryImageEnd{
	float:left;
	margin:0;
	height:auto;
	width:200px;
}
.galleryImageWrap{
	height:auto;
	overflow:visible;
	width:410px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.galleryThumbText{
	height:auto;
	width:200px;
	font-size:80%;
	text-align:center;
	margin-bottom:10px;
}
/*vertical*/
.galleryVerticalWrapper{
	height:250px;
	width:410px;
	overflow:visible;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.galleryThumbTextVertical{
	height:auto;
	width:150px;
	font-size:80%;
	text-align:center;
	margin-bottom:10px;
}
.galleryImageVertical{
	height:auto;
	width:150px;
	float:left;
	margin-left:25px;
	margin-right:35px;
}
.galleyImageVertBuddy{
	height:150px;
	width:200px;
	margin-top:25px;
	float:left;
}
.galleryImageWrapAll{
	/*min-height:415px;*/
	height:auto;
	width:410px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px
}
.clearer{
	clear:both;
}
/*********************************** Footer ********************************/
#footer{
	width:1000px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
}
#footer a, a:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:0.75em;
}
#footer a:hover{
	color:#cccccc;
	text-decoration:none;
	font-size:0.75em;
}
/*********************************** Blanket *******************************/
#blanket {
	background:url(../images/blanketBack.png);
	background-repeat:repeat;
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#popUpDiv,#popUpDiv2,#popUpDiv3,#popUpDiv4,#popUpDiv5,#popUpDiv6,#popUpDiv7,#popUpDiv8,#popUpDiv9,#popUpDiv10,
#popUpDiv11,#popUpDiv12,#popUpDiv13,#popUpDiv14,#popUpDiv15,#popUpDiv16,#popUpDiv17,#popUpDiv18,#popUpDiv19,#popUpDiv20
{
	background-color:#eeeeee;
	position:fixed;
	z-index: 9002;
}
#popUpDivVert
{
	background-color:#eeeeee;
	position:fixed;
	z-index: 9002;
}
 
.closeDiv{
	position:absolute;
	top:0;
	right:0;
	background-color:#FFFFFF;
	z-index: 9003;
}
/*********************************** Feedback Form *************************/
#feedback{
	width:418px;
	height:320px;
	margin:20px auto;
	border:solid 1px #014386;
}
.text {
    border: solid 1px #014386;
	width:250px;
}
.textError {
    border: solid 2px red;
	width:250px;
}
.btn{
	width:125px;
}
#btns{
	width:250px;
	margin-left:84px;
}
label {
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 75px;
}
#formError{
	width:auto;
	height:auto;
	padding:5px;
}
/*********************************** Edited Defaults ***********************/
*{
	font-family:Arial, sans-serif;
	margin: 0px;
}
img{border:none;}
body{
	background-color:#cef1ff;
	font-size:90%;
}
small{
	font-size:0.75em;
}
/*********************************** Headers *******************************/
h1, h2, h3, h4, h5, h6{
	color:#014386;
	margin: 10px 0;
}

h2.date{
	color:#014386;
	margin:0;
}
/*********************************** Links *********************************/
a, a:link, a:visited, a:active{
	color:#014386;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #34baed;
}
.smallLinks{
	color:#ffffff;
}
.wc3Image{
	margin:10px 0 0 0;
}
/*********************************** Rules *********************************/
hr{
	margin: 10px auto;
	background-color:#014386;
	border:none;
	height:1px;
}
hr.gallery{
	margin:3px 0 10px 0;
	background-color:#014386;
	border:none;
	height:1px;
}
/*********************************** Text **********************************/
p{
	font-size:1em;
}
p.left{
	text-align:left;
}
p.right{
	text-align:right;
}
p.center{
	text-align:center;
}

p.title{
	color:white;
	font-size:1.25em;
	font-weight:bold;
	padding:5px 0 5px 10px;
}
p.small{
	font-size:0.75em;
}

p.smallCenter{
	text-align:center;
	font-size:0.75em;	
}
.colour{
	font-size:1em;
	font-weight:bold;
	color:#014386;
}		
#mapText{}
/*********************************** Lists *********************************/
ul.jumpToList{
	list-style-type:none;
	list-style-image:url(../images/downRightArrow.png);
	list-style-position:inside;
	margin:0;
	margin-left:15px;
	padding:0;
}
ul.jumpTo{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:url(../images/rightArrow.png);
	list-style-position:inside;
}
ul.quickLinks{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:url(../images/rightArrow.png);
	list-style-position:inside;
}
ul.noDot{
	margin:0;
	padding:0;
	list-style:none;
}
ul.noDot{
	margin-left:20px;
	padding:0;
	list-style:none;
}
/*********************************** Navigation ****************************/
#mainNavigation{
	width:200px;
	margin-top:10px;
	background-image:url(../images/darkBlueI.png);
	background-repeat:no-repeat;
	background-position:bottom; 
	float:left;
	height:500px;
}
ul#nav{
	list-style:none;
	padding:0;
	margin:0;
}

ul#nav li{
	border-bottom:solid 1px #ffffff;
}
ul#nav li.bottom{
	border-bottom:solid 1px #ffffff;
}
ul#nav a, ul#nav a:link, ul#nav a:visited, ul#nav a:active{
	color: #ffffff;
	font-weight:bold;
	display:block;              
	width:180px;
	padding:5px 0 5px 20px;	
}
ul#nav a:hover{
	color: #ffffff;          
	background-color:#34baed;
	font-weight:bold;
}
ul#nav ul.innerNav{
	list-style:none;
	padding:0;
	margin:0;	
}
ul#nav ul.innerNav li{
	background-color:#ffffff;
}
ul#nav ul.innerNav a, ul#nav ul.innerNav a:link, ul#nav ul.innerNav a:visited, ul#nav ul.innerNav a:active{
	color:#014386;
	font-weight:normal;
	text-decoration:none;
	display:block;              
	width:170px;
	padding:5px 0 5px 30px;
}
ul#nav ul.innerNav a:hover{
	text-decoration: none;
	color: #34baed;
	background-color:#ffffff;
	font-weight:normal;
}
