/* *******************************************  AMHA - 2008  ******************************************* */  

/*
Color Key:

body bg grey - #FFFCDF

*/

@import url('/_common/css/meyer_reset.css');

/* Separate base html elements into another file so that it can be used w/in tinymce
to provide a consistent experience editing & viewing */
@import url('/_common/css/html_elements.css');


/* HTML content entered via cms 
@import url('/_common/css/cms_html.css'); */

#wrapper { 
	margin:0 auto;
}
#container { 
	margin:0 auto;
	width:950px;
}


/* *******************************************  General   ******************************************* */ 

.clr { clear:both; }
.pagebreak {
	margin:5px 0; 
	padding:0;
	width:100%;
	height:25px;
	background:url('/_common/img/pagebreak.gif') no-repeat 0 9px;
}
.bullet { padding:5px 0 5px 15px; background: url('/_common/img/icon_bullet.gif') no-repeat 0 8px; }

.image-left { float: left; }
.margin-left-img { margin: 0 10px 10px 0; }
.bold { font-weight: bold; }


/* ---------- heading & link colors ---------- */

.red { color: #C72037; }
.teal { color: #0BC7BC; }
.blue { color: #5B74F4; }
.purple { color: #822CCB; }
.brown { color: #6D4B11; }
.green { color: #206F37; }
.orange { color: #F6845C; }
.dark-blue { color: #4F57A6; }


/* *******************************************  Header   ******************************************* */ 

#header {
	margin: 0 auto; 
	width: 950px;
	height: 184px;
	background: url("/_common/img/header.jpg") no-repeat 0 0;
}
#header-links {
	position: relative;
	left: -27px; top: -20px;
	width: 180px;
	float: right;
	text-align: right;
}
#header-links li {
	padding: 2px 0;
	font-size: 14px;
	border-bottom: 1px solid #EFAE46;
}
#header-links li.last {
	border-bottom: 1px solid #FFFCDF;
}
#header-links li a {
	font-size: 12px;
	color: #000;
}
#search {
	position: relative;
	left: 191px; top: 96px;
	float: right;
}
#search li {
	padding: 0 0 0 0;
	display: inline;
	float: left;
}
#button-position {
	position: relative;
	left: 10px; top: -5px;
}

#logo {
	position:relative;
	left: 90px; top: 0;
	width: 185px;
	height: 180px;
	float: left;
}
#logo a {
	width: 180px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}

#header-image {
	margin: 0 0 20px 0;
	position: relative;
	left: -19px;
	width: 730px;
	float: right;
}

body.membership-cat #header-image { /* specific to membership category landing */
	padding-bottom: 0;
}

#header-image img {
	position: relative;
	left: 30px;
}

#main {
	position: relative;
	left: -8px;
	width: 743px;
	text-align: left;
}

#header-links #member {
	padding: 2px 4px;
	position: relative;
	left: 0; top: 6px;
	color: #fff;
	background: #822CCB;
	font-size: 11px;
}
#header-links #fb-link {
    float: left;
    margin: 5px 0 0;
	padding: 4px 34px 4px 0;
    background: url(/_common/img/fb.gif) no-repeat 59px 0;
    border-right: 1px solid #EFAE46;
}
#header-links #auction {
	padding: 2px 4px;
	position: relative;
	top: -13px;
	color: #fff;
	background: #0BC7BC;
	font-size: 11px;
}


/* *******************************************  Main Navigation  ******************************************* */  

#main-nav {
	width: 180px;
	float: left;
	z-index: 2500;
}
#sidebar-home #main-nav {
	padding-bottom:40px;
}

/* ---------- primary ---------- */

#main-nav .category {
	padding: 8px 0 0 0;
	background: url("/_common/img/nav-button-top.jpg") no-repeat 0 0;
}
#main-nav .bg {
	background: url("/_common/img/nav-button-bg.jpg") repeat-y 0 0;
}
#main-nav .bottom {
	width: 180px;
	height: 8px;
	background: url("/_common/img/nav-button-bottom.jpg") no-repeat 0 0;
}
#main-nav .category .bg a {
	position: relative;
	left: 11px;
	width: 155px;
	font-size: 16px;
	color: #4F57A6;
	display: block;
}
#main-nav .category.on .bg a { /* on state for main divs */
	font-weight: bold;
	text-decoration: none;
}

/* ---------- secondary ---------- */

.section-wrap {
	position: relative;
	left: 15px; top: 0;
	padding: 9px 0 0 0;
	width: 158px;
	background: url("/_common/img/subnav-top.jpg") no-repeat 0 0;
}
.section-wrap.on ul.sections li.on a { /* on state for secondary */
	font-weight: bold;
	text-decoration: none;
}

ul.sections {
	margin: 0; padding: 0;
	list-style-type: none;
	background: url("/_common/img/subnav-bg.jpg") repeat-y 0 0;
}
ul.sections li.first {
	padding-top: 0;
}
ul.sections li {
	padding: 0 5px 6px 0;
	list-style-type: none;
	background: url("/_common/img/subnav-bottom.jpg") no-repeat center bottom;
}
ul.sections li a {
	padding-left: 15px;
	font-size: 13px;
	display: block;
	color: #5C7150;
}
.subnav-bg {
	background: url("/_common/img/nav-button-bg.jpg") repeat-y 0 0;
}

/* ---------- tertiary ---------- */

