#outer
{
	width: 984px;
	padding: 0 18px 18px 18px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid silver;
	border-top: none;
}

#topstrip
{
	background-color: #3A6375;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}

#banner
{
	
}

#loginbox
{
	float:right;
	background-color: #e6e6e6;
	color: #454547;
	margin: 3px;
	padding: 8px;
	margin-right: 0;
	text-align: right;
}

#loginbox a
{
	color: #3A6375; 
}

#menu
{

}

#supplemental
{
	
}

#page
{
	padding: 9px 0 9px 0;
}





#footer
{
	
}

.outerfeatures
{
	background-color: #3A6375;
	color: #000;
	padding: 5px;
	width: auto;
}

.topmenu
{
	background-color: #3A6375;
	color: #000;
	padding: 5px;
	width: auto;
	margin-bottom: 0;
}

.bottommenu
{
	background-color: #e6e6e6;
	color: #454547;
	padding: 5px;
	width: auto;
	margin-top: 0;
}

.outerfeatures p { margin: 0; }
.outerfeatures * { color: #FFF; }

.content{ color: #454547;}
.content h1{ font-size: 24px; color: #454547; margin-top: 10px; }
.content h2{ color: #454547; margin-top: 10px; }
.content h3{ color: #454547; }
.content h4{ color: #454547; }
.content p, .content  li, .content  td{ color: #454547; text-align: justify; }
.content li{ margin-top: 9px; }
.content ul{ list-style-image: url(/client/images/icons/bullet_blue_small.png); }
.content table{ width: 100% }

#footer a + a{ margin-left: 18px; }


.toolbox{ background-color: #0087FF; color: white; margin: 3px; padding: 8px; margin-right: 0;}
.toolbox + .toolbox{ margin-top: 18px; }
.toolbox h1{ color: white; font-size: 14px; padding-bottom: 3px; border-bottom: 1px solid #FFF; text-transform:uppercase; }
.toolbox ul{ margin-bottom: 3px;}
.toolbox ul li{}

.left{ float: left; }
.right{ float: right; }
.narrow{ width: 280px; }
.wide{ width: 690px; }
.hidden{ display: none;}
.clear{clear: both; }
.nobreak{white-space: nowrap;}

/* General element styling */

td
{
	vertical-align: top;
}

/* Blueprint CSS overrides
------------------------------------------------------------------*/
textarea.shallow
{
	height: 75px;
}


/* Forum Styles
------------------------------------------------------------------*/
.forumpost
{
	table-layout:fixed;
	margin-top:10px;
}

.username
{
	font-size: 13px;
}

.username a
{
	text-decoration: none
}

.forumtopicrow
{
	border-top: #e6e6e6 1px solid;
}


/* Pagination styles
------------------------------------------------------------------*/
.paginateParent
{
	text-align: right;
	margin: 5px 0px 2px 0px;
}

.paginateText
{
	display:inline;
}

.paginate
{
	display:inline;
}

.paginate a
{
	padding: 3px 6px;
	color: #3A6375;
	border: solid 1px #E6E6E6;
	text-decoration: none;
	margin-right: 2px;
}

.paginate a:hover
{
	border: solid 1px #3A6375;
}

.paginateCur
{
	padding: 3px 6px;
	color: #454547;
	font-weight: bold;
	margin-right: 2px;
	display:inline;
}




/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/		
#crumbs {
	padding:0;
	margin:0;
	height:2.3em;
	border:1px solid #dedede;
	list-style-type:none;
	list-style: none;
	font-size: 10px;
	}
#crumbs li {
	padding:0;
	margin:0;
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	list-style-type:none;
	}		
#crumbs li a {
	background:url(http://static.oneprofession.com/images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
#crumbs * a:link, #crumbs * a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}