* {
   margin: 0;
   padding: 0:
   /* the above are recommended, some elements will not default to m and p of 0.  And user CSS's can override them as well */
}

img {
	margin: 0;
	border: 0;
	padding:0;
}	

body {	
	text-align: center; 	/* only text align must be here to center site */
   font: 100.1% Arial, Verdana, Helvetica, sans-serif;	
	color: #000;
	background-color: #b6c9d8;

}

#wrapper{
	margin: 0 auto;
	/* if this width and the #wrapper width differs from the content width the page will not be center, */ 
	width: 862px;
	text-align: left;
	/* all above must be here to center site as width x  */
}

#wrapper2{
	position: relative;
	margin: 0 auto;
	/* if this width and the #wrapper width differs from the content width the page will not be center, */ 
	width: 862px;
	text-align: left;
	/*border: 1px solid black;*/
}


/**********************  TOP LOGIN AREA  ************************/

#header{
	background-color: #FFC100;
	padding-top: 17px;
	padding-right:28px;
	padding-bottom: 7px;
	height: 36px;
	width: 836px;
	border-top:  1px solid #5A5A5A;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
}

#iheader{
	background-color: #FFC100;
	padding-top: 17px;
	padding-right:28px;
	/*padding-bottom: 7px;
	 height: 36px; */
   height: 56px;
	width: 836px;
	border-top:  1px solid #5A5A5A;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
}

#go {
	float:right;
	width:33px;
	height:18px;
	display:block;
   cursor: hand;
}


#login{
    float: right;
    z-index: 1000;
	 height: 18px;
	 width: 800px;	
	 text-align: right;
	 background-color: #FFC100;
}

/* *********************  MAIN CONTNET AREA  *********************** */

#content{
	background-color: #FFC100;
	width: 864px;
	float: left;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	display: inline;
}


#content2{
   float: left;
	background-color:#FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	width: 802px;
	display: inline;	
   border: 2px solid #fff;			
}

#maincontent{
   float: left;
	border: 1px solid #77aabb;
	padding-top: 1px;
	background-color:#FFFFFF;
	width: 800px;
	display: inline;
}

/* *********************  NAVIGATION AREA  *********************** */

#navcontent{
   float: left;
	background-color: #fff;
	height: 48px;
	display: inline;	
	width: 800px;
	border-bottom: 1px solid white;
}

#navmenuul {
   list-style-type: none;			
   display: inline;
   padding: 0;
   margin: 0;
   width: 800;
   height: 48px;
}
	
#navmenuli {
   list-style-type: none;  
   float: left;
   width: 158px;
   height: 43px;
   border-right: 1px solid white;
	border-left: 1px solid white;
   background-image: url('../imagesck/navbr.gif'); 
   text-align: center; 
   padding-top: 5px;
	background-position: top;
}

#navmenuli:hover{
	background-position: bottom;
	cursor: pointer;
}

#navmenuli a{
	display: block;
	width: 158px;
	height: 48px;
	font-family: Arial; 
	font-size: 16px; 
	text-decoration: none; 
	color: #fff;
}


/*  When IE 6.0 phases out javascript should not be necessary any longer
#navmenuli:hover {
   background-position: bottom;
}
*/

/******************** LOGO AREA *********************************** */


#logohouse{
	display: inline;
	float: left;
	width: 822px;
	margin-left: -23px;
	height: 215px;
	position: relative;
	z-index: 400;
   background-image: url(imagesck/houselogo.jpg);
   background-position: top left;
   background-repeat: no-repeat;
	border-right: 1px solid white;
}

/* ********************************* PITCH AREA ****************** */

#pitch{
	display: inline;
	margin: 1px;
	float: left;
	width: 768px;
	position: relative;
	background-color: #fff;
	padding: 15px;
}

.inputform{
	display: inline;
	float: left;
	position: relative;
	background-color: #fff;
}


.inputform td { 
	padding: 4px; 
	border-bottom: 1px solid #FFc100; 
	font-size: 14px; 
	border-top: 1px solid #fff}
}

.inputform fieldset{
	background-image: url(order.gif); 
	background-position: bottom left; 
	border: none; 
	border-top: 1px solid #FFc100; 
	padding: 4px; 
}

.inputform legend{
	padding: 0 2px; 
	font-weight: bold; 
	font-size: 14px;
	_margin: 0 -7px; /* IE Win */
}

<!--[if IE]>
<style>
fieldset {
position: relative;
}
legend {
position: absolute;
top: -.5em;
left: .2em;
font-weight: bold; 
font-size: 14px;
color: #000;
}

