/* CSS Document */
/*
//   This css if for common styles between the blue and green styles.  These will mostly be margins, sizing and universal images.
*/


/**** PAGE ELEMENTS ****/
html, body, ol,ul,li {margin:0;padding:0}
html{background:url(/images/backgrounds/top_bkg.gif) repeat-x top left #e3e3e3}
body{}
h1,h2,h3,h4,h5,h6{ margin:10px 0 5px 0; padding:0}
p{ margin:3px 0 7px 0;}
img{border:0}

div#container{background:url(/images/backgrounds/page_bkg.jpg) repeat-y top center; 
/* Fixes the problem of white background not showing up on the NAP page. 8/10/09 */
/*overflow:auto;*/}

div#site_switcher{}
div#header{}
div#header #logo { margin:10px 0 0 30px}
div#header #page_tag_line { margin:10px 0 0 40px}

div#header{}
	 h1#siteTitle{ height:40px; width:370px;font-size:23px; margin:30px 0 0 20px; float:left; }
	img#logo{}
	img#page_tag_line{}

	
div#wrapper{}
	div#content{margin-top:10px;padding-top:10px;}
	div#content ul {margin:10px 0 10px 15px;list-style:circle}
	/*div#content ol {margin:10px 0 10px 15px; list-style:upper-roman;}*/
	/*div#content ol li { color: #666; font-size:11px;}*/
	div#content ol { margin:5px 0 5px 25px; }
	div#content ul li { list-style:disc; color: #666; font-size:11px; margin:4px 0 4px 0;}
		div#interactive{}
		div#premium_ad{margin:10px 0 20px 0}
		div#ContentBlock1{margin:5px 0 0 0;}
	
div#left_col img {margin:20px 0 10px 30px}

div#right_col{}

	div#rightSideBarBtn { margin:10px 0 }
	
	div#style_switcher {margin:10px auto 0 auto;padding:3px 0 0 4px;width:115px;height:20px;border:1px solid #c5c5c5}
	div#style_switcher a {text-decoration:none}
	div#ad_block{}
	div#news { margin:0 13px 0 15px}
	div#news h4, div#news h3 {display:inline;color:#4f4f4f}
	div#news h4 {font-weight:lighter;font-size:80%}
	div#news h3 {clear:right;}
	
	div#list_box_header { }
	div#list_box_header h4 {font-size:13px;}
	div#list_box{}
	div#list_box td{ text-align:left; !important }
	div#list_box td a { display:block; margin: 4px 0} 
	
	div#list_box ul {list-style: none}
	div#list_box li { margin-bottom:10px;}
	
	div#list_box_header_gray { }
	div#list_box_header_gray h4 {font-size:13px;}
	div#list_box_gray {}
	div#list_box_gray ul {list-style: none}
	div#list_box_gray li { margin-bottom:10px;}
	
	
div#footer{text-align:center; height:22px;}
div#footerInner{ width:500px; height:22px; margin:0 0 0 175px;}
* html div#footerInner{ width:500px; height:22px; margin:0 0 0 -80px;}
div#footerInner2{ width:500px; height:22px}
div#footer p { width:500px; height:19px; padding-top:4px; text-transform:capitalize }
div#footer p a {}

.cleared{clear:both}

img.left { float:left; margin: 2px 10px 5px 0 }
img.right { float:right; margin: 2px 0 5px 10px }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case 
is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 9px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 6px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: 5px;
}


/*Additional Results Button Styling*/
.addResults 
{
	float: left;
	text-decoration: underline;
	color: #2e6295;
	font-weight: bold;
	margin-bottom: 10px;
}
