/* CSS Document */

html {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 11px/17px Verdana, Geneva, sans-serif;
	color: #000;
	background: url(images/bground_side_leaf.png) no-repeat center 600px;
}

Form {margin: 0px;padding: 0px;}

h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #C5112C;
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited {
	text-decoration:none;
	color: #C5112C;
}

h2 a:hover {
	text-decoration:underline;
	color: #C5112C;
}

h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #004B8D;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px;
}

a, a:link, a:active, a:visited {
	color:#004B8E;
	text-decoration:underline;
}

a:hover {
	color:#004B8E;
	text-decoration:none;
}

/*********************************************************
   Layout Elements
 *********************************************************/
 
#top {
	background: #C5112F;
	margin: 0px;
	padding: 2px 0px;
	width: 100%;
}

#logoArea {
	background: #fff;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}

#nav {
	margin: 0px;
	padding: 0px 0px;
	width: 100%;
	text-align:center;
}

.holder {
	margin: 0px auto;
	padding: 0px 20px;
	width: 920px;
	text-align: left;
	height: 100%;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(images/bground_swoosh.png) no-repeat center 0px;
	min-height:273px;
	/*background-size: cover;
	
	-webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/bground_swoosh.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bground_swoosh.png', sizingMethod='scale')";*/
}

#content {
	margin: 0px auto;
	padding: 0px 20px;
	width: 920px;
	text-align: left;
	height: 100%;
	background: url(images/tile_white_trans.png) repeat 0px 0px;
}

#splitter {
	background: url(images/line_vertical_tile.png) repeat-y 650px 10px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


.contentSplit {
	background: url(images/line_vertical_tile.png) repeat-y 345px top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.contentSplitEven {
	background: url(images/line_vertical_tile.png) repeat-y 315px top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#footer {
	margin:0px;
	padding:10px 0px 40px;
}


/*********************************************************
   Top: My List & Secondary Navigation
 *********************************************************/
#top .myList {
	margin:0px;
	padding:0px;
	text-align:left;
}

#top .myList p{
	color:#FFF;
	margin:0px;
	padding:8px;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
}

#top .myList .imgHolder {
	padding:5px 0px 5px 10px;
}

#top .myList p a, #top .myList p a:active, #top .myList p a:link, #top .myList p a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#top .myList p a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

#top ul{
	color:#FFF;
	margin:0px;
	padding:8px;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
}

#top ul li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

#top ul li a, #top ul li a:active, #top ul li a:link, #top ul li a:visited{
	color:#FFF;
	text-decoration:underline;
}

#top ul li a:hover{
	color:#FFF;
	text-decoration:none;
}




#main #nav ul{
	color:#FFF;
	margin:0px;
	padding:8px;
	list-style-type: none;
	clear:both;
	text-align:center;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
}

#main #nav ul li{
	float:left;
	padding: 0 1.15em;
	text-align:center;
	margin-bottom:10px;
}

#main #nav ul li a, #main #nav ul li a:active, #main #nav ul li a:link, #main #nav ul li a:visited{
	display: block;
	color:#FFF;
	text-decoration:none;
}

#main #nav ul li a:hover{
	display: block;
	color:#FFF;
	text-decoration:underline;
}


/*********************************************************
   Primary Content Styles
 *********************************************************/
#content ul{
	color:#8CC53E;
	list-style: none;
	text-indent: -1em;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	margin: 0px;
	padding: 10px 0px 10px 1em;
	}
	
	#content ul li {
		padding-bottom:5px;
	}
	
	#content ul li:before {
		content: "\00BB \0020";
		}
	
	#content ul li a, #content ul li a:active, #content ul li a:link, #content ul li a:visited{
		color:#8CC53E;
		text-decoration:underline;
	}
	
	#content ul li a:hover{
		color:#8CC53E;
		text-decoration:none;
	}
	
	
#content #DisplayBox ul{
	list-style:inside;
	color:#666;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	margin: 0px;
	padding: 10px 0px 10px 1em;
	}
	
	#content #DisplayBox ul li {
		padding-bottom:5px;
	}
	
	#content #DisplayBox ul li:before {
		content:normal;
		}
	
	#content #DisplayBox ul li a, #content #DisplayBox ul li a:active, #content #DisplayBox ul li a:link, #content #DisplayBox ul li a:visited{
		color:#8CC53E;
		text-decoration:underline;
	}
	
	#content #DisplayBox ul li a:hover{
		color:#8CC53E;
		text-decoration:none;
	}
	
