@charset "utf-8";
body {
	font: 14px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* Main CSS */
#topSpace {
	height:40px;
}
#header {
	height:100px;
}
#mainLeft {
	width:175px;
}
#mainRight {
	width:725px;
}
#mainContent {
	margin:20px 0px 0px 0px;
	min-height:500px;
}
#footer {
	font-size:11px;
	text-align:center;
	line-height:16px;
	padding:5px 0px;
	margin-top:15px;
}
/* Index CSS */
.indexBody {
	background-color:#ffffff;
	color:#79745d;
}
.indexBody a {
	color:#79745d;
	text-decoration:none;
}
.indexBody a:hover {
	color:#59397a;
	text-decoration:underline;
}
.indexMain {
	width:800px;
	margin:0px auto;
	text-align:center;
}
.indexLink {
	width:60px;
	height:550px;
}
.indexSpace {
	width:15px;
}
/* Contact CSS */
.contactBody {
	background-color:#ffffff;
	color:#000000;
}
.contactBody a {
	color:#000000;
	text-decoration:none;
}
.contactBody a:hover {
	color:#be0000;
	text-decoration:underline;
}
.contactMain {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
}
.contactContent {
	background-image:url(images/contact_bg.png);
	background-repeat:repeat;
	padding:15px;
}
#contactPadding {
	padding-top:275px;
}
/* Partners CSS */
.partnersBody {
	background-color:#a6b939;
	color:#ffffff;
}
.partnersBody a {
	color:#ffffff;
	text-decoration:none;
}
.partnersBody a:hover {
	color:#000000;
	text-decoration:underline;
}
.partnersMain {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(images/partners.jpg);
	background-repeat:no-repeat;
}
.partnersContent {
	font-weight:bold;
	background-repeat:repeat;
	padding:110px 15px 15px 85px;
}
.partnersLogos {
	background-image:url(images/partners_bg.png);
	background-repeat:repeat;
	margin:15px;
	text-align:center;
}
/* About Us CSS */
.aboutBody {
	background-color:#330000;
	color:#ffffff;
}
.aboutBody a {
	color:#ffffff;
	text-decoration:none;
}
.aboutBody a:hover {
	color:#6d7a90;
	text-decoration:underline;
}
.aboutMain {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(images/aboutus.jpg);
	background-repeat:no-repeat;
}
.aboutSkirt {
	background-image:url(images/about_bg.png);
	background-repeat:repeat;
	margin:50px 40px 0px 60px;
	padding:10px;
}
.aboutContent {
	background-color:#330000;
	padding:15px;
}
/* Services Us CSS */
.servicesBody {
	background-color:#000000;
	color:#ffffff;
}
.servicesBody a {
	color:#ffffff;
	text-decoration:none;
}
.servicesBody a:hover {
	color:#59397a;
	text-decoration:underline;
}
.servicesMain {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(images/services.jpg);
	background-repeat:no-repeat;
}
.servicesContent {
	background-image:url(images/services_bg.png);
	background-repeat:repeat;
	padding:15px;
	margin-top:80px;
}
/* Form CSS */
.contactCheck {
	margin-left:5px;
}
.textBox {
	width:230px;
	font:inherit;
	margin-bottom:3px;
}