﻿
*{margin:0; padding:0;}
html { min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-top:10px;
	color: #222222;
	background-color: #bbbbbb;
}
.clear{clear:both;}
.clear_fusion {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.float_left{float:left;}
.float_right{float:right;}
.left_align{text-align:left;}
.right_align{text-align:right;}
.center {text-align: center;}

img{border:0px none;}

a{	color:#7A929E;}
a:hover{ text-decoration:none; color:#4d4d4d;}

.larger_header
{
	font-size:1.6em;
}

.dotted_divider
{
	background-color:transparent;
	color:#fff;
	border:0px none;
	border-top:1px dashed #ccc;
	padding-bottom:5px;
	margin-top:5px;
	clear:both;
}

.left_block
{
	float:left;
	display:block;
}
.right_block
{
	float:right;
	display:block;
}

.img_left
{
	float:left;
	margin:0px 10px 10px 0px;
}
.img_right
{
	float:right;
	margin:0px 0px 10px 10px;
}


.top_left
{
	float:left;
	background-image:url(../images/corner_top_left_white.gif);
	padding:6px;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:0px;
	left:0px;
}
.top_right
{
	float:right;
	background-image:url(../images/corner_top_right_white.gif);
	height:12px;
	width:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
	top:0px;
	right:0px;
}

.bottom_left
{
	float:left;
	height:12px;
	width:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	bottom:0px;
	left:0px;
}
.bottom_right
{
	float:right;
	padding:6px;
	background-repeat:no-repeat;
	background-position:bottom right;
	position:absolute;
	bottom:0px;
	right:0px;
}

.small_block
{
	width:44%;
	float:left;
	height:85px;
	display:block;
	margin:5px;
	background-color:#F1F3F5;
	padding:5px;
}
.small_block img
{
	width:68px;
}
.small_block a
{
	margin-top:8px;
}

.hidden
{
	display:none;
}

.TODO
{
	color:#f30000;
}


.arrow
{
	background-image:url(../images/link_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}

.wrapper {
	width:98%;
	margin:0 auto;
	width:expression(document.body.clientWidth < 780? "775px": "98%" );
	min-width:764px;
	max-width:1600px;
}


.r1_l
{
	width:100%;	
}
.header
{
	background-color:#ffffff;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	padding-top: 25px;																					
}
.header_right
{
	width:22px;
	float:right;
}
.header_logo
{

	float:left;
}

.header_slogan
{
	display:block;
	float:left;
	width:120px;
	font-weight:bold;
}

.row_wrapper{
	float:left;
	width:100%;
}
.r3_lll{
	width:100%;
	clear: both;
}
.r3_lll .c1{
	margin: 0 34%;
	zoom:1;
}
.r3_lll .c2{
	float:left;
	width:33%;
	margin-right:1%;
	margin-left:-100%;
	display:block;
}
.r3_lll .c3{
	float:left;
	width:33%;
	margin-left:-33%;
}

.r2_fl .row_wrapper{
	float:right;
	width:100%;
	margin-left:-200px;
}
.r2_fl .c1 {
	margin-left:200px;
	background-color:#fff;
	zoom:1;
}
.r2_fl .c2 {
	float:left;
	width:200px;
	background-color:#fff;
}

/*** 3 COL LAYOUT ***/

.r3_flf .row_wrapper{
	float:left;
	width:100%;
}
.r3_flf {
	width:100%;
	clear: both;
	padding:15px 0;
	background-color: #f8f8f8;
	background-image:url(../images/bg_content_wrapper.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

r3_flf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.r3_flf .c1 {
	margin: 0 240px 0 210px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #dadada;
	zoom:1;
}
.r3_flf .c2 {
	float:left;
	width:190px;
	margin-left:-100%;
	padding-left: 10px;
	display:block;
}
.r3_flf .c3 {
	float:left;
	width:220px;
	margin-left:-230px;
}

.r3_flf .c3:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*** Bios ***/

.r2_fl_bio {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px dotted #CCCCCC;
}

.r2_fl_bio .row_wrapper_bio {
	float:right;
	width:100%;
	margin-left:-150px;
}

.r2_fl_bio .c1_bio {
	margin-left:150px;
}
.r2_fl_bio .c2_bio {
	float:left;
	width:131px;
}

.r2_fl_bio .c2_bio img {
	border: 3px solid #EEEEEE;
}

/*** footer ***/
.footer
{
	clear:both;
	padding: 0 0 5px 0;	
	background-color: #595959;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-position: top left;
	color:#B1B1B1;	
}
.footer p
{	
	color:#999999;
	padding-left:8px;
}
.footer .footer_links
{
	clear:both;
	text-align:right;
}
.footer .footer_links ul
{
	list-style-type:none;
	width:auto;
	float:left;
	margin-left:5px;
	margin-top:8px;
}
.footer .footer_links ul li
{
	display:inline;
	padding-right:10px;
}
.footer .footer_links a
{
	text-decoration:none;
	color:#B1B1B1;
}
.footer .footer_links a:hover
{
	text-decoration:underline;
	color:#fff;
}
.footer .footer_links a img
{
	vertical-align:middle;
}




/*** COMMON TYPOGRAPHY ***/

h1 
{
    color:#4a4a4a;
    font-size: 1.5em;
    margin: 0 0px 3px 0px;
    padding:5px 0px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    }
 
p {
    margin: 0;
    line-height: 1.4;
}

.c1 p
{
	padding-bottom:8px;
	font-size:0.9em;
}

ul, ol {

    margin: 0 0 1em 25px;
}

h2 {
    font-size: 1.2em;
    margin: 0 0 0.15em 0;
    padding:0px 0 0px 0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    color:#199DA5;
}

h3 {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

h4 
{
    background-color: #585858;
    background-image:url(../images/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: top left;
    padding: 5px 10px;
    margin-top: 0;
    color: #FFFFFF;
    font-size: 1em;
    border: 5px solid #fff;
    text-transform: uppercase;
    }

a, a:visited, a:active {
    color: #189ca3;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


.plain_list
{
	padding-top:5px;
}
.plain_list li
{
	list-style-type:circle;
	margin-left:15px;
	padding-left:0px;
	padding-bottom:3px;
	border-bottom:0px none;
}
.panel .plain_list li
{
	border:0px none;
}

.content_table
{
	margin-bottom:10px;
}
.content_table th
{
	padding:3px;
	font-weight:bold;
	background-color:#B7C4CA;
	color:#fff;
	border:1px solid #B7C4CA;
	margin:1px;
}
.content_table td
{
	padding:3px;
	border:1px solid #B7C4CA;
	margin:1px;
}

.simple_list
{
	margin-left:0px;
	width:100%;
}
.simple_list li
{
	list-style-type:none;
	display:block;	
	padding-bottom:5px;
	padding-top:5px;
	width:100%;
	border-bottom:1px dotted #B7C4CA;
}
.simple_list li a
{
	margin:0;
	padding-left:15px;
	
	display:block;
}


.detail_block
{
	background-color:#e6eaec;
	margin-bottom:5px;
	position:relative;
	width:100%;
}
.detail_block_padding
{
	padding:10px 10px 10px 10px;
}
.detail_block ul
{
	margin:0;
	list-style-type:none;
}
.detail_block ul li
{
	clear:both;
}
.detail_block ul li strong
{
	width:30%;
	float:left;
	display:block;
}
.detail_block ul li span
{
	width:70%;
	float:left;
	display:block;
	padding-bottom:5px;
}
.detail_block ul li strong span
{
	width:auto;
	float:none;
	display:inline;
	padding-bottom:0px;
}
