/* 
  -----------------------------------
  Quick Columns
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

/*The container for each column structure. Before and After pseudoclasses used to clear the floats.*/
.p7QC {
	zoom: 1;
}
.p7QC:before,
.p7QC:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.p7QC:after {
	clear: both;
}
/*All Columns are floated left.*/
.p7QC-Col {
    float: left;
}

/*The Base Widths for each column in the available structures.*/
.p7QC .percent15 {width: 15%;}
.p7QC .percent166 {width: 16.666%;}
.p7QC .percent20 {width: 20%;}
.p7QC .percent25 {width: 25%;}
.p7QC .percent333 {width: 33.333%;}
.p7QC .percent40 {width: 40%;}
.p7QC .percent50 {width: 50%;}
.p7QC .percent60 {width: 60%;}
.p7QC .percent75 {width: 75%;}

/*Default padding for the content inside all columns*/
.p7QC-content {margin-top:1px;
margin-bottom:10px;
margin-right:30px;
margin-left:28px;}

/*Width recalculations for columns when they are boxed. 
Since boxed columns have a space between them assigned via right margin, 
we need to reduce the width of each column accordingly*/
.p7QC .percent166.boxed {width: 15%;}
.p7QC .percent20.boxed {width: 18.4%;}
.p7QC .percent25.boxed {width: 23.5%;}
.p7QC .percent333.boxed {width: 32%;}
.p7QC .percent40.boxed {width: 38%;}
.p7QC .percent50.boxed {width: 49%;}
.p7QC .percent75.boxed {width: 74%;}

/*Using margin to separate the columns when the boxed option is chosen*/
.p7QC-Col.boxed.spacer {margin-left: 2%;}

/*Assigning logical borders to render dividers between columns*/
.p7QC-content.border-left {border-left: 1px solid #000;}

/*Boxed columns get borders all the way around*/
.p7QC .p7QC-content.boxed {border: 1px solid #000;}

/*Utility Rules*/
/*Make images scalable*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/*Sample Rule to set background color, radius, and shadow*/
.prettify-sample-orange {
	background-color: #ccc;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 0px 0px 30px #000;
}
.prettify-sample-blue {
	background-color: #567DA9;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 0px 0px 30px #000;
}
.prettify-sample-white {
	background-color: #FFF;
	border-radius: 5px;
	color: #000;
}
.prettify-sample-keylined {
	border: 1px solid #000;
}
.prettify-sample-wrapper {
	background-color: #333;
	padding: 20px;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 0px 0px 30px #000;
}

.rt_menu_txt_blk_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.rt_menu_txt_blk_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.txt_menu_rt_blue_sm {
	color: #003399;
}

/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  09: 3Col_Flexible_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 100%;
}
#masthead {
	color: #999999;
	background-color: #00006e;
}
#masthead .content {
	padding: 0px;
}
#outer_wrapper {
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.line_horizontal {
	background-image: url(../images/bg_hdr_gold_stretch.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	background-image: url(img/clm09_right.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
#left_wrapper {
	float: left;
	margin-left: -200px;
	width: 95%;
	background-color: e5e5e5;
}
#left {
	float: left;
	width: 184px;
	margin-left: 200px;
}
#center {
	margin-left: 390px;
	max-width: 100%;
	min-width: 100px;
	background-color: #FFFFFF;
}
#right {
	float: right;
	width: 200px;
}
#left .content {
	padding: 0px 0px;
	font-size: .75em;
	line-height: 1.35em;
	background-color: #d8dadb;
}
#center .content {
	margin-right: -60px;
	padding: 34px;
	font-size: .85em;
	line-height: 1.7em;
	text-align: left;
	max-width: 100%;
	min-width: 100px;
	font-weight: bold;
}
#right .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-decoration: none
	line-height: 1.35em;
	width: 239px;
	max-width: 100%;
	min-width: 100px;
	background-color: #D8D8DB;
}
h1, h2, h3 {
	margin-top: 0;
	text-align: left;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #CCCCCC;
	background-color: #00006e;
}
#footer .content {
	padding: 0px;
	font-size: .7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#left a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.dotted_cell {
	text-decoration: none;
	border-top-style: dashed;
	border-top-color: #999999;
	border-top-width: 0.05em;
	text-align: left;
}
.cell_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
.nav_links_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
#left a:hover {
	color: #003399;
	font-weight: bold;
}
#center a:link {
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
.links_staff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #000066;
	text-decoration: none;
}

#center a:visited {
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
#center a:hover {
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
#right a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#right a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#right a:hover {
	color: #003399;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 0px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.nav_links_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}
.txt_top_left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.bg_bar_low {
	background-image: url(../images/bg_hdr_gold_stretch.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.par_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
}
.bg_search {
	background-attachment: scroll;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.bg_stretch {
	background-image: url(../images/bg_hdr_gold_stretch.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 13px;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.searchbox {
	border: 1px none #333333;
	font-weight: normal;
	background-image: url(../images/btn_search.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 22px;
	background-position: center center;
	cursor: default;
	background-color: #000064;
}
.txt_justfy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 21px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #000;
}
.lft_bar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #D0D2D3;
}
.hmBox {
	background-color: #FFFFFF;
	border: 4px ridge #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}
.subscribeButn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 23px;
	width: 50px;
	background-color: #E5E5E5;
	border: 1px solid #333333;
}
.subscribeField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	height: 14px;
	width: 140px;
}
.biolineht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blueline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #00006e;
}
.par_title_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006;
	text-decoration: underline;
	text-align: left;
}
.biog_link {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.txt_mainItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.bgWhite {
	background-color: #FFF;
}
.hdrs_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.table_container {
    display: table;
	}
.thecell1 {
	display: table-cell;
	border: 0px solid #809e9c;
	padding: 5px 5px;
	width: 120px;
	text-align: left;
	float: right;
}
	.thecell2 {
	display: table-cell;
	border: 0px solid #809e9c;
	padding: 5px 5px;
	width: 758px;
	background: #fff;
	text-align: left;
	float: left;
}
.gutter {
    display: table-cell;
    width: 30px; }
.rt_menu_txt_blk_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.rt_menu_txt_blk_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.txt_menu_rt_blue_sm {
	color: #003399;
	font-size: 8pt;
	font-weight: bold;
}

/*MEDIA QUERIES*/
/*
For media queries to work correctly in 
mobile devices, you must add this viewport meta tag to your page:
<meta name="viewport" content="width=device-width">
(place the query in the head region)
*/

/*SMARTPHONE AND NARROW WINDOWS (LESS THAN 700PX WIDE)*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .p7QC-Col {
        float: none;
        width: auto !important;
    }
    .p7QC-content {
        padding: .5em 1.5em;
        border: none !important;
        height: auto !important;
        max-height: 888678px;
    }
}

/*Smartphones ONLY*/
@media only screen and (max-device-width: 480px) {}

/*Portrait Tablet ONLY. Use this query to add rules for tablets in Prtrait orientation.
Landscape tablets should get a normal and unaltered display.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
