body

{

	margin: 0px;

	background-image: url(images/wesbg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	background-color: white;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}



img

{

	border: 0px;

}



/*This is the master div that contains all others*/

div#container

{

	width: 100%;

	height: 100%;

	/*Force a minimum width*/

	min-width: 1024px;

	/*And for IE (The vertical slide bar takes some space, so 1024 causes the horizontal slide bar to popup. What's a better solution?*/

	width: expression(document.body.clientWidth < 1024 ? "1024px" : "100%" );

	color: black;



	border-width: 0px;

	padding: 0px;

	margin: 0px;

}



/*Standard 3 column layout with a header and footer*/

div#header

{ background-image: url("images/headerBackdrop.jpg");

	background-position: left bottom;

	float: left;

	width: 100%;

	height: 150px;

	background-color: #c6e1d8;

	border-bottom: solid 3px #006666;

	padding: 0px;

	margin: 0px;

	z-index: 1;

}



div#header img#logo

{

	border: none;

}





div#header div#menubar

{

	float: left;

	

	width: 100%;

	height: 60px;

	max-height: 60px;

	

	background-color: #006666;

	background-image: url(images/menubarbg.jpg);

	border-bottom: 2px ridge #006666;

	

	padding: 0px;

	margin: 0px;

	

	z-index: 1;

}



div#header div#menubar table

{

	border-collapse: collapse;



	width: 100%;

	height: 100%;



	color: white;

}



div#header div#menubar td#logobuffer

{

	width: 140px;

}



div#header div#menubar td#compname

{

	width: 36%;



	border-width: 0px;

	padding: 0px;

	margin: 0px;

}



div#header div#menubar td.button

{

	width: 100px;



	background-image: url(images/button1.jpg);

	text-align: center;



	border-width: 0px;

	padding: 0px;

	margin: 0px;

	

	font: small-caps bold 14px arial;

}



div#header div#menubar td#endbuffer

{



}



div#header div#menubar div#logo

{

	position: absolute;

	top: 10px;

	left: 10px;

	

	z-index: 2;

}



div#header div#menubar font#r1name

{

	font: 12px arial;

}



div#header div#menubar font#r1number

{

	position: relative;

	left: 124px;

	font: 12px arial;

	font-weight: bold;

	text-align: right;

}



div#header div#menubar font#wesname

{	

	font: small-caps bold 22px arial;

}

div#sloganContainer
{
	position: relative;
	float: left;
	margin-left: 144px;
	
	width: 460px;
	height: 25px;
}

div#slogan
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	color: white;

	font: 16px arial;
	font-weight: bold;
	font-style: italic;	
	
	z-index: 2;
}

div#sloganBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 460px;
	height: 25px;
	
	background-color: black;
	filter:alpha(opacity=35);   
	-moz-opacity: .35;   
	opacity: .35;
	
	z-index: 1;
}



div#sign_out

{

	float: right;

	color: white;

}



div#sign_out a:link

{

	color: black;

	background-color: white;

	border: 1px solid red;

	text-decoration: none;

	font-weight: bold;

	padding: 5px;

}



div#sign_out a:visited

{

	color: black;

	background-color: white;

	border: 1px solid red;

	text-decoration: none;

	font-weight: bold;

	padding: 5px;

}



div#sign_out a:hover

{

	background-color: yellow;

	color: black;

}



div#search_box

{

	position:absolute; 

	top:0px; 

	left:0px;

	clear: both;

	color: black;

	/*margin-left: 30%;*/

	z-index: 6;

	padding: 5px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

}



input#search_string

{

	color: #999999;

	width: 200px;

}



div#leftcol

{

	clear: both;

	float: left;



	width: 15%;

	

	background-color: #c6e1d8;

	background-image: url(images/sidebarbg.jpg);

	

	border-right: solid 1px #006666;

	

	padding: 0px;

	margin: 0px;

}



div#centercol

{

	position: relative;

	float: left;



	/*IE tends to screw up when there are 3 fluid columns that add up to 100%, so we are leaving a buffer of 0.25%*/

	width: 69.75%;



	border: 0px;	

	margin: 0px;



	text-align: center;

}



div#rightcol

{

	float: right;



	width: 15%;

	background-color: #c6e1d8;

	background-image: url(images/sidebarbg.jpg);



	border-left: solid 1px #006666;



	padding: 0px;

	margin: 0px;

}



div#ads div.ad

{

	background-image: url(images/bgtile3.gif);



	border-right: solid 1px #006666;

	border-bottom: solid 1px #006666;

	border-top: solid 1px #74afa9;

	border-left: solid 1px #74afa9;



	text-align: center;



	margin-top: 10px;

	margin-left: 10px;

	margin-right: 10px;

	margin-bottom: 10px;

}



div#footer

{

	clear: both;

	float: left;



	width: 100%;

	text-align: center;

	background-color: #c6e1d8;

	border-top: solid 1px #006666;



	padding: 0px;

	margin: 0px;

}



font.small_caps_1

{

	font: small-caps bold 12px arial;	

}



div#shopping_cart_container

