/***********************************************/
/* myrtlestyle.css                             */
/* Use with myrtlethevan.cp.uk                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #0099ff;
	background-image:url(Images/tile.jpg);
	
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #003566;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover{
	color:#FF6600;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


div.container {
	position: relative;
	top:50px;
	margin: 0 auto;
	width: 800px;
	height:548px;
	background-color:#ffffff;
	border:25px solid #000000;
}



div.maincontent{
	position:relative;
	left:0px;
	top:0px;
	width: 593px;
	height:350px;
	overflow: auto;	
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding-right: 10px;
}

#headlines{
	margin: 0px;
	padding: 20px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#content{
	float: left;
	width: 57%;
}

div.pagetitle {
	position:relative;
	left:10px;
	top: 10px;
	width: 495px;
	height: 40px;
	background-color:#FFFFFF;
	padding-left:10px;
	
}

div.main {
	position:relative;
	left:10px;
	top: 10px;
	width: 495px;
	height: 480px;
	background-color:#FFFFFF;
	overflow: auto;
	border-top:1px solid #999999;
}



.style7 {
	color: #666666;
	font-size:12px;
}


/************* globalNav styles ****************/



a.glink, a.glink:visited{
  	font-size: small;
  	color: #003399;
	
}

a.glink:hover{
  	/*background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
	color: #FF6600;
}



/************** feature styles *****************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	color: #000000;
	height: 120px;
	
	border-bottom:#666666 1px solid; 
}

html>body .feature {height: 115px;}

.feature h3{
	font: bold 18px Arial,sans-serif;
	color: #001B36;
	
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}



/********************* end **********************/

.style2 {
	color: #FFFFFF;
	font-size: 12px;
}

.style4 {
	font-size: 36px;
	color: #666666;
	font-weight:bold;
}

.style9 {
	font-size: 14px;
	color: #666666;
}

.style13 {
	font-size: 14px;
	color: #ffffff;
}

.style14 {color: #00407A}

.style17 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style18 {color: #003566}

.forsale {
	color: #F00;
}
-->