/* master styles */
/* import anything that we need for all pages */
@import	'nav.css';
@import	'header.css';
@import	'footer.css';
@import 'forms.css';
@import	'cloud.css';

/* HTML Styles */
a{color:#0142c7;}
a:hover{color:#ae0604}
img{border:none;}

/* main content blocks */
body{
	background: #e5edfd url('../img/bckg.gif') repeat-x scroll top;
	font-family:  "Georgia", Georgia, serif;
	font-size:16px;
	line-height:20px;
	padding:0;
	text-align:center;
	behavior:url('ie6hover.htc');	
}
body #wrapper, body #copy, body #footer{
	clear: both;
	display: block;	
	margin:0 auto;
	width:960px;
	text-align:left;
	padding:0;
}
body #copy{
	width:940px;
}
#leftCol{
	float:left;
	margin:0;
	padding:0;
}
#rightCol{
	float:right;
	margin:0;
	padding:0;	
}
body #copy{margin-top:70px;}

/* generic header styles*/
h1,h2,h3,h4,h5,h6{
font-family: "Lucida Grande", Arial, sans-serif;
font-weight: 500;
}

h1{
	font-size:19px;
	padding-bottom:10px !important;
}

h2{
	font-size:16px;
}

/* generic list reset */
ul{list-style:none;}
ul, ol{margin:0;padding:0;}
ul li{margin:0;padding:0;}
ol {padding-left:21px;}
ol li{}


/* search box styles */
form{
	margin:0;
	padding:0;
}

#searchBox input#textField{
	float:left;
	padding:0;
	margin:6px 0 0 6px;
/*	background:none;*/
	border:0;
	font-size:14px;
}

#searchBox input#button{
	float:right;
	margin:4px 4px 0 0;
}

#advSearch{
	margin:12px 0;
}

#search h2{
	margin:8px 0 10px 0;
	padding:0 0 0 0;
}

#search p{
	width:425px;
	margin:7px 0 0 0;
	padding:0;
}

p#advSearchBtn{
	background: transparent url('../img/adv_search_arrow.png') no-repeat scroll;
	padding-left:15px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:10px;
	margin:0 0 0 2px;
}

p#advSearchBtn a{
	text-decoration: none;
	color:#000;
}

/* various styles that may/may not end up in more than one page - if it's a possibility it will be used more than once, stick it here! */
.even{
	background-color:#fcfcd8;
	border-top:1px solid #e8d359;
	border-bottom:1px solid #e8d359;
	clear:both !important;
}
.edate{
	float:left;
	width:45px;
	margin-right:10px;
}
.elink{
	float:right;
	width:360px;
	padding-left:15px;
	border-left:1px solid #cac8c8;
}
.clearelt{
	height:1px;
	line-height:1px;
	font-size:1px;
	margin:0;
	padding:0;
	clear:both;
}
.mswrd{
	background: #fff url('../img/word_icon.gif') no-repeat;
	padding-left:20px;
}
label{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-style: italic;
}

h1.results{
  width:100%;
  margin:-16px 0 10px -12px;
  padding:1px 0 6px 15px;
  display:block;
  width:650px;
  height:41px;
}

h2.results_count{
  width:100%;
  background-color:#ccc;
  margin:-55px 0 10px -12px;
  padding:10px 6px 10px 16px;
}

h3.search_result_desc{
  margin:7px 0 0 0;
  padding:0;
}

p.search_result_desc{
  font-size:12px;
  margin:0 0 15px 0;
  padding:0;
}

.search_result{}
.disclaimer{font-size:12px;}

h3.search_result_desc{
	font-size:16px !important;
}

.imageFloatLeft,.imageFloatRight{
	position:relative;
	padding-top:8px;	
}

.imageFloatRight{
	float:right;
	padding-left:5px;
}

.imageFloatLeft{
	float:left;
	padding-right:5px;
}


#article_body ol,#article_body ul{
list-style-position: inside;
position:relative;
padding:12px 25px !important;
margin:0;
}
#article_body ol li,#article_body ul li{
padding:0 12px;
}
#article_body ul li{
	list-style-type: disc;
}
#article_body h1{
	margin-bottom:3px!important;
	padding-bottom:0!important;
	margin-top:6px!important;
}