/* Template.css */
/* Copyright (c) 2010 Cnawlece Incorporated */


/* General HTML Objects */

		* {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		body {
			background-color: #FFFFFF;
		}
		
		p {
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 12px;
		}
		
		td, th {
			vertical-align:top;
			padding-bottom: 2px;
			padding-right: 4px;
			font-size: 12px;
			text-decoration: none;
			font-weight: normal;
			text-align: left;
		}
		
		h1 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 15px;
			text-decoration: none;
			color: #900000;
			border-bottom: solid 1px;
		}
		
		h2 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 14px;
			text-decoration: none;
			color: #900000;
		}
		
		h3 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 13px;
			text-decoration: none;
			color: #900000;
		}
		
		h4 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 13px;
			text-decoration: none;
			color: #707070;
		}
		
		h5 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 12px;
			text-decoration: none;
			color: #707070;
		}
		
		h6 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 11px;
			text-decoration: none;
			color: #707070;
		}
		
		a {
			text-decoration: none;
			color: #003366;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		cite, abbr, acronym {
			border-bottom: 1px dotted;
		}
		
		blockquote {
			margin-left: 30px;
		}
		
		ul {
			margin-left: 30px;
		}
		
		ol {
			margin-left: 30px;
		}
		
		li {
			margin-left: 30px;
		}
		
		hr {
			border: none;
		    background-color: #ccc;
		    color: #ccc;
		    height: 1px;
		}
		
		pre {
			font-family: monospace;
		}
		
		input {
			width: 300px;
			height: 16px;
			border: 1px solid #385A7F;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DEDEDE;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 4px;
			padding-right: 4px;
		}
		
		select {
			width: auto;
			height: 20px;
			border: 1px solid #385A7F;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DEDEDE;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 4px;
			padding-right: 4px;
		}
		
		textarea {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			width: 300px;
			height: 150px;
			border: 1px solid #385A7F;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DEDEDE;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 4px;
			padding-right: 4px;
			resize: both;
		}
		
		
/* Globally Used */
		
		#label {
			font-weight: bold;
			width: 120px;
		}
		
		#control {
			width: 310px;
		}
		
		#note {
			font-size: 11px;
			font-style: italic;
			width: 150px;
		}
		
		#othernote {
			font-size: 11px;
			font-style: italic;
		}
		
		#button {
			width: auto;
			height: auto;
		}
		
		.tableheader {
			color: #ffffff;
			background-color: #900000;
		}
		
		.tablerow1 td {
			background-color: #E2E2E2;
		}
		
		.tablerow2 td {
			background-color: #EBEBEB;
		}
		
		#groupseparator {
			
		}
		
		#grouptotal {
			font-weight: bold;	
		}
		
		.mceEditor {
			width: 100%;
			height: 400px;
		}
		
		.PageBreak {
			color: transparent;
		}
		
/* Side Form */
	
	.SideForm td {
		background-color: #FFFFFF !important;
	}
	
	.SideForm input {
		width: 100px;
	}
	
	.SideForm #button {
		width: auto !important;
	}
	
	.SideForm textarea {
		width: 100px;
	}

		
