body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(media/back.gif);
	background-repeat: repeat-x;
	
	color: #666666;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;}

body a:link { color: #002d55; text-decoration: underline; }
body a:visited { color: #002d55; text-decoration: underline;}
body a:hover { color: #828C96; text-decoration: underline; }

li { line-height: 16px;  margin-bottom:4px; }

p { margin-top: 5px; margin-bottom:9px; }

h1 {color: #53595F; font-size:18px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}
h2 {color: #53595F; font-size:16px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}
h3 {color: #002d55; font-size:14px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}

.errors { font-size:10px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
.edit { border:1px dashed #FF0000; background-image:url(media/spacer.gif) }
.editOver { border:1px dashed #FF0000; background-image:url(media/cms-edit-rollover.gif) }
#editButton { padding:2px; background-color:#FF0000; width:27px; color:#FFFFFF; }

.imageRight { margin-left:15px; margin-bottom:10px; }
.imageLeft { margin-right:15px; margin-bottom:10px; }

/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#container {
	left: 50%;
	margin-left: -410px;
	width: 820px;
	position: relative;	}
	
.header {
	width: 613px;
	height: 306px;
	position: relative; }
	
#content {
	width: 820px;
}
	
#mainContent { 
	width: 520px;
	position: relative;
	padding-right: 15px;
	padding-left: 50px; }
	
.nav {
	width: 172px;
	line-height: 30px;
	padding-top: 130px;
	padding-left: 35px;
	background-image: url(media/navBack.gif);
	background-repeat: no-repeat;
	background-position: 0px 115px;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
	
.nav a:link { color: #FFFFFF; text-decoration: none; }
.nav a:visited { color: #FFFFFF; text-decoration: none; }
.nav a:hover { color: #A5ACB3; text-decoration: none; }

.nav .current a:link { color: #A5ACB3; text-decoration: none; }
.nav .current a:visited { color: #A5ACB3; text-decoration: none; }
.nav .current a:hover { color: #A5ACB3; text-decoration: none; }

.bottomNav {
	width: 172px;
	line-height: 15px;
	padding-left: 35px;
	background-image: url(media/bottomNavBack.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
	
.bottomNav a:link { color: #666666; text-decoration: none; }
.bottomNav a:visited { color: #666666; text-decoration: none; }
.bottomNav a:hover { color: #333333; text-decoration: none; }

#galleries {
	position: relative;
	left: -90px;
	width: 655px;
	float: left;
}


#footer {
	width: 732px;
	height: 38px;
	position: relative;
	left: 14px;
	background-color: #53595F;
	padding-left: 46px;
	
	font-size: 9px;
	line-height: 35px;
	color: #A5ACB3; }

#footer a:link { color: #A5ACB3; text-decoration: underline; }
#footer a:visited { color: #A5ACB3; text-decoration: underline; }
#footer a:hover { color: #E5E5E5; text-decoration: underline; }

#credit {
	width: 732px;
	height: 38px;
	position: relative;
	left: 14px;
	padding-left: 46px;
	
	font-size: 10px;
	line-height: 35px;
	color: #A5ACB3; 
}

#credit a:link { color: #A5ACB3; text-decoration: underline; }
#credit a:visited { color: #A5ACB3; text-decoration: underline; }
#credit a:hover { color: #cccccc; text-decoration: underline; }


/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #999999 }
.red { color: #FF0000}

.gold { color: #87734b }
.gold a:link { color: #87734b }
.gold a:visited { color: #87734b }
.gold a:hover { color: #828C96 }

.darkRed { color: #6e1414 }
.darkRed a:link { color: #6e1414 }
.darkRed a:visited { color: #6e1414 }
.darkRed a:hover { color: #828C96 }

.darkBlue { color: #002d55 }
.darkBlue a:link { color: #002d55 }
.darkBlue a:visited { color: #002d55 }
.darkBlue a:hover { color: #828C96 }


.divPop { z-index:99; position:fixed; width:100%; top:0px; left:0px; height:100%; background-image:url(media/divBack.png) }
