@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { /* CHANGED */
	background: #002d80 url(images/p-background.gif) repeat-x center top;
	color: #444444;
	text-align: left;
	font: 85%/1.4em Arial, Helvetica, sans-serif;
}

.wrapperOuter {
	width:880px;
	margin:0 auto 0 auto;
	}
	
.wrapperInner {  
	width:880px;
	float:left;
	background: #FFF url(images/f-contentBkgd.gif) repeat-y left 325px;
}

.wrapperInner2 {  /* ADDED */
	width:880px;
	float:left;
	background:url(images/p-headerBkgd.gif) top left no-repeat;
}

.header {
	float:left;
	width:880px;
	z-index:-100;
}



.block {width:880px;
	float:left;
	clear:both;
	margin:0;
}

.block100 {
	float:left;
	width:100%;
}

.contentWrapper {
	width:810px;
	float:left;
	margin:-80px 0 20px 30px;
	z-index:100;
	min-height:300px;
}


.contentWrapperAdmin {
	width:800px;
	float:left;
	margin:10px 0 25px 35px;
	min-height:300px;
	font-size:100%;
}

.colMainLeft {
	width:170px;
	float:left;
	margin:100px 0 20px 0;
}

.colMainRight {
	width:610px;
	float:right;
	margin:0 0 20px 0;
}


.col3LeftOuter {
	width:540px;
	float:left;
}

.col3Left {
	width:260px;
	float:left;
}

.col3Right {
	width:260px;
	float:right;
}


.col2Left {
	width:380px;
	float:left;
}

.col2Right {
	width:380px;
	float:right;
}



.messageBox {
	padding:8px 5px 8px 20px;
	width:90%;
	margin:20px 10% 20px 0;
	float:left;
	clear:both;
	background: #E6E6E6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.messageBox p {margin:0;
	color:#002d80;
	font-size:120%;
	line-height:normal;}

.adminEditWrapper {
	width:450px;
	margin:15px auto;
}


/* Text 
---------------------------------------------------------- */

p {margin: 0 0 .6em 0;}  


h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing: -.05em;
	color:#002d80;
} 

h1 {
	font-size:250%;
	text-align:left;
	margin: 20px 0 20px 0;
	}

ul, ol {
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 1.5em;
}

ul {list-style:square
}

h2 {margin: 20px 0 4px 0; font-size: 180%;
}

h3 {margin: 12px 0 2px 0; font-size: 150%;
}

h4 {margin: 6px 0 2px 0; font-size: 110%;
}
	
h5, h6 { margin: 6px 0 2px 0; font-size:100%;
}  

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
}

.alignRight {text-align:right;}

.super{
	font-size:.4em;
	vertical-align: super;
}

