/*

tab bg = #AFABA1
content bg = #FAF5F2
heading = #CDA180
link = #CDA180

*/

/* Banner */

#banner {
	background-image: url(uploads/images/site_design/banner_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 90px;	
}

#logo	{
	float: right;
	background-image: url(uploads/images/site_design/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 264px;
	height: 90px;
	margin-right: 0;
	overflow: hidden;
}

#logo h1 {
	text-indent: -11000px;
}

#frame {
	border: 1px solid #CDA180;
}

body #frame #center {
	padding-top: 35px;
}

/* container and columns */

#container {
	background-color: #FAF5F2;
}

#container .column {
	background-color: #FAF5F2;
	background-image: url(uploads/images/site_design/border_bottom.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#left {
}

#right {
}

/* FOOTER */

#footer_wrapper {
	border-top: 5px solid #FAF5F2;
}

#footer {
	text-align: center;
	padding: 5px 5px 0 5px;
}
* html #footer {border-bottom: 1px solid #CDA180; margin-bottom: -1px;}
/* SIDEBAR */

.highlight_box {
	border: 1px solid #E7D3C4;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.highlight_box h1, .highlight_box h2, .highlight_box h3, .highlight_box h4, .highlight_box h5, .highlight_box h6 {
	color: #CDA180;
}

.highlight_box h3 {
	font-size: 0.8em;
}

.highlight_box a	{
	font-weight: normal;
}

.highlight_box p, .highlight_box ul {
	color: #605844;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.highlight_box ul {
	margin: 1em 1em 1em 2em;
}

.highlight_box ul li {
	list-style-image: url(uploads/images/site_design/bullet_white_bg.gif);
}/* 

dimensions 

design width 800px

left padding content padding border right
[180px] - [15px - 360px - 15px] - [5px - 225px]

fullwidth = width + padding + border

*/

html, body {
	/* margin: 0; */
	padding: 0;
}

body * {
	/* margin: 0; */
	padding: 0;
}


#frame {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 10px;
}


body {
	min-width: 250px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-left: 0;      /* LC fullwidth  */
	padding-right: 280px;     /* RC fullwidth + CC padding 280 */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 15px 15px 5px 15px;       /* CC padding */
	width: 100%;
}

* html #center {
	overflow: hidden;
}

#right {
	width: 225px;          	   /* RC width */
	padding: 10px;       	   /* RC padding */
	border-left: 5px solid #FFFFFF;
	margin-right: -280px;  	   /* RC fullwidth + CC padding 260 */
}

#footer-wrapper {
	clear: both;
}

/*** Equal-height Columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1010em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
}

html>body #footer-wrapper {margin-top: -12px;}

/* TWO COLUMN LAYOUT MODIFICATIONS */

* html #container.two_column #left	{
	left: 0;
}

#container.two_column {
 padding-right: 40px;
}


/* Banner */

#banner {
 height: 90px;
}

/* Tab bar */

#tab_bar_container {
 height: 14px;
}/* COLORS

tab bg = #AFABA1
content bg = #FAF5F2
heading = #CDA180
link = #CDA180

*/

#nav_bar	{
	border-bottom: 5px solid #FFF;
	margin: 0 0 0 0;
	background-color:#AFABA1;
	height: 30px;
	padding: 0 0 0 10px;
}

#nav_bar ul, #nav_bar li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_bar ul {
	margin-left: 1.5em;
}

#nav_bar a:link, #nav_bar a:visited	{
	border-left: 1px solid #FFF;
	color: #FFF;
	float: left;
	font-size: small;
	font-weight: normal;
	margin-top: 5px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#nav_bar li.currentpage a:link,
#nav_bar li.currentpage  a:visited,
#nav_bar li.parentpage a:link,
#nav_bar li.parentpage  a:visited	{
	background-color: #FAF5F2;
	color: #CDA180;
	font-weight: bold;
	height: 25px;
	margin-top: 0;
	padding-top: 7px;
	border-top: 1px solid #CDA180;
	margin-right: -1px;
}

/* MENU */

.vertical_menu ul	{
	font-size: 0.8em;
	margin: 26px 0 0 2px;
        list-style: none;
}

.vertical_menu ul li	{
	margin: 0 0 4px 0;
	padding: 2px 2px 2px 18px;
	border: 1px solid #CDA180;
	list-style: none;
	background-image: url(uploads/images/site_design/bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.vertical_menu ul li.currentpage	{
	background-image: url(uploads/images/site_design/bullet_selected.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

* html .vertical_menu ul li	{
        position: relative;
	background-position: 0px 6px;
}

.vertical_menu ul li a	{
	color: #605844;
	font-weight: normal;
}

.vertical_menu  ul li.currentpage a	{
	color: #CDA180;
	font-weight: bold;	
}/*- sIFR -*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*- Header styling -*/

.sIFR-hasFlash #center h2,
/*.sIFR-hasFlash #center h3,*/
/*.sIFR-hasFlash #center h4,*/
.sIFR-hasFlash #center blockquote {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
}

.sIFR-hasFlash #center h2 {
	color: #CDA180;
	font-size: 32px;
	display: block;
	margin-top: 10px;
}
/*
.sIFR-hasFlash #center h3 {
	color: #605844;
	font-size: 18px;
}

.sIFR-hasFlash #center h4 {
	color: #605844;
	font-size: 18px;
}
*/

.sIFR-hasFlash #center blockquote {
	font-size: 24px;
	color: #CDA180;
}