/* ---------------------------------------------------------------------------------------- */
/* CSS */
/* ---------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ece9db;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center !important;
	color: #555555;
}


/* ---------------------------------------------------------------------------------------- */
/* Outercontainer */
/* ---------------------------------------------------------------------------------------- */


#outercontainer {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(/images/background.gif) repeat-y;
	text-align: center;
}

#outercontainer-footer {
	position: relative;
	background: #fff url(/images/background-footer.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	height: 30px;
}


/* ---------------------------------------------------------------------------------------- */
/* Header and Top Content */
/* ---------------------------------------------------------------------------------------- */


#header {
	position: relative;
	width: 970px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	/*background-color: #33FF00;*/
	text-align: center;
	color: #fff;
}


#header-nav {
	position: absolute;
	top: 190px;
	left: 215px;
	width: 750px;
	/*background-color: #CCFF00;*/
}


#header-nav-contact {
	position: absolute;
	top: 190px;
	left: 15px;
	/* background-color: #CCFF00; */
}

.navlinks {
	margin: 0 auto;
	padding: 1px 0 0 0;
	/*width:970px;*/
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	/*background-color: #0099FF;*/
	color: #7a0026;
	
}

.navlinks ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

.navlinks ul li {
	display: inline;
	position: relative;
}






/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
	/*border-top: 1px solid #a8a8a8;*/
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
}

.subnav li {
	border-bottom: 1px solid #a8a8a8;
	/*background-color: #cfa501;*/
}

.subnav li.last {
	border-bottom: 1px solid #a8a8a8;
	/*border-bottom: none;*/
	/*background-color: #cfa501;*/
}

.subnav li a { 
	display: block;
	padding: 5px 0 5px 10px;
	color: #7a0026 !important;
	font-weight: bold;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 14px;
	text-decoration: none;	
}

.subnav li a:hover { 
	color: #fff !important;
	background-color: #7A0026;
}




/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */


#navigation {
	display: inline;
	float: left;
	width: 204px;
	margin: 0 20px 0 10px;
	padding: 0;
	text-align: center;
	color: #fff; 
	font-size: 13px;
}


#navigation ul {
	margin: 0 0 20px 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}


#navigation ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#nav_contact {
	float: left;
	margin: 0 0 20px 7px;
	padding: 5px 10px;
	width: 170px;
	text-align: left !important;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #666666;
}

.navcat {
	color: #fbaf5d !important;
	text-decoration: none;
	font-weight: bold !important;
	font-size: 15px;
}



/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */


#content {
	float: left;
	display: inline;
	width: 735px;
	margin: 0;
	padding: 0;
	text-align: left;
}


#content h1 {
	color: #555555;
	font-size: 20px;
	font-weight: bold;
}

#content h2 {
	color: #993300;
	font-size: 16px;
	font-weight: bold;
}

#content h3 {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}

.imgborder {
	padding: 2px;
	border: 2px solid #4375a2;
}

.notfound {
	background-color: #FFFFCC;
	border: 1px solid #000;
	margin: 0;
	padding: 0 5px;
}

.contactBox {
	background-color: #f1f1f1;
	border: 1px solid #000;
	margin: 0;
	padding: 10px;
}

.showingHeader {
	background-color: #fff;
	width: 500px;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 10px;
}



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

#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center !important;
	color: #999999;
	font-size: 14px;
}




/* ---------------------------------------------------------------------------------------- */
/* JQuery Validate classes */
/* ---------------------------------------------------------------------------------------- */

label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
/*br { clear: both; }*/
input { border: 1px solid black; margin-bottom: .5em;  }
input.error { border: 1px solid red; }
input.noborder {border: none; }
label.error {
	background: url('/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
	float: none;
}

label.valid {
	background: url('/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}




/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	/* background-color: #518acb; */
	/* color: #fff !important; */
}

a:visited {
	color: #0000FF;
}


#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline !important;
	/*background-color: #cfa501;*/
	background-color: transparent !important;
}

#navigation a:visited {
	color: #fff;
	text-decoration: none;
}


.navcat a {
	color: #fbaf5d !important;
	text-decoration: none;
	font-weight: bold !important;
	font-size: 15px;
}

.navcat a:hover {
	color: #fbaf5d !important;
	text-decoration: none;
	/*background-color: #cfa501;*/
	background-color: transparent !important;
}

.navcat a:visited {
	color: #fbaf5d;
	text-decoration: none;
}



.navlinks a {
	color: #7a0026;
	text-decoration: none;
	padding: 3px 16px;
}

.navlinks a:hover {
	text-decoration: none;
	/*background-color: #cfa501;*/
	background-color: transparent !important;
}

.navlinks a:visited {
	color: #7a0026;
	text-decoration: none;
}


#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999 !important;
	background-color: transparent !important;
}

#footer a:visited {
	color: #999999;
	text-decoration: none;
}

#nav_contact a,
#nav_contact a:hover {
	color: #666666 !important;
	text-decoration: none !important;
}




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

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.text15 {
	font-size: 15px !important;
}

.text18 {
	font-size: 18px !important;
}

.text22 {
	font-size: 22px !important;
}

.text24 {
	font-size: 24px !important;
}

.text26 {
	font-size: 26px !important;
}

.justify {
	text-align: justify !important;
}

.yellowbkg {
	background-color: #ffff99;
}

/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}
