/* @group Globals */

body {
	background: #fff;
	font: 11px 'Verdana' Arial, Sans-Serif;
	color: #333;
}

a 				{ text-decoration: none; }
.alignLeft 		{ float: left; }
.alignRight 	{ float: right; }
.padd 			{ padding: 16px; }
.textRight 		{ text-align: right; }
.textLeft 		{ text-align: left; }
strong 			{ font-weight: bold; }

.split50 .sectionBlock { width: 226px; }
#main .spacer { height: 15px; }

/* @group Form Elements */

input.button {
	background: url("images/buttonbg.gif");
	border: 1px solid #827f64;
	color: #FFF;
	font-size: 9px;
	padding: 2px 2px 3px 2px;
	margin: 0 0 0 4px;
}

#loginForm {
	font-size: 9px;
	xmargin: 5px 0;
	margin: 0 0 2px 0;
	width: 198px;
	_width: 200px;
}

#loginForm p {
	xmargin: 4px 0;
	margin: 2px 0 4px 0;
}

#loginForm label {
	display: block;
	xwidth: 60px;
	width: 70px;
	_width: 50px;
	float:  left;
	padding: 4px 0 0 0;
}

.login p {
	margin-bottom:  10px;
}

.lostLink {
	clear: both;
	padding: 6px 0 2px 0;
}

input#user, input#pass {
	float: right;
	width: 120px;
	border: 1px solid #827f64;
	margin-bottom: 3px;
	font-size: 9px;
	padding: 2px;
}

/* @end */

/* @group Anchors */

#main a, #right a {
	color: #65634E;
	background: url("images/abg.gif") bottom left repeat-x;
	/*background: none;*/
	padding: 0 0 1px 0;
}

#main a:hover, #right a:hover, #footer a:hover, a.more:hover {
	color: #cb1f36 !important;
	background: url("images/abg-o.gif") bottom left repeat-x !important;
	padding: 0 0 1px 0 !important;
}
#main ul li a, #right ul li a, #main a.more, #right a.more {
	background: url("images/abg.gif") bottom left repeat-x;
	/*background: none;*/
}

#right .promo {
	height: 109px;
	width: 244px;
}

#right .promo a:hover {
	background: none !important;
	padding: 0 0 1px 0 !important;
}

/* @end */

/* @end */

/* @group Page Layout */

#container {
	width: 992px;
	margin: 0px auto;
	padding: 4px;
}

#header {
	padding: 14px 6px 30px 6px;
}

#primaryNavigation {
	text-align: center;
}

/* @end */

/* @group Content */

/* @group Header */

/* @group nav */

#nav {
	width: 595px;
}

/* @end */

/* @group globalSearch */

#globalSearch {
	height: 20px;
	width: 130px;
}

input#s {
	border: 1px solid #827f64;
	width: 86px;
	float: left;
	color: #999;
	font-size: 9px;
	padding: 4px;
}
input#spage {
	border: 1px solid #827f64;
	width: 186px;
	float: left;
	color: #999;
	font-size: 9px;
	padding: 4px;
}
/* @end */

/* @group globalNavigation */

#globalNavigation {
	color: #65634E;
	padding: 4px 18px 2px 0;
}

#globalNavigation a {
	color: #65634E;
}

#globalNavigation a:hover {
	color: #cb1f36;
	background: url("images/abg-o.gif") bottom left repeat-x;
	padding: 0 0 2px 0;
}

/* @end */

/* @end */

/* @group primaryNavigation */

#primaryNavigation {
	font-size: 12px;
	color: #827f64;
	font-weight: bold;
	margin-bottom: 15px;
}

#primaryNavigation a {
	color: #827f64;
	padding-bottom: 2px;
}

/* This style may not be needed. Don't change it to "separator". */
#primaryNavigation span.seperator {
	padding: 0 11px;
}

#primaryNavigation a.current span {
	color: #FFF;
	background: #827f64;
	padding: 0px 2px;
}

#primaryNavigation a.current, #primaryNavigation a:hover {
	border-bottom: 2px solid #cc3333;
}

/* @end */

/* @group Right */

/* @end */

/* @group Main */

/* @end */

/* @group Left */

