/* Centred Layout Tags*/

html {
	height : 100.1%;
	}

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #BAC0D8;
  }

#pagecontent {
  margin	: 0 auto;
  width		: 840px;
  text-align: left; 
  }
  
#searchbox {
margin-top : 5px;
margin-left: 700px;
width:200px;
height:20px;
position:absolute
}


/* Layout Divs - Common To All Pages */

#banner {
	margin-left	 		: 20px;
	margin-right 		: 0px;
	margin-top	 		: 0px;
	height		 		: 150px;
	width				: 800px;
	display				: block;
	position			: absolute;
	top: 1px;
	}



#bodycontent {
	margin-top: 176px;
	margin-left:20px;
	width:800px;
	position:absolute;
	z-index:10;
	}
	
/* Columns */


.twocolumnwrapper {
	width : 100%;
	}
.leftcolumn {
	width : 48%;
	float : left;
	}
.homepagegraphic {
	float: left;
	width: 500px;
}
.homepagemoreinformation {
	float: right;
	width: 300px;
	height: 100%;
}


.rightcolumn {
	width : 50%;
	float : right;
	}
.clearboth {
	clear : both;
	}

	
/* Test Styles */

#shoppingcartlinks p {
	margin : 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}	
#bodycontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	color:#FFFFFF;
	background-color: #808CB6;
	padding-left: 0.5em;
	border-bottom-color: #F5B31D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 2.1em;
	margin: 0;
}

#bodycontent h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	color:#33388C;
	margin-left:0.5em;
	margin-right: 0.5em;
}

#bodycontent p, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#000000;
	margin-left:1em;
	margin-right: 1em;
	}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.inbody {
	margin-left:1em;
}
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}
	
a:link, a:visited {
	color:black;
	}	
	
a:hover {
	color:#790000;
	}
	
h1 a:link, h1 a:visited {
	color:#32398D;
	}	
	
h1 a:hover {
	color:black;
	}

/* Chrome Menu CSS */

#chromemenu{
	position			:absolute;
	margin-left: 20px;
	margin-top			: 150px;
	width				: 798px;
	z-index:12;
	background-color: #808CB6;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

#chromemenu ul{
	border				: 1px solid #BBB;
	width				: 100%;
	margin-left			: 0;
	padding-left		: 0;
	margin				: 0;
	float				: left;
	font				: 12px Arial;
	background-color: #F5B31D;
}


#chromemenu ul li{
	display				: inline;
}


#chromemenu ul li a{
	float				: left;
	color				: #32398D;
	padding				: 6px 12px 6px 12px;
	text-decoration		: none;
}

#chromemenu ul li a:hover{
	color				: #32398D;
	background-color: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position			: absolute;
	top					: 0;
	border				: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width	: 0;
	font				: normal 11px Verdana;
	line-height			: 18px;
	z-index				: 100;
	background-color	: white;
	width				: 200px;
	visibility			: hidden;
}

.dropmenudiv a{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-bottom	: 1px solid #BBB; /*Theme Change here*/
	padding			: 2px 0;
	text-decoration	: none;
	color			: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color	: #808CB6;
}

/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

.homepagemoreinformation form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 75px;
}

.imgright {
	padding: 3px;
	float: right;
	clear: right;
}
.imgleft {
	padding: 3px;
	float: left;
	clear: left;
}
.twocolumnwrapperforhomepage {
	width : 100%;
	background-color: #F4BA34;
}

h2.award {
	background-color:#D3D8E7;
	line-height: 1.4em;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.prominent {
	background-color:#F2F4F9;
	border: 1px dotted black;
	margin: 2px;
}
