body, td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:13px;
}
body {
	margin:0px;
	text-align:center;
	background: url(/images/main-page-tile.jpg) repeat-x;
}

h1 {
	font-size:24px;
	color:#0079c2;
	font-weight:normal;
	margin:0 0 12px 0;
}
h3 {
	font-size:18px;
	color:#3b629b;
	margin:3px 0 12px 0;
}
p {
	margin:0 0 10px 0;	
}
p.clsGreenCheck {
	padding-left:35px;
	background: url(/images/green-check.gif) no-repeat 9px 1px;
}
.clsContainer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
.clsHeader {
	height:83px;	
}
.clsLogo {
	float:left;
	margin-left:20px;
	margin-top:14px;
	margin-right:16px;
}
.clsHeader h1 {
	float:left;
	margin-top:24px;
}
.clsMainVisual {
	height:207px;
	position:relative;
	background: url(/images/main-visual.jpg) no-repeat;
	
}
.clsMainVisual h2 {
	position:absolute;
	left:-99999px;
	z-index:1;
}
.clsFamilyImg {
	position:absolute;
	right:25px;
	top:-35px;
	z-index:2;
	behavior: url(/includes/iepngfix.htc);
	
}
.clsImageDescrip {
	position:absolute;
	color:#ffffff;
	font-size:10px;
	font-style:italic;
	bottom:7px;
	right:12px;
}
.clsGrayBar {
	background: url(/images/gray-bar.gif) no-repeat;
	widt:653px;
	height:65px;
	overflow:hidden;
}
.clsGrayBar h2 {
	font-size:15px;
	margin-top:15px;
}
.clsRegisterButton {
	cursor:pointer;
	float:left;
	margin-left:30px;
	margin-top:15px;
	margin-right:15px;
}

.clsSidebar {
	float:right;
	width:170px;
	margin-top:30px;
	font-size:12px;
}
.clsSidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.clsSidebar li {
	display:block;
	padding:5px 0;	
}
.clsSidebar li ul {
	margin-top:5px;	
}
.clsSidebar li li {
	padding-left:10px;	
}
.clsSidebar li.clsDivider {
	padding: 5px 0 10px 0;	
	margin-bottom:5px;
	border-bottom: 1px solid #aeaeae;
}
.clsSidebar a:link, .clsSidebar a:visited, .clsFooter a:link, .clsFooter a:visited {
	text-decoration:none;	
	color:#0079c2;
}
.clsSidebar a:hover, .clsSidebar a:active, .clsFooter a:hover, .clsFooter a:active {
	color: #000000;
}

.clsFooter {
	border-top: 1px solid #aeaeae;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	font-size:11px;
	color: #474646;
}
.clsFooter div {
	float:right;
}

/***************  TABS STYLES *****************/


#tab-container {
	width:764px;
	background: url(/images/content-background.png) no-repeat;
	min-height:616px;
	height:auto;
	behavior: url(/includes/iepngfix.htc);
	padding-top:30px;
}
#tab-container .clsRelative {
	position:relative;	
}
/* for Internet Explorer */
/*\*/
* html #tab-container {
height: 616px;
}
/**/

ul.clsNavUL {
	margin-bottom:30px;
	position:absolute;
	top:270px;
	left:6px;
	z-index:5;
	width:800px;
}
.clsTabContent {
	margin:0 45px;
	height:1%;
}
.clsTabContent ul {
	list-style-type:none;
	margin-left:20px;
	padding-left:0px;
}
.clsTabContent li {
	margin:0 0 5px 20px;
	background: url(/images/blue-arrow.gif) no-repeat 0 4px;
	padding-left: 12px;
}
.clsTabContent ul.grid li {
	float:left;
	display:block;
	width:250px;
}


/***************  Utility Classes *****************/

.clsClearBoth {
	clear:both;	
}
.clsClearLeft {
	clear:left;	
}

