/* GLOBAL BASED TAG RULES
*******************************************************************/
a img {border : 0;}

/* Page wrapper
*******************************************************************/
#page-wrapper {
	text-align:		left;
	margin:			0 auto;
	width:			968px;
	}

body {
    text-align:     center;
    }

body.noleftcolumn #ContentContainer {
	background:		#FFF;
	}

#ContentContainer {
	background:		#FFF url(/Images/SiteCSL/bg.gif) repeat-y;
	}

/* left col (primary nav)
*******************************************************************/
#left-col {
	width:			150px;
	margin:			0px 0px;
	float:			left;
	display:		inline;
 	}

/* Header
*******************************************************************/
#Header {
	border-top:		30px solid #09C;
	margin-bottom:	5px;
	border-bottom:	7px solid #F58426;
	}
#Logo {
	float:			left;
	width:			262px;
	}

/* Main Menu
*******************************************************************/
#Menu {
	float:			left;
	width:			700px;
	padding-top:	27px;
	}

#Menu ul {
	list-style-type:	none;
	margin:			0;
	padding:		0;
	}
#Menu li {
	display:		block;
	float:			left;
	padding-right:	3px;
	border-right:	1px solid #000;
	margin-right:	3px;
	}
#Menu li.last {
	border:			0;
	}
#Menu li a {
	font-weight:	bold;
	font-size:		13px;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#000; 
	text-decoration:	none;
	}
#Menu li a:hover {
	text-decoration:	underline;
	}

/* search box
*******************************************************************/
#mainlinks {
	margin-left: 125px;
	padding-left: 10px;
	height: 30px;
}
body.noleftcolumn #mainlinks {
	margin-left: 0px;
}
#mainlinks ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainlinks a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
	padding: 0px 10px 0px 5px;
	padding-top: 16px;
	border-left: 1px solid #C0C0C0;
}
#mainlinks a:hover {
	color: #FF7F00;
}
#mainlinks li{
	display: block;
	height: 30px;
	float: left;
}

/*	right-col
*******************************************************************/
#right-col {
	margin-left: 165px;
	padding: 10px 0;
	min-height: 200px;
	height: auto;
	_height: 200px;
}
body.noleftcolumn #right-col {
	margin-left: 0px;
}

/* commented backslash hack v2 \*/
* html #right-col {
	width: 100%;
}
/* end hack */

/*	footer
*******************************************************************/
#footer {
		text-align:		center;
		clear:			both;
		border-top:		7px solid #0099CC;
		padding: 		0px 0px;
		width:1000px;
		color:			#999;
		text-decoration:	none;
		font-size:		11px;		
}
#footer a {
	color:			#999;
	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;
}
