.body_class
{
	margin-top: 0px;
	text-align: center;
	margin-left: 0;
	margin-right: 0;	
	margin-bottom: 0;		
	background-color: #d0dae6;
	background-image: url(images/bg_side_slice.jpg);
	background-repeat: repeat-x;	
}
.content_wrapper
{
	width:780px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	font-family: "Arial";
}
.upper_section
{
	margin-top:0px;
	text-align: left;
	width:780px;
	height:159px;
	background: url(images/bg_top.jpg) no-repeat;
}
.lower_section
{
	width:780px;
	background: url(images/bg_lower_slice.jpg) repeat-y;	
	vertical-align: top;
}
.lower_left
{
	float: left;
	width:550px;
	background: url(images/bg_primary_content_middle.jpg) repeat-y;
}

.primary_content_middle
{
	min-height:100px;
	width:550px;
	background: url(images/bg_primary_content_middle.jpg) repeat-y;
}
.primary_content_bottom
{
	background: url(images/bg_primary_content_bottom.jpg);
	height: 37px;
	width:550px;
}
.lower_content
{
	background: url(images/bg_lower_content_middle.jpg);
}
.lower_content_top
{
	background: url(images/bg_lower_content_top.jpg);
	height: 50px;
	width: 550px;
}
.lower_content_middle
{
	min-height:100px;
	background-image: url(images/bg_lower_content_middle.jpg);
	background-repeat: repeat-y;
	width:550px;
}
.lower_content_bottom
{
	background: url(images/bg_lower_content_bottom.jpg);
	height: 17px;
	width: 550px;
}
.lower_right
{
	float:left;
	width:230px;
	height: auto;
}
.side_content
{
	width:230px;
	min-height: 200px;
	background-image: url(images/bg_side_content_middle.jpg);
	background-repeat:  repeat-y;
	vertical-align: top;
}
.bottom
{
	width:780px;
	height:36px;
	background:url(images/bg_bottom.jpg);
}
.clr
{
	clear: both;	
}
.white_bg
{
	list-style-image: url(images/bullet_white_bg.jpg);
}

.logo
{
	top: 10px;
	left:30px;
	position: relative;
	text-decoration: none;
}
.logo a img
{
	border:none;
}
.motto
{
	position: relative;
	/*background-image: url(images/motto.jpg);*/
	font-family: "Arial";
	height: 24px;
	padding-left: 10px;
	width: 500px;
	left:310px;
	bottom:40px;
	color: #3169a2;
	font-size: 15px;
	font-weight: bold;
}
.portrait
{
	/*background-image:url(images/latest_blog.jpg);*/
	background-image:url(images/latest_views.jpg);
	float:left;
	height:190px;
	margin:0pt auto;
	position:relative;
	right:3px;
	top:-90px;
	width:201px
}
.whats_new
{
	position: relative;
	width:475px;
	height: 28px;
	margin: 0 auto;
	top:20px;
	left:10px;
	background-image: url(images/whats_new.jpg);
}
.lower_content_text
{
	position: relative;
	margin-left: 55px;
	width:400px;
	
}

.primary_content_text
{
	width:490px;
	margin-left:40px;
}
.primary_content_text p
{
	line-height: 1.9em;	
}
.two_col
{
}
.two_col_left
{
	float:left;
	width:240px;
	padding-right:5px;
}
.two_col_right
{
	float:left;
	width:240px;
	padding-left:5px;
}
.side_content_text
{
	float:left;
	left:15px;
	margin-top:-90px;
	position:relative;
	vertical-align:text-top;
	width:180px;
}
.nav_container
{
	float:left;
	margin-top:10px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 3;
	margin-left: 20px;
	text-align: center;
}

#nav a {
	display: block;
	font-family: "Myriad Pro";
	padding-left:0.4em;
	padding-right:0.4em;
	font-size: 15px;
	text-decoration: none;
	
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 6em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	left: auto;
	background: url(images/menu_pointer.jpg) center top no-repeat;
}

.footer {
	width:780px;
}

.small_nav_container
{
	margin-left:15px;
}
#small_nav, #small_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
}

#small_nav a {
	
	display: block;
	padding-left:1em;
	padding-right:1em;
	color: #336699;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	
	/*width: 10em;*/
}

#small_nav li { /* all list items */
	float: left;
	background: url(images/small_menu_separator.jpg) right top no-repeat;
	/*width: 6em;  width needed or else Opera goes nuts */
}
#small_nav li.last
{
	background:none;
}
#small_nav li ul { /* second-level lists */
	position: absolute;
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#small_nav li:hover ul, #small_nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#small_nav li:hover, #small_nav li.sfhover { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
h1
{
	color:#9A0500;
	font-family:"Arial";
	font-size:24px;
	font-weight:bold;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	color:#b34440;
	line-height: 1em;
	margin-bottom: 0.4em;
	padding-bottom:0em;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	color:#b34440;
	line-height: 1em;
	margin-bottom: 0.4em;
	padding-bottom:0em;
}
h4 h5 h6
{
	font-size: 10px;
	font-weight: bold;
	color:#b34440;
	line-height: 1em;
	margin-bottom: 0.4em;
	padding-bottom:0em;
}
h3 a
{
	font-size: 12px;
	font-weight: bold;
	color:#b34440;
	line-height: 1em;
	margin-bottom: 0.4em;
	padding-bottom:0em;
	text-decoration: none;
}

p
{
	font-size: 12px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 2em 0;
	line-height: 1.5em;	
}
.primary_content_text ul
{
	margin-left: 0;
	margin-top: 0;
	padding-left: 1em;
	text-indent: 0.2em;
	font-size: 12px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;	
	line-height: 1.9em;	
}
a
{
	font-weight: bold;
	font-size: 11px;
	color:#839ab9;
}
.colorate
{
	color:#9a0500;
}
.btn
{
	background: url(images/bg_button.jpg) no-repeat;
	display:block;
	width: 220px;
	height: 25px;
	padding: 4px 0 0 10px;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.copyright
{
	float:right;

	font-size: 11px;
	color:#99adc4;
	font-weight: normal;
}