.gray {color:#CCC;}



/* Bottom Nav Links 
---------------------------------------------------------- */

.nav {
	margin:30px 30px 20px 30px;
	padding:10px 0 10px 0;
	text-align: center;
	border-top: 1px solid #cccccc;
	float:left;
	width:820px;
}


.nav a {margin:0 6px 0 6px;}







/*  Links
---------------------------------------------------------- */

a:link, a:visited { color: #cf151e; text-decoration: none; }

a:hover, a:focus, a:active {
	color: #13409A;
	text-decoration:none;
}

a img { border: 0; }


p a:hover {
	text-decoration:underline;
	
	}

a img { border: 0; }

.pagination a {display: inline-block; padding: 0 6px;}

	
.moreInfo {
	display:block;
	line-height:normal;
	text-align:right;
	margin:-.2em 0 1em 0;
	width:100%;
}
	
.moreInfo a {
	text-align:right;
	padding:4px 6px;
}
	
.moreInfo a:link, .moreInfo  a:visited {
	text-decoration:none;
	} 

.moreInfo a:hover, .moreInfo  a:active {
	text-decoration: none;
	background:#e3e8ea;
	}
	


a.buttonImg {
	background: transparent url(images/button-right.png) no-repeat scroll right top;
	color: #ccc;
	display: block;
	float: left;
	font: normal 14px arial, sans-serif;
	height: 35px;
	margin-right: 6px;
	padding-right: 15px; /* sliding doors padding */
	text-decoration: none;
}

a.buttonImg span {
	background: transparent url(images/button-left.png) no-repeat;
	display: block;
	padding: 8px 0 0 18px;
	height:27px;
} 

a.buttonImg:hover {
	background: transparent url(images/button-right-hover.png) no-repeat scroll right top;
    color: #fff;
	text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonImg:hover span {
    background: transparent url(images/button-left-hover.png) no-repeat;
} 





a:link.miniBut, a:visited.miniBut {
 	display: inline-block;
	padding:2px 8px;
	margin:0 3px;
	background: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:none;
	clear:none;
	}
	
a:hover.miniBut, a:focus.miniBut, a:active.miniBut {
	background:#E6E6E6;
	text-decoration:none;
	}
	
tr.altrow a:hover.miniBut, tr.altrow a:focus.miniBut, tr.altrow a:active.miniBut {
	background:#cecece;
	}






/* Images 
---------------------------------------------------------- */

.pageLogo {
	float:left;
	margin:50px 10px 10px 20px;
}

.photoRight {
	float:right;
	margin:6px 0 6px 6px;
}





/* Top Menu 
---------------------------------------------------------- */

.menuWrapper {
	float:right;
	background:url(images/p-menuBkgd.gif) bottom right no-repeat;
	padding:0 5px;
	height:60px;
	width:650px;
	
}


ul.menu {
	position: relative;
	margin:15px 7px 0 0;
	display:block;
	float:right;
	clear:both;
	font-weight:bold;
	list-style-type: none;
	}
	
	
ul.menu li {
	position: relative;
    float:right;
    margin:4px 10px;
    padding:0;
    }
	
ul.menu a {
    display:block;
	padding:0px;
	margin:0 10px;
    }
	
	
ul.menu a:link, ul.menu a:visited {color: #fff; text-decoration: none;
	border-top:#002d80 4px solid;}

ul.menu a:hover, ul.menu a:active {color: #8096c0; text-decoration: none;
	}
	
	
	
	
	
	
	
	
	

/* Side Bar Forms
--------------------------------------------------------- */

.sideForm {
	width:160px;
	float:left;
	margin:0 6px 20px 0;
	padding:0 0 5px 0;
	clear:both;
}

.sideForm p {margin:1px 0;
	float:left;
	display:block;
	clear:both;}

.sideForm label {
	font-size: 80%;
	color: #999;
	margin:0;
}

.sideForm input {
	background: #ffffff;
	border:1px #999 solid;
	width:155px;
	display:block;
	padding: 2px;
	margin: 2px 0;
	float:left;
	font: 90% Arial, Helvetica, sans-serif;
	color:#444444;
	line-height:normal;
	}
	
	
.sideForm select {
	background: #ffffff;
	border:1px #999 solid;
	width:160px;
	display:block;
	padding: 2px;
	margin: 2px 0;
	float:left;
	font: 90% Arial, Helvetica, sans-serif;
	color:#444444;
	line-height:normal;
	}
	
.sideForm input:hover {
	border:1px #624f57 solid;
}
.sideForm input:focus {
	border:1px #005496 solid;
}

input.button {
	background:#002d80;
	color:#ffffff;
	padding:5px 8px;
	width:auto;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	
	-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #0042bd;
	-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #0042bd;
	box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #0042bd;}

input.button:hover, input.button:focus {
	background:#cf151e;
	border:none;
	
	-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #980007;
	-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #980007;
	box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #980007;	
}









.clearFieldBlurred { color: #666; font-style: italic; }

.clearFieldActive { color: #000; }


/* Footer
---------------------------------------------------------- */

.footer {width:880px;
	float:left;
	clear:both;
	margin:50px 0 0 0;
	padding:40px 0 20px 0;
	background:#002d80 url(images/f-footerBkgd.gif) top left no-repeat;
	color:#5976ac;
	line-height:normal;
}

.footerContent {
	width:820px;
	float:left;
	clear:both;
	margin:10px 0 10px 30px;
}

.footerCopyright {
	width:820px;
	float:left;
	clear:both;
	margin:5px 0 15px 30px;
	border-top:#244b92 1px solid;
	padding-top:10px;
	font-size:90%;
	text-align:center;
	color:#35599a;
}

.footer a:link, .footer a:visited { color: #8595b1; text-decoration: none; }

.footer a:hover, .footer a:focus, a:active {
	color: #fff;
	text-decoration:underline;
}

a:link.plainlink, a:visited.plainlink {color: #35599a; text-decoration: none;}

a:hover.plainlink, a:active.plainlink {color: #5976ac; text-decoration: underline;}


/* Contact Form
--------------------------------------------------------- */


	
	
		
	


/* Form Fields for tables
------------------------------------------------------- */



table.form label {
	line-height: 1.1;
	font-size:90%;
	color:#666666;
	display:block;
	margin:4px 4px 0 0;
    }
	
	/* Input defaults */
table.form input,
table.form textarea,
table.form select {
		border: 1px solid #999;
		color: #333;
		font: 100%/1.2em Arial, Helvetica, sans-serif;
	    margin: 0;
	}
	
	/* Focus */
table.form input:focus,
table.form textarea:focus,
table.form select:focus {
		border-color: #a90101;
	}
    
    /* Text inputs */
    table.form input {
    	padding: 4px;
    }
    
    /* Select menus */
    table.form select {
    	padding: 4px;
    }        
    
    /* Textareas */
    table.form textarea {
        padding: 4px;
    }
    
    /* File Upload */
    table.form input[type=file] {
    	background: none;
    	border: inherit;
    	padding: 0;
    }
        
    /* Radio buttons + checkboxes */
    fieldset div ul {
    	margin: 5px 0 0 0;
    }
    
	    fieldset div ul li {
	        margin: 0 0 5px;
	        padding: 0;
	    }
	                                 
	        fieldset div ul li label {
	            display: inline;
	            float: none;
		    	font-size: 1em;
	            font-weight: normal;
	            margin: 0;
	            padding: 0;
	        }
	                        
	        fieldset div ul li input {
	        	background: none;
	            border: none;
	            display: inline;
	            margin: 0 5px 0 0;
	            padding: 0;
	            width: auto;
	        }
	



table.form label.error, label.error {
	color:#d10109; font-weight:bold;	
}





	
table.form input.button {
		background: #002d80;
		font-family: Arial, Helvetica, sans-serif;
		font-size:120%;
		color: #ffffff;
		padding: 5px 10px;
		width: auto;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.3);
		margin: 4px 0;
		text-decoration: none;
		border: none;
		transition:all .2s;
}

table.form input.button:hover, table.form input.button:focus {
	background:#cf151e;
		border:none;
	}
	





/*

a.button {
	background:#002d80;
	color:#ffffff;
	padding:5px 8px;
	width:auto;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	text-decoration:none;
	-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #0042bd;
	-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #0042bd;
	box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #0042bd;
	}

a.button:hover, a.button:focus {
	background:#cf151e;
	border:none;
	text-decoration:none;
	
	-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #980007;
	-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10px #980007;
	box-shadow:0px 0px 8px rgba(0, 0, 0, .40),
	inset 0px 12px 10p	
}

*/


/* #Buttons
---------------------------------------------------------- */

.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #002d80;
		font-family: Arial, Helvetica, sans-serif;
		font-size:120%;
		color: #ffffff;
		padding: 5px 10px;
		width: auto;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.3);
		margin: 4px 0;
		text-decoration: none;
		border: none;
		transition:all .2s;
		}

.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#cf151e;
		border:none;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#cf151e;
		border:none;
		}
		
a:link.button, a:visited.button {color: #ffffff; background-color:#002d80; text-decoration: none;}

a:hover.button, a:focus.button, a:active.button { color: #ffffff; background-color:#cf151e; text-decoration: none; }		
		
.button .large, a.button,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:120%;
		padding: 10px 20px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }	
		 









formExtraText {
	line-height: 1.1;
	font-size:90%;
	color:#666666;
	display:block;
	margin:4px 4px 0 0;
    
    }



#busyHide {
	display:block;
	}


#busyShow {
	display:none;
	text-align:center;
	padding:10px 5%;



}




	
/* Tables
--------------------------------------------------------- */


table.list {
	border-top: #cccccc 3px solid;
	border-bottom: #cccccc 3px solid;
	margin:6px 0 12px 0;
	vertical-align: top;
	width:100%;
	clear:both;
	}



table.list td, table.list th {
	padding:6px 8px 6px 2px;
	border-bottom: 1px solid #cccccc;
	
	}
	
tr.altrow {
	background: #E6E6E6;
	}
	
	
	
.deleteTrigger {
	display:inline-block;
	position:relative;
	z-index:0;
	margin:0;
	padding:0;
	}
	


.deleteBox {
	display:none;
	width: 15em;
	position: absolute;
	top: 0;
	left: -16em;
	text-align:center;
	border:#cf151e 2px solid;
	background:#ffffff;
	padding:5px;
	margin:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index:1000;
}



.show {
	display:block;
	z-index:2000;
	}
	





table.form {
	margin:6px 0 12px 0;
	vertical-align: top;
	clear:both;
	}
	
table.form td {
	padding:6px 8px 6px 2px;
	vertical-align:top;
}

td.alignRight, th.alignRight {
	text-align:right;
	vertical-align:top;
	}
	
	
table.formView {
	margin:6px 0 12px 0;
	vertical-align: top;
	clear:both;
	}
	
table.formView td {
	padding:3px;
	vertical-align:top;
}

table.formView label {
	font-size:80%;
	color:#999;
	margin-top:2px;
}




/* Utility
---------------------------------------------------------- */

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.noDisplay {
	display:none;
}
