/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: KDHHS structure style sheet
	Author: Sean Kabanuk
	Release date: 12/21/07	 
	Designer approved: Sean Kabanuk
	Date approved: 09/04/08	
	Revision History:	Revised By		Revised On:
						Sean Kabanuk	12/21/07
						Sean Kabanuk	04/22/08
						Sean Kabanuk	09/04/08
						Sean Kabanuk	09/16/09
						
  	=================================================== 
  	===================================================  */

body {
	background: #6692BC;
	margin-top: 30px;
	}
	
#globalContainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}
	

/*  ===================================================  */
/*  DEFINES TOP BANNER */
/*  ===================================================  */

#branding {
	width: 750px;
	background-color: #6692BC;
	margin: 0px 0px 20px 0px;
	}
	
	#clientLogo {
	float: left;
	margin-bottom: 10px;
	}
	
	#thomsonLogo {
		float: right;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		}
	
	#search {
		clear: right;
		float: right;
		}
	
/*  ===================================================  */
/*  DEFINES PRIMARY NAV */
/*  ===================================================  */

#primNavContainer {
	clear: both;
	width: auto;
	height: 27px;
	position: relative;
	margin: 0px 0px 5px 0px;
	}
	
	#primNavLeft {
		float: left;
		width: 3px;
		height: 27px;
		background: url(../images/primnav_left.gif) no-repeat;
		}
		
	#primNavRight {
		float: right;
		width: 3px;
		height: 27px;
		background: url(../images/primnav_right.gif) no-repeat;
		}
		
	#primNavRowContainer {
		position: absolute;
		float: left;
		width: 747px;
		height: 27px;
		background: url(../images/primnav_bckgrnd.gif) repeat-x;
		padding: 0px;
		margin: 0px;
		}
		
/* defines ul for primary nav row */

	#primNavRow {
		margin: 0px 0px 0px 5px !important; /* Safari, IE5/Mac */
  		margin: 0px 0px 0px 5px; /* IE5/5.5/WIN */
		margin/**/:/**/0px; /* IE6/WIN */
		padding: 0px;
		}

	#primNavRow li {
		display: block;
		float: left;
		position: relative;
		text-align: left;
	    height: 20px;
		padding: 6px 2px 0px 2px;
		margin: 0px;
		font:  10px Verdana, Arial, Helvetica, sans-serif;
		/*list-style: none;*/
		}
		
		* html #primNavRow li {
			padding-bottom: 0px;
			/* commented backslash hack v2 \*/
			padding-bottom: 0px;
			p\adding-bottom: 0px;
			/* end hack */
			}
		
	#primNavRow li a {
		display: block;
		padding: 0px 0px 0px 0px; /* controls the width of the main nav item */
		color: #556370; /* controls the off-state text color on the subnav */
		text-decoration: none;
		}
		
		 #primNavRow a:hover {
			color: #3174F5;
			}

	#primNavRow li ul {
		/*display: none;
		position: absolute;*/
		top: 100%;
		left: 0;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		line-height: 19px;
		border-left: 1px solid #66727E;
		border-right: 1px solid #66727E;
		border-bottom: 1px solid #66727E;
		width: 200px;
		}

	
	#primNavRow li ul li {
		width: 200px; /* controls the width of the subnav item */
		padding: 0px;
		margin: 0px;
		clear: left;
		}
	

	#primNavRow li li a {
		background: #EEF0F1; /* controls the off-state background color on the subnav */
		display: block;
		margin: 0px;
		padding: 4px 0px 4px 0px;
		width: 100%;
		}
		
		html>body #primNavRow li li a {
			width: auto;
			}

	#primNavRow li li a:hover {
		background: #F7B333; /* controls the over-state background color on the subnav */
		color: #FFF; /* controls the over-state text color on the subnav */
		}
	
#primNavRow li:hover ul, li.over ul {
	display: block;
	}
	
/* defines styles for drop down nav*/
 	
.subNav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	}

.subNav li>ul {
	top: auto;
	left: auto;
	}
	
.subNav li {
	display: block;
	float: none;
	border: 0;
	} 


	
/*  ===================================================  */
/*  DEFINES MAIN PROMO AREA */
/*  ===================================================  */

#mainPromoContainer {
	width: 750px;
	height: 118px;
	margin: 0px 0px 5px 0px;
	background-color:#0066CC;
	}
	
/*  ===================================================  */
/*  DEFINES SPOTLIGHT NAV */
/*  ===================================================  */
	
#spotlightNavRow {
		width: auto;
		text-align: left;
		padding: 5px;
		margin: 0px 0px 0px 12px;
		}
		
/* defines ul for spotlightNavRow */

#spotlightNavRow ul {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	color: #7591AB;
	} 
  
 #spotlightNavRow ul li {
  	display: inline;
  	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	} 
 
 #spotlightNavRow ul li a {
  	display: inline;
	padding: 10px 2px 0px 2px;
	margin:  0px;
  	color: #7591AB;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 	} 
 
  #spotlightNavRow ul a:hover {
	text-decoration: underline;
	}


/*  ===================================================  */
/*  DEFINES SECONDARY NAV */
/*  ===================================================  */

