/*******************************************/
/************* 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;
	}
	
#mainAreaRightSide {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	}
	
#pageContent { 
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#pageContent h3, h4 {
	margin: 0px;	
}


#descriptionRight {
	float: right; 
	width: 530px; 
	font-family: Verdana; 
	font-size: 12px; 
	text-align: left; 
	color: black;
	}
	
#descriptionLeft { 
	float: left; 
	width: 320px; 
	font-family: Verdana; 
	font-size: 12px; 
	text-align: left; 
	color: black;
	}

#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 */

.headerShort{
	width: 530px;
	height: 24px; 
	behavior: url(iepngfix.htc);
	background-image:url('../../images/fea_topHeader.png');
    background-repeat: no-repeat;
	}

.headerShort h1{
	height: 24px;
	padding-top: 2px; 
	padding-left: 15px;
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: white;
	}
	
#topBox {
	float: left; 
	width: 280px; 
	height: 285px;
	margin-top: 30px;
	padding: 10px;
	padding-top: 20px;
	font-family: Verdana; 
	font-weight: bold; 
	text-align: left; 
	font-size: 18px; 
   	behavior: url(iepngfix.htc);
	background-image: url('../../images/sup_topBox.png'); 
	background-repeat: no-repeat;	
	}

#bottomBox {
	float: left; 
	width: 280px; 
	height: 277px; 
	margin-top: 50px;
	padding: 10px;
	padding-top: 20px;
	font-family: Verdana; 
	text-align: left; 
	font-size: 12px; 
	behavior: url(iepngfix.htc);
	background-image: url('../../images/sup_bottomBox.png'); 
	background-repeat: no-repeat;	
	}

#supportPagesList li{
	padding-top: 2px;
	padding-bottom: 2px;
	}

/* Links */
a.contentLink:link {text-decoration: underline; color:blue; font-size: 14px;}
a.contentLink:visited {text-decoration: underline; color:blue; font-size: 14px;}
a.contentLink:active {text-decoration: underline; color:blue; font-size: 14px;}
a.contentLink:hover {text-decoration: underline; color:#3685d6; font-size: 14px;}

a.nocolorLink {
	font-family: Verdana; 
	font-size: 10px;
	margin-left: 10px;
	}
a.nocolorLink:link {text-decoration: underline; color:gray;}
a.nocolorLink:visited {text-decoration: underline; color:gray;}
a.nocolorLink:active {text-decoration: underline; color:gray;}
a.nocolorLink:hover {text-decoration: underline; color:gray;}
