﻿/* Sonoran Stylesheet */
/* Global Tags */
body
{
	background-color:#0C1E3F;
	margin: 0 0 0 0;
}

a, A:link, a:visited, a:active, A:hover {
	color: #84414A;
	text-decoration: underline;
}

/* Class Tags */
div.content
{
	background-color: #BFBEBE;
	width: 100%;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height:14px;
}

div.top
{
    background-color: #BFBEBE;
	width: 100%;
	height: 22px;
	display: inline;
}

div.banner
{
    BACKGROUND-IMAGE: url(images/banner/banner_bg.gif); 
    PADDING-BOTTOM: 10px;
    WIDTH: 100%;
    BACKGROUND-REPEAT: repeat-x; 
    HEIGHT: 22px;
}

div.claimform
{
	font-size:small;
}

div.fileUpload
{
	font-size:small;
}


input.inputFields
{
	vertical-align:middle;
}

.tableBorder
{
	border-bottom: 1px #DFDFDF solid;
}

.tableBorderThick
{
	border-bottom: 2px white solid;
}

.hidden
{
    display: none;   
}

.right
{
    float: right;
    margin: 5px 5px 5px 5px;
}

.left
{
    float: left;
    margin: 5px 5px 5px 5px;
}

.center
{
    text-align: center;
}

.clear
{
    clear: both;
}

.txtbox
{
	width:240px;
}

.menupos
{
    z-index: 2000;
    position:absolute;
    left: 520px;
    top: 87px;
}

.loginpos
{
    z-index: 2100;
    position: absolute;
    left: 765px;
    top: 87px;
    background-color: #bebebe;
    padding: 0px 5px 1px 5px;
    border: solid 1px black;
}

.loginStyle a
{
    text-decoration: none;
    font-weight: bold;
}

.msgbox
{
    height: 150px;
}

.staff p
{
    padding-left: 85px;
}

.staff img
{
    padding-left: 5px;
}


#slideshow
{
	float:right;
	line-height: 0px;
}

#header
{
    white-space: nowrap; 
    width:100%; 
    background-image: url(images/formatting/headerSTRECTCH.gif); 
    background-repeat: repeat-x; 
    overflow: hidden;
    min-width: 640px;
}

 #container
{
    width: 100%;
    margin: 0px auto;
    background-color: #0C1E3F;
    color: black;
    border: 0px;
    line-height: 130%;
	min-width: 600px;
}

#top h1
{
    padding: 0;
    margin: 0;
}

#leftnav
{
    float: left;
    width: 130px;
    margin: 0 0 0 0;
    background: #0C1E3F;
}

#leftborder
{
    width: 12px;
    height: auto;
    background-image: url(images/formatting/border_bg2.gif);
    background-repeat: repeat-y;
}

#content
{
    padding: 10px 10px 10px 10px;
    width: auto;
    height: 100%;
    background-color: #BFBEBE;
    border: 2px #0C1E3F solid;

}

#border{
	margin-left: 130px;
	margin-right: 17px;
	padding: 0px;
	border: 5px #BFBEBE solid;
}

#content h2 { margin: 0 0 .5em 0; }

#contentcanvas
{

	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height:14px;
}

#footer
{
    clear: both;
    margin: 0;
    padding: .5em;
}

#nav_menu
{
    color: Lime;
    font-size: 11px;
    font-family: Tahoma;
    position: absolute;
}