/* CSS Document */

/* Global Settings 
**************************************/

body {
color: #333;
font: 62.5%/140% Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
text-align: center; /* be nice to IE */
background-color:#fff;
min-width:760px;
max-width:1015px;
}

ul, li, a, p, h1, h2, h3, h4, h5, h6, hr, span, input, em, strong {
margin:0;
padding:0;
}

img, form, fieldset div {
margin:0;
padding:0;
border:0;
}

h1 {
font-size:2.2em;
font-weight:normal;
margin:10px 5px 10px 5px;
}

h2 {
font-size:1.6em;
font-weight:normal;
}

h3 {
font-size:1.4em;
font-weight:normal;
}

h4 {
font-size:1.2em;
font-weight:normal;
}

h5 {
font-size:1em;
font-weight:normal;
}

h6 {
font-size:.8em;
font-weight:normal;
}

p {
font-family:Arial, Helvetica, sans-serif;
padding:10px 5px 10px 0px;
font-size:1.1em;
}

a {
color:#4B626D;
text-decoration:none;
}

a:hover {
color:#9FA28B;
text-decoration:underline;
}

.clear {clear:both;}

/*Custom CSS*/
span a
{
	color:#E3D296;
}

#wrapper
{
	text-align:left;
	margin:0 0.5em;
	padding:0;
	width:1016px;
	font-size:1.25em;
}

#banner
{
	background-image:url('/views/includes/images/banner.gif');
	background-repeat:no-repeat;
	height:127px;
	width:100%;
}

#home
{
	display:block;
	position:absolute;
	left:334px;
	top:22px;
	width:365px;
	height:85px;
	color:white;
}

#login
{
	margin-left:1.5em;
}

#login #headerTxt,#login #headerTxt a
{
	width:20em;
	color:white;
}

#login a
{
	padding-top:1em;
	padding-left:1em;
	height:3em;
	color:white;
	display:block;
}

#adminOptions
{
	margin-left:1.5em;
}

#adminOptions a
{
	color:white;
	display:block;
}

.msgOut
{
	color:#FEC118;
}

#leftMain
{
	float:left;
	width:59px;
	height:634px;
	background-image:url('/views/includes/images/stripesMain.gif');
	background-repeat:no-repeat;
}

#contentMain
{
	float:left;
	width:323px;
	height:634px;
	background-image:url(/views/includes/images/sideBlue.gif);
	background-repeat:no-repeat;
	color:#E3D296;
}

#contentMain #srchFrm
{
	margin-top:1em;
}

#contentMain #homeBtn
{
	border:0;
	width:58px;
	height:17px;
	background:transparent url('/views/includes/images/homeBtn.gif') no-repeat left center;
	cursor:pointer;
}

#contentMain p
{
	margin-left:1.5em;
}

#contentMain h1
{
	margin-left:2.3em;
}

#contentMain h3
{
	margin:0.3em 0 0 4em;
}

#rightMain
{
	float:right;
	width:634px;
	height:634px;
	text-align:center;
	background-image:url('/views/includes/images/sideBeige.gif');
	background-repeat:no-repeat;
	overflow:auto;
}

#rightMain select
{
	margin-top:0.8em;
}

#rightMain #whiteBack
{
	width:538px;
	height:365px;
	margin-left:47.5px;
	margin-top:10px;
	text-align:center;
	background-image:url('/views/includes/images/whiteBox.gif');
	background-repeat:no-repeat;
}

#rightMain #whiteBack #frontImg
{
	margin:6px 1px 0 0;
}

#rightMain #findBtn
{
	border:0;
	margin-top:1.5em;
	width:171px;
	height:42px;
	background:transparent url('/views/includes/images/findBtn.gif') no-repeat left center;
	cursor:pointer;
}

#rightMain #findBtn:hover
{
	background:transparent url('/views/includes/images/findBtnDown.gif') no-repeat left center;
}

#rightMain #listBtn
{
	border:0;
	margin-top:1.5em;
	margin-left:1.5em;
	width:171px;
	height:42px;
	background:transparent url('/views/includes/images/listBtn.gif') no-repeat left center;
	cursor:pointer;
}

#rightMain #listBtn:hover
{
	background:transparent url('/views/includes/images/listBtnDown.gif') no-repeat left center;
}

#footer
{
	clear:both;
	text-align:center;
}

#wrapperInside
{
	text-align:left;
	padding:0 0 0 0.5em;
	width:99%;
	height:610px;
	//overflow:auto;
	color:#4B626D;
}

#wrapperInside span
{
	font-size:0.75em;
}

#wrapperInside h1
{
	margin:0.3em 0 0.5em 0;
	font-size:1.9em;
}

#leftInside
{
	float:left;
	width:200px;
	padding-left:0.5em;
}

#contentInside
{
	float:left;
	width:200px;
	padding-left:0.5em;
}

#rightInside
{
	float:right;
	margin-right:1em;
	width:175px;
	padding-left:0.5em;
}

#btnStyle
{
	clear:both;
	text-align:right;
	padding-right:2em;
}

#srchSelect
{
	color:#4B626D;
	font-size:1.7em;
	/*background: transparent url('/views/includes/images/sideBeige.gif') no-repeat 15% 15%;
	overflow:hidden;*/
	margin-bottom:0.5em;
}

.indent
{
	margin-left:0.8em;
}




