/* 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]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =HTML Styles
----------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6{
	 font-weight:  normal; font-family: Georgia, "Times New Roman", Times, serif;
}
h1 { font-size: 2.2em; line-height: 1em; margin: 0 0 .7em 0; padding-bottom: 6px; color: #774419; border-bottom: 3px solid #dfd7cc; display: block; }
h2 { font-size: 1.6em; color: #9f2423; text-transform: uppercase; line-height: 1em; margin-bottom: .7em;}
h3 { font-size: 1.5em; margin-bottom: .6em;}
h4 { font-size: 1.4em; margin-bottom: .6em;}
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; color: #9f2423; text-transform: uppercase; line-height: 1em; margin-bottom: .7em;}
#primary-content h2 { font-size: 1.7em; color: #9f2423; text-transform: uppercase; font-weight:normal;}

.sc h2 { font-size: 1.4em; line-height: 1em; margin-bottom: .2em; }
.sc h3 { font-size: 1.3em; margin-bottom: .5em;}
.sc h4 { font-size: 1.1em; margin-bottom: .5em;}
.sc h5 { font-size: 1em; margin-bottom: .5em;}
.sc h6 { font-size: .9em; margin-bottom: .5em;}

a:link { color: #133f60; text-decoration: none; }
a:visited { color: #133f60; text-decoration: none; }
a:hover { color: #A43130; text-decoration: none; }
a:active, a:focus { color: #133f60; }


#contentwrapper a { font-weight: bold; }

#contentwrapper blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 1.5em;
	padding: 1em .5em;
	}
.sc blockquote {}
#contentwrapper blockquote p{ margin-bottom: .5em; }
blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	}
.pc blockquote.callout,
.sc blockquote.callout {}
.lead-in {
	font-size: 125%;
	}
.dropcap {
    font-size: 300%;
	float: left;
	line-height: 1em;
	margin: 0 .15em 0 0;
    }

/* 
-----------------------------------------------------------------------------
 =Lists
----------------------------------------------------------------------------- */

ul { list-style: outside disc; margin: 0 0 1.5em 5px; }
ol { list-style: outside decimal; margin: 0 0 1.5em 20px; }
dl { margin-bottom: 1.5em; }
ol li { padding: 2px 0;}
	ul ul, ol ol{ margin-bottom: 0; }
	
#contentwrapper ul { list-style: none; }	
.sc ul { line-height: 1.4em; list-style: none;  }

#contentwrapper ul li { padding: 2px 0 2px 13px; background: url(/images/common/bullet.gif) 0 8px no-repeat;  }
#contentwrapper ol li { padding: 2px 0 2px 0px; background:none;}
.pc ul ul li,
.sc ul ul li { }
.pc ol { }
.sc ol { line-height: 1.4em; }

.pc ul ul, .sc ul ul, 
.pc ol ul, .sc ol ul { margin-bottom: 0; }
.pc ul ul, .sc ul ul { margin: 7px 0 0 0; }
ul.plain{}
ol.plain{}

ul.nobullets { margin: 0 0 1em 0; padding: 0; list-style: none; }

ul.nobullets li { margin: 0; padding: 2px 0; background: none; }




/*-----------------------------------------------------------------------------
 =Tables
----------------------------------------------------------------------------- */
table.styled {
	border-top: 1px solid #000;  
	border-left: 1px solid #000; 
	margin: 0 0 1.8em 0; 
	width: 100%;	
	}
    table.styled tr {
	    }
	    table.styled th {
	        border-bottom: 1px solid #000; 
			border-right: 1px solid #000; 
	        font-weight: bold;
	        padding: .4em;	
			background: #04478d;
			color: #fff;
            }
        table.styled td {
	        border-bottom: 1px solid #000; 
			border-right: 1px solid #000;
	        padding: .4em;
	        }	
        table.styled tr.alt td {
	        background-color: #ccc;
	        }



.sc table.styled { width: 95%; margin: 0 5px 1.8em;}



table.styled.cvid {
	border-top: 1px solid #000;  
	border-left: 1px solid #000; 
	margin: 0 0 1.8em 0; 
	width: 100%;
  	
	}
    table.styled.cvid tr {
	    }
	    table.styled.cvid th {
	        border-bottom: 1px solid #000; 
			border-right: 1px solid #000; 
	        font-weight: bold;
		font-size:16px;
	        padding: 8px;
		background: url(/images/common/tablered.jpg) ;	
		color: #fff;
            }
        table.styled.cvid td {
	        border-bottom: 1px solid #000; 
			border-right: 1px solid #000;
		background: #E0E0F8;
	        padding-left: 8px;
		padding-right: 6px;
		padding-top:8px;	
	        }	
        table.styled.cvid tr.alt td {
	        background-color: #ccc;
	        }


/* 
-----------------------------------------------------------------------------
 =Images
----------------------------------------------------------------------------- */

dl.image { 
	margin-bottom: .8em !important; 
	}
dl.image dt { padding: 0; margin: 0 !important; }
dl.image dt img { 
	display: block !important;
	padding: 1px !important;
	background-color: #fff !important;
	border: 1px solid #133f60 !important;
	}
dl.image dd { 
	padding: 4px 0 !important; 
	font-size: 1.0em !important;
	line-height: 1.0em !important;
	text-align: center !important; 
	color: #4b4a48; font-weight: bold !important;
	}
.sc dl.image { margin: 0 0 1.1em 0;} /* inherit from .sc .module */
dl.block1 { width: 95px !important; }  
dl.block2 { width: 175px !important; }
dl.block3 { width: 200px !important; }
dl.block4 { width: 437px !important; } 
dl.block5 { width: 264px !important; } 
dl.block6 { width: 250px !important; } 
.wide { float: none; margin: 0 0 .8em 0; }
.left { float: left; margin: 0 1em .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; 
		border-bottom: 1px solid #999; 
		margin: 1.0em 0 1.8em;
		padding: 0;
		}
		.tab-row ul li {
			float: left;
			border: 1px solid #bfbfbf;
			border-bottom: 0;
			margin: 0 3px 0 0;
			padding: 0;
			}
		.tab-row ul li.label {
			color: #666;
			background-color: transparent;
			border: none;
			padding-top: 4px;
			}
			.tab-row ul li a { 
				display: block;
				padding: 2px 4px;
				background-color: #dfdfdf; 
				color: #00245d;
				border-left: 1px solid #cfcfcf;
				border-top: 1px solid #eee;
				border-right: 1px solid #eee;
				border-bottom: 0;
				font-weight: normal;
				font-size: 90%;
				text-decoration: none;
				}
		.tab-row ul li.active {
			border: 1px solid #999;
			border-bottom: 1px solid #cfcfcf;
			position: relative;
			}
			.tab-row ul li.active a,
			.tab-row ul li a.selected { 
				color: #000; 
				background-color: #cfcfcf;
				border-left: 1px solid #cfcfcf;
				border-top: 1px solid #eee;
				border-right: 1px solid #eee;
				}
		.tab-row ul:after {
			content: ".";
			display: list-item;
			height: 0;
			clear: both;
			visibility: hidden;
			}	