/* 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
----------------------------------------------------------------------------- */

/* Style Guide Colors: 

c4151b - Red
f4911d - Orange
f48025 - Orange
a84d10 - Dark Orange
bacad6 - Light Blue
d7d7d5 - Gray
737a35 - Olive Green
adc7bd - Sea Foam
7f99be - Periwinkle
738d39 - Moss Green
4d8abf - Light Blue
00457b - Dark Blue

*/

h1,h2,h3,h4,h5,h6{ font-weight: bold; font-family: Calibri, Arial, Helvetica, sans-serif; margin-bottom: 1em; }
h1,h2,h3{ }
h4, h5, h6 { margin-bottom: .5em; }
h1 { 
	font-size: 2.7em; 
	line-height: 1em; 
	font-family: Centaur, Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	color: #395270;
	margin-bottom: .4em;
	}
h2 { 
	font-size: 1.6em; 
	line-height: 1em; 
	color: #bd8160;
	margin-bottom: .5em;
	}
h3 { 
	font-size: 1.5em; 
	line-height: 1em; 
	color: #395270;
	margin-bottom: .5em;
	}
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; }

.sc h2, .tc h2 { }
.sc h3, .tc h3 { }
.sc h4, .tc h4 { }
.sc h5, .tc h5 { }
.sc h6, .tc h6 { }
	.tc h2.section { }

a:link { color: #30629e; text-decoration: none; }
a:visited { color: #30629e; text-decoration: none; }
a:hover { color: #a84d10; } /* 737a35 */
a:active, a:focus { color: #30629e; }

.pc blockquote, 
.sc blockquote,
.tc blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	padding: 0;
	background: #91aec6 url(/images/common/blockquotebotlt.gif) bottom right no-repeat;
	color: #fff;
	overflow: auto;
	}
	
	.pc blockquote.dark, 
	.sc blockquote.dark,
	.tc blockquote.dark {
	background: #1e2b48 url(/images/common/blockquotebot.gif) bottom right no-repeat;
	color: #b4cce1;
	}
.pc blockquote.left,
.pc blockquote.right { width: 220px; }
.sc blockquote {}
.pc blockquote p, 
.sc blockquote p,
.tc blockquote p { 
	margin-bottom: .5em; 
	color: #fff;
	display: block;
	padding: 20px;
	font-size: 1.22em;
	line-height: 1.4em;
	/*background: url(/images/common/blockquotetop.gif) 0 0 no-repeat;
	color: #b4cce1; */
	background: url(/images/common/blockquotetoplt.gif) 0 0 no-repeat;
	}
	
	.pc blockquote.dark p, 
	.sc blockquote.dark p,
	.tc blockquote.dark p { 
		background: url(/images/common/blockquotetop.gif) 0 0 no-repeat;
		color: #b4cce1;
		}
blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	margin: 0 20px 20px 0;
	clear: both;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.pc blockquote.callout,
.sc blockquote.callout {}

.pc .callout ul { margin-top: 10px; }
.lead-in {
	font-size: 1.4em;
	color: #395270;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}
.dropcap {
    font-size: 4.6em;
	float: left;
	line-height: 1em;
	margin: -4px .15em 0 0;
	color: #395270;
    }

/* 
-----------------------------------------------------------------------------
 =Lists
----------------------------------------------------------------------------- */

ul { list-style: outside disc; margin: 0 0 1.8em 1.3em; }
ol { list-style: outside decimal; margin: 0 0 1.8em 1.8em; }
	ul ul, ol ol{ margin-bottom: 0; }
	
.pc ul { }	
.sc ul { line-height: 1.4em; }

.pc ul,
.sc ul,
.tc ul { list-style: none; padding: 0; }

.pc ul li,
.sc ul li,
.tc ul li {
padding-left: 15px;
background: url(/images/common/bullet.jpg) 0 8px no-repeat;
}

.pc ul li ul li,
.sc ul li ul li,
.tc ul li ul li {
padding-left: 15px;
background: url(/images/common/sub-bullet.jpg) 0 8px no-repeat;}

.pc ol { }
.sc ol { line-height: 1.4em; }

.pc ul ul, .sc ul ul, 
.pc ol ul, .sc ol ul { }

ul.plain{}
ol.plain{}

/* 
-----------------------------------------------------------------------------
 =Tables
----------------------------------------------------------------------------- */

table.styled {
	border-top: 1px solid #c8d6e2;  
	border-left: 1px solid #c8d6e2; 
	margin-bottom: 1.8em; 
	width: 100%;	
	border-collapse: collapse;
	border-bottom: 1px solid #c8d6e2;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}
    table.styled tr {
	    }
	    table.styled th {
	        border-bottom: 1px solid #c8d6e2;
	        border-right: 1px solid #c8d6e2; 
	        font-weight: bold;
	        padding: .4em .6em;
			background: #395270;
			color: #fff;
            }
        table.styled td {
	        border-top: 1px solid #c8d6e2;
	        border-bottom: 1px solid #c8d6e2; 
	        border-right: 1px solid #c8d6e2;	
	        padding: .4em .6em;
	        }	
        table.styled tr.alt td {
	        background-color: #edf2f6;
	        }
.sc table.styled { width: 95%; margin: 0 5px 1.8em;}
/* 
-----------------------------------------------------------------------------
 =Images
----------------------------------------------------------------------------- */

.image { margin-bottom: 1.8em; }
	.image dt { 
		padding: 0;
		margin: 0;
		}
		.image dt img { 
			display: block;
			}
	.image dd { 
		padding: 5px 0 0 0; 
		margin: 0;
		font-size: .9em;
		line-height: normal;
		color: #666;  
		}

/* Do a simplified style based on .image dt */
.thumb{ 
	} 
	.thumb a{ display: block; }
	
/* image + padding + borders */
.block1 { width: 122px; }  
.block2 { width: 220px; } 
.block3 { width: 275px; } 
.block4 { width: 360px; } 
.block5 { width: 578px; } 

.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 2%;
		overflow: hidden;
		width: 98%;
		background: url(/images/common/bg-tab-border.gif) repeat 0 0;
		}
		.tab-row ul li {
			float: left;
			margin: 0 3px 10px 0;
			padding: 0;
			white-space: nowrap;
			background: url(/images/common/tab-left.gif) 0 0 no-repeat;
			}
		.tab-row ul li.label {
			color: #666;
			background: none;
			padding: 10px 6px 0 0;
			}
			.tab-row ul li a { 
				display: block;
				padding: 9px 10px 0 10px;
				font-weight: normal;
				text-decoration: none;
				outline: none;
				height: 29px;
				color: #888888;
				font-weight: normal;
				background: url(/images/common/tab-right.gif) top right no-repeat;
				}
		.tab-row ul li.active { }
			.tab-row ul li.active a,
			.tab-row ul li a.selected { 
				margin-bottom: -1px;
				color: #1e2b48;
				}	
				
				.tab-row ul li.active {
					background: url(/images/common/tab-on-left.gif) 0 0 no-repeat;
					}
				.tab-row ul li a.selected {
					background: url(/images/common/tab-on-right.gif) top right no-repeat;
					}
.georgia { font-family: Georgia,"Times New Roman",Times,serif; }