/* VERSIONS
/* 1_0: General HTML Styles (inc. Lists, Tables, Images, Modules, Forms, Tabs)
/* 1_1: Changed default styles for Lists [Author: Landon Durnan]
/* 1_2: Changed headings, moved module style and SC styles, block image widths [Author: Landon Durnan]
/* 1_3: Changed default styles for Tabs [Author: Nick Hall]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =HTML Styles
----------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6{ color: #0074a9; font-weight: bold; margin-bottom: .7em;}
h1 { color: #002b4b; font-size: 3.2em; line-height: 1em; font-family: "Times New Roman", Times, serif; font-weight: normal;}
h2 { font-size: 2.1em; line-height: 1em;}
h3 { font-size: 2.0em;}
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1em; }

.sc h2, .tc h2 { font-size: 1.4em;}
.sc h3, .tc h3 { font-size: 1.3em;}
.sc h4, .tc h4 { font-size: 1.1em;}
.sc h5, .tc h5 { font-size: 1em;}
.sc h6, .tc h6 { font-size: 1em;}
	.tc h2.section { margin: 0; min-height: 52px; background: url(/images/nav/tch2.gif) left top no-repeat;}
	.tc h2.section a { padding-left: 10px; line-height: 50px; font-family: Helvetica, Arial, sans-serif; color: #fff; text-decoration: none; font-weight: bold; text-shadow: 1px -1px #2f81cd;}

a:link { color: #ea8d2f; text-decoration: none; }
a:visited { color: #ea8d2f; text-decoration: none; }
a:hover { color: #002b4b; }
a:active, a:focus { color: #002b4b; }

.pc blockquote, 
.sc blockquote {
	background: url(/images/common/bq.gif);
	margin-bottom: 1.5em;
	padding: 20px 0 0 15px;
	}
blockquote p{color: #fff; font-weight: bold; font-size: 18px; padding-right: 15px; margin-bottom: 0; line-height: 1.3em;}
	.pc blockquote p { padding-left: 45px; 
		min-height: 30px; 
		padding-bottom: 18px;
		}
	.sc blockquote p{ padding-left: 24px; 
		padding-bottom: 18px; 
		}
blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6fb1e0;
	}
.layout-n1-p1-s0-c .pc blockquote {}
.pc .bq-alt blockquote {	 background: url("/images/common/callout.gif") no-repeat scroll left top #6CAEDF;	}
.sc .bq-alt blockquote {	background: url(/images/common/callout_small.gif) left top no-repeat;}
.bq-alt blockquote p{ font-size: 22px; padding-left: 12px; padding-bottom: 12px;	background: url(/images/common/callout_bot.gif) right bottom no-repeat; min-height: 80px; margin-bottom: 0;		}
.bq-alt cite{ display: none;}
.lead-in {
	font-size: 22px;
	 color: #0068ac;
	 font-family: "Times New Roman", Times, serif;
	 line-height: 1.2em; 
	}
.dropcap {
    font-size: 290%;
	color: #a5a5a5;
	float: left;
	line-height: 1em;
	margin: 0 .15em 0 0;
	font-weight: bold;
    }

/* 
-----------------------------------------------------------------------------
 =Lists
----------------------------------------------------------------------------- */

ul { list-style: none; margin: 0 0 1.8em 1.3em; }
ol { list-style: outside decimal; margin: 0 0 1.8em 1.8em; }
 ul ul, ol ol,
 ul ol, ol ul { margin-bottom: 0; }
 
.pc ul { margin-left: 0; }
.sc ul { line-height: 1.4em; margin-left: 0;}
 .pc ul li, .sc ul li { padding-left: 13px; margin-bottom: .6em; background: url(/images/common/bullet1.gif) no-repeat 0 .4em; }
 .pc ul ul li, .sc ul ul li { background: url(/images/common/bullet2.gif) no-repeat 0 .4em; }
 .pc ul ol li,
 .sc ul ol li { padding-left: 0; background-image: none; }

.pc ol { }
.sc ol { line-height: 1.4em; }
.pc ol li, .sc ol li { margin-bottom: .9em; }