{

	width: 100%;

	overflow-x: hidden;

	overflow-y: scroll;

	height: 200px;

}



font.shopping_cart_heading

{

	font-size: 12px;

	font-variant: small-caps;

	font-weight: bold;

	padding: 5px;

}



font.shopping_cart_contents

{

	font-size: 12px;

	font-variant: small-caps;

	padding: 5px;

}



div#shopping_cart_container hr.small

{

	background-color: #006666;

	border-top: 0px;

	border-bottom: 1px;

	width: 50px;

	height: 1px;

}



hr.wide

{

	background-color: #006666;

	border-top: 0px;

	border-bottom: 1px;

	width: 90%;

	height: 1px;

}



hr.max

{

	background-color: #006666;

	border-top: 0px;

	border-bottom: 1px;

	width: 100%;

	height: 1px;

}



div#shopping_cart_container img

{

	border: 0px;

}



a.shoppingcart_anchor:link

{

	color: black;

	text-decoration: none;

}



a.shoppingcart_anchor:visited

{

	color: black;

	text-decoration: none;

}



a.shoppingcart_anchor:hover

{

	color: white;

	background-color: #006666;

	text-decoration: none;

}



div.content_heading

{

	float: left;

	font-size: 20px;

	padding: 10px;

}



input

{

	border: 1px solid #006666;

}



input.wide

{

	width: 300px;

}



button

{

	border: 1px solid #006666;

}



/*Rob*/

.menuItems {

	float:left;

	width: 100px;

	height: 59px;

	text-align:center;



	font-family:Arial, Helvetica, sans-serif;

	border-right: 2px ridge #006666;

	font-size:12px;

	background-color:transparent;

	text-decoration:none;

}



.menuItemLeft {

	border-left: 2px ridge #006666;

}



/*fake verticle center on three line menu item*/

.menuPadding{

	padding-top: 8px;

}



.margin10 {

	margin:10px;

}



.search_box_trans {

	position: absolute;

	top:0px;

	left:0px;

	width:100%;

	/*TO-DO: set the color of the window*/

	background-color: white;

	z-index: 3;

	

	filter:alpha(opacity=75);   

	-moz-opacity: .75;   

	opacity: .75;

	

	height:50px;

}



.search_box_parent

{

	position:relative; 

	width:420px; 

	margin-left:35%;

	clear:both;

}



/* sutoscroll div on front page */

div#autoScrollDiv 

{

	width:100%; 

	height:100px; 

	overflow:hidden;

	position:absolute;

	top:0px;

	left:0px;

	z-index:10;

}



div#autoScrollLeftFade 

{

	position:absolute;

	top:0px;

	left:0px;

	width:100px;

	height:100px;

	z-index:11;

	background-image: url(images/autoScrollLeftFade.png);

	background-position: top left;

	background-repeat: none;

}



div#autoScrollRightFade 

{

	position:absolute;

	top:0px;

	right:-1px;

	width:100px;

	height:100px;

	z-index:11;

	background-image: url(images/autoScrollRightFade.png);

	background-position: top right;

	background-repeat: none;

	

}



div#autoScrollContainer 

{

	position:relative;

	top:-80px;

	z-index:9;

	width: 99%;

	margin: 0px 2px 0px 2px;

}



.closeButton 

{

	margin: 5px;

	padding:2px;

	cursor: pointer;

	background-color:white;

	border:1px solid red;

	font-size:10px;

	text-align:right;

	position:absolute;

	top: 0px;

	right:0px;

}



/*Shankara: Generic "Please wait" modal dialog box*/

div#loading_screen_container

{

	position: absolute;

	width: 100%;

	height: 100%;

	z-index: 200;

	visibility: hidden;

}



div#loading_screen_bg

{

	position: absolute;

	left: 0;

	top: 0;

	

	width: 100%;

	height: 100%;

	background: black;

	

	filter:alpha(opacity=50);

	-moz-opacity: .5;

	opacity: .5;

}



div#loading_screen_top_buffer

{

	position: relative;

	height: 40%;

}



div#loading_screen

{

	position: relative;

	

	width: 20%;

	height: 150px;

	margin-left: 40%;

	padding: 10px;

	

	background-color: #c6e1d8;

	border: 2px solid #006666;

	

	text-align: center;

	vertical-align: middle;

}


.gfxButton {
	cursor: pointer;
	margin: 3px;
}

.loginSuccess{
	color: green;
}

/*Shankara: */
img#reliant_banner
{
	border: 2px solid #006666;
}

/*Shankara */
h1
{
	font-size:24px;
}

/*Shankara */
a.adminLink
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/*Shankara: This controls how the links on the left and right side toolbars look. */
div.adminLink
{
	clear: both;
	background-color: white;
	border: 1px solid red;
	margin: 5px;
}

/*Shankara: */
div#sitemap
{
	position: absolute;
	left: 20px;
	top: 100px;
}

iframe#resultsContent
{
	border: 0px;
	width: 90%;
	height: 500px;
}

/*Shankara: This is for text that tells users about new features. */
font.newFeature
{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: Red;
}
