/*******************************************/
/************* Standard elements *************/
/*******************************************/

html {
	margin:0;
   	padding:0;
   	height:100%;	
	}

body {
	margin:0;
   	padding:0;
   	height:100%;
   	background-image:url('../../images/home_background_slice.jpg');
   	background-repeat: repeat-x;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
	}

img { 
	behavior: url(iepngfix.htc) 
	}

/*******************************************/
/************* Custom elements *************/
/*******************************************/

#headerTop {
	width: 100%;
	height: 80px;
	}

#headerTopContent {
	width: 940px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	}

#headerTopContent a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;	
	cursor: pointer;	
	}
	
#slogan {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;		
	}
	
.headerLink:link {
	text-decoration: underline; 
	color:black;
	}

.headerLink:visited {
	text-decoration: underline; 
	color:black;
	}

.headerLink:active {
	text-decoration: underline; 
	color:black;
	}

.headerLink:hover {
	text-decoration: underline; 
	color:black;
	}


	
#mainArea {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
	
#mainAreaLeftSide {
	float: left;
	width: 400px;
	}
	
#mainAreaRightSide {
	float: right;
	width: 530px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	}

#mainAreaHeader {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

#mainAreaBox {
	position: relative; 
	width: 290px; 
	height: 160px;
	top: 55px; 
	left: 70px;
	cursor: pointer; 
	}

#pageContent { 
	width: 940px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#pageContent h3, h4 {
	margin: 0px;	
}
	
#footer {
   width: 100%;
   height: 106px;
   background-image:url('../../images/home_footer_slice.jpg');
   background-repeat: repeat-x;
	}

#footerContent {
	width: 940px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-family: Verdana; 
	font-size: 10px;
	}
	
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* Custom Elements */
#mainHeader {
	height: 140px;

}

.headerMain{
	width: 530px;
	height: 24px; 
	behavior: url(iepngfix.htc);
	background-image:url('../../images/fea_topHeader.png');
    background-repeat: no-repeat;
	}

.headerMain h1{
	height: 24px;
	padding-top: 2px; 
	padding-left: 15px;
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: white;
	}

.headerShort{
	width: 530px;
	height: 24px; 
	behavior: url(iepngfix.htc);
	background-image:url('../../images/fea_topHeader.png');
    background-repeat: no-repeat;
	}

.headerShort h3{
	height: 24px;
	padding-top: 2px; 
	padding-left: 15px;
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: white;
	}

.headerLong{
	width: 940px;
	height: 24px; 
	behavior: url(iepngfix.htc);
	background-image:url('../../images/fea_bottomHeader.png');
    background-repeat: no-repeat;
	}

.headerLong h3{
	height: 24px;
	padding-top: 2px; 
	padding-left: 15px;
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: white;
	}

#featureTable{
	width: 940px;
	height: 900px; 
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	behavior: url(iepngfix.htc);
	background-image:url('../../images/fea_tableBackground1.png');
    background-repeat: no-repeat;
	}

.featureRow{
	width: 850px;
	height: 27px; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	behavior: url(iepngfix.htc);
	background-image:url('../../images/fea_featureRow.png');
    background-repeat: no-repeat;
	}

.featureRow h2{
	height: 24px;
	margin: 0;
	padding-top: 4px; 
	padding-left: 15px;
	font-family: Verdana; 
	font-size: 16px;
	font-weight: bold;
	color: black;
	}

.featureColumn1{
	float: left;
	width: 448px;
	}
	
.featureColumn2{
	float: left;
	width: 135px;
	padding-top: 5px; 
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
	}

.featureColumn3{
	float: left;
	width: 130px;
	padding-top: 5px; 
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
	}

.moreInfo{
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	font-family: Verdana;
	font-size: 12px;
	}

.featureHeader{
	float: left;
	text-decoration: none;
	}

/* Links */
a.contentLink:link {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:visited {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:active {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:hover {text-decoration: underline; color:#3685d6; font-size: 10px;}