/* Top Bar */

		.Banner {
			width: auto;
			height: 132px;
			background: #FFFFFF url("/Templates/Default/Images/TopRuffWhite.gif") top repeat-x;
		}
		
		.Logo {
			width: 154px;
			height: 96px;
			background: url("/Templates/Default/Images/Logo.png") left no-repeat;
		}
		
		.Slogan {
			width: 586px;
			margin-left: 20px;
			margin-top: 33px;
			color: #000000;
			font-weight: bold;
		}
		
		.Slogan p {
			text-align: left;
		}
		
		.SearchBoxDiv {
			width: 170px;
			margin-top: 33px;
		}
		
		.SearchBoxDiv input {
			width: 160px;
			height: 12px;
			padding: 2px;
			color: #000000;
			background: #ffffff;
			border: #CCC 1px solid;
		}
		
		.TopBar {
			width: 964px;
			height: 20px;
			background: transparent;
		}
		
		.TopTable {
			width: 950px;
			height: 20px;
			margin: 0px;
			padding: 0px;
			background: transparent;
		}
		
		.TopTableLeft {
			margin: 0px;
			padding: 0px;
		}
		
		.TopTableLeft td {
			margin: 0px;
			padding: 0px;
			white-space: nowrap;
		}
		
		.TopTableLeft a {
			font-size: 14px;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 8px;
			padding-right: 8px;
			color: #454545;
			background: #f3f2f2;
		}
		
		.TopTableLeft #active_menu {
			text-decoration: none;
			color: #FFFFFF;
			background: url("/Templates/Default/Images/RedGradient.gif") repeat-x;
		}
		
		.TopTableLeft a:hover {
			text-decoration: none;
			color: #FFFFFF;
			background: url("/Templates/Default/Images/RedGradient.gif") repeat-x;
		}
		
		.TopLevel2 {
			background-color: #ECECEC;
		}
		
		.TopLevel2Table {
			width: 960px;
			margin: 0px;
			padding: 0px;
			background: transparent;
		}
		
		.TopLevel2 td {
			margin: 0px;
			padding: 0px;
			white-space: nowrap;
		}
		
		.TopLevel2 a {
			font-size: 14px;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 8px;
			padding-right: 8px;
			color: #454545;
			background: #f3f2f2;
		}
		
		.TopLevel2 #active_menu {
			text-decoration: none;
			color: #FFFFFF;
			background: url("/Templates/Default/Images/RedGradient2.gif") repeat-x;
		}
		
		.TopLevel2 a:hover {
			text-decoration: none;
			color: #FFFFFF;
			background: url("/Templates/Default/Images/RedGradient2.gif") repeat-x;
		}
		
		.TopLevel3 {
			background-color: #ECECEC;
		}
		
		.TopLevel3Table {
			width: 960px;
			margin: 0px;
			padding: 0px;
			background: transparent;
		}
		
		.TopLevel3 td {
			margin: 0px;
			padding: 0px;
			white-space: nowrap;
		}
		
		.TopLevel3 a {
			font-size: 12px;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 8px;
			padding-right: 8px;
			color: #656565;
			background: #f3f2f2;
		}
		
		.TopLevel3 #active_menu {
			text-decoration: none;
			color: #FFFFFF;
			background: url("/Templates/Default/Images/RedGradient2.gif") repeat-x;
		}
		
		.TopLevel3 a:hover {
			text-decoration: none;
			color: #FFFFFF;
			background: url("/Templates/Default/Images/RedGradient2.gif") repeat-x;
		}

		.TopBlackLine {
			height: 1px;
			background: url("/Templates/Default/Images/TopBlackLine.gif") repeat-x;
		}
		
/* Slide Show */
	
	.NewsFlash {
		height: 202px;
		background: #ECECEC url("/Templates/Default/Images/TopRedGradient.gif") repeat-x bottom;
	}
	
	.NewsFlash table {
		width: 990px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
	}
	
	.NewsFlash td, tr {
		width: 990px;
		padding: 0px;
		margin: 0px;
		text-align: left;
		vertical-align: middle;
	}
	
	.NewsFlash h2 {
		width: 590px;
		padding-top: 0px;
		padding-bottom: 15px;
		font-size: 18px;
		color: #FFFFFF;	
	}
	
	.NewsFlash p {
		width: 590px;
		color: #FFFFFF;	
	}
	
	.NewsFlash a {
		color: #FFFFFF;
	}
	
	
