/* css for public side of site */
*{
	padding:0px;
	margin:0px;
}
body{
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:12px;
}
h3#index_header{
		font-size: 18px;
		color:#fc7738;
		text-align:center;
		margin-bottom:0px;
	
}
div#wrapper{
	width: 865px;
	margin: 0 auto;
	text-align:left;
	border: 1px solid balck;
}
div#mainNav{
	background: url("../images/header.jpg") no-repeat;
	height:130px;
}
div#top{
	padding:3px 3px 3px 360px;
	
}
#mainNav h3{
	color: #fc6e2a;
	font-size:16px;
	margin-top: 8px;
	
}

#navForm{
	padding:4px 0 4px 0;
}
.button{
	background-color: #d6d6d6;
	border: 1px solid black;
	width:70px;
	font-weight:bold;
	font-size: 10px;
	margin-bottom:1px;
}
input.field{
	background-color: #f5f6f5;
	border: 1px solid black;
	width:70px;
	height:15px;
	margin-right: 6px;
}
 label{
	font-weight:bold;
}
#mainNav #beginOrder img{
	float:right;
	width:140px;
	border:none;
	margin:10px 10px 0px 5px;
}
#mainNav p{
	font-weight:bold;
	float:left;
}
#loginList
{
	
	/*border:1px solid black;*/
	list-style:none;
	width:420px;
	float:left;
	
}
#loginList li
{
	font-weight:bold;
	background: url('../images/arrow.jpg') no-repeat left center;
	padding-left:10px;
	margin-left: 10px;
	float:left;
}

ul#navList{
	margin:22px 0 0 4px;
	color:white;
	list-style:none;
	width:840px;
	float:left;
}
ul#navList li{
	
	float:left;
	width:115px;
	text-align:center;
	background: url('../images/navDivider.jpg') no-repeat left center;
	
}
ul#navList a{
	text-decoration:none;
	color:white;
	font-weight:bold;
	letter-spacing: .7px;
}
ul#navList li.first{
	background:none;
}
#content{
	background:url('../images/tile.jpg') repeat-y;
	padding:10px 10px 10px 10px;
	
}
.last{
	
	background:url('../images/bottom.jpg') no-repeat left bottom;
	height:20px;
}
.last span{
	display:none;
}

span#loggedin{
	
	padding:4px 0 4px 0px;
	display:block;
	height: 20px;
}
span#loggedin a{
	color:#2015b0;
	text-decoration:none;
	padding: 0 5px 0 5px;
	//*font-weight:bold*/
}

span#loggedin a:hover{

	text-decoration:underline;
	
}
#content h1{
	margin-left:60px;
	color: #fc6e2a;
}

#header_flash
{
	margin-top:30px;
}
	
	





