@CHARSET "ISO-8859-1";
/************************
	Basic Tag Styles
 ************************/	
 * {
  margin: 0px;
  padding: 0px;
}
a {
	color: white;
	border: none;
}
a img {
	border: none;
}
img {
	border: none;
}
p {
	margin: 5px 0 5px 0;
	line-height: 22px;
}
ul {
	padding: 20px;	
}
li {
	margin-left: 10px;	
}
/************************
	Body Styles
 ************************/	
body {
  background: #9BB2C2 url(../images/banner.jpg) no-repeat;
  background-position: center top;
  font-family: Georgia, serif;
  font-size:18px;
  color: #183f6e;
}
.inner_pages {
	font-size: 14px;
} 
/************************
	Menu Styles
 ************************/	
#menu {	
  width: 950px;
  margin: 0 auto;
  height: 379px;
  color: white;
  position: relative;
  text-align: right;
 /* font-family: Arial, sans-serif; */
}
#menulinks {   
    margin: 0px; 
    padding: 0 15px 0 0;  
    list-style: none;  
    position: absolute;
    top: 100px; 
    left: 0px; 
    width: 240px;
}
#menulinks a {
	display: block;
	font-size: 18px;
	/*font-weight: bold;*/
	text-decoration: none;
	padding-right: 15px;
	line-height: 50px;
	border: none;
	color: white;
}
#menulinks a:hover {  
    background: url(../images/menubk.png);  
    color: #183f6e;  
}
/************************
	Logo Styles
 ************************/	
#logo {
	position: absolute;
	top: 120px;
	left: 610px;
	color: #204b7f;
	font-size: 36px;
}
/************************
	Content Styles
 ************************/	
#outer_content {
	background: #9BB2C2 url(../images/bodybak.jpg) no-repeat;
	background-position: center top;
	height: 794px;
}
#content {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#content1 {
	width: 300px;
	float: left;
	margin: 0 5px 5px 16px;
	position: absolute;
	top: 145px;
	
	/*background-color: #cac7c7;*/
}
#content2 {
	width: 300px;
	float: left;
	margin-left: 332px;
	position: absolute;
	top: 140px;
}
#content2_2col {  /* For pages that only have 2 columns */
	width: 602px;
	float: left;
	margin-left: 332px;
	margin-right: 16px;
	position: absolute;
	top: 140px;
}
#content3 {
	width: 298px;
	float: left;
	margin-left: 648px;
	margin-right: 16px;
	position: absolute;
	top: 90px;
}
p#about_parag {
	background-color: #e2dfbe;
	margin-bottom: 0;	
	padding: 10px 5px 10px 5px;
}
.read_more {
	margin-top: 0;
	padding: 10px 5px 10px 5px;
	background-color: #cdcbad;
}
/************************
	Heading Styles
 ************************/	
h1 {
	color: #183f6e;
	margin: 10px 0 5px 0;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #1e4f65;
	margin: 10px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
}
/************************
	HR Styles
 ************************/	
hr {
	border: 2px solid;
	color: #183f6e;
	background-color: #183f6e;
}
.singlepix_hr {
	border: 1px solid;
	color: #183f6e;
	background-color: #183f6e;
}
/************************
	Image Styles
 ************************/	
#wall_img {
	display: block;
	/*margin-right: auto;
	margin-left: auto; */
	padding: 18px 0 10px 0;
}
#beach_img {
	display: block;
	/*margin-right: auto;
	margin-left: auto; */
	padding: 24px 0 10px 0;
}
#content3 img {
	display: block;
	/*margin-right: auto;
	margin-left: auto; */
	padding: 22px 0 20px 0;
}
/************************
	Footer Styles
 ************************/	
#footer {
	background: #9BB2C2 url(../images/footerbak.jpg) no-repeat;
  	background-position: center top;
}
#footer_content {
	width: 950px;
	height: 236px;
	margin: 0 auto;
	/*background-color: #3d0101; */
}