#left ul li a {
	color: #827f64;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 219px;      /* Width adjusted to give 4px separation to center. */
	height: 10px;
	background: #e4e0c5;
	padding: 7px 12px 11px 12px;
}

#left ul li a:hover, #left ul li a:active {
	background: #827f64;
	color: #FFF;
}

/* "Current" is similar to hover, but adds the bottom
border to put a divider above the subnav section. */
#left ul li a.current {
	background: #827f64;
	color: #FFF;
}

#left ul li {
	border-bottom: 4px solid #FFF;
}


/* ======================================================
   == Second level navigation under the current "left" section.
   == This looks similar to the right-side links, but in fact,
   == it's done in a different way, as a list-style-image.
   ===================================================== */
#left ul li ul {
    list-style-image: url("images/arrow.gif");
    background: none;
    padding: 12px 16px 12px 0;
	border-top: 4px solid white;
}
#left ul li ul li {
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 8px 32px;
    border: 0;
}
#left ul li ul li a {
    background: none;
    padding: 0 0 1px 0;
    margin: 0;
    font-size: 11px;
    display: inline;
    font-weight: normal;
    color: #827F64;     /* Putty */
}
#left ul li ul li.currentPage a {
    background: none;
    color: #cb1f36 !important;     /* Red */
}

#left ul li ul li a:hover {
    background: none;
    color: #cb1f36;     /* Red */
    background: url("images/abg-o.gif") bottom left repeat-x;
}

/* @end */

/* @group Footer */

#footer {
	text-align: center;
}

#footer p.legal {
	font-size: 9px;
	color: #000;
	margin: 4px 0px;
}

#footerNav {
	color: #827f64;
	padding: 12px 0;
}

#footerNav a {
	color: #827f64;
}

/* @end */

/* @end */

/* @group Components */

/* @group searchArea */

.searchArea h3 {
	background: #827f64;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 20px;
	margin-bottom: 2px;
}

.searchArea .text {
	background: #efecdb;
	padding: 10px 20px;
}

.text div.alignLeft {
	width: 150px;
}

.text div.alignRight {
	width: 250px;
}

.text input.button {
float: right;
margin-top: -30px;
}

.text div.alignRight {
	
}

/* @end */

/* @group sectionBlocks */

/* @group contact sectionBlock */

.contact .padd {
	color: #000;
}

.contact .padd p {
	margin-bottom: 12px;
}

.contact .padd p span {
	padding-left: 24px;
}

.contact .padd p.email {
	margin-bottom: 0px;
}

/* @end */
.split {
	height: 270px;
	width: 230px;
	float: left;
	margin-bottom: 15px;
	}
	
.splitSpace {
	width: 4px;
	float: left;
	}

.sectionBlock {
	background: #efecdb;
	color: #000;
}

.sectionBlock h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 0 7px 16px;
}
.sectionBlock h4 {
	font-weight: bold;
}
.styleA h3 {
	background: #996699;
	border-bottom: 10px solid #BD9BD9;
}

.styleA h4 {
	color: #996699;
}

.styleA img {
	padding-bottom: 9px;
}

.styleA span {
	color: #827f64;
	line-height: 18px;
}

.styleA .padd {
	border-top: 5px solid #BDADCD;
}

.styleB {
	/* height: 140px;*/
	width: 244px;
}

.styleB h3 {
	background: #F17B47;
	border-bottom: 10px solid #F19547;
}

.styleB h4 {
	color: #F17B47;
}

.styleB .padd {
	border-top: 5px solid #F1B347;
}

.height404
{
    height:404px;
    overflow: hidden;
}

#right .styleC {
	/* height: 185px; */
	width: 244px;
}

.styleC h3 {
	background: #6699B6;
	border-bottom: 10px solid #66B1B6;
}

.styleC h4 {
	color: #6699B6;
}

.styleC img {
	padding-bottom: 9px;
}

.styleC span {
	color: #827f64;
	line-height: 18px;
}

.styleC .padd {
	border-top: 5px solid #66C7B6;
}

.styleD h3 {
	background: #99CB33;
	border-bottom: 10px solid #CCDE33;
}

.styleD h4 {
	color: #99CB33;
}

.styleD .padd {
	border-top: 5px solid #C8DE6F;
}