#speclegend{
position: absolute;
font-weight: bold; 
font-size: 14px;
color: #000;

}
</style>
<![endif]--> 

/* ***************************** SECONDARY NAV AREA *************************** */

#pitch{
	display: inline;
	margin: 1px;
	float: left;
	width: 798px;
	position: relative;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#nav2{
   display: inline;
	float: left;
	width: 200px;
	border-right: 1px solid #6590b3;
	padding-right: 1px solid #fff;
	padding-top: 5px;
}

#nav2menuul {
   list-style-type: none;			
   display: inline;
   width: 199px;
   height: 28px;
}
	
#nav2menuli {
   list-style-type: none;  
   float: left;
   width: 199px;
   height: 21px;
   border-bottom: 2px solid white;
	background-color: #b6c9d8;
	text-align: center;
	line-height: 100%;
	padding-top: 5px;
}

#nav2menuli a {
	color: #2b5d86;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
   line-height: 14px;
	font-weight: bold;
   vertical-align: text-bottom;
	display: block;
}	

#nav2menuli a:hover {
	color: #fff;
}


#pitch2{
	display: inline;
	float: right;
	width: 560px;
	position: relative;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

/* *********************  SPECIALs *********************** */

ul {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #000; 
  border: 0;
  list-style-type: bullet;
  padding-left: 30px;
  padding-top: 10px;
}


/**********************  TRAILER   ************************/

#trailer{
	background-color:#FFC100;
	height: 47px;
	width: 864px;;
	display: inline;
	float: left;
	border-left: 1px solid #5A5A5A;
	border-right:  1px solid #5A5A5A;
	border-bottom:  1px solid #5A5A5A;
	text-align: center;
	padding-top: 14px;
   color: #0d426f;	
}

a.trailer {
	font-size: 12px;
	color: #0d426f;
	align: center;
    font-family: arial;
}

a.trailer:hover {
	text-decoration: none;
}

#tip{
	position: relative;
	border: 1px solid #5a5a5a;
	margin-top: 10px;
	max-width: 590px;
	text-align: center;
	background-color: #ffc100;
	padding:8px;
	align: center;
}

/**********************  iPhoneTRAILER   ************************/

#itrailer{
	background-color:#FFC100;
	height: 66px;
	width: 864px;;
	display: inline;
	float: left;
	border-left: 1px solid #5A5A5A;
	border-right:  1px solid #5A5A5A;
	border-bottom:  1px solid #5A5A5A;
	text-align: center;
	padding-top: 20px;
   color: #0d426f;	
   font-size: 13px;
}

#itrailer a {
	font-size: 12px;
	color: #0d426f;
   font-family: arial;
}

#itrailer a.hover {
	text-decoration: none;
}

/**********************  TRAILER   ************************/


#center{
	background-color:#FFC100;
	border-bottom: 2px solid #FFFFFF;
	border-left:  1px solid #6690b3;
	border-right:  1px solid #6690b3;
	background-image:url(images/sold.jpg);
    background-attachment: fixed;
    background-position:right bottom;
    background-repeat:no-repeat;
    height: 333px;
}

#tour{
	background-color:#000000;
	position: absolute; 
	bottom: 0; 
	right: 0;
}

.blue_border_and_line {
	border: 1px solid #6690b3;
}

/*Globals and text boxes*/


.footer_globals {
	font-size: 12px;
	color: #0d426f;
	align: center;

    background-color:#FFC100;
}

a.footer_globals {
	font-size: 12px;
	color: #0d426f;
	align: center;
}

.globals_top {
	font-size: 12px;
	color: #b04234;
}

.text_boxes {
	border: 1px solid #6590b2;
	height: 16px;
	font-size: 13px;
	font-family: arial;
	color: #6590b2;
}

/*2nd level navigation.  Hover and "on" or "there" states should be the same.*/

a.second_nav {
	font-size: 12px;
	background-color: #b6c9d9;
	text-decoration: underline;
}

a.second_nav:hover {
	background-color: #ffe37c;
}

/*Also place the following in the WYSIWYG style sheet to show up in the style dropdown if you're making a CMS tool*/

p, td, table, div, input, textarea {
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

h1{
   font-family: arial;
   font-size: 16px;
   color: #000000;
}

.red_header{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #85190b;
}


a {
	color: #2b5d86;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0px;
	border-bottom: 1px solid #6690b3;
}


