@charset "UTF-8";
/*======================================================

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
vpsReady Master.css
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 */
 
 
 

.clear {
	clear:both;
}
/*=======================================================
2. BACKGROUND - FOR BOTTOM
=========================================================*/

.background-bottom {
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;
}
#container {
	position:relative;
	margin-top:-130px;
	z-index: 1;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#page {
	background: #ffffff;
	width: 760px;
	height: 900px;
}

/*======================================================
3. CONTAINER - FOR SITE WIDTH
========================================================*/

.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


.bottom_content {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:35px;
}	


/*===================================================
7. FOOTER NAVIGATION LINKS AND COLUMNS
=====================================================*/

.footer_nav_col {
	width:156px;
	float:left;
	border-right:1px solid #BECD5A;
	height:121px;
	display:inline;
	margin-left:8px;
}
.foot_nav_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.footer_nav_col ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.footer_nav_col ul li {
	display:block;
	padding:3px 5px 3px 10px;
}
.footer_nav_col ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.footer_nav_col ul li a:hover {
	color:#2F370B;
}
.footer_right {
	float:right;
}
.partners {
	padding-top:40px;
}
.legal {
	text-align:right;
	padding-top:10px;
}
.legal ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.legal ul li {
	display:inline;
}
.legal ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2F370B;
	padding:0px 5px 0px 5px;
	border-right:1px solid #2F370B;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2F370B;
	padding-top:10px;
	text-align:right;
}


/*=====================================================
8. INNER PAGES
=======================================================*/

.service_header {
	width:917px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	border-bottom:1px solid #D5E9EE;
}
.inner_right { /*FOR THE SUB NAV ON INNER PAGES*/
	width:364px;
	float:right;
}


/*==========================================================
12. CONTACT FORM 
============================================================*/

.indicates {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#9AB323;
	padding-bottom:20px;
}
.input {
	border:1px solid #CFE0E5;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#326179;
}
.input_above {
	font-size:15px;
	padding-top:25px;
}
