/* structure
--------------------------------- */
body {
	margin:0 0; padding:0;
   	text-align:center;
	font: 0.8125em Verdana, sans-serif; line-height: 1;	font-size: 12px;
	background: #939393 url(images/back.jpg) top repeat-x ;
} 
     
* {
  margin: 0px;
  padding: 0px;
}

a:link {
	text-decoration: none;
	color : #731000;
}

a:active {
	text-decoration: none;
	color : #FFFFFF; 	
}

a:visited {
	text-decoration: none;
	color : #731000;	
/*	color : #A56C03; 	*/
}

a:hover	{
	text-decoration: underline;
	color : #000;
}

h1 {font: 2.3em Georgia,  serif; color: #731000; margin-bottom:12px;}
h2 {font: bold 1.4em Georgia, "Times New Roman", serif; color: #1863B3; margin-top: 10px;}
h3 {font: bold 1em Verdana, Arial, sans-serif;   text-transform: uppercase; margin-top: 8px;}
h4 {font: bold 1em Georgia, "Times New Roman", serif; }
          
#container {
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
	width: 733px;
	background: url(images/divback.jpg) top repeat-y ;
 	border-bottom: 2px solid #FFF;
	}


 #top { 
 	height: 83px; 
	background: transparent url(images/top.jpg) no-repeat 1px 0;
	width: 733px;
 }

h1#featuredpic  {
	margin-left: 4px;
	width: 507px;
	height: 155px;
	background: transparent url(images/supreme-color.jpg) no-repeat; 
}

h1#featuredpic span {display: none;}

#sidebar {
	float: right;
	width: 215px;
	/*border: 1px solid #000;*/
	}

#center {
	width: 470px;
	margin-left: 30px;
	margin-top: 20px;
	line-height: 1.6em;
	min-height: 350px;
	}
#center ul {
	list-style: none;
	margin: .5em 0 1em 0;
	padding-left: 20px;
	}
#center ul li {
	padding: 0 0 4px 17px;
	line-height: 1.4em;
	background: url(images/arrow.gif) no-repeat 0 2px;
	}
#center ol li {
	line-height: 1.8em;
	margin-left: 3em;
}


 #footer {
	background: #2E4C6B;
	width: 726px;
	margin: 0 0 0 3px;
	font-size: 90%;
	color: #cecece;
	text-align:left;
	}
	
#footer p {
	margin: 0;
	padding: 8px 10px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {color: #cecece;}

#footer a:hover {color: #ff0000;}

 .pullquote
{
	font: italic 1.2em Georgia, "Times New Roman", serif; 
	margin: 10px 0 10px 10px;
	padding: 6px 6px 6px 26px;
	background: url("images/quote.gif") no-repeat 0 3px;
	color: #FFFFFF;
}

 .quote {font: italic 1.2em Georgia, "Times New Roman", serif;  line-height: 1.5em; margin: 10px 0 0 0}
 .quoteauthor { color: #666; text-align: right; border-bottom: 1px solid #696969;}
 

.float-r {float: right; }

.indent {padding-left: 22px; }

.tinytim {font-size: 9px; color: #666; line-height:11px }


.hi {background: #FFEE85; }


#result li { margin-bottom: 1em; }

/*~~~~~~~~ global nav ~~~~~~~~*/

 

#nav { 
	background: #3B505D;
	width: 726px;
	margin: 0 0 0 3px;
}

div#nav-globalwrap	{
	width: 726px;
 	}


div#nav-globalwrap ul#menu	{
	height: 30px;
	width: 726px;
	background: transparent url(images/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}

div#nav-globalwrap ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#nav-globalwrap ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}

	
#nav-home	{left: 81px; width: 70px;}
#nav-results {left: 151px; width: 83px;}
#nav-background {left: 234px; width: 112px;}
#nav-quotes {left: 346px; width: 117px;} 
#nav-cross {left: 463px; width: 109px;} 
#nav-contact	{left: 572px; width: 85px;}
 
#nav-home a:hover {background: transparent url(images/nav.gif) -81px -30px no-repeat;}
#nav-results a:hover {background: transparent url(images/nav.gif) -151px -30px no-repeat;}
#nav-background a:hover {background: transparent url(images/nav.gif) -234px -30px no-repeat;}
#nav-quotes a:hover {background: transparent url(images/nav.gif) -346px -30px no-repeat;} 
#nav-cross a:hover {background: transparent url(images/nav.gif) -463px -30px no-repeat;} 
#nav-contact a:hover {background: transparent url(images/nav.gif) -572px -30px no-repeat;}
 
/* You are here - main nav  */
body#home #nav-home	{background: transparent url(images/nav.gif) -81px -30px no-repeat;}
body#results #nav-results {background: transparent url(images/nav.gif) -151px -30px no-repeat;}
body#background #nav-background {background: transparent url(images/nav.gif) -234px -30px no-repeat;}
body#quotes #nav-quotes  {background: transparent url(images/nav.gif) -346px -30px no-repeat;} 
body#cross #nav-cross {background: transparent url(images/nav.gif) -463px -30px no-repeat;} 
body#contact #nav-contact {background: transparent url(images/nav.gif) -572px -30px no-repeat;}
 
