/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: layout_all.css
 * 
 * Description:
 * Layout rules for all media.
 *
 */
 
@import url(basestyles.css);

/* Basic Layout */
#signIn input { 
	width: 140px; 
}

#pageBounds {
	width: 780px;
	position: relative;
	}

#contentBounds {
	background: url("../img/bg_contentBounds.gif") left top repeat-y;
	}
	
#mainColumn {
	width: 585px;
	float: right;
	color: #000;
	}
	
#sideColumn {
	width: 155px;
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	color: #fff;
	font-size: 92%;
	}

#footer {
	clear: both;
	width: 100%;
	list-style: none;
	text-align: center;
	background: #036;
	border-top: 1px solid #fff;
	line-height: 2em;
	margin: 0;
	font-size: 92%;
	}

/* logo 
------------------------------------------------------------- */
h2#logo {
	width: 782px;
	height: 192px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: url("../img/masthead2.jpg") center top no-repeat;
	margin: 0;
	padding: 0;
	line-height: normal;
	}
	
h2#logo a {
	width: 50px;
	height: 20px;
	display: block;
	position: absolute;
	top: 135px;
	left: 550px;
	}
	
img#header {
	position: absolute;
	top: 8px;
	left: 177px;
	}

.popHide { display: none; }
.popShow { display: inline; }

#moreInfo {
	position: absolute;
	top: 162px;
	left: 195px;
	background: #c6ddfc;
	padding: 10px;
	color: #036;
	font-size: 97%;
	width: 420px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 400px;
	}
	
#moreInfo p {
	margin-bottom: 0;
	}

/* SignIn
------------------------------------------------------------- */

#signIn {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 142px;
	color: #efda5e;
	font-size: 92%;
	}
	
#signIn a {
/*color: #8bb1fd;*/
	color: #fff;
	text-decoration: none;
	}
	
#signIn a:hover {
	color: #fff;
	text-decoration: underline;
	}

#signIn ul.header {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#signIn ul.header li {
	float: left;
	}
	
#signIn ul.header li.right {
	float: right;
	}
	
#signIn ul.header li a {
	font-weight: normal;
	}
	
#signIn p {
	margin: .3em 0 .1em;
	}
	
#signIn p a {
	font-size: 87%;
	}
	
#signIn input.submit {
	margin: 7px auto 0;
	width: auto;
	}
	
/* mainColumn 
------------------------------------------------------------- */


#mainColumn h1 {
	font-size: 100%;
	font-weight: bold;
	margin: .5em 0 .25em;
	}

#mainColumn h2, #mainColumn h3 {
	color: #000;
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.025em;
	}
	
#mainColumn .intro {
/*	width: 425px; */
	color: #666;
	}
	
#mainColumn .activeListings {
	font-size: 92%;
	margin: 15px 0 35px;
	}

.alignright, .alignleft {
	float: right;
	margin: 0 0 0 8px;
	}
	
.alignleft {
	float: left;
	}
	
.aligncenter {
	margin: 0 auto;
	display: block;
	}
	
#sneakPreviewGeneric {
	background: url("../img/bg_sneakPreview_generic.gif") left top no-repeat;
	width: 600px;
	height: 306px;
	margin: 0 0 25px -15px;
	position: relative;
	clear: both;
	text-align: center;
	color: #fff;
	}
	
#sneakPreview {
	background: url("../img/bg_sneakPreview.jpg") left top no-repeat;
	width: 600px;
	height: 306px;
	margin: 0 0 25px -15px;
	position: relative;
	clear: both;
	text-align: center;
	color: #fff;
	}
	
#scroll {
	width: 550px;
	height: 150px;
	margin: 0 auto 0;
	overflow: auto;
	text-align: left;
	}
	
#wide {
	/*width: 2260px;*/
	width: 1860px;
	}
	
.option {
	text-align: center;
	color: #8bb1fd;
	float: left;
	/*width: 102px;*/	
	margin-right: 15px;
	font-size: 92%;
	}
	

.option a {
	color: #fff;
	}
	
.option img {
	padding: 0 8px 8px 0;
	background: url("../img/bg_option_img.gif") right bottom no-repeat;
	}
	
#sneakPreview p {
	padding-top: 4px;
	margin-bottom: .5em;
	color: #efda5e;
	}
	
/* sideColumn 
------------------------------------------------------------- */


fieldset {
	border: 1px solid #336699;
	padding: 5px 5px 10px 5px;
	}

legend {
	font-style: italic;
	color: #faf8b1;
	}

#sideColumn a {
	color: #fff;
	text-decoration: none;
	}
	
#sideColumn a:hover {
	text-decoration: underline;
	}

#sideColumn h3, #sideColumn h4, #sideColumn p {
	color: #efda5e;
	}
	
#sideColumn h3 {
	font-weight: bold;
	}
	
#sideColumn h4 {
	margin: 1.5em 0 0;
	line-height: normal;
	}
	
#sideColumn ul, #sideColumn p {
	margin: .5em 0 .75em .3em;
	}
	
/* Footer
------------------------------------------------------------- */
	
#footer li {
	display: inline;
	padding: 0 25px;
	}
	
#footer li.first {
	padding-left: 0;
	}
	
#footer li.last {
	padding-right: 0;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}

/* Disclaimer
------------------------------------------------------------- */

#disclaimer {
	margin-top: .5em;
	text-align: center;
	font-size: 87%;
	line-height: 1.25em;
	}
	
/*slideshow pages */
body#slideShow a{color:#fff;}
body#slideShow{background:#d4e6fe;color:#0e3b74;}
#slideShow #contentBounds {width:770px;padding:10px;background-image:none;}
#slideShow #contentBounds p {width:500px;margin:0;padding:0;}
#slideShow #contentBoundsClose {width:750px;margin:0;padding:0px;text-align:right;}
/*intro area */
#slideShow #btnTop {float:right;border:none;}
#slideShow h1 {font-size: 240%;color:#0e3b74;margin:0;padding:0;}
#slideShow .highlight {font-style:italic;color:#da1a1c;}
#slideShow h1, #slideShow h2 {font-family:trebuchet MS, tahoma, sans-serif;font-weight:bold;}
/* rounded corners*/
#slideShow .roundCont {
	width: 770px;
	background: url(../img/topBox.gif) top left no-repeat;
	color: #fff;
	padding:20px 0 0 0;
	
}
#slideShow #navArea ul {width:610px;padding:0 0 0 155px;margin:0;}
#slideShow #navArea ul li {width:173px;float:left;padding:0 0 0 10px;margin:0;}
#slideShow #navArea p {padding:0 0 0 155px;margin:0;}

#slideShow #navArea {width:770px;
	margin: 0;
	padding: 30px 0 20px 0;
	background: transparent url("../img/beth2.png") bottom left no-repeat;
}

/*scrn shot area*/
#slideShow #scrnShot {border:1px solid #000;}

#slideShow li.selected {background:transparent url("../img/arrSel.gif") 0 .4em no-repeat;}
#slideShow li.selected a, #navArea{color:#efda5e;}

