html, body, ul, ol, li, h4, h5, h6, form, fieldset, legend, table, tr, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	min-height: 100%;
	height: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #585858;
	background-image: url(../images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/* contents */


h1 {
	font-size: 1.3em;
	color: #B3B3B3;
}

h2 {
	font-size: 1.2em;
	color: #1BA6A3;
}

h3 {
	font-size: 1em;
	color: #1BA6A3;
}

ul {
	display: block;
	margin-left: 15px;
	list-style: square;
}

li {
	list-style: square;
}

.greentxt {
	color: #1BA6A3;
}

.whitetxt {
	font-size: 1.2em;
	color: #FFFFFF;
}



#main_container {
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#subscribe_column {
	float: left;
	width: 162px;
}

#page_container {
	float: right;
	width: 560px;
	margin-top: 20px;
	margin-right: 10px;
	padding-right: 15px;
}

#bodytxt {
	float: left;
	width: 380px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
}



#bodytxt_full_width {
	float: left;
	width: 560px;
}




#imageboxindex {
	float: right;
	width: 605px;
	height: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#rightimagecolumn {
	float: right;
	width: 150px;
}


/* Header */

#header {
	width: 767px;
	height: 120px;
	margin: 0 auto;
	background: #20356E;
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #1EA6A2;
}


#broker_login {
	float: left;
	height: 120px;
	width: 215px;
	background-image: url(../images/vertical_bars.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#brokerform {
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#brokerinput {
	width: 120px;
	height: 17px;
	padding: 2px;
	font-size: 1em;
}

#brokersubmit {
	color: #6474A0;
	background-color: #20356E;
	border: 1px solid #6474A0;
	font-size: 0.8em;
	padding: 4px;
	margin-top: 2px;
}


/* --------- link styles -------- */


a:visited { color: #1BA6A3; text-decoration: none;}

a:link {
	color: #1BA6A3;
	text-decoration: none;
}

a:hover {  color: #000000; text-decoration: none;}

a:active {  color: #1BA6A3; text-decoration: none;}


/* navigation */


#navigation_row {
	height: 240px;
	width: 767px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigationbox {
	float: left;
	width: 160px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9DE;
	margin-bottom: 35px;
}
#navcolumn {
	float: left;
	width: 162px;
}


#menu {

}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	border-top: 1px solid #D9D9DE;
	color: #646466;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #E8E8EB;
}

#menu a:hover {
	background: #BCBDC1;
	text-decoration: none;
	color: #646466;
}

#menu a:active {
	background: #BCBDC1;
	text-decoration: none;
	color: #646466;
}


#submenu {

}

#submenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	border-top: 1px solid #D9D9DE;
	color: #20356E;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #FCFBFB;
}

#submenu a:hover {
	background: #BCBDC1;
	text-decoration: none;
	color: #ffffff;
}

#submenu a:active {
	background: #BCBDC1;
	text-decoration: none;
	color: #20356E;
}






a.subnav:visited {
	color: #20356E;
	text-decoration: none;
}

a.subnav:link {
	text-decoration: none;
	background-color: #0099FF;
	color: #20356E;
	display: block;
}

a.subnav:active {
	color: #20356E;
	text-decoration: none;
}

a.subnav:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* subscribe */



#subscribe_login {
	float: left;
	height: 120px;
	width: 160px;
}

#subscribeform {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #CAD9F0;
}

#subscribeinput {
	width: 120px;
	height: 17px;
	padding: 2px;
	font-size: 1em;
	margin-top: 2px;
}

#subscribesubmit {
	color: #FFFFFF;
	background-color: #90ACD6;
	border: 1px solid #6474A0;
	font-size: 0.8em;
	padding: 2px;
}


/* Logo */

#logo {
	float: right;
	width: 240px;
	height: 120px;
	background-image: url(../images/coastel_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/* Footer*/

#footer {
	height: 50px;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(../images/footerbglarge.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}


#footer_nav {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
	clear: both;

}

#footer_nav ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#footer_nav li {
	display: inline;
}

#footer_nav a {
	text-decoration: none;
	color: #1BA6A3;
}

#footer_nav a:hover {
	text-decoration: none;
	color: #333333;
}

#footer_nav a:active {
	text-decoration: none;
	color: #1BA6A3;
}



/* --------- form styles -------- */


form {
	display: inline;
}


.formstyle {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
}



div.row {
	clear: both;
	padding-top: 10px;
	text-align: center;
 }

div.row span.formlabel {
  float: left;
  width: 125px;
  text-align: right;
  padding-right: 5px;
  }

div.row span.formfield {
  float: right;
  width: 248px;
  text-align: left;
  } 


.submit {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600:
	border: none;
	cursor: pointer;
/* IE 5 & 5.5 don't recognise cursor: pointer */	
        cursor: hand;

}
.formText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.25em;
	color: #333333;
}







/* wilson cooke */

.wilsoncooke {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 7px;
}

a.wilsoncookeoption {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #999999; text-decoration: none;}
a.wilsoncookeoption:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #999999; text-decoration: none;}
a.wilsoncookeoption:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #000000; text-decoration: none;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#gallerymain {
	border: 1px solid #20356E;
	width: 364px;
	height: auto;
	margin-bottom: 10px;
}

.gallery_thumb {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #20356E;
	clear: both;	
}

.formgallery {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	width: 100%;
}
.galleryrow {
	height: 8px;
}

.smalltxt {
	font-size: 10px;
}

#gallerytext {
	width: 364px;
	height: 30px;
	text-align: center;
	font-weight: bold;
}

.searchbox {
	font-size: 10px;
}

.clientinfo {
	width: 130px;
	color: #6474A0;
	float: left;
}

hr {
	background-color:  #CAD9F0;
	height: 2px;
	border: 1px #CAD9F0 solid;
	margin: 5px 0px 5px 0px;
	padding: 0px;	
}

table.tableclass {
	background: #1BA6A3;
	padding: 0px;
}

table.tableclass tr td {
	background: #ffffff;
	padding: 1px;
}

.storyItem {
	width: 500px;
}

.storyPic {
	width: 120px;
	float: left;
}

.storySummary {
	width: 350px;
	float: left;
}

.storySummary h3 {
	padding-top: 0px;
	margin-top: 0px;
}