
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, sans-serif;
 font-size: 130%;
 font-weight:normal;
 color: #688aca;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body {
	margin: 0px;
	text-align: left;
	background: #fff;
/*	background: url(background.gif) */
}

#body, #header, #footer {
	width: 90%;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

#body {
	
	padding: 0px 2px 0px 2px;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 150px;
	background-color: #D1672D;
	background: #cccccc url("images/streeetch.gif") ;
	border-bottom: 1px dashed #999;
}

#navBar{
	margin: 0px 1px 0px 70%;
	padding: 10px 0px 500px 0px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	display: block;
}

#content {
  	float: left;
	width: 68%;
	margin: 0;
	padding: 5px 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-size: 200%;
	margin: 0px 0px 10px 20px;
	padding: 115px 0px 0px 0px;
	color: #FFFFFF;
}


#pageName{
	padding: 0px 0px 10px 30px;
}



#globalnav{
color: #fff;
padding: 50px 0px 4px 20px;
border-bottom: 1px dashed #999;
border-top: 0px dashed #666;
background-color: #fff;
margin: 0px 0px 0px 0px;
display: block;
}



#globalnav a {
	color: #333;
	font-size: 90%;
	padding: 0px 20px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}







/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 20px;
	font-size: 80%;
}

div.story h3 {
	margin: 10px 10px 0px 0px;
	text-align: left;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.story blockquote, blockquote, blockquote p {	
	font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 16px;	
	line-height: 1.3em;	
	text-indent: -3px	
	color: #333;	
	margin: 20px 20px 20px -3px;
	padding: 0px 0px 0px 0px;
	width: 90%;	
}

.speaker {	
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, Sans-Serif;	
	font-size: 10px;	
	line-height: 1.3em;	
	color: #666;	
	margin-left: .7em;	
	margin-top: 2px;	
	display: block;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px dashed #ccc;
	font-size: 75%;
	color: #333;
	padding: 10px 0px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 12px;
}

div.relatedLinks a {
	display: block;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #999;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 70%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #cccccc;
	width: 70%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** .craigslist styles ***********/


body.craigs {
	color: #ccc;
}
body.craigs h1 {
	margin: 40px 20px 0px 20px;
	border-bottom: 1px solid #999;
}

body.craigs h3 {
	margin: 5px 20px 10px 20px;
	border-bottom: 0px solid #999;
	color: #fcc;
}

body.craigs img {
	margin: 0px 20px 10px 0px;
	border: 1px solid #999;
	padding: 3px;
	background-color: #fff;
}

body.craigs h2 {
	margin: 10px 20px 10px 20px;
	color: #fff;
}

body.craigs p {
	color: #ccc;
	margin: 0px 20px 10px 20px;
	width: 525px;
	line-height: 1.3em;
}

body.craigs ul li {
	color: #ccc;
}



/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 70%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 70%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