#content .sideNav{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	}
	
	
	#content .sideNav a, #content .sideNav a:active, #content .sideNav a:link, #content .sideNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
	background: #C5112C;
	border: 1px solid #C5112C;
	display: block;
	}
	
	#content .sideNav a:hover{
	color:#C5112C;
	text-decoration:none;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #C5112C;
	}

.prItem {
	margin: 0px 0px 5px;
	padding: 10px 0px;
	background: url(images/line_horizontal.png) repeat-x left top;
	}
	
	.prItem h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #004B8D;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
	.prItem h3 a, .prItem h3 a:active, .prItem h3 a:link, .prItem h3 a:visited{
		color:#004B8D;
		text-decoration:underline;
	}
	
	.prItem h3 a:hover{
		color:#004B8D;
		text-decoration:none;
	}
	
	.prItem p {
		font-size: 12px;
		line-height: 16px;
		color:#999;
		margin: 0px;
		padding: 0px;
	}




#filterBar {
	background: #E3E3E3;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #CCC;
}



.listItem {
	margin:0px;
	padding:10px 0px;;
	}
	
	.listItem h2 {
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		color: #004B8C;
		margin: 0px;
		padding: 0px;
	}
	
	.listItem h2 a, .listItem h2 a:link, .listItem h2 a:active, .listItem h2 a:visited {
		text-decoration:none;
		color: #004B8C;
	}
	
	.listItem h2 a:hover {
		text-decoration:underline;
		color: #004B8C;
	}
	
	.listItem p {
		font-size: 10px;
		line-height: 14px;
		color: #999;
		margin: 0px;
		padding: 0px;
		font-style:italic;
	}
	
	.listItem table {
		color: #8CC53E;
	}
	
	.listImage {
		margin: 0px;
		padding: 3px;
		border: 1px solid #E3E3E3;
	}
	
	.listImage:hover {
		margin: 0px;
		padding: 3px;
		border: 1px solid #004B8C;
	}

.thmbBox {
	margin: 0px;
	padding: 0px;
	text-align:center;
	width:150px;
	}
	
	.thmbBox .thmbImage {
		margin: 0px;
		padding: 3px;
		border: 1px solid #E3E3E3;
	}
	
	.thmbBox .thmbImage:hover {
		margin: 0px;
		padding: 3px;
		border: 1px solid #004B8C;
	}
	
	.thmbBox h2 {
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		color: #004B8C;
		margin: 0px;
		padding: 0px;
	}

	.thmbBox h2 a, .thmbBox h2 a:link, .thmbBox h2 a:active, .thmbBox h2 a:visited {
		text-decoration:none;
		color: #004B8C;
	}
	
	.thmbBox h2 a:hover {
		text-decoration:underline;
		color: #004B8C;
	}
	
	.thmbBox p {
		font-size: 10px;
		line-height: 14px;
		color: #999;
		margin: 0px;
		padding: 0px;
		font-style:italic;
	}

#RedTop {
	background: #C5112C;
	margin: 10px 0px 0px;
	padding: 5px;
	width: 620px;
	}
	
	#RedTop ul{
		color:#fff;
		list-style: none;
		text-indent: -1em;
		font-size: 11px;
		font-style: normal;
		line-height: 15px;
		margin: 0px;
		padding: 0px 0px 0px 1em;
		}
		
		#RedTop ul li:before {
			content: "\00BB \0020";
			}
		
		#RedTop ul li a, #RedTop ul li a:active, #RedTop ul li a:link, #RedTop ul li a:visited{
			color:#fff;
			text-decoration:underline;
		}
		
		#RedTop ul li a:hover{
			color:#fff;
			text-decoration:none;
		}
		
#errorBox {
	background: #E3E3E3;
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCC;
	}
	#errorBox h2 {
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		color: #004B8C;
		margin: 0px;
		padding: 0px;
	}

	#errorBox h2 a, #errorBox h2 a:link, #errorBox h2 a:active, #errorBox h2 a:visited {
		text-decoration:none;
		color: #004B8C;
	}
	
	#errorBox h2 a:hover {
		text-decoration:underline;
		color: #004B8C;
	}
	
	#errorBox p {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin: 0px;
	padding: 0px;
	}	

