/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #e8e1cd;
	color: #252525;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}
html,body.interior{
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #e8e1cd;
	color: #252525;
	height: 100%; /* needed for container min-height */
	background-image: url(../img/background_header.jpg);
	background-repeat: repeat-x;
}
p {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	line-height: 19px;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
	clear: both;
	height: 0px;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
.lowercase {
	text-transform: none;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
color: #252525;
}
a:hover {
color: #252525;
}
a:active {
color: #252525;
}

#navlist a:link, #navlist a:visited {
	color: #e8e1cd;
	text-decoration: none;
}
#navlist a:hover {
color: #e8e1cd;
}
#navlist a:active {
color: #e8e1cd;
}

.nav_item a:link, .nav_item a:visited {
	color: #e8e1cd;
	text-decoration: none;
}
.nav_item a:hover {
color: #e8e1cd;
}
.nav_item a:active {
color: #e8e1cd;
}

.nav_item1 a:link, .nav_item1 a:visited {
	color: #e8e1cd;
	text-decoration: none;
}
.nav_item1 a:hover {
color: #e8e1cd;
}
.nav_item1 a:active {
color: #e8e1cd;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#buttons
{
	text-align: center;
}
#buttons img
{
	margin: 5px;
}
#communities
{
	background-image: url(../img/background_db.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: italic normal normal 18px/77px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: center;
}
#container
{
	margin: 0 auto;
	width: 967px;
}
#container_int
{
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
#content
{
	background-image: url(../img/background_content.gif);
	background-repeat: repeat-x;
	padding-bottom: 25px;
	width: 967px;
	padding-top: 15px;
}
#content_int
{
	margin: 0 auto;
	width: 967px;
	background-image: url(../img/background_content_int.gif);
	background-repeat: repeat-y;
}
#footer
{
	background-image: url(../img/background_footer.gif);
	background-repeat: repeat-x;
	min-height: 41px;
	background-color: #b9a24b;
}
#footer_int
{
	background-image: url(../img/background_footer.gif);
	background-repeat: repeat-x;
	bottom: 0;
	min-height: 41px;
	position: absolute;
	width: 100%;
}
#gallery_nav {
	text-align: center;
	padding: 15px;
}

#head
{
	height: 133px;
	width: 677px;
}
#header
{
	height: 188px;
	margin: 0 auto;
	width: 967px;
	background-color: transparent;
}
#jumpdowns
{
	padding-bottom: 25px;
	padding-top: 5px;
	text-align: right;
}
#logo
{
	display: inline;
	float: left;
	height: 155px;
	width: 284px;
}
#logo_int
{
	display: inline;
	float: left;
	height: 188px;
	width: 290px;
}
.logos {
	text-align: center;
	padding-top: 25px;
}

#main
{
	display: inline;
	float: left;
	padding-left: 14px;
	width: 660px;
}
#moreinfo
{
	margin-bottom: 25px;
	margin-top: 25px;
}
#nav
{
	border-top: 1px solid #9a8236;
	padding-top: 5px;
}
#navigation
{
	display: inline;
	float: left;
	width: 284px;
}
#navigation_int
{
	display: inline;
	float: left;
	width: 677px;
	background-color: transparent;
}
#navlist
{
	list-style: none;
	margin-top: 20px;
}
#navlist li a
{
	display: block;
	font: normal normal bold 12px/20px Arial, Helvetica, sans-serif;
	padding-bottom: 18px;
	text-align: center;
	width: 160px;
}
#navlist li a:hover
{
	background-image: url(../img/nav_decor.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: normal normal bold 12px/20px Arial, Helvetica, sans-serif;
}
#navlist li a#current
{
	background-image: url(../img/nav_decor.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: normal normal bold 12px/20px Arial, Helvetica, sans-serif;
}
#photo
{
	display: inline;
	float: left;
	width: 683px;
}
#sidebar
{
	display: inline;
	float: left;
	margin-top: 27px;
	text-align: center;
	width: 282px;
}
#tagline
{
	display: inline;
	float: left;
	height: 122px;
	padding-top: 33px;
	text-align: center;
	width: 683px;
}
#wrapper {
	padding-bottom: 80px;
}
.awardhead {
	font: italic normal bold 14px/20px Arial, Helvetica, sans-serif;
	color: #7e0909;
	text-transform: uppercase;
}
.bigblack
{
	color: #000000;
	font: italic normal bold 14px/20px Arial, Helvetica, sans-serif;
}
.bigred
{
	color: #780606;
	font: italic normal bold 20px/normal "Times New Roman", Times, serif;
}
.bullets
{
	list-style: none;
	margin-bottom: 15px;
	margin-top: 5px;
}

.bullets li
{
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-bottom: 5px;
}
.bullets li ul
{
	margin-top: 5px;
	margin-left: 20px;
}
.bullets li ul li
{
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-bottom: 5px;
}
.hr
{
	border-top: 1px solid #b29d51;
	height: 1px;
}
.indent
{
	padding-left: 30px;
}
.nav_item
{
	display: inline;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 112px;
}
.nav_item a
{
	display: block;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	width: 112px;
}
.nav_item a:hover
{
	background-image: url(../img/nav_decor_int.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}
.nav_item a#current
{
	background-image: url(../img/nav_decor_int.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}
.nav_item1
{
	display: inline;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 112px;
}
.nav_item1 a
{
	display: block;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	width: 112px;
}
.nav_item1 a:hover
{
	background-image: url(../img/nav_decor_int_1.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}
.nav_item1 a#current
{
	background-image: url(../img/nav_decor_int_1.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}
.redbold
{
	color: #780606;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}
.signup
{
	color: #6f0101;
	font: normal normal bold 13px/normal Arial, Helvetica, sans-serif;
	text-align: right;
}
input.email
{
	background-image: url(../img/background_signup.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #a48921;
	font-style: italic;
	height: 16px;
	padding: 8px 15px 8px 15px;
	text-align: center;
	width: 197px;
}
table.models {
	border: 1px solid #b9a24b;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.models th.even {
	background-color: #dcd1ac;
	border-bottom: 1px solid #b9a24b;
	margin: 0px;
	padding: 5px;
	font: normal normal bold 15px/normal Arial, Helvetica, sans-serif;
	color: #971515;
}
table.models th.odd {
	background-color: #ffffff;
	border-bottom: 1px solid #b9a24b;
	margin: 0px;
	padding: 5px;
	font: normal normal bold 15px/normal Arial, Helvetica, sans-serif;
	color: #971515;
}
table.models td.even {
	background-color: #dcd1ac;
	margin: 0px;
	padding: 0px;
}
table.models td.odd {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

table.models_intro {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.models_intro td {
	padding: 5px;
}



.myform{
	width: 400px;
	padding: 14px;
	margin-left: 31px;
}
.spacer{clear:both; height:1px;}

	#stylized{
		border:solid 2px #b9a24b;
		background:#ffffff;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:100px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #b9a24b;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized textarea{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #b9a24b;
	width: 250px;
	margin: 2px 0 20px 10px;
	height: 100px;
}
	#stylized button{
	clear: both;
	width: 125px;
	height: 31px;
	background: #666666 url(../img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	margin: 0 0 0 150px;
	padding: 0;
}

    .focusField{
        border:solid 2px #73A6FF;
        background:#EFF5FF;
        color:#000;
    }
    .idleField{
        background:#EEE;
        color: #6F6F6F;
        border: solid 2px #DFDFDF;
    }