@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}

p{
	line-height:15px;
}

a:link {
	color: #051f90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03135a;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #051f90;
}

a img{
	border:0px;
	}

h1{
	font-size:25px;
	color:#051f90;
	}


h2{
	font-size:15px;
	color:#707070;
	font-weight:500;
	}

ul{
}

li{
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
	}

.wrapper{
	width:100%;
	text-align:center;
	}

* html .wrapper{
height:1000px;
}

.wrapper#template,
.wrapper#template_NoSide,
.wrapper#home{
	background-image: url(images/mainbg.jpg);
	background-repeat:repeat-x;
	min-height:1000px;
	}


.wrapper#members {
	background-image:none;
	}

.pageBody{
	width:800px;
	margin:0px auto 0px auto;
	padding:20px 0px 20px 0px;
	}
.menu{
	padding:0px;
	height:40px;
    background-color:#373f52;
	border-top:0px;
	border-bottom:0px;
	border-left:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	}



.content{
	background:#FFFFFF;	
	border-left:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	text-align:left;
	}
	
.contentPane{
min-height:600px;
	}
	
	
* html .content{
 height:600px;
	}

.footer{
	width:100%;
	height:40px;
	vertical-align:center;
	background-image:url(images/mainfootbg.jpg);
	}
	
.contentPane{
	text-align:left;
	vertical-align:top;
	width:510px;
	padding: 15px 20px 30px 20px;
		}
	
.contentPane#smartCalc{
	padding:5px;
	}

#template_NoSide .contentPane{
	width: 730px;
	text-align:center;
	min-height:700px;
	}

	
.rightTopPane{
	text-align:left;
	vertical-align:top;
	width:220px;
	padding:15px;
	height:50px;
	background:#798ec7;
	}

.rightTopPane h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	display:block;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	padding-bottom:0px;
	margin-bottom: 0px;
	}
.rightTopPane p{
	padding-top:5px;
	margin-top:0px;
	}
	
.rightTopPane a:active,
.rightTopPane a:visited,
.rightTopPane a:link{
	color:#FFFFFF;
	text-decoration:none;
	}

.rightTopPane a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

.rightBottomPane{
	width:220px;
	padding:15px;
	background:#dcdbdb;	
	text-align:left;
	vertical-align:top;
}

.rightBottomPane h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	display:block;
	border-bottom:1px solid #FFFFFF;
	color:#101a44;
}

.sideVid{
text-align:left;
width:200px;
}

.sideVid img{
margin:5px 0px 0px 0px;
}


.sideVid td{
text-align:center;
}

/* Menu Classes */
.MainMenu_MenuContainer 
{
	width:100%;
	margin:0px;
	background-image:url(images/menu_bg.jpg);
	height:40px;
    background-color: Transparent;
	border:0px;
}
.MainMenu_MenuBar {
    font-size:15px;
	text-transform:uppercase;
	height:40px;
	border:0px;
    cursor: pointer; 
    cursor: hand;
    background-color: Transparent;
}

.MainMenu_MenuIcon 
{
    display: none; 
}

.MainMenu_MenuArrow 
{
    display: none; 
}

.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: #FFFFFF; 
    font-family: Arial, Helvetica; 
    font-size:11px;
	border-collapse:collapse;
	border-top:0px;
}


.MainMenu_MenuItem td{
	padding:0px 10px 0px 10px;
}

.MainMenu_MenuItemSel{	
    cursor: pointer; 
	
	text-transform:uppercase;
    color: #FFFFFF; 
    font-family: Arial, Helvetica; 
    font-size:11px;
	border-collapse:collapse;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(images/menu_bg_on.jpg);
	}
	
.MainMenu_MenuItemSel td{
	padding:0px 10px 0px 10px;
	background-image:url(images/menu_bg_on.jpg);
}


.MainMenu_MenuItem .MainMenu_RootMenuArrow,
.MainMenu_MenuItemSel .MainMenu_RootMenuArrow{
	display:none;
	}
  
.MainMenu_MenuBreak{
	border:0px;
	background-color: Transparent;
    height: 40px;
}

.menuDivider
{
	vertical-align:top;
	background-image:url(images/menu_divider.jpg);
	background-repeat:no-repeat;
	height:40px;	
	width:1px;
	background-position:top;
}

.MainMenu_SubMenu { 
	font-size:8px;
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #1b2761; 
	font-weight:normal;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}

.MainMenu_SubMenu td{
	padding:5px 15px 5px 5px;
	text-transform:uppercase;
	}

/* FAQ Classes */
.question{
	font-size:14px;
	color:#999EB5;
	display:block;
	border-bottom:1px #efefef solid;
	}

.answer{
	font-size:12px;
	color:#333333;
	font-weight:500;
	}
	
/* Member Section Classes */

#members .menu{
	background-image:url(images/members_menu_bg.jpg);
	}

.userInfo{
	width:250px;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	}
	
.userInfo a:link,
.userInfo a:visited,
.userInfo a:active{
	color:#FFFFFF;
	text-decoration:none;
	}

.userInfo a:hover{
	text-decoration:underline;
	}
	
#members .content{
	border:0px;
	}

#members .contentPane{
	width:100%;
	padding: 15px 20px 30px 20px;
	}

.logo{
	padding:0px;
	border-top:0px;
	border-bottom:0px;
	background-image: url(images/mainbg.jpg);
	}
	
.logoImage{
	text-align:left;
	vertical-align:middle;
	height:110px;
	}
	
	
#memberBasic .Head {
	display:block;
	font-size:25px;
	color:#051f90;
	padding-bottom:5px;
	border-bottom:3px solid #051f90; 
	margin-bottom:15px;
}

#memberBasic .content{
	border:0px;}
	
	
/* Calculator */
.smartCalc{
	margin:10px auto 10px auto;
	width:95%;
}

.calcEnter{
	width:60px;
	}
	
.calcLabel{
	font-weight:500;
	width:150px;
	}

.calcBtn{
text-align:center;
display:block;
background:#051f90;
padding:5px 5px 5px 3px;
border:1px solid #999999;
color:#FFFFFF;
margin:10px auto 10px auto;
width:50px;
}

.smartCalc a:active,
.smartCalc a:link,
.smartCalc a:visited,
.smartCalc a:hover{
color:#FFFFFF;
text-decoration:none;
}

/*Members Area*/
.memberLogout{
display:block;
margin-top:10px; 
width:120px; 
height:20px; 
background-color:#9D9EB3; 
border:1px solid #FFFFFF; 
text-align:center; 
vertical-align:middle;
padding-top:5px;
}

.memberLogout a:active,
.memberLogout a:visited,
.memberLogout a:hover,
.memberLogout a:link,{
text-decoration:none;
}