ul.sections ul {
	padding-top: 3px;
}
ul.sections ul li {
	padding: 3px 0;
	position: relative;
	left: -22px;
	width: 135px;
	background-image: none;
}
ul.sections ul li a {
	padding-left: 8px;
	font-size: 11px;
	color: #000;
	line-height: 12px;
}
ul.sections ul li a:hover {	
	background: url("/_common/img/sidenav-bullet.gif") no-repeat 0 1px;
}
ul.sections ul li a.on {
	background: url("/_common/img/sidenav-bullet.gif") no-repeat 0 1px;
}


/* *******************************************  Sidebar   ******************************************* */ 

#sidebar {
	padding:0 0 30px 0;
	position: relative;
	left: 40px;
	width: 175px;
	float:left;
}


/* *******************************************  Content  ******************************************* */  

#content-wrapper { 
	margin: 0 auto; padding: 0;
	position: relative;
	left: -8px;
	width: 950px;
	font-size: 11px;
	color: #000;
}
#content-wrapper ul { 
	list-style-type: disc;
	font-size: 12px;
	line-height: 16px;
}

#content {
	margin: 0; padding: 0 0 40px 0;
	position: relative;
	left: 52px;
	width: 700px;
	float: left;
}
#content ol {
	list-style-type: upper-alpha;
	font-size: 12px;
	line-height: 16px;
}
#content ol li ol { list-style-type: decimal; }
#content ul li { color: #000; }


/* ---------- 

content specific areas needed to be created b/c many pages cannot use the same layout.
content areas are targeted in styles.css 

---------- */

/* 
=STYLE SWITCHER
*/
#style-switcher {
    float: right;
    width: 100px;
}
#style-switcher p {
    padding: 0;
    color: #5C7150;
    text-align: right;
    font-style: italic;
}
#style-switcher ul {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style-type: none;
}
#style-switcher ul li {
	display: block;
	float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#style-switcher ul li a {
    display: block;
    margin: 0 0 0 3px;
    padding: 1px 3px;
    background: #EBF5DD;
    text-align: center;
    border: 1px solid #CB582A;
}
#style-switcher ul li a.size1 { font-size: 12px; }
#style-switcher ul li a.size2 { font-size: 12px; }
#style-switcher ul li a.size3 { font-size: 12px; }

/* *******************************************  Footer  ******************************************* */  

/* ---------- footer positioning ---------- */

.footer-home {
	padding-top: 10px;
	position: relative;
	top: -30px;
}
#footer { 
	margin: 0 auto; padding: 0 0 75px 0;
	width: 950px;
	font-size: 12px;
	color: #745A3F;
}
#footer-inside { 
	margin: 0 auto; padding: 0 0 75px 0;
	position: relative;
	left: 97px;
	width: 700px;
	font-size: 12px;
	color: #745A3F;
}
#footer-left {
	width: 190px;
	float: left;
}

#footer-right {
	position: relative;
	left: 62px;
	width: 650px;
	float: left;
}
#footer p, #footer-inside p { 
	margin:0; padding: 0 0 20px 0;
	font-size: 12px;
	color: #745A3F;
}

/* default square button  */

a.dbButton { 
	margin: 0; padding: 4px 5px 2px 4px;
	background: #ACC494; 
	font-weight: bold; 
	color: #fff; 
	font-size: 12px;
	text-decoration: none;  
}
a.dbButton:hover { 
	text-decoration: none; 
}


/* *******************************************  Forms  ******************************************* */  

.formButton { 
	margin: 10px 0 0 0;
	padding: 0 5px 2px 4px;
	background-color: #ACC494; 
	font-weight: normal; 
	color: #fff; 
	text-decoration: none; 
	font-size: 12px;  
	border: 0;
	font-weight: bold;
	cursor: pointer; 
}
.formText, .formField { 
	font-size: 11px; 
	color: #333; 
	background: #fff; 
	border: 1px solid #ccc; 
	font-weight: normal; 
}

input.input_short {
	width: 50px;
}

input.input_medium {
	width: 150px;
}

input.input_long {
	width: 300px;
}

textarea.textarea_medium {
	width: 300px;
	height: 200px;
}

textarea.textarea_medium_wide {
	width: 100%;
	height: 200px;
}
textarea.textarea_short_wide {
	width: 100%;
	height: 100px;
}

/***********************
   =BloockUI error confirmation
***********************/
div.blockMsg {
    width:  500px;
	top: 28%;
	left: 30%;
    text-align: center;
    background-color: #333;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); 
    -moz-opacity:.95;
    opacity:.95;
    padding: 15px;
    color: #fff;
}
div.blockMsg  h2, .blockUI  h3 { display: block; font-family: verdana, arial; font-size: 12px; line-height: 20px; text-align: left; color: #fff; }
div.blockMsg p { font-family: verdana, arial; }
div.blockMsg ul { margin: 0 0 20px 0; padding: 0; list-style: none; text-align: left; font-family: verdana, arial; }
div.blockMsg ul li { margin: 0 0 0 40px; padding: 2px; font-size: 12px; font-family: verdana, arial; list-style: disc; }
div.blockMsg a.close { display: block; margin: 0 auto; width: 100px; padding: 5px; text-decoration: none; font-family: verdana, arial; font-size: 13px; font-weight: bold; border: 1px solid #fff; background: #555; color: #fff; }
div.blockMsg a.close:hover { background: #666; }