/* Main */

		.MainDiv {
			width: 990px;
			background: transparent;
		}
		
		.ExtendedBody {
			width: 740px;
			overflow: auto;
		}
		
		/* Main Left */
		
				.MainLeft {
					width: 180px;
					vertical-align:top;
					font-size: 14px;
					
				}
				
				.MainLeft table {
					width: 180px;
					padding-top: 15px;
				}
				
				.MainLeft th {
					color: #FFFFFF;
					background-color: #900000;
					text-align: center;
					font-size: 14px;
				}
				
				.MainLeft td {
					height: 19px;
					text-align: left;
					margin: 0px;
					padding-top: 4px;
					padding-left: 15px;
					padding-right: 0px;
					font-size: 12px;
					border-top: 0px;
					background: transparent url("/Templates/Default/Images/LeftButton.png") no-repeat top;
				}
				
				.MainLeft a {
					color: #454545;
					font-size: 12px;
					width: 144px;
				}
				
				.MainLeft a:hover {
					text-decoration: none;
				}
				
				.MainLeft td:hover {
					background: transparent url("/Templates/Default/Images/LeftButtonActive.png") no-repeat top;
				}
				
				.MainLeft #active_menu {
					text-decoration: none;
					background: transparent url("/Templates/Default/Images/LeftButtonActive.png") no-repeat top;
				}
				
				.LeftSub1 table {
					padding-top: 10px;
					width: 160px;
				}
				
				.LeftSub1 td {
					height: 19px;
					padding-left: 12px;	
					background: transparent url("/Templates/Default/Images/LeftButtonSub1.png") no-repeat top;
				}
				
				.LeftSub1 a {
					color: #000000;
				}
				
				.LeftSub1 td:hover {
					background: transparent url("/Templates/Default/Images/LeftButtonSub1Active.png") no-repeat top;
				}
				
				.LeftSub1 #active_menu {
					background: transparent url("/Templates/Default/Images/LeftButtonSub1Active.png") no-repeat top;
				}
				
				.LeftSub2 table {
					padding-top: 10px;
					width: 147px;
				}
				
				.LeftSub2 td {
					height: 19px;
					padding-left: 12px;	
					background: transparent url("/Templates/Default/Images/LeftButtonSub2.png") no-repeat top;
				}
				
				.LeftSub2 a {
					color: #000000;
					font-size: 11px;
				}
				
				.LeftSub2 td:hover {
					background: transparent url("/Templates/Default/Images/LeftButtonSub2Active.png") no-repeat top;
				}
				
				.LeftSub2 #active_menu {
					background: transparent url("/Templates/Default/Images/LeftButtonSub2Active.png") no-repeat top;
				}
				
				.ContactDetails {
					padding: 5px;
				}
				
				.ContactDetails #FEQName {
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 13px;
					text-align: left;
					color: #454545;
				}
				
				.ContactDetails p {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					text-align: left;
					color: #454545;
				}
				
				.ContactDetails a {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					text-align: left;
					color: #454545;
					padding: 0px;
				}
				
				.ContactDetails a:hover {
					text-decoration: underline;
				}
		
		
		/* Main Center */
				
				.AllWhite {
					background: #FFFFFF;
				}
				
				.MainCenter {
					width: 560px;
					padding-left: 10px;
					padding-right: 10px;
					text-align: left;
					vertical-align: top;
					font-size: 12px;
				}
				
				.MainTitle {
					font-weight: bold;
					font-size: 14px;
					color: #707070;
				}
				
				.MainErrors {
					color: #800000;
				}
				
				.MainBody {
					
				}
				
				.MainBody img {
					padding-left: 10px;
					padding-right: 10px;
				}
				
				.MainBody a:visited {
					color: #660066;
				}
				
				#SlideShowPic {
					padding-left: 0px !important;
					padding-right: 10px;
					border: 0px;
				}
				
				.SlideShowLinks {
					padding-bottom: 3px;
				}
				
				.SlideShowLinks a {
					font-size: 14px;
					padding-left: 10px;
					padding-right: 10px;
				}
				
				.SlideShowLinks a:hover {
					color: #900000;
					text-decoration: none;
				}
				
				.SlideShowLinks #active_pic {
					color: #900000;
					text-decoration: none;
				}
				
		
		/* Main Right */
		
				.MainRight {
					width: 180px;
					vertical-align:top;
					padding-right: 0px;
					color: #000000;
				}
				
				.MainRight table {
					width: 180px;
				}
				
				.MainRight h1, h2, h3, h4, h5, h6 {
					text-align: left;
				}
				
				.MainRight th {
					font-size: 14px;
					text-align: right;
					color: #707070;
					font-weight: bold;
				}
				
				.MainRight td {
					list-style: none;
					text-align: left;
					vertical-align: top;
					padding-top: 4px;
					padding-bottom: 2px;
					padding-left: 10px;
					color: #000000;
					background-color: #EBEBEB;
					border-bottom: 1px #999999;
				}
				
				.MainRight a {
					font-size: 12px;
				}
				
				.MainRight a:hover {
					color: #000000;
					text-decoration: none;
				}
				
				.MainRight #active_menu {
					color: #000000;
				}
				

/* Footer */
		
		.BottomGreyLine {
			height: 1px;
			background-color: #CCCCCC;
		}
		
		.Footer {
			width: 960px;
			background: transparent;
			font-size:11px;
		}
		
		.Footer a {
			color: #003366;
		}
		
		.Footer a:hover {
			text-decoration: underline;
		}
		
