/* GLOBAL BASED TAG RULES
*******************************************************************/
a img {border : 0;}


/* Body
*******************************************************************/
body.cl {
	margin: 0px 7px 10px 7px;
}

/* Page wrapper
*******************************************************************/
#page-wrapper {
	text-align : left;
	margin : 0 auto;
	padding : 0;
	background : white url(/images/sitefh/bg_page_wrapper.gif) repeat-y;
	border-top : 0;
}
body.noleft #page-wrapper {
	background: white;
}
body.app #page-wrapper {
	width : 984px;
	position : relative;
}

/* header
*******************************************************************/
#header {
	border-bottom : 1px solid white;
	background : #0099CC url(/images/sitefh/header-img.gif) 100% 0 no-repeat;
}
#header img {display : block;}


/* search box
*******************************************************************/
#search {
	padding : 6px 18px 6px 17px;
	background-color : #003366;
	border-bottom : 1px solid white;
	color : white;
	font-weight : bold;
}

#home-link, #home-link2 {
	color : white;
	text-decoration : none;
	font-weight : bold;
}
#home-link:hover, #home-link2:hover  {color : #59E2FF;}

/* left col (primary nav)
*******************************************************************/
#left-col{
	text-align:			center;
	width:				156px;
	}

body.app #left-col {
	margin-bottom : 1em;
	float : left;
	display : inline;
}
body.cl #left-col {
	margin-bottom : 1em;
	float : left;
	display : inline;
}

/*	right-col
*******************************************************************/
#right-col {
	margin-left: 157px;
	padding: 10px;
	min-height: 200px;
	height: auto;
	_height: 200px;
}

/* commented backslash hack v2 \*/
* html #right-col {
	width: 100%;
}
/* end hack */

body.noleft #right-col {
	margin-left: 0px;
}

/*	footer
*******************************************************************/
#footer {
	clear : both;
	background-color : #003366;
	color : white;
	font-size : 0.9em;
	border-top : 1px solid white;
	padding : 6px 0 7px 8px;
}
#footer a {
	color : white;
	text-decoration: none;
	font-size : 0.9em;
}
* html #footer {height : 1%;}

/*	generic reuseable classes
******************************************************************/
.clear-hidden {
	line-height : 1px;
	font-size : 1px;
	margin : 0;
	padding : 0;
	clear : both;
}

.clear-width {width : auto !important;}

.clear-both {clear : both;}
.display-block {
	display : block;
	clear : both;
}
.no-border {border : 0 !important;}
.float-right {float : right;}
.required {
	color : #D21C1C;
	font-weight : bold;
}
.no-margin {margin : 0 !important;}
.highlight {color : #802330;}
.clear-hr {
	font-size : 1px;
	line-height : 1px;
	margin : 0 0 15px 0;
	clear : both;
	padding : 12px 0 0 0;
	border-bottom : 1px solid #DDDDDD;
}
img.img-tp{
	vertical-align : bottom;
	margin-top : 3px;
}
.feature-images {margin-bottom : 16px;}
.text-align-center {text-align : center;}
.light-blue {
	color : #0099CC;
}
