/* COLOR GUIDE
medium grey: #6e7579
dark grey: #333
light grey: #eee
white: #fff
yellow: #dbe35a

*/


/*******************************/
/* HTML ELEMENTS */
/*******************************/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e7579;
	text-decoration: none;
}

		#header-links a { color: #333; }

                #nav {
                        border-top: 1px solid #999;
                        padding-top:-1px;
                }
              
		#nav a {
			display: block;
			width: 128px;
			height: 22px;
			background-color: #333;
			color: #bdbdbd; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			padding: 12px 0px 0px 30px;
			font-size: 10px;
			font-weight: bold;
			border-left: 1px solid #999;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
		}
              
                #nav a.first_li {
                        height:21px;
                }

		#nav a.active {
			background-color: #fff;
			color: #333;
		}
		
		#nav a.active-sub {
			background-color: #dbe35a;
			color: #333;
			font-size:8px;
		}
		
		#nav a:hover {
			background-color: #fff;
			color: #333;
		}
		
		#home-copy a { font-weight: bold; }
		
		#home-copy div.feat-prop a { float: left; padding-top: 5px;}
		
		#home-copy div.other-props a { display: block; margin-bottom: 5px; }
		
		#right-col #sub-nav a { color: #333; }
		
		#right-col #sub-nav a.active { font-weight: bold; } 
		

body { background-color: #333; }

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

		#header h1 {
			float: right;
			margin-top: -15px;
			font-family: Arial, Helvetica, sans-serif;
			color: #6e7579;
			font-size: 13px;
			font-style: italic;
			letter-spacing: 5px;
			margin-right: -4px;
			*margin-top: -43px;
			*margin-right: 20px;
			_margin-right: 10px;
		}
		
		@media screen and (-webkit-min-device-pixel-ratio:0) {
		#header h1 {
			margin: 65px -110px 0px 0px;
		}
		}
		

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border-bottom: 1px solid #999;
	font-size: 12px;
	color: #6e7579;
	margin-top: 25px;
}

h3 { }

		#home-copy div.feat-prop h3 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #666;
			float: left;
			margin-bottom: 2px;
		}

img { }

		#header img.logo { margin: 25px 0px 0px 25px; }
		#header img.devprop { float: right; margin-top: -15px; }
		#home-copy div.feat-prop img {float: left; margin-right: 10px;}

p,
div.item {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 15px;
}

div.item strong {
        font-weight:bold;
}

#home-copy p { color: #6e7579; }

#home-copy div.feat-prop p {
        line-height: 12px;
        font-style: normal;
        float: left;
        width: 200px;
}

#footer p { color: #a8aeb1; text-align: center;}

#general-copy p { width: 550px; }

#general-copy div.item p,
#general-copy div.item ul.award_list,
#general-copy div.item h1 { width: 375px; }

strong { font-weight: bold; }

em {font-style:italic}


/*******************************/
/* DIV ELEMENTS */
/*******************************/
/*******************************/
/* WRAPPER STYLES */
/*******************************/

#wrapper {
	width: 900px;
	background-color: #fff;
	margin: 20px auto 0px auto;
}

#wrapper-body {
	float: left;
	width: 900px;
	background-color: #fff;
	border-bottom: 10px solid #dbe35a;
	border-bottom: 10px solid #dbe35a;
}

#wrapper-body.grey { background-color: #eee; }

#wrapper-content {
	clear: both;
	background-image: url(../images/house.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	float: left;
	width: 100%;
	min-height: 250px;
}

*html #wrapper-content {
        height:250px;
}

#wrapper-content.no-bg { background-image: none; }



/*******************************/
/* HEADER STYLES */
/*******************************/

#header { padding: 0px 20px 25px 0px; }

#header #header-links { float: right; font-size: 10px; margin-top: 10px;}


/******************************/
/*LEFT-COL STYLES*/
/******************************/

#left-col {
	width: 160px;
	float: left;
	background-color: #eee;
	height: 100%;
}


/******************************/
/*NAV STYLES*/
/******************************/

#nav {}

.yellow { color: #dbe35a; }

/******************************/
/*RIGHT-COL STYLES*/
/******************************/

#right-col {
	float: left;
	width: 740px;
	background-color: #fff;
}

#right-col #flash-banner {
	height: 140px;
	background-color: #333;
	width: 720px;
	border-right: 20px solid #dbe35a;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

#right-col #image-banner {
	height: 35px;
	width: 740px;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

#right-col #general-copy {
	margin-left: 35px;
	width: 685px;
}

#right-col #general-copy div.item {
	border-bottom: 1px solid #999;
	width: 685px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	float: left;
}

#right-col #sub-nav {
	margin-bottom: 15px;
}

#right-col .about-thumbs {
	float: right;
	clear: left;
	margin-left: 20px;
	
	background:transparent url(../images/loading.gif) repeat scroll -16px -93px

}

/*****************************/
/*FOOTER STYLES*/
/*****************************/
#footer
{
	clear: both;
	width: 900px;
	margin: auto;
	padding: 5px 0px 0px 0px;
}

#footer a
{
	color: #a8aeb1
}

/*****************************/
/*INDEX STYLES*/
/*****************************/

#home-copy { 
	width: 510px;  
	padding-left: 35px; 
	background-image: url(../images/carrot.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
}

#home-copy div.feat-prop {
	float: left;
	width: 510px;
	margin-right: 10px;
	margin-top: 10px;
}

#home-copy div.other-props {
	float: left;
	clear: right;
	width: 150px;
	margin-top: 20px;
}

.thumbs img{
	float: left;
	margin-right:8.5px;
	margin-top:5px;
	
	cursor:pointer;
}

.award-image {
        position:absolute;
}

ul.award_list { margin-top:10px; }

ul.award_list li { height:100px; }

ul.award_list em {
        display:block;
        line-height:150%;
        padding:15px 0 0 105px;
}

/* following is to hide image causing red x issue in IE in the lightbox window - it didn't like me messing with it so I fixed it here - Erik */

#bottomNavClose img {
  display:none;
}
