/* CSS Document */


/* HTML TAGS */

body {
	background: #FFF;
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align: center;
}
td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
h3, h4, h5 {
	font-family: "Tahoma", sans-serif;
	font-variant: small-caps;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-family: "Tahoma", sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: "Tahoma", sans-serif;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
hr {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 5px;
}

	/* blockquote */	
blockquote {
	float: left;
	border: 1px solid #000;
	background: #F4E4DF;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
blockquote.w3c {
	float: left;
	border: none;
	background: none;
	width: 190px;
	font-size: 11px;
	text-align: left;
	padding: 28px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
blockquote h1{
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	
}
blockquote a:link {
	color: #24016D;
	text-decoration: underline;
}
blockquote a:visited {
	color: #B32F1C;
	text-decoration: underline;
}
blockquote a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
	/* end blockquote */

/* END HTML TAGS */



/* CUSTOM CLASSES */

.nopadding {
	padding: 0;
	margin: 0;
}
.borderbottom {
	border-bottom: 1px dashed #ccc;
	padding: 0px 0px 2px 0px;
}


/* LAYOUT DIVS */

.layout {
	position: relative;
	top: 0;
	text-align: left;
	width: 760px;
	margin: auto;
	padding: 0;
}
.content-holder {
	position: absolute;
	top: 146px;
	left: 0;
	width: 760px;
	/*min-height: 420px;*/
	padding: 0;
	background: url(layout/bpec.jpg) bottom left no-repeat;
	background-color: #FAF6F7;
	border-left: 1px solid #CC3300;
	border-right: 1px solid #CC3300;
}
.content {
	position: relative;
	float: right;
	top: 0;
	width: 580px;
	right: 5px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCC;
	/*border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;*/
}
.footer {
	position: absolute;
	bottom: -62px;
	left: -1px;
	width: 760px;
	height: 61px;
	padding: 0;
	background: #FAF6F7;
	text-align: center;
	font-size: 10px;
	color: #666;
	border-left: 1px solid #CC3300;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
}

	/*  header, search field and search field properties */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 146px;
	padding: 0;
	background: url(layout/homepage.jpg) left no-repeat #FCFFFB;
	border-left: 1px solid #CC3300;
	border-right: 1px solid #CC3300;
}
.search {
	position: absolute;
	top: 17px;
	left: 590px;
	width: 170px;
	height: 20px;
	padding: 0;
	background: none
}
.search p {
	padding: 0;
	margin: 0;
}
.header_search {
	background: none;
	border: none;
	font-size: 12px;
	width: 119px;
}
.header_search_button {
	background: none;
	border: none;
	font-size: 12px;
	width: 44px;
	
}
.header_menu {
	position: absolute;
	top: 124px;
	left: 9px;
	background: none;
	border: none;
	font-size: 11px;
	font-weight: bold;
	width: 740px;
	height: 20px;
}
.header_menu_list {
	padding: 0;
	margin: 0;
}
.header_menu_list li {
	display: inline;
	list-style-type: none;
	cursor: pointer;
}
.header_menu_list div span { cursor: pointer; }

.header_menu_list a {
	padding: 2px 15px 2px 5px;
	border: none;
	font-family: "Tahoma", sans-serif;
	text-decoration: none;
}
.header_menu_list a:link, .header_menu_list a:visited {
	/*border-left: 5px solid #9F4B2F;*/
	text-decoration: none;
	color: #000;
	background: none;
}
.header_menu_list a:hover, .header_menu_list a:active {
	/*border-left: 5px solid #F2F4F4;*/
	border-top: none;
	/*border-bottom: 1px solid #BC5938;
	border-right: 1px solid #BC5938;*/
	background: #BC5938;
	text-decoration: none;
	color: #F2F4F4;
}
	/* end header */
	
	/* menu */
.menu {
	float: left;
	left: 10px;
	width: 110px;
	/*min-height: 245px;*/
	padding: 0px 0px 5px 5px;
	margin: 0px 5px 0px 0px;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	background: #fff;
	border: 1px solid #000;
}
.menu-holder {
	position: relative;
	float: left;
	left: 10px;
	width: 140px;
	min-height: 245px;
	padding: 0px 5px 80px 0px;
	margin: 0px 0px 40px 0px;
	background: url(layout/fade2.jpg) top right no-repeat;
	font-variant: small-caps;
}
.menu a:link {
	color: #740100;
	text-decoration: none;
}
.menu a:visited {
	color: #740100;
	text-decoration: none;
}
.menu a:hover, a:active {
	color: #333;
	text-decoration: underline;
}
.menu h1, .menu h2, .menu h3, .menu h4 {
	border-bottom: 1px solid #000;
}
/*.menu p {
	margin-left: 10px;
	margin-bottom:10px;
	margin-top: 0px;
	padding: 0;
}*/
.menulist {
	margin: 0;
	padding-left: 10px;
	padding-top: 0px;
}
.menulist li {
	margin-left: 5px;
	margin-bottom:2px;
	margin-top: 0px;
	padding: 0;
	list-style: square;
	background: none;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
}
.menulist a {
	/*margin-left: 10px;
	margin-bottom:10px;
	margin-top: 0px;*/
	display: block;
	padding: 2px 0px 2px 5px;
	border: 1px solid #BC5938;
	font-family: "Tahoma", sans-serif;
	text-decoration: none;
}
.menulist a:link, .menulist a:visited {
	/*border-left: 5px solid #9F4B2F;*/
	color: #000;
}
.menulist a:hover, .menulist a:active {
	/*border-left: 5px solid #F2F4F4;*/
	border-top: 1px solid #BC5938;
	border-bottom: 1px solid #BC5938;
	border-right: 1px solid #BC5938;
	background: #BC5938;
	color: #F2F4F4;
}
	/* end menu */
.bpec {
	float: left;
	left: 10px;
	width: 200px;
	min-height: 123px;
	padding: 0px 0px 5px 5px;
	margin: 0px 5px 0px 0px;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	background: #fff;
	border: 0px;
}	
.sidebanner {
	position: relative;
	float: right;
	left: 15px;
	width: 140px;
	height: 150px;
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	font-family: "Arial", sans-serif;
	font-size: 11px;

	
}


/*new styles added by Carol - random text in sidecontent bar*/  

.randomtxt  {
	font-family: "Tahoma", sans-serif;
	font-variant: normal;
	color:#009933
	
}

/*
.w3c {
	float: right;
}*/

/* END LAYOUT DIVS */