/* Start of CMSMS style sheet 'Layout: Cov-Hoz' */
/* General styles */

body
{
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 10pt;
	font-family: Georgia, Times, 'Times New-Roman', Serif;
	line-height: 1.3em;
	background-color: #FFF;
	background-image: url(uploads/images/logo-back.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#wrapper
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3
{
	margin: .6em 0 .3em 0;
	padding: 0;
}
h2
{
	color: #A09A8B;
	border-bottom: 1px #a09a8b solid;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 2.25em;
	line-height: 1em;
	display: block;
	overflow: hidden;
}
h2 a
{
	color: #A09A8B;
	text-decoration: none;
}
h3
{
	color: #e53428;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
h3 a
{
	color: #e53428;
	text-decoration: none;
}
h3 a:hover
{
	color: #fff;
	background-color: #e53428;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

ul, ol
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-latin; }
ol ol ol { list-style-type: lower-roman; }
ol li, .col1 ul li { margin-bottom: 0.7em; }
ol ul { list-style-type: disc; }

img
{
	margin: 0;
	border: 0 none;
}
#box
{
	padding: 9pt;
	background-color: #F29986;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:960px;
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header #logo a
{
	clear: left;
	width: 960px;
	height: 174px;
	display: block;
	background-image: url(uploads/images/logo-new.png);
	background-repeat: no-repeat;
}
/* 'widths' sub menu */
#breadcrumbs
{
	clear: both;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 0 6px 0 !important;
	text-align: left;
	font-size: 90%;
	color: #a09a8b;
	height: 12pt;
	overflow: hidden;
	background-color: transparent;
}
#breadcrumbs a { color: #99B1BE; }
#breadcrumbs:hover { color: #000; }
#breadcrumbs:hover a { color: #369; }
#breadcrumbs:hover a:hover { color: #fff; background:#369; }

#breadcrumbs #search { float: right; }
#breadcrumbs #search label
{
	height: 8pt;
	width: auto;
	float: none;
	display: inline;
	margin: 0;
}
#breadcrumbs #search input
{
	height: 8pt;
	border: 1px #a09a8b solid;
	vertical-align: top;
	color: #A09A8B;
	font-family: Georgia, Times, 'Times New-Roman', Serif;
	font-size: 8pt;
}
#breadcrumbs:hover #search input { color: #000; }
#breadcrumbs #search input.submit
{
	width: 18px;
	height: 11pt;
	border: 0 none;
	background-image: url(uploads/images/sidebar/search_submit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
#breadcrumbs:hover #search input.submit { background-image: url(uploads/images/sidebar/search_submit_over.gif); }

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu
{
	background-color: transparent;
	/* right column background colour */
}
.rightmenu .colleft {
	right:230px;			/* right column width */
	background-color: transparent;		/* left column background colour */
	border-right: 1px #000 dotted;
}
.rightmenu .col1 {
	width:715px;			/* left column content width (left column width minus left and right padding) */
	left:230px;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col3 {
	width:215px;			/* right column content width (right column width minus left and right padding) */
	left:260px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}


.col1 img { margin-top: 10pt; }
.col1 div.right { display: inline-block; }
.col1 .right
{
	float: right;
	margin-bottom: 10pt;
	margin-left: 10pt;
}
.col1 div.left { display: inline-block; }
.col1 .left
{
	float: left;
	margin-bottom: 10pt;
	margin-right: 10pt;
}
div.multimedia
{
	border-top: 1px #a09a8b dotted;
	margin-top: 20pt;
}

a.button
{
background-color: #F29986;
color: #ffffff;
font-size: 16px;
font-weight: normal;
padding: 6px;
text-decoration: none;
}
a.button:hover { background-color: #e53428; }
a.button img { margin: 0.2em; }

a.thumb-button { width: auto; text-align: center; padding: 0; }
a.thumb-button img { margin: 0.5em; }
a.thumb-button .caption { display: block; width: 320px; background-color: #fff; margin: 0.5em 0 0 0; padding: 0.5em 0 0 0; text-align: left; }


.thumb-button .caption
{
display: block;
background-color: #fff;
}


a#button.cpecial
{
height: auto;
display: block;
font-size: 12px;
font-weight: normal;
line-height: 1.3em;
text-decoration: none;
text-transform: lowercase;
color: #e53428;
background-color: #ffffff;
padding: 0px;
}
a#button.cpecial:hover { color: #e53428; }

a#button.cpecial h3
{
font-size: 30px;
font-weight: normal;
line-height: 0.8em;
text-decoration: none;
text-transform: lowercase;
padding: 0 0 4px 0;
margin: 0 0 3px 0;
color: #e53428;
background-color: #F29986;
overflow: hidden;
border-bottom: 1px #E53428 dotted;
cursor: pointer;
}
a#button.cpecial:hover h3
{
background-color: #E53428;
color: #ffffff;
}

a#button.category
{
text-decoration: none;
font-size: 1.5em;
color: #A09A8B;
}
a#button.category:hover { color: #000; background-color: #F29986; }
a#button.category h3
{
font-size: 4em;
margin: 0;
}

a#thumb
{
background-color: #f29986;
color: #ffffff;
font-size: 16px;
font-weight: normal;
padding: 6px;
text-decoration: none;
margin-top: 10px;
margin-bottom: 10px;
width: 128px;
height: auto;
margin-right: 10px;
display: inline-block;
vertical-align: top;
}
a#thumb.last { margin-right: 0px; }

a#thumb:hover { background-color: #e53428; }

a#thumb img
{
border: none;
margin: 0 0 5px 0;
}

.more { text-transform: lowercase; }
.name, .question { color: #E53428; }

.col3 p { margin: 0 0 20px 0; }

.col3 #rotating_item
{
height: 133px;
margin-bottom: 5px;
}

.col3 #search
{
margin: 0 0 15px 0;
border-bottom: 1px #a09a8b dotted;
padding-bottom: 25px;
}

.col3 #search input
{
background-color: #ffffff;
border: 1px #a09a8b solid;
width: 166px;
height: 15px;
font-family: Georgia, Times, 'Times New-Roman', Serif;
color: #a09a8b;
padding: 0 2px 0 2px;
font-size: 12px;
float: left;
}

.col3 #search:hover input
{
background-color: #ffffff;
border: 1px #e53428 solid;
color: #000000;
}

.col3 #search input.submit
{
background-color: transparent;
border: none;
width: 18px;
height: 17px;
background-image: url(uploads/images/sidebar/search_submit.gif);
background-repeat: no-repeat;
background-position: left center;
cursor: pointer;
padding: 0;
margin: 0;
float: right;
}

.col3 #search:hover input.submit { background-image: url(uploads/images/sidebar/search_submit_over.gif); }

.col3 #search h3
{
font-size: 30px;
font-weight: normal;
line-height: 0.8em;
text-decoration: none;
text-transform: lowercase;
padding: 0 0 4px 0;
color: #f29986;
overflow: hidden;
cursor: pointer;
margin-right: 0;
margin-bottom: 3px;
margin-left: 0;
}
.col3 #search:hover h3 { color: #E53428; }

.col3 .dropquote, .col2 .dropquote
{
color: #f29986;
font-size: 90px;
float: left;
line-height: 70px;
padding-top: 2px;
margin-bottom: -50px;
margin-left: -10px;
}

.teaser { margin-top: 15px; }

.teaser p
{
font-size: 90%;
line-height: 1.3em;
}

.grants .teaser { display: none; }

.caption
{
color: #A09A8B;
font-size: 9pt;
line-height: 1.2em;
margin-top: 5px;
}

/* Footer styles */
#footer
{
	clear: both;
	width: 960px;
	border-top: 1px solid #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer p
{
	padding: 10px;
	margin: 0;
	font-size: 90%;
}
/* --> */



/* Sharing styles */
.sharesb
{
color: #A09A8B;
clear: both;
position: relative;
border: 1px #A09A8B solid;
padding: 10px;
margin: 15px 0 10px 0;
font-size: 12px;
-webkit-text-size-adjust: none;
}

.sharesb p
{
padding: 0;
margin: 0;
}

.sharesb a, .sharesb a:active, .sharesb a:hover, .sharesb a:visited { color: #A09A8B; }

.sharesb p a
{
position: absolute;
top: 0px;
right: 0px;
padding: 10px;
font-size: 12px;
}

.sharesb h3
{
padding: 0 3px 0 0;
margin: 0 5px 0 3px;
font-weight: normal;
}

.sharesb ul
{
text-align: left;
list-style: none;
margin: 15px 0 0px 15px;
padding: 0;
}

.sharesb ul li
{
text-align: center;
display: inline;
padding: 0 4px 6px 0;
}

.sharesb ul li.delicious { background: url("uploads/images/icons/delicious.gif") no-repeat 0 0; }
.sharesb ul li.digg { background: url("uploads/images/icons/digg.gif") no-repeat 0 0; }

.sharesb ul li.reddit
{
padding: 0 0 0 2px;
background: url("uploads/images/icons/reddit.gif") no-repeat 0 0;
}

.sharesb ul li.facebook { background: url("uploads/images/icons/facebook.gif") no-repeat 0 0; }
.sharesb ul li.stumbleupon { background: url("uploads/images/icons/stumbleupon.gif") no-repeat 0 0; }

.sharesb ul li a
{
padding: 0 0 0 18px;
margin: 0 3px 0 0px;
}

div.blogs-showentrycomments
{
margin-top: 20pt;
border-top: 1px #B3B3B3 solid;
}

div.blogs-showentrycommenttime { color: #A09A8B; }
div.blogs-showentrycommentauthor { color: #e53428; }

#quote
{
width: 210px;
padding-top: 20px;
padding-left: 20px;
margin: 10px 0 10px 10px;
float: right;
background-image: url(uploads/images/quote.gif);
background-repeat: no-repeat;
background-position: left top;
}

#quote h3
{
margin: 0;
color: #e53428;
font-family: Georgia, Times, 'Times New-Roman', San-Serif;
font-size: 16px;
line-height: 1.2em;
}

span.video
{
background-color: #e53428;
color: #FFF;
font-family: Verdana, Helvetica, Arial, San-Serif;
font-size: 10px;
padding: 0 2px 0 2px;
float: left;
margin-right: 5px;
display: inline-block;
}

#socialBookMarks a:hover
{
background-color: transparent;
color: #e53428;
text-decoration: underline;
}

.amount
{
color: #A09A8B;
font-weight: bold;
}

/* Form styles */

.error { color: #F00; }
.error input { color: #F00; }

div.nomination div { clear: left; display: block; margin-bottom: 0.5em; }
div.nomination label { width: 15em; }
div.nomination fieldset { margin-bottom: 1em; margin-top: 1em; padding: 10px; border: 1px #A09A8B solid; }
div.nomination fieldset legend { color: #A09A8B; font-family: Verdana, Tahoma, Arial, San-Serif; }
div.nomination fieldset div { float: left; clear: none; }
div.nomination fieldset div label { width: 8em; }

div.grants div { clear: left; display: block; margin-bottom: 0.5em; }
div.grants label { width: 7.5em; }
div.grants fieldset { margin-bottom: 1em; margin-top: 1em; padding: 10px; border: 1px #A09A8B solid; }
div.grants fieldset legend { color: #A09A8B; font-family: Verdana, Tahoma, Arial, San-Serif; }
div.grants fieldset div { clear:both; }

div.grants fieldset div.phone { margin-right: 5px; }
div.grants fieldset div.phone input { width: 2em; }

div.grants fieldset div.left { clear:none; }
div.grants fieldset div.sal label { width: 3em; }
div.grants div.short label { width: auto; }
div.grants div.short input { width: 13em; }

label
{
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding: 3px 0 3px 0;
}

input
{
color: #000;
border: 1px #d0cdc5 solid;
background-color: #d0cdc5;
padding: 3px;
}

input:hover
{
background-color: #fff;
border: 1px #A09A8B solid;
}

div.submit input
{
background-color: #e53428;
color: #FFF;
font-size: 18px;
font-weight: bold;
border: 0 none;
}

div.nomination fieldset.preview
{
width: 250px;
float: right;
margin: -2em 0 0 0;
}

input.checkbox
{
margin: -20px 0 0 0;
padding: 0;
width: auto;
height: auto;
float: left;
background-color: #FFF;
border: 0 none;
}
label.label { display: none; }

/* CAPTCHA */
form img { border: 1px #000 solid; }

#comment_box .row { margin: 5px; 0 5px; 0; }

#comment_box input
{
width: 300px;
padding: 2px;
background-color: #FFF;
border: 1px #A09A8B solid;
}

#comment_box input:hover
{
border: 1px #E13828 solid;
}

#comment_box textarea
{
width: 300px;
height: 100px;
background-color: #FFF;
border: 1px #A09A8B solid;
}

#comment_box textarea:hover
{
border: 1px #E13828 solid;
}

#comment_box .submit { width: auto; }

form.tellafriendform label
{
height: auto;
width: auto;
float: none;
display: inline;
margin: 0;
}

#rare_find
{
background-color: #fffde4;
border: 1px #E53428 solid;
padding: 15px;
}

#rare_find h2
{
font-size: 16px;
line-height: 1em;
color: #FFFDE4;
background-color: #E53428;
border: none;
height: auto;
padding: 0 0 3px 5px;
margin: 0 0 10px 0;
}

#slideshow_on_page div { background-color: #000; width:715px; text-align: center; padding: 0.5em 0 2em 0; }
#controls { padding: 0.2em; background-color: #A09A8B; color: #fff; }
#controls a { color: #fff; cursor: pointer; }

/* Members Area styles */

#login_box
{
background-color: #A09A8B;
color: #ffffff;
padding: 10px;
margin-top: 30px;
}
#login_box a { color: #FFF; }
#login_box a:hover
{
background-color: #F00;
color: #FFF;
}

#actionstatements
{
margin: 10px 0 10px 0;
width: 650px;
float: left;
}
#actionstatements a { text-decoration: none; width: 590px; display: block; outline: none; margin: 0; }
#actionstatements a:hover { background-color: transparent; }
#actionstatements h2 { font-size: 1.5em; color: #666; margin: 0; border: none; }
#actionstatements h2 a { color: #444; padding: 5px 0 5px 60px; }
#actionstatements p { margin: 0; padding: 0; line-height: 150%; color: #999; font-size: .8em; }
#actionstatements p a { color: #555; padding: 0 0 8px 60px; }

#actionstatements ul { margin: 0; padding: 0; }
#actionstatements li
{
margin: 0 0 10px; 0;
padding: 0;
list-style: none;
background: url(uploads/images/members/action-bg.png) no-repeat;
border-bottom: 1px #CCC solid;
}
#actionstatements li:hover { background: url(uploads/images/members/action-bg.png) #E8F0FD repeat-x; }
#actionstatements li:hover div.action-text:hover h2 a { color: #009; }
#actionstatements li:hover div.action-text:hover p a, #actionstatements li:hover div.action-text:hover p a:hover, #actionstatements div.action-word:hover #downloadbutton p.options a:hover { color: #03C; }
#actionstatements hr { display: block; width: 100%; border: none; border-top: 1px solid white; border-bottom: 1px solid #CCC; margin: 0 0 15px 0; padding: 0; background: #FFF; }

#actionstatements div.action-link:hover { background: url(uploads/images/members/action-link.png) top right no-repeat; margin: 0 5px 0 0; }
#actionstatements div.action-expand:hover { background: url(uploads/images/members/action-expand.png) top right no-repeat; margin: 0 5px 0 0; }
#actionstatements div.action-contract:hover { background: url(uploads/images/members/action-contract.png) top right no-repeat; margin: 0 5px 0 0; }

#actionstatements div.action-word { background: url(uploads/images/members/action-word.png) no-repeat; }
#actionstatements div.action-word #action-word-extra a { display: inline; margin: 0; padding: 0; text-decoration: underline; }

#actionstatements div.action-pdf { background: url(uploads/images/members/action-pdf.png) no-repeat; }
#actionstatements div.action-pdf #action-pdf-extra a { display: inline; margin: 0; padding: 0; text-decoration: underline; }

#actionstatements div.action-excel { background: url(uploads/images/members/action-excel.png) no-repeat; }
#actionstatements div.action-excel #action-excel-extra a { display: inline; margin: 0; padding: 0; text-decoration: underline; }

#actionstatements div.action-powerpoint { background: url(uploads/images/members/action-powerpoint.png) no-repeat; }
#actionstatements div.action-powerpoint #action-powerpoint-extra a { display: inline; margin: 0; padding: 0; text-decoration: underline; }
/* End of 'Layout: Cov-Hoz' */

