/*
-----------------------------------------------
CSS:				Screen Styles | jaredRESEARCH.com
Author:   			John Skidgel
Version:  			29 Apr 2005 (1.01b)
Shorthand reminder:	t-r-b-l
----------------------------------------------- */

/* Region Styles
-----------------------------------------------*/
/* Define widths for things that span entire page */
#flow, #header, #footer, #content {
	width: 700px;
	}
	
/* Define widths for things that float left */
#footer	span.contact, #sidebar {
	width: 275px;
	}

/* Define widths for things that float right */
#footer	span.contact, #maincol {
	width: 415px;
	}

body {
	margin:	0; 
	padding: 0;
	color: #000;
	/*background: #fff url(../art/bg_jr_gradient.jpg) no-repeat;*/
	}

#flow {
	padding-top: 18px;
	}

#header {
	padding: 0px 10px 0px 10px;
	margin:	0 0 0 8px;
	clear: both;
	}

#footer {
	border-top: 1px dotted #877766;
	font-size:	11px;
	margin-left: 8px;
	}

#footer	span.copy {
	float: left;
	text-align: left;
	padding-top: 6px;
	width: 275px;
	}
	
#footer	span.contact {
	float: left;
	text-align: left;
	padding-top: 6px;
	}
	
#content {
	margin: 12px 0 18px 0;
	padding: 0px 0 0 10px;
	background: #fff;
	}
	
#section #flow #header {
	border-bottom: 1px solid #877766;
	}
	
#sidebar {
	margin: 0px;
	padding-top: 31px;
	padding-left: 10px;
	float: left;
	clear: none;
	}

#sidebar ul {
	margin-left: 0px;
	padding-left: 18px;
	font-size: 13px;
	line-height: 18px;
	list-style: none;				
	}

#sidebar ul li {
	list-style-image: url(../art/blt_gray_sqr.gif);
	}

#sidebar ul li.current {
	list-style-image: url(../art/blt_orng_arw.gif);
	}
					
#maincol {
	float: right;
	text-align: left;
	}

div.related {
	border-top: 1px dotted #C4AE95;
	}
	
div.related h3 {
	margin-top: 2px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0px;			
	}
	
div.related ul {
	margin-left: 0px;
	padding-left: 18px;
	padding-top: 0px;
	margin-top: 6px;
	font-size: 13px;
	line-height: 18px;
	}
	
div.related li {
	list-style-image: url(../art/blt_gray_sqr.gif);
	}
	
/* HOME PAGE Region Styles
-----------------------------------------------*/
#home #flow #content {
	margin: 0;
	padding: 0;
	border-left: 0px;
	border-top: 1px solid #877766;
	border-right: 1px solid #877766;
	border-bottom: 1px solid #877766;
	clear: both;
	}
					
#home #flow #content #maincol {
	float: left;
	width: 424px;
	text-align: left;
	background-color: #fff;
	margin: 0px;
	}
	
#home #flow #content #maincol #bigstory {
	border-bottom: 1px solid #A6937E;
	}
	
#home #flow #content #maincol ul {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 15px;
	}
	
#home #flow #content #maincol ul li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	line-height: 13px;
	}
	
#home #flow #content #maincol #whatsnew img {
	margin-bottom: 0px;
	}
					
#home #flow #content #maincol #whatsnew {
	background: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#home #flow #content #maincol #currentclients {
	border-top: 1px solid #A6937E;
	padding-left: 10px;
	padding-top: 5px;
	}
	
#home #flow #content #maincol #currentclients img {
	margin-top: 5px;
	}

#home #flow #content #sidebar {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	clear: none;
	margin-right: 0px;
	border-right: 1px solid #877766;
	}
		
#home #flow #content #sidebar img {
	margin: 0px;
	padding: 0px;
	}
							
#home #flow #content #footer span.copy {
	padding-left: 10px;
	}
	
#home #flow #footer	{
	float: left;
	border-top: none;
	font-size: 11px;
	border-top: none;
	padding-left: 0px;
	}
					

