body {
	font-family: Arial;
	font-size: 12px;
	color: #434d4f;
	background-color: #f5f4f4;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
}
.main {

	
}

.main .header {
	min-height: 220px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding-right: 22px;
	padding-top: 26px;
	width:730px;
}

.main .header h1 {
    color: #ffffff;
    margin: 0 30px 0 0;
    font-size: 42px;
    padding: 30px 0px 0px 0px;
    font-weight: bold;
    padding-top: 60px;
}

.main .header h2 {
	margin: 0px 30px 0px 0px; 
	font-size: 20px;
	color: #f07100;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	position:relative;
	top:-5px;
}

.mainBox .side
{
    width:170px;
    margin-right:5px;
}

.mainBox .side .menuItem{
    min-height: 24px;
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    text-decoration: none;
    background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: solid 1px #b2b9bf;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #265485;
    font-weight: normal;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #ef7100;
}
.mainBox .side .menuItemSelected {
	min-height: 24px;
	margin: 0;	
	font-weight: normal;
	text-decoration: none;
	background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    background-position: right;  
    border-bottom: solid 1px #b2b9bf;
    border-bottom-style: dotted;
	padding-right: 0px;
	padding-top: 7px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	min-height: 30px; 	
	padding-left: 10px; 
	font-size: 12px; 
	color: #ef7100;
	font-weight: normal;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: normal;
	min-height: 30px; 
	text-decoration: underline;
	color: #ef7100;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #434d4f; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-image: url('images/bg_button.gif');
	background-repeat: repeat-x;
    font-family: Arial;
    color: #c95a00;
    font-size: 12px;
    text-align: center;
    border-left: solid 1px #bfbfbf;
    border-right: solid 1px #bfbfbf;
    padding-left: 7px;
    padding-right: 7px;
    min-height: 23px;
    font-weight: normal;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 570px; /* Main box width */
	float:left;
}


.mainBox .content .element {
    width: 545px;
}

.mainBox .content .element .contactUs {
    color: #080808;
}


.mainBox .content .element h2 {
	line-min-height: 26px;
	margin: 0;
	margin-bottom:10px;	
	padding-right: 0px;
	font-size: 22px;
    color: #265485;
    font-weight: normal;	
	border-bottom: solid 2px #cecfd3;
	background-position:right;
}
.mainBox .content .element h3 {
	font-size: 11px;	
}

.mainBox .content .element .products h3 {
    font-size: 11px;
    color: #ef7100;
	text-decoration:none;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    margin: 10px 0px 0px 0px;
    color: #1e2a44;
    text-decoration:none;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right: 100px;
    background-image: url('images/bg_button.gif');
	background-repeat: repeat-x;
    font-family: Arial;
    color: #c95a00;
    font-size: 12px;
    text-align: center;
    border-left: solid 1px #bfbfbf;
    border-right: solid 1px #bfbfbf;
    padding-left: 7px;
    padding-right: 7px;
    min-height: 23px;
    font-weight: normal;
}

.footer {
    color: #1e2a44; 
	text-align: center;	
	padding-bottom: 10px;
}
.credits {
	color: #f5f4ef; 
	padding-bottom: 10px;
	padding-top: 25px;
	background-image: url('images/bg_footer.gif');
	background-repeat: repeat-x;
	min-height:62px;
}
.credits a, 
.credits a:visited {
	color: #f5f4ef; 
}