﻿/* CSS Document */

body 
{ 
margin: 0;
padding: 0;
background-color: #dddee0;
background-image: url('../../images/bg.jpg');
background-repeat: repeat-x;
background-position: top center;
text-align: center;
}


.container
{
	width:950px;
	height:auto;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	
}


.topheader
{
	height:130px;
	text-align:left;
	background-image: url('../../images/top-logo-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;

}

.logo
{
	float:left;
	margin-top:15px;
	margin-left:10px;
	
}

.topcontact
{
 	float:left;
 	margin-left:325px;
 	margin-top:15px;

}

/*  NAVIGATION  */
.navigation
{
 float:left;
 margin-top:8px;

}


#sectionMenuBg {
	text-align:center;
	height:35px;
	background:url(../../images/buttons/nav-bg.gif) repeat-x;
	overflow: hidden;
	
}

#sectionMenu {
	width:950px;
	height:35px;
	margin: 0 auto;
	text-align: left;
	display: block;
	zoom:1;
}

.mainMenu {
	margin-top:8px;
	float:left;
}

.mainMenuDivider {
	float:left;
	padding:0 20px 0 20px;
}


/*
----------------------------
 navigation
----------------------------
*/

a.navMain {
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
	text-align:center;
	font-family: Helvetica, sans-serif;
}
 
a.navMain:hover {
	color: #91b4c8;
	font-size:14px;
	text-decoration: none;
}

.navMainSelected {
	color: #91b4c8;
	font-size:14px;
	text-decoration: none;
}



.contentcontainer
{
	float:left;
	width:950px;
	height: auto;
	background-color:#ffffff;
	text-align:center;
}



.footercontainer
{
	float:left;
	width:950px;
	height:100px;
	background-color:#dddee0;
	background-image: url('../../images/footer-bg.jpg');
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}


.clear
{
	clear:both;
}

.footerlinks
{
	margin-left:15px;
	margin-top:25px;
	text-transform:uppercase;
	text-align:left;
}

.copyright
{
	float:left;
	margin-left:15px;
	margin-top:5px;
	text-transform:uppercase;
	text-align:left;
}

.allengoel
{
	float:right;
	margin-right:25px;
	margin-top:5px;
	text-transform:uppercase;
	text-align:left;
}

.homecontent
{
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:20px;
	margin-top:-20px;
	height:auto;
	
}

.maincontent
{
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:20px;
	margin-top:-20px;
	float:left;
	
}

.sidepromoboxes
{
	width:300px;
	height: auto;
	margin-top:20px;
}


.sideboxcontainer
{
	width:285px;
	height:150px;
	background-image: url('../../images/side-box-bg.jpg');
	background-repeat: repeat-x;
	
}

.contentboxcontainer
{
	width:285px;
	height:auto;
	background-image: url('../../images/side-box-bg.jpg');
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	
}


.header
{
	text-align:left;
	position:relative;
	right:25px;
	margin-top:15px;
}


.left
{
	float:left;
}

.right
{
	float:right;
}

.hightlighttext
{
	font-size:16px;
	font-weight:600;
}

.homepromoleft
{
	background-image:url('../../images/home-promo-left.jpg');
	background-repeat: no-repeat;
	height:140px;
	width:465px;
	
}

.homepromoright
{
	background-image:url('../../images/home-promo-right.jpg');
	background-repeat: no-repeat;
	height:140px;
	width:465px;
	
}



.promoimgleft
{
	margin-top: 8px;
	margin-left:8px;
	_margin-left:5px;
	margin-right:8px;
	float:left;
}


.promoimgright
{
	margin-top: 8px;
	margin-left:8px;
	margin-right:8px;
	_margin-right:5px;
	float:right;
}


.promoheaderleft
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}


.promoheaderright
{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}

.promocontentright
{
	width: 245px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	z-index:1000000;

}


.promocontentleft
{
	width: 245px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	z-index:1000000;

}

.learnmorelink
{
	width: 245px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-top:10px;

}

.blue
{
	color:#3773a7;
}


.clear
{
	clear:both;
}

.red
{
	color:#a72a2a;
}

.gold
{
	color:#9a6132;
}


.sideboxheader
{
	text-align:center;
	padding-top:10px;
}

.sideboxcontent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:145px;
	_width:140px;
	text-align:left;
	padding:10px;
	float:left;
}



/* Links */


a.footer:link, a.footer:active, a.footer:visited {
		color: #000000;
		text-decoration: underline;
	}

a.footer:hover {
		color: #3773a7;
	}