.pc ul ul, .sc ul ul, 
.pc ol ul, .sc ol ul,
.pc ol ol, .sc ol ol,
.pc ul ol, .sc ul ol { margin-top: .6em; margin-left: 15px; }

ul.plain { margin-left: 0; }
 ul.plain li { padding-left: 0; background-image: none; }
ol.plain { margin-left: 0; list-style: none; }
 ol.plain ol { list-style: none; }

/* 
-----------------------------------------------------------------------------
 =Tables
----------------------------------------------------------------------------- */

table.styled {
	margin-bottom: 1.8em; 
	width: 100%;	
	border-collapse: collapse;
	}
    table.styled tr {
		border-bottom: 2px solid #d9d9d9;
	    }
		
	    table.styled th {
	       color: #fff;
			text-shadow: 1px -1px #003f6d;
	        padding: 12px;	
			font-size: 18px;
			font-family: "Times New Roman", Times, serif; font-weight: normal;
			background: url(/images/common/th.gif) left top no-repeat; 
            }
        table.styled td {
	        padding: .4em;
	        }	
        table.styled tr.alt td {
	        background-color: #ebebeb;
	        }

.sc table.styled { width: 95%; margin: 0 5px 1.8em;}

/* 
-----------------------------------------------------------------------------
 =Images
----------------------------------------------------------------------------- */

.image { margin-bottom: .8em; }
	.image dt { 
		background: url(/images/common/imgtop.gif) left top repeat-x;
		padding: 15px 0 0 0;
		}
		.image dt img { 
			display: block;
			background: url(/images/common/imgbot.gif) left bottom repeat-x;
			padding:  0 0 15px 0;
			}
	.image dd { 
		padding: 2px; 
		font-size: .9em;
		line-height: normal;
		color: #666;
		}

/* Do a simplified style based on .image dt */
.thumb{ 
		background: url(/images/common/imgtop.gif) left top repeat-x;
		padding: 13px 0 0 0;
		border-bottom: 2px solid #005696;
	} 
	.thumb a{ display: block; }
	
/* image + padding + borders */
.block1 { width: 100px; }  
.block2 { width: 200px; } 
.block3 { width: 240px; } 
.block4 { width: 450px; } 
.block5 { width: 690px; } 

.sc .image{}

.wide { float: none; margin: 0 0 .8em 0; }
.left { float: left; margin: 0 .8em .8em 0; }
.right { float: right; margin: 0 0 .8em .8em; }


/* 
-----------------------------------------------------------------------------
 =Forms
----------------------------------------------------------------------------- */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em .1em; }

/* 
-----------------------------------------------------------------------------
 =Tabs
----------------------------------------------------------------------------- */
.tab-row { clear: both;	}
	.tab-row ul { 
		list-style: none; 
		margin: 1.0em 0 1.2em 0;
		padding: 0 0 1px 0;
		float: left;
		width: 100%;
		}
		.tab-row ul li {
			float: left;
			margin: 0 8px 0 0;
			padding: 0;
			white-space: nowrap;
				height: 42px;
			background-image: none;
			}
		.tab-row ul li.label {
			color: #666;
			background-color: transparent;
			border: none;
			padding: 10px 6px 0 0;
			}
			.tab-row ul li a { 
				display: block;
				padding: 9px 15px 0 15px;
				background: url(/images/common/tab_off.gif) left top no-repeat;
				border-bottom: 0;
				font-weight: normal;
				text-decoration: none;
				outline: none;
				height: 27px;
				color: #7f7f7f;
				text-transform: uppercase;
				text-shadow: 1px -1px #efefef;
				font-weight: bold;
				-webkit-border-bottom-right-radius: 3px;
				-moz-border-radius-bottomright: 3px;
				border-bottom-right-radius: 3px;
				}
		.tab-row ul li.active { }
			.tab-row ul li.active a,
			.tab-row ul li a.selected { 
				height: 33px;
				background: url(/images/common/tab_on.gif) left top no-repeat;
				margin-bottom: -1px;
				text-shadow: 1px -1px #9e6528;
				color: #fff;
				-webkit-border-bottom-right-radius: 10px;
				-moz-border-radius-bottomright: 10px;
				border-bottom-right-radius: 10px;
			}	
			