/******* Start by losing all the browser defaults **********/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/******* Force a scrollbar in short pages to prevent page jump in Gecko ******/
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */

/******* Set the body defaults **********/ 
body {
	background: url(/images/bodybg2.jpg);
	background-attachment: fixed;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #757f8e;
}

/******** Set the wrapper ********/
#wrapper {
	margin: 20px auto;
	min-height: 300px;
	width: 760px;
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 80%;
}


/***** Set the headers **************/

#topheader {
	height: 30px;
	border: 1px solid #ccc;
	width: 744px;
	margin: 5px auto;
}

#header {
	height: 232px;
	background:  url(../images/header_bg.jpg) no-repeat;
	width: 746px;
	margin: 5px auto;
}

#header2 {
	height: 232px;
	background:  url(../images/header_bgcross.jpg) no-repeat;
	width: 746px;
	margin: 5px auto;
}

#header3 {
	height: 232px;
	background:  url(../images/header_bgsign.jpg) no-repeat;
	width: 746px;
	margin: 5px auto;
}

#header4 {
	height: 232px;
	background:  url(../images/header_bglily.jpg) no-repeat;
	width: 746px;
	margin: 5px auto;
}

#header5 {
	height: 232px;
	background:  url(../images/header_bg2cross.jpg) no-repeat;
	width: 746px;
	margin: 5px auto;
}

/************** Content Area ********************/
#RightCol {
	float: right;
	min-height: 200px;
	width: 250px;
	margin: 0 2px 0 20px;
}

.set {
	margin: 5px;
}

#RightCol ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
}


#RightCol li {
	border: 1px solid #484848;
	margin-bottom: 3px;
	width: 236px;
}

#RightCol li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
	background-color: #7b6140;
}

#RightCol li a:hover, #RightCol li a:focus {
	background: #6396cb;
}

#RightColSet li {
	/*color: #fff;
	text-decoration: none;*/
	display: block;
	padding: 4px;
	background-color: #7b6140;
	font-weight: bold;
}

#RightCol p {
	margin-left: 25px;
}


#content {
	border: 1px solid #ccc;
	margin: 5px 250px 5px 9px;
	/*min-height: 380px;*/
	padding-bottom: 20px;
}


#content ul {
	list-style-position: inside;
	padding-left: 25px;
	margin-top: 15px;
}

#content a {
	color: #b25100;
}

#content a:hover {
	color: #ff7604;
	text-decoration: none;
}

#content img {
	padding-left: 2px;
	padding-right: 8px;
}

/********* All floats must be cleared ********/

.clear {
	clear: both;
	font-size: 1px;
	padding-left: 2px;
}

/************ Footer styles ***************/
#footer {
	min-height: 30px;
	width: 744px;
	margin: 6px auto 0 auto;
	border: 1px solid #ccc;
	clear: both;
}

#footer p {
	font-size: 75%;
	float: right;
	padding: 0;
	margin: 6px 6px 0 0;
}

#footer a {
	color: #a80202;
}

#footer a:hover {
	text-decoration: none;
}

/********* Headings ****************/

h1, h2, h3 {
  font-size: 125%;
  margin: 5px 0 5px 5px;
}

h2 {
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 10px;
	color:#29537D;
}

h3 {
	font-size: 110%;
}

h4, h5, h6 {
	font-size: 105%;
	margin: 8px 0 3px 0;
}

h4 {
	margin-top: 30px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 95%;
}

p {
	margin: 5px 8px 8px 5px;
}

/***** Image floats **************/
.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.right {
	float: right;
	margin: 5px 0 2px 5px;
}

#topheader .right {
	float: right;
	margin: 3px 4px 2px 2px;
}

.slogan {
	margin-top: 3px;
}
/******** End image floats *********/

/* loads the roll over images when the page first loads
and hides them from view, will prevent roll over lag*/

#cacheit {
	display: none;
	text-align: right;
}

/****** For IE mac ***********/

 /*\*//*/
 #footer {
 	height: 30px;
 }
/**/

.news {
	/*background-color:#CEC39F;*/
	background-color:#C6D6A5;
	padding: 5px 10px;
}

#content li.spec {
	padding-bottom: 5px;
}
