/* Page Structure*/

@import url("/css/content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 0;
		padding: 0;
		min-width: 1000px;
		background-color: #ccc;
		}
		
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
		
	.printLogo {	
		display: none;
		}
		
	.container {
		background: url(/images/generic/container_bg.gif) 0 0 repeat-y;
		}
		
	a {
		color: #333;
		}
		
	a img {
		border: 0;
		}
		
	.clear {
		clear: both;
		height:0px;
		line-height:0px;
		}

/* 2 :-------- Header ------------ */

	.header {
		height: 54px;
		background-color: #fff;
		}
		
	.mainLogo {
		position: absolute;
		width: 102px;
		height: 54px;
		margin-left: 18px;
		text-indent: -9999px;
		background: url(/images/generic/mainLogo.jpg) 0 0 no-repeat;
		}
		
	.linkGlobalSite {
		position: absolute;
		width: 114px;
		height: 10px;
		margin: 27px 0 0 482px;
		text-indent: -9999px;
		background: url(/images/links/link_globalSite.gif) 0 0 no-repeat;
		}

	.searchBar {
		height: 48px;
		padding: 6px 0 0;
		margin-bottom: 16px;
		background-color: #333;
		}
		
	.searchText {
		border: 1px solid #808080;
		font-size: 1em;
		margin: 0 4px 0 11px;
		vertical-align: top;
		padding: 2px;
		width: 153px;
		}
		
	.searchButton {
		border: 1px solid #808080;
		background-color: #666;
		font-size: 1em;
		vertical-align: top;
		padding: 1px 5px 1px 0;
		color: #fff;
		cursor: pointer;
		}
		
	.topTitle {
		height: 36px;
		background-color: #333;
		}
		
	.topTitle img {
		display: block;
		padding: 14px 0 0 18px;
		}

/* 3 :-------- Main Nav ------------ */

	#mainNav {
		background-color: #99CCFF;
		height: 44px;
		padding: 10px 18px 0;
		}
	
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#mainNav li {
		float: left;
		margin: 0;
		padding: 0 11px 3px 0;
		background: url(/images/nav/mainNav-a-bg.gif) 100% 3px no-repeat;
		}
			
	#mainNav a {
		display: block;
		font-weight: bold;
		text-decoration: none;
		color: #333;
		}

	#mainNav a:hover {
		color: #fff;
		}

	#mainNav a.last {
		background: none;		
		}
		
	#mainNav li.on a {
		color: #fff;
		}

/* 4 :-------- Content ------------ */

	.leftCol {
		float: left;
		padding: 0 5px;
		width: 134px;
		}
		
	.centerCol {
		float: left;
		width: 612px;
		background-color: #fff;
		}
	
	.rightCol {
		}
	
	#content {
		min-height: 400px; /* remove this value */
		padding: 0 9px 20px;
		}

	

/* See content.css */

/* 5 :-------- Footer ------------ */

	.footer {
		clear: both;
		padding: 40px 0 18px;
		color: #231F20;
		font-size: .9em;
		margin: 0 10px;
		}
	
	.footer ul {
		border-top: 1px solid #333;
		margin: 0;
		padding: 10px 0;
		}
	
	.footer li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	.footer a {
		padding: 2px 5px 0 0;
		color: #231F20;
		text-decoration: none;
		}
		
	.footer a:hover {
		text-decoration: underline;
		}
		
	a.printLink {
		float: right;
		height: 18px;
		padding: 4px 26px 0 0;
		margin-top: -21px;
		background: url(/images/icons/printLink_bg.gif) 100% 0 no-repeat;
		}
		
		