@charset "UTF-8";
/* CSS Document */

/* --------------Blanket rules for all elements----------- */

html, body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#24262a;
	text-align:center;
	}
	
h1 {
	text-align: left;
	font-size: 130%;
	line-height: 110%;
	font-weight: normal;
	margin-top:10px;
	}
	
h2 { 
	text-align:left;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	color: #0f88d7;
	}

h3 {
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	color:#666666;
	}

h4 {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	margin-top:10px;
	color: #0066CC;
	}
	
	
p	{
	font-size: 90%;
	line-height: 130%;
	text-align:left;
	font-weight: normal;
	color:#000;
	}
	
p a:link {
	font-size: 100%;
	line-height: 130%;
	color:#000;
	font-weight:bold;
	text-decoration: none;
	}
	
p a:visited {
	font-size: 100%;
	line-height: 130%;
	color:#000;
	font-weight: bold;
	text-decoration: none;
	}
	
p a:hover {
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	color: #25bdae;
	}

	

/* ------------- layout --------------*/
	
#wrapper {
	position:relative;
	width: 950px;
	height: 120px;
	margin-right:auto;
	margin-left:auto;
	}

			
#wrapper_c {
	position:relative;
	width: 950px;
	height: 600px;
	margin-right:auto;
	margin-left:auto;
	}
	
#content {
	position: absolute;
	width:950px;
	height:590px;
	top: 227px;
	padding:0px;
	background-image:url(images/bg-img.JPG);
	background-repeat:no-repeat;
	} 

#content_c {
	position: absolute;
	width:950px;
	height:390px;
	top: 231px;
	padding:0px;
	background-image:url(images/contact-bg-img.JPG);
	background-repeat:no-repeat;
	} 
	
#gallery {
	position:absolute;
	left:0px;
	top: 150px;
	width:950px;
	height: 420px;
	background-color:#FFF;
	}
		
#maintext {
	position:absolute;
	width:600px;
	height: 550px;
	left: 320px;
	top: 30px;
	padding:0px;
	}

#maintext_index {
	position:absolute;
	width:600px;
	height: 350px;
	left: 320px;
	top: 30px;
	padding:0px;
	}

#maintext_links {
	position:absolute;
	width:600px;
	height: 350px;
	left: 320px;
	top: 30px;
	padding:0px;
	overflow:scroll;
	}

#maintext_c {
	position:absolute;
	width:250px;
	height: 350px;
	left: 320px;
	top: 30px;
	padding:0px;
	}

#maintext_c2 {
	position:absolute;
	width:250px;
	height: 310px;
	left: 620px;
	top: 68px;
	padding:0px;
	}
	
#left_top {
	position:absolute;
	width:250px;
	height: 150px;
	left: 20px;
	top: 30px;
	padding:0px;
	}
		
#left_bottom {
	position:absolute;
	width:250px;
	height: 150px;
	left: 20px;
	top: 400px;
	padding:0px;
	}
			

	
/* ---------------footer-------------- */

#footer h1 {
	position: absolute;
	height: 60px;
	left:0px;
	top: 825px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align:center;
	color: #666666;
	}
	

#footer_c h1 {
	position: absolute;
	height: 60px;
	left:0px;
	top: 625px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align:center;
	color:#666666;
	}
	
#google_ads {
	position: absolute;
	height: 80px;
	left:0px;
	top: 925px;
	width:100%;
	}
	
/*----------- image floats -----------*/

.home_button {
	position:absolute;
	width:50px;
	height: 30px;
	left: 0px;
	top: 0px;
	padding:0px;
	}

.call_button {
	position:absolute;
	width:550px;
	height: 30px;
	text-align: right;
	left: 400px;
	top: 0px;
	padding:0px;
	}
	
.float_right {
	float:right;
	}

.clear {
	clear:left;
	padding-top:0px;
	}

.clear2 {
	clear:right;
	padding-top:0px;
	}
	
.spacer {
	padding-top: 10px;
	}

	
	
