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

body {
	margin: 0;
	padding: 0;
	background: #f2f0f0 url(/images/background.gif) repeat-x;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center !important;
	color: #555555;
}


/* ---------------------------------------------------------------------------------------- */
/* Subpages */
/* ---------------------------------------------------------------------------------------- */


#container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


#innercontainer-header {
	background: transparent url(/images/background-header.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 5px;
}

#innercontainer-footer {
	position: relative;
	background: transparent url(/images/background-footer.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 5px;
}


#innercontainer {
	width: 970px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	background: transparent url(/images/background-content.gif) repeat-y;
	text-align: center;
}



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


#header {
	position: relative;
	width: 970px;
	height: 203px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(/images/header-maze.jpg) no-repeat 0 0;
	/*background-color: #33FF00;*/
	text-align: center;
	color: #fff;
}


#header-nav {
	position: absolute;
	top: 173px;
	left: 5px;
	width: 900px;
	/*background-color: #CCFF00;*/
}


#navlinks {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	/*background-color: #0099FF;*/
	color: #676e7e;
	
}

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

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


.logo {
	position: absolute;
	top: 18px;
	left: 4px;
}




/* ---------------------------------------------------------------------------------------- */
/* 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;
}





/* ---------------------------------------------------------------------------------------- */
/* Content */
/* ---------------------------------------------------------------------------------------- */


#content {
	float: left;
	display: inline;
	width: 705px;
	margin: 10px 0 0 15px;
	padding: 0;
	text-align: left;
	/*background-color: #FFF000;*/
	color: #6c4227;
	font-size: 16px;
}


#content h1 {
	color: #2e3b5d;
	font-size: 26px;
	font-weight: bold;
}

#content h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

#content h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}

.highlight {
	background-color: #ffff66;
}


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

.aboutbox {
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
	width: 630px;
	background-color: #f4ef6c;
	border: 2px solid #000;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.aboutbox h1 {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: bold;
}


/* ---------------------------------------------------------------------------------------- */
/* Right Content */
/* ---------------------------------------------------------------------------------------- */


#rightcontent {
	display: inline;
	float: left;
	width: 205px;
	margin: 0 0 0 20px;
	padding: 10px;
	/*background-color: #00CC00;*/
	text-align: left;
	color: #fff; 
	font-size: 13px;
	color: #6c4227;
}

#rightcontent h1 {
	font-size: 20px;
	font-weight: bold;
}

#rightcontent hr {
	color: #EDEDED;
}


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

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


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

#footer ul li {
	display: inline;
	position: relative;
}



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

a {
	text-decoration: none;
	color: #181696;
}

a:hover {
	background-color: #518acb;
	color: #fff !important;
}

a:visited {
	color: #181696;
}


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

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

#navlinks a:visited {
	color: #f2f0f0;
	text-decoration: none;
}


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

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

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

a.terms,
a:visited.terms,
a:hover.terms {
	font-size: 10px !important;
	text-decoration: none !important;
	background-color: transparent !important;
	color: #666666 !important;
}

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

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #181696 !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;
}

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


/* ---------------------------------------------------------------------------------------- */
/* 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;
}
