/* border: solid 1px #f00; For Testing*/
body {
	background: #fff url(navbar2.gif) top left repeat-y;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* the graphic in the body rule above - the size of the menu bar, will make the menu bar extend all 
the way down and in this layout, the header and menu background will cover it until needed */

h1, h2, h3	{
	font-weight: normal;
	font-family: Georgia, "NewCenturySchoolbook", Times, serif;
	}
	
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #0872A6;
	}
	
h1 span {
	display: none;
	}
	
h2 {
	font: 20px/24px Georgia, "NewCenturySchoolbook", Times, serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #0872A6;
	}
	
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	}

p {
	font:12px verdana, arial, helvetica, sans-serif;
	color: #000;
	margin:0px 0px 12px 0px;
	padding:0px;
	}
	
td {
	font:12px verdana, arial, helvetica, sans-serif;
	color: #000;
	margin:0px 0px 12px 0px;
	padding:0px;
	}


#base {
	border: 1px solid #000;
	margin: 2em;
	width: 400px;
	padding: 5px;
	}

ul {
	list-style-type: disc;
	margin-left: 0;
	margin-right: 2px;
	list-style-position: inside;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000;
	}
	
.headline {
	font: 14px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}
	
.small {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight : normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

	
a:link, a:visited {
	font-weight : bold; 
	text-decoration: underline;
	color: #336;
	background: transparent; 
	}

a:hover, a:focus {
	font-weight : bold; 
	text-decoration: none;
	color: #c00;
	background: transparent; 
	} 
/* when mouse hovers over link, turn off underline */
/* anchors when mouse hovers or given focus by eg keyboard */
	
.footer {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight : bold;
    color: #000;
    text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.footer a:link {
	font-weight : bold; 
 	color: #336; 
 	decoration: none; 
	}

.footer a:visited {
 	font-weight : bold; 
	text-decoration : underline;
	color: #336;
	background: transparent; 
	}

.footer a:hover {
 	font-weight : bold; 
	text-decoration : none;
	color: #c33;
	background: transparent; 
	}

	/* All the content boxes belong to the content class. */

#content {
	position: absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width: 140px;
	margin: 131px 0px 0px 210px;
	border: 10px; 
	background-color: white;
	padding:10px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
#bravefourhundred {
	margin: 0;
	border: 0;
	width: 540px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px /* Actual value for conformist browsers */
	}
html>#bravefourhundred {
	width: 500px; /* Be nice to Opera */
	}
	
#footer {
			background: #8185A0;
			color: #fff;
			border-width: 1px 1px 1px 1px;
			border-style:dotted;
			border-color: #336;
			text-align: center;
			margin: 10px 0px 10px 0px;
			height: 36px;
			width: 500px;
}

#footer a {
		font: bold 12px/14px Georgia, "NewCenturySchoolbook", Times, serif;
		padding: 2px;
}

#footer a:link, a:visited {
		font: bold 12px/14px Georgia, "NewCenturySchoolbook", Times, serif;
		color: fff;
		text-decoration: none;
		padding: 2px;
}

#footer a:hover {
			color: #c33;
			text-decoration: underline;
			padding: 2px;
}

 /* Side Navigation */
 
#navSide {
	/* float: left; */
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, "NewCenturySchoolbook", Times, serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 180px; /* False value for IE4-5.x/Win */
	top: 110px;
	left: 0px;
	border: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 189px; /* Actual value for conformant browsers */
	height: 175px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:189px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:189px;}


		
#header {
	position: absolute;
	height: 114px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url(headerback1.gif) repeat-x;
	padding: 0px;
	z-index:3;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#topside {
	position: absolute;
	height: 114px;
	width: 452px;
	top: 0px;
	left: 0px;
	background: url(headerside.jpg) no-repeat;
	padding: 0px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
/* Again, "be nice to Opera 5". */
body>#Header {width:1200 px;}

	/*  Create buttons 	*/

	
#navbar {
	position: absolute;
	margin:auto;
	top:0px;
	left:195px;
	height:111px;
	line-height:20px;
	color: #373A87;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:110px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navbar {height:30px;}

#navbar a:link, #navbar a:visited {;
color: #373A87;
}
#navbar a:hover {;
color: #373A87;
}

a#home img {background-image: url(images/home.gif);}
a#sale img {background-image: url(images/sale.gif);}
a#email img {background-image: url(images/email.gif);}
a#team img {background-image: url(images/team.gif);}
a#buy img {background-image: url(images/buy.gif);}
a#sell img {background-image: url(images/sell.gif);}
a#area img {background-image: url(images/area.gif);}
a#contact img {background-image: url(images/contact.gif);}

a#home:hover img {background-image: url(images/homehover.gif);}
a#sale:hover img {background-image: url(images/salehover.gif);}
a#email:hover img {background-image: url(images/emailhover.gif);}
a#team:hover img {background-image: url(images/teamhover.gif);}
a#buy:hover img {background-image: url(images/buyhover.gif);}
a#sell:hover img {background-image: url(images/sellhover.gif);}
a#area:hover img {background-image: url(images/areahover.gif);}
a#contact:hover img {background-image: url(images/contacthover.gif);}
	
	/*  Form layout */ 

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }
  
div.row span.labelrequired {
 float: left;
  width: 100px;
  text-align: right;
  color: #333366;
  font-weight: bold;
  }

div.row span.input {
  float: right;
  width: 235px;
  text-align: left;
  }
 
	/*  Floating */  

div.float {
  float: left;
  width: 450px;
  }
  
div.float p {
   text-align: left;
   }

div.container {
  border: 1px dashed #333;
  background-color: #fdf8f2;
  width: 500px;
  margin: 0px 10px 0px 25px;
  }

div.spacer {
  clear: both;
  }
  
#shot {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	margin: 0px;
	border: 10px; 
	background-color: white;
	padding:10px;
	text-align: middle;
	}