#columnThree ul { 
		list-style: inherit !important; /* Safari, IE5/Mac */
  		list-style: inside; /* IE5/5.5/WIN */
		list-style/**/:/**/inside; /* IE6/WIN */
		margin: 0px 5px 10px 5px;
		padding: 0px;
		border: none;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #7591AB;
		line-height: 13px;
		}

	#columnThree li {
		padding-top: 7px;
		color: #7591AB;
		border-bottom: 1px solid #C5CACE;
		padding: 5px 0px 3px 0px;

		}

	#columnThree li a {
		display: block;
		padding: 0px;
		text-decoration: none;
		color: #7591AB;
		font-size: 100%;
		}

	#columnThree li a:hover {
		color: #556370;
		background-color: #C4D6E8;
		} 


/*  ===================================================  */
/*  DEFINES CONTENT STRUCTURE */
/*  ===================================================  */

#mainContentTop {
	clear: both;
	width: 750px;
	height: 8px;
	background: #fff url(../images/content_corners_top.gif) no-repeat;
	}
	
#mainContentContainer {
	width: auto;
	background-color: #fff;
	padding: 25px 20px 10px 20px;
	}
	
#mainContentBottom {
	width: 750px;
	height: 12px;
	background: url(../images/content_corners_bottom.gif) no-repeat;
	}
	
/* DEFINES CONTENT CONTAINERS FOR CONTENT PAGE */

#columnOne {
	float: left;
	width: 150px;
	padding: 23px 0px 0px 0px;
	}
	
#columnTwo {
	float: left;
	width: 330px;
	padding: 23px 15px 15px 15px;
	}
	
#columnThree {
	float: left;
	width: 200px;
	padding: 23px 0px 15px 0px;
	}
	
#columnSingle {
	float: left;
	width: 700px;
	padding: 0px 15px 15px 15px;
	}
	
/* DEFINES CONTENT CONTAINERS FOR HOME PAGE */
	
#homeContentLeft {
	float: left;
	width: 350px;
	}
		
		/* defines ul for breaking news 

	#homeContentLeft ul { 
		list-style: inside;
		margin: 0px 5px 10px 5px;
		padding: 0;
		border: none;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #7591AB;
		line-height: 13px;
		}

	#homeContentLeft li {
		padding-top: 7px;
		color: #7591AB;
		border-bottom: 1px solid #C5CACE;
		padding: 5px 0px 3px 0px;

		}

	#homeContentLeft li a {
		padding: 0px;
		text-decoration: none;
		color: #7591AB;
		font-size: 100%;
		}

	#homeContentLeft li a:hover {
		color: #2E6592;
		background-color: #C5CACE;
		} */
		
#homeContentRight {
	float: left;
	width: 350px;
	margin: 10px 0px 0px 10px;
	}
	
/* defines ul for upcoming events */

	#homeContentRight ul { 
		width: 300px;
		margin: 0px;
		padding: 10px 0px 0px 25px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #0c4f84;
		line-height: 13px;
		}

	#homeContentRight li {
		padding-top: 7px;
		color: #0c4f84;
		padding: 5px 0px 3px 0px;

		}

	#homeContentRight li a {
		display: block;
		padding: 0px;
		text-decoration: none;
		color: #0c4f84;
		font-size: 100%;
				}

	#homeContentRight li a:hover {
		color: #556370;
		background-color: #C4D6E8;
		} 
				
/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */

	
#footer {
	width: 750px;
 	padding: 3px 0px 0px 0px;
	}
	
#copyrightcontainer {
	float: left;
	}
	
#legalcontainer {
	float: right;
	}
	
#copyrightDate {
	float: left;
	}
	
#footerHolder {
	clear: both;
	height: 1px;
	} /* hacks the main container div to stretch height for all child divs */
	
	* html #footerHolder {
		/* commented backslash hack v2 \*/
 		display: none;
  		d\isplay: none;
  		/* end hack */
		}
		

/*  ===================================================  */
/*  DEFINES MISCELLANEOUS ELEMENTS */
/*  ===================================================  */


/* Defines home page tabs */

#homeTopTabContent {
	width: auto;
	background: url(../images/homeTabBackground.jpg) top left repeat-y;
	}
	
#homeBottomTabContent {
	width: auto;
	background: url(../images/homeTabBackground.jpg) top left repeat-y;
	}

.homeTabPhoto {
	float: right;
	border: 1px solid #abafb4;
	margin: 0px 20px 5px 5px;
	}
	
.tabButtons {
	margin: 10px 0px 0px 25px;
	}
	
#footerHack {
	clear: both;
	width: auto;
	}
	
.promo {
	margin: 0px 0px 10px 0px;
	}
	
.contentPhoto {
	margin: 0px;
	}
	
.ibox {
	padding: 15px 0px 0px 0px;
	}
	
.mapThumb {
	padding: 15px 0px 0px 0px;
	}

.contentTable {
	border: 1px solid #b1b19f;
	background: #bcd3e9;
	}
	
.contentTableColumn {
	padding: 3px 8px 3px 8px;
	background-color: #C6CFC3;
	border-bottom: 1px solid #1a3d5f;
	}
	
	.contentTableRow {
		padding: 3px 8px 3px 8px;
		border-bottom: 1px solid #1a3d5f; 
		}
		
	.contentTableRowAlternating {
		padding: 3px 8px 3px 8px;
		background: #e9f1f9;
	    border-bottom: 1px solid #1a3d5f;
		}
		
#socialIcons {
	width: auto;
}

	#twitterIcon {
		float: right;
		margin: 12px 10px 0px 0px;
	}
	
	#faceBookIcon {
		float: right;
	}