/* HTML Tag Styles
-----------------------------------------------*/					
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #900027;
	}
	
h1 {
	font-size: 21px;
	margin: 1em 0 0.5em 0;
	}
	
h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 1.5em 0 0.5em 0;
	}
	
h2.subhead {
	font-size: 14px;
	font-weight: normal;
	color:#877766;
	margin: 0.5em 0 1em 0;
	}

h3 {
	font-size: 14px;
	margin-bottom: 0em;
	padding-bottom: 0em;
	}

#sidebar h3 {
	margin: 0px;
	padding-bottom: 0px;
	color: #900027;
	font-size: 13px;
	}
					
#sidebar h3.primary	{
	color: #F15C30;
	margin: 0px;
	}	
							
h4 {
	font-size: 12px;
	}
	
p {
	font-size: 13px;
	line-height: 18px;				
	}
#maincol ul li {font-size:11px;}

/* Define font-family stuff in one place */
div.row, .imgcaption, h1, h2, h3, h4, h5, h6, p, td, th, #content ul li, #footer, dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#navbar, h2.subhead, .left, .right, #maincol ul li, #breadcrumbs ul li, #footer, #sidebar h3, dl, div.related h3	           
	{
	font-family: Verdana, sans-serif;
	}
	
#navbar	{
	font-size: 11px;
	}	
				
/* Link Styles
-----------------------------------------------*/
a:link {			/* unvisited */
	color: #203B80;
	text-decoration: none;
	}     

a:visited {			/* visited */
	color:#F79239;
	}  

a:hover {			/* mouse over */
	color:#ED037C;
	text-decoration: underline;
	}   

a:active {		   /* selected */
	color:#ED037C;
	text-decoration: underline;
	}

/* Utility Styles
-----------------------------------------------*/					
div.spacer {clear:both;}

a img {border:none;}

ul li.globe {
	list-style-image: url(../art/blt_globe.gif);
	}
	
ul li.webpg {
	list-style-image: url(../art/blt_webpg.gif);
	}
.ads {
display: none;
}					
/* Rules for Language, Logo, and Nav Bar
-----------------------------------------------*/					
#languages {
	position: absolute;
	visibility: hidden;
	left: 570px;
	top: 0px;
	width: auto;
	height:21px;
	}

#languages ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style-type: none;
	clear: left;
	} 

#languages ul li {
	display: block;	
	float: left;
	text-indent: 0em;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	}

#logo {
	float: left;
	width: 265px;			
	}
	
#navbar {
	float: left;
	padding-top: 11px;
	margin: 0px;
	width: 424px;
	}
	
#navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style-type: none;
	clear: left;
	} 
	
#navbar ul li {
	display: block;
	float: left;
	text-indent: 0em;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	}
	
#navbar ul li a:link {
	display: block;
	color: #006;
	text-transform: uppercase;
	text-decoration: none;
					}
#navbar ul li a:visited {
	display: block;
	color: #006;
	text-transform: uppercase;
	text-decoration: none;
	}

#navbar ul li a:hover {
	border-bottom: 5px solid #C4AE95;
	}
	
#navbar ul li a:active {
	border-bottom: 5px solid #877766;
	}
	
#navbar ul li a.current {
	border-bottom: 5px solid #877766;
	}
	
#navbar ul li a img	{
	padding-bottom: 6px;
	}		

/* Tables Styles
-----------------------------------------------*/
table {
	width: 95%;
	padding-top: 0px;
	border-top: 1px solid #999999;
	border-left: none;
	border-right: 1px solid #999999;
	border-bottom: none;
	}		

td {
	font-size: 12px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;	
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}

tr.even {
	background-color: #eee;
	}
	
tr.odd {
	background-color: #fff;
	}
	
th {
	font-size: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #ccc;
	color:#333;
	font-weight: bold;
	text-align: left;
	}
	
td.nowrap {
	white-space: nowrap;
	}