/* Page Structure*/

@import url("content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 0;
		padding: 0;
		}
		
	body * {
		outline: none;
		}
		
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
		
	.container {
		width: 940px;
		margin: 0 auto;
		background-color: #fff;
		overflow: hidden;
		}
			
	a img {
		border: 0;
		}
		
	.clear {
		display: block;
		clear: both;
		}

/* 2 :-------- Header ------------ */

	.header {
		height: 120px;
		background:url(../images/generic/top_bg.jpg) no-repeat right;
		margin:0;
		padding:0;
		}
		
	.mainLogo {
		position: absolute;
		width: 152px;
		height: 91px;
		margin: 25px;
		text-indent: -9999px;
		background: url(../images/generic/daybreak_logo.gif) 0 0 no-repeat;
		}
		
	.searchBar {
		display:none;
	/*	float: right;
		text-align: right;
		margin: 98px 30px 0 0;*/
		}
	.searchBar div {
		display: inline;
		}		
	.searchBar input.text {
		border: 1px solid;
		border-top-color: #7c7c7c;
		border-right-color: #e0e0e0;
		border-bottom-color: #f6f6f6;
		border-left-color: #e0e0e0;
		font-size: .95em;
		margin-right: 5px;
		vertical-align: top;
		}
		
	.searchBar input.action {
		border: none;
		font-size: .95em;
		vertical-align: top;
		margin-top: 2px;
		background: url(../images/buttons/btnSearch.gif);
		width: 52px;
		height: 12px;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		}
		
	#homeFeature {
		height: 173px;
		background-color:#000;
		vertical-align:bottom;
		}    

/* 3 :-------- Main Nav ------------ */

	#mainNav {
		background: #000 url(../images/nav/nav_bg.gif);
		height: 32px;
		padding-left: 22px;
		}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#mainNav li {
		float: left;
		margin: 0;
		padding: 0;
		}
	#mainNav li a {
		display: block;
		height: 14px;
		padding:0 0 5px 0;
		margin:10px 20px 0 0;
		text-indent: -9999px;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
/* nav backgrounds */
	#mainNav .nav1 {width:49px; background-image: url(../images/nav/nav1.gif);}
	#mainNav .nav2 {width:48px; background-image: url(../images/nav/nav2.gif);}
	#mainNav .nav3 {width:54px; background-image: url(../images/nav/nav3.gif);}
	#mainNav .nav4 {width:96px; background-image: url(../images/nav/nav4.gif);}
	#mainNav .nav5 {width:74px; background-image: url(../images/nav/nav5.gif);}
	#mainNav .nav6 {width:50px; background-image: url(../images/nav/nav6.gif);}
	#mainNav .nav7 {width:70px; background-image: url(../images/nav/nav7.gif);}
	#mainNav .nav8 {width:42px; background-image: url(../images/nav/nav8.gif);}
	#mainNav li a:hover,
	#mainNav li.current a,
	#mainNav li.section a {
		border-bottom:solid 2px #e7a206;
		}
	#mainNavBottom{
	    margin:0;
	    padding:0;
		background:url(../images/nav/nav_bottom.gif) no-repeat;
		height:57px;
		}
	#subNav{
	width:940px;
	height:25px;
	color:#FFFFFF;
	background:#000000;
	padding-left: 22px;
	}
	#subNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#subNav li {
		display:inline;
		padding:0 0 2px 0;
		margin: 0;
		padding: 0;
		}
	#subNav li a {
		height: 14px;
		margin:5px 20px 0 0;
		color:#fff;
		text-transform:uppercase;
		font-size:11px;
		text-decoration:none;
		} 
	#subNav li a:hover,
	#subNav li.current a,
	#subNav li.section a {
		border-bottom:solid 2px #e7a206;
		}
	ul.sub-nav-child{
	float:left;
	margin:0 20px 80px 0;
	padding:10px 0 0 0;
	width:220px;
	background:#000000 url(../images/nav/leftnav_top.gif) no-repeat;
}
ul.sub-nav-child li{
	list-style:none;
	background:none;
	padding:0;
	margin:0 0 8px 10px;
	font-size:11px;
	text-transform:uppercase;
	}
ul.sub-nav-child li.link a{
	color:#fff;
	text-decoration:none;
}
ul.sub-nav-child li.section a,
ul.sub-nav-child li.current a,
ul.sub-nav-child li a:hover{
	color:#e7a206;
	text-decoration:none;
	}
ul.sub-nav-child li.sub-nav-child-bottom{
background:url(../images/nav/leftnav_bottom.gif) no-repeat;
	height:39px;
	width:220px;
	padding:0;
	margin:0;
	}	
/* 4 :-------- Content ------------ */
	
	#content {
		padding: 10px 0 40px 0;
		min-height: 300px;
		overflow: hidden;
		}
	#content.twoCol {
		float: left;
		width: 610px;
		padding: 10px 20px 60px 0;
		}
	.rightCol {
		position: relative;
		float: left;
		padding: 10px 0 0 0;
		width: 310px;
		}	
	a.readAllLink {
		position: absolute;
		top: 2.0em;
		right: 0;
		font-weight: bold;
		color: #df9d15;
		text-decoration: none;
		font-size: 1.1em;
		}
/* See content.css */

/* 5 :-------- Footer ------------ */

	.footerContainer {
		clear: both;
		height: 231px;
		}
	
	.footer {
	background:url(../images/generic/footer_bg.jpg) no-repeat;
		width: 940px;
		padding: 131px 0 0 0;
		margin: 0 auto;
		}
		
	.footerText{
	border-top:dotted 1px #666666;
	font-size: .95em;	
		color: #666;
		padding:10px 0 0 0;
		text-align:center;
	}
	
	.footerText a{
	color:#666666;
	}
		

	/* Forms
	*******************************************************/
	
	fieldset {
		border: 0;
		font-size: 1.2em;
		}
	
	textarea {
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 1.2em;
		}
	form fieldset ul {
		list-style: none;
		}
	
	form fieldset label.left {
		float: left;
		width: 200px;
		padding-top: 4px;
		}
		
	form fieldset .middleColumn {
		display: block;
		margin: 15px 10px 10px 0;
		padding: 4px;
		}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
		}
	
	form fieldset div.tab .field .middleColumn {
		clear: none !important;
		margin: 0 !important;
		width: auto;
		}
	
	form fieldset input.text, form fieldset textarea, form fieldset select {
		padding: 2px;
		border: 1px solid #A7A7A7;
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		width: 300px;
		}
	select {
		width: auto;
		}
	
	form fieldset input.action {
		padding: 2px;
		font-size: 1em;
		font-family: Verdana, Tahoma, Sans-serif;
		}
	form fieldset input:focus span, form fieldset textarea:focus span {
		border: 3px solid #000;
		}
	
	form fieldset input.action:hover,
	form fieldset input.action:focus {
		cursor: pointer;
		}
	
	.Actions {
		padding-left: 210px;
		}
	.action {
		border: none;
		text-transform: uppercase;
		overflow: hidden;
		cursor: pointer;
		background: none;
		color: #0093d0;
		font-weight: bold;
		text-align: left;
		padding: 0;
		margin-right: 20px;
		}
				
				
* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  display: none;
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}