﻿body
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-image: url(../images/mainBG6.gif);
    background-repeat: repeat;
    background-color: #FFF;
}
h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2
{
    margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
}


#container
{
    margin: auto;
    width: 950px;
    padding: 0px 10px;
    background: url(../images/mainBG.gif) repeat-y;
}

#container1
{
    margin: auto;
    width: 1200px;
    padding: 0px 10px;
    background: url(../images/mainBG_1180x1.gif) repeat-y;
}




#header
{
    padding: 0 25px 25 25px;
    float: left;
    height: 110px;
    width: 904px;
    margin-bottom: 0px;
}

#header1
{
    padding: 0 25px 25 25px;
    float: left;
    height: 110px;
    width: 1160px;
    margin-bottom: 0px;
}



#bannerAd
{
    float: right;
    height: 75px;
    width: 535px;
    margin-top: -93px;
    padding-left: 105px;
}

#banner
{
    clear: both;
    float: left;
    width: 750px;
    height: 180px;
    padding: 30px 150px 0 50px;
    margin-bottom: -25px;
    background-image: url(../images/bannerBG.gif);
}


.more_button
{
    clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #79b5f3;
	border: 1px solid #FFF;
}

#services
{
    clear: both;
    float: left;
    width: 900px;
    height: 272px;
    padding-left: 50px;
    margin-bottom: 25px;
}

#servicesFull
{
    clear: both;
    float: left;
    width: 900px;
    height: 450px;
    padding-left: 50px;
    margin-bottom: 25px;
}

.service_box
{
    	float: left;
	width: 220px;
	height: 252px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(../images/boxBG.png) no-repeat;
}

.service_boxFull
{
    float: left;
	width: 660px;
	height: 450px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(../images/boxBG_700x450.png) no-repeat;
}


#light_blue_row
{
    clear: both;
    float: left;
    width: 900px;
    padding: 25px 0 25px 50px;
    background: #8dc3fa;
    border-top: 5px solid #98cafc;
}

#light_blue_row1
{
    clear: both;
    float: left;
    width: 1110px;
    padding: 25px 0 25px 50px;
    background: #8dc3fa;
    border-top: 5px solid #98cafc;
}

.gallery
{
    float: left;
    width: 400px;
    margin-right: 50px;
}

.gp_row 
{
	width: 400px;
	margin-bottom: 10px;    
}

.partners
{
	float: left;
	width: 400px;    
}

#newssection
{
	float: left;
	width: 900px;
	margin: 0 0 25px 50px;
}
.newsbox
{
	float: left;
	width: 250px;
	margin-right: 50px;
}

#footer
{
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 950px;
	height: 50px;
	text-align: center;
	background: #999999;
	border-top: 5px solid #666666;    
}

#footer1
{
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 1160px;
	height: 50px;
	text-align: center;
	background: #999999;
	border-top: 5px solid #666666;    
}


#columnLeft
{
    float: left;
    margin-top: 10px;
    width: 450px;
    padding-right: 14px;
    padding-left: 6px;
    border-right-width: 3px;
    border-right-style: double;
    border-right-color: #666;
    clear: both;
}
#columnRight
{
    float: left;
    
    width: 450px;
    padding-right: 10px;
    margin-top: 10px;
}

div.RadMenu a.rmLink .rmLeftImage
{
    position: relative;
}
		
div.RadMenu .rmItem .rmLink .rmLeftImage, div.RadMenu .rmItem .rmLink, div.RadMenu .rmLink .rmText
{
    margin: 0;
    padding: 0;
}

.googlemap
{
    text-align: center;
}

/******************************************************
 ********** Contact Form ******************************
 *****************************************************/
 #contact-area
{
    width: 430px;
    margin-right: 15px;
    margin-left: 15px;
}

/*
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
*/