.styleE h3 {
	background: #995D66;
	border-bottom: 10px solid #996674;
}

.styleE h4 {
	color: #995D66;
}

.styleE .padd {
	border-top: 5px solid #997783;
}

#right .styleF {
	/* height: 199px; */
	width: 244px;
}

.styleF h3 {
	background: #6699B6;
	border-bottom: 10px solid #66B1B6;
}

.styleF h4 {
	color: #6699B6;
}

.styleF img {
	padding-bottom: 9px;
}

.styleF span {
	color: #827f64;
	line-height: 18px;
}

.styleF .padd {
	border-top: 5px solid #66C7B6;
}

#right .styleG {
	/* height: 370px; */
	width: 244px;
}

.styleG h3 {
	background: #6699B6;
	border-bottom: 10px solid #66B1B6;
}

.styleG h4 {
	color: #6699B6;
}

.styleG img {
	padding-bottom: 9px;
}

.styleG span {
	color: #827f64;
	line-height: 18px;
}

.styleG .padd {
	border-top: 5px solid #66C7B6;
}

#right .styleH {
	/* height: 345px; */
	width: 244px;
}

.styleH h3 {
	background: #6699B6;
	border-bottom: 10px solid #66B1B6;
}

.styleH h4 {
	color: #6699B6;
}

.styleH img {
	padding-bottom: 9px;
}

.styleH span {
	color: #827f64;
	line-height: 18px;
}

.styleH .padd {
	border-top: 5px solid #66C7B6;
}


#right .sectionBlock {
	border-bottom: 4px solid #FFF;
}

/* .sectionBlock h3 {
	text-transform: uppercase;
}
*/

.sectionBlock h4 {
	margin-bottom: 3px;
}


#bodyText ul {
	margin: 0px 0 10px;
}

#bodyText ul ul, #bodyText ul ul ul {
	margin: 0px;
}

#bodyText ul ul ul {
	margin-left: 25px;
}

#bodyText ul ul li, .sectionBlock ul ul li {
	list-style-type: circle;
}

#bodyText ul ul ul li {
	/* list-style-type: disc; */
}


#bodyText ul li, .sectionBlock ul li {
/*	background: url("images/arrow.gif") 0 3px no-repeat;
	padding-left: 10px; */
	list-style-image: url("images/arrow.gif");
	margin:  0 0 2px 20px;
	padding:  0 0 0 -10px;
	list-style: disc;
}

#bodyText ul li a {
	    list-style-image: url("images/arrow.gif");
}

ul.indent {
	margin: 0 0 0 25px !important;
}

/*#bodyText ul li.nolink { */
ul li.nolink {
    list-style-image: none;
    list-style-type: disc;
}
#bodyText ul li.nolink { 
    list-style-image: none;
    list-style-type: disc;
}


/* @end */

/* @group pageHeading */



#pageHeading h2 {
	color: #CB1F36;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

#pageHeading p {
	color: #000;
	margin-top: 10px;
}

#pageHeading .centeredImage
{
    	text-align:center;
    	margin-top:0px;
    	margin-bottom:0px;
    	padding:0px;
}


#pageHeading ul {
	list-style-type: square; 
	margin: 10px 0 0 12px;
}

#pageHeading ul li {
	margin: 15px 0;
}

#pageHeading ul li a {
	    list-style-image: url("images/arrow.gif");
}

#bodyText h3 {
	color: #827f64;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 14px 0;
}

#bodyText p {
	margin: 0 0 12px 0;
	color: #333333;
}

/* @end */

.withoutCaption {
	float: right;
	padding-left: 15px;
}

.withCaption {
	float: left;
	width: 150px;
}

.withCaption p {
	margin: 10px 0;
	font-size: 9px;
	color: #000;
	width: 140px;
}

.infoText {
	float: left;
	margin-left: 5px;
	width: 275px;
}

/* @end */

/* @group Development Dump */

#development {
	background: #000;
	width: 1000px;
	margin: 30px auto 0px auto;
}

#development a {
	color: #999;
}

#development ul li {
	float: left;
}

#development ul li a {
	display: block;
	width: 160px;
	text-align: center;
	padding: 10px 0;
}

#development ul li a:hover {
	background: #1b1b1b;
	color: #999;
}

/* @end */