#DisplayBox {
	margin: 0px;
	}
	#DisplayBox h2 {
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		color: #004B8C;
		margin: 0px;
		padding: 0px;
	}

	#DisplayBox h2 a, #DisplayBox h2 a:link, #DisplayBox h2 a:active, #DisplayBox h2 a:visited {
		text-decoration:none;
		color: #004B8C;
	}
	
	#DisplayBox h2 a:hover {
		text-decoration:underline;
		color: #004B8C;
	}
	
	#DisplayBox p {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin: 0px;
	padding: 0px;
	}
	
	
.detailButtonHolder {
	width:30px;
	margin:0px;
	padding:0px 10px 10px;
}

/**************************************************************
   Table Items 
 **************************************************************/

.specTable {
	padding: 0px;
	margin: 10px auto;
}

.specTable table {
	margin: 0px auto;
	padding: 0px;
	color: #666666;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	width: 98%;
}

.specTable tbody {text-align:center;}
.specTable th {
	border: 1px solid #CCCCCC;
	background: url(images/bground_form_grad.jpg) repeat left top;
	vertical-align:bottom;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	padding: 5px 10px;
}
.specTable td {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	text-align:left;
}
.specTable td.LabelCol {
	border: 1px solid #CCCCCC;
	text-align:right;
	padding: 5px;
	background: url(images/bground_form_grad.jpg) repeat left top;
	color: #505A5A;
	vertical-align: top;
	margin: 0px;
	width: 200px;
}

.specTable td.LabelRow {
	border: 1px solid #CCCCCC;
	background: #666666;
	vertical-align:bottom;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 15px;
}


/**************************************************************
   Form Items 
 **************************************************************/

.formBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: normal;
	padding: 5px 20px;
	margin: 0px;
}


/*********************************************************
   Footer Styles
 *********************************************************/
 
#footer p{
	font-size:12px;
	line-height: 18px;
	color: #999;
}

#footer .box1 {
	background: url(images/line_vertical_tile.png) repeat-y right top;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 250px;
	height: 95px;
}

#footer .box2 {
	padding: 0px 20px;
	width: 120px;
	height: 95px;
}

#footer ul{
	color:#999;
	list-style: none;
	text-indent: -1em;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 1em;
}

#footer ul li:before {
	content: "\00BB \0020";
	}

#footer ul li a, #footer ul li a:active, #footer ul li a:link, #footer ul li a:visited{
	color:#999;
	text-decoration:underline;
}

#footer ul li a:hover{
	color:#999;
	text-decoration:none;
}

/*********************************************************
   Misc. Elements
 *********************************************************/
.addMargin {margin:10px;}
.addMarginTop {margin-top:10px;}
.addMarginBottom {margin-bottom:10px;}
.addMarginLeft {margin-left:10px;}
.addMarginRight {margin-right:10px;}
.addMarginTB {margin-top:10px; margin-bottom:10px;}
.addMarginLR {margin-left:10px; margin-right:10px;}

.addPad {padding:10px;}
.addPadTop {padding-top:10px;}
.addPadBottom {padding-bottom:10px;}
.addPadLeft {padding-left:10px;}
.addPadRight {padding-right:10px;}
.addPadTB {padding-top:10px; padding-bottom:10px;}
.addPadLR {padding-left:10px; padding-right:10px;}

.noPad {padding:0px;}

.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}

.width2ColSm {width:250px;}
.width2ColLg {
	width:630px;
}

.widthContent2ColLg {
	width:330px;
}
.widthContent2ColSm {
	width:265px;
}

.widthContent2ColEven {
	width:295px;
}


.hrTextured {
	background: url(images/line_horizontal.png) repeat-x left top;
	padding: 0px;
	margin: 8px 0px;
	height: 4px;
	clear:both;
}


.hrDotted {
	padding: 0px;
	margin: 5px 0px;
	height: 2px;
	clear:both;
	border-bottom: 1px dotted #CCC;
}

.hrGrey {
	padding: 0px;
	margin: 5px 0px;
	height: 2px;
	clear:both;
	border-bottom: 1px solid #CCC;
}

.hrRed {
	display: block; height: 2px;
    border: 0; border-top: 2px solid #C5112E;
    margin: 1em 0; padding: 0;
}

.colorRed {color:#C5112E;}
.colorBlack {color:#000;}

.closebutton {
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
.printBox {
	margin: 0px auto;
	padding: 0px;
	width: 620px;
	text-align: left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/**************************************************************
   JQuery Validate
 **************************************************************/
label.error { float: none; color: #CC171E; padding-left: .5em; vertical-align: top; clear:both; font-weight:bold; }