body{
font-family:trebuchet,arial,verdana,sans-serif;
background-color:#132632;
background-image:url('/images/layout/bg.gif');
background-position:0 120px;
text-align:center;
margin:0;
padding:0;
font-size:12px;
}
/*resetting*/
form{
margin:0;
padding:0;
}

a:hover{
text-decoration:none;
}

img{
border:0;
}

/*normal stuff*/
#header{
width:973px;
height:254px;
margin:0 auto;
text-align:left;
position:relative;
}

h1{
font-family:arial,verdana,sans-serif;
font-size:18px;
color:#0079C2;
}

h2{
font-family:arial,verdana,sans-serif;
font-size:15px;
color:#00486F;
margin-bottom:0;
}

h3{
font-family:arial,verdana,sans-serif;
font-size:13px;
color:#00486F;
margin-bottom:0;
}

#searchinput{
vertical-align:-4px;
}

#navigation{
width: 971px;
height: 28px;
background-image:url('/images/layout/nav_bg.gif');
font-family:ITC Stone Sans,arial,verdana,sans-serif;
font-size:13px;
text-align:left !important;
font-weight:bold;
padding-top:3px;
position:absolute;
top:225px;
left:0;
z-index:9999;
}
#navigation #nav {
	position:absolute;
	top:4px;
	left:5px;
	z-index:9900;
}

#navigation_print{
display:none;
}

#middle_content_area{
width:971px;
text-align:left;
margin:10px auto 0 auto;
z-index:10;
}

#highlight{
background-color:white;
width:971px;
margin:0 auto;
font-size:10px;
text-align:left;
}

#highlight li a{
display:inline;
padding:0;
font-size:13px;
}

/*absolute stuff*/

#contact{
position:absolute;
top:2px;
font-size:11px;
color:white;
font-weight:bold;
width:660px;
overflow:hidden;
height:21px;
z-index:1000;
right:0;
text-align:right;
}

#contact a{
color:white;
text-decoration:none;
}

#contact img {
	vertical-align:middle;
	margin-left:10px;
}

#search_top{
text-align: right;
position: absolute;
top: 27px;
right: 5px;
margin: 0 0 0 65px;
height: 15px;
padding: 0;
width: 290px;
}

#search_top input{
margin:0 !important;
padding:0 !important;
border:0;
height:17px;
display:inline;
border-style:none;
}

#flash{
position: absolute;
top: 47px;
left: 212px;
width: 761px;
height: 170px;
}

#copyright{
color:white;
width:740px;
margin:0 auto;
text-align:center;
padding:10px 0 10px 0;
font-size:11px;
}

#copyright a{
color:white;
}

.page_nav {
	margin-bottom: 6px;
	line-height:22px;
	font-size:11px;
}

.page_nav a{
padding:1px 4px 1px 4px; 
border:1px solid #0079C2;
text-decoration:none;
margin-right:-1px;
}

.page_nums a{
background-color:#B5DEF4;
}

.backtotop{
font-size:11px;
text-align:right;
}

.backtotop a{
font-size:11px;
text-align:right;
color:gray;
}

.top_white_rounded{
background-image:url('../images/layout/rounded.gif');
width:971px;
height:9px;
margin:8px auto 0 auto;
overflow:hidden;
background-position:top;
}

.bottom_white_rounded
{
background-image:url('../images/layout/rounded.gif');
width:971px;
height:10px;
margin:0 auto;
overflow:hidden;
background-position:bottom;
}
input.submit {
	font-size: 12px;
}
input.textinput {
	font-size: 12px;
}

.body {
	font-size:14px;
	line-height:1.5em;
}
.body ul {
margin:10px 0;
}
.body li {
display:list-item;
margin-bottom:1em;
list-style:disc outside none;
margin-left:1em;
float:none;
width:100%;
}

#fb {
	background-image:url('../images/layout/fb.png');
	width:20px;
	height:20px;
	position:absolute;
	right:5px;
	top:3px;
}

.biz-desc {
	font-style:italic;
	font-weight:bold;
}


.button
{
    margin: 0 0 .75em 0;
    text-decoration: none;
    font: bold 17px sans-serif; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #132632 !important;
    border: 2px solid #ffffff; /* Fallback style */
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    width:300px;
}

.button, .button>span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button>span
{
    border-top: 1px solid red;
    display: block;
    padding: 9px;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    display: block;
    padding:9px;
}

.button:hover
{
    color:white;  
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}
.button-blue
{
    background: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5) );
    background: -moz-linear-gradient(-90deg, ##ffffff, #e5e5e5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5');
}
 
.button-blue:hover
{
    background: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff) );
    background: -moz-linear-gradient(-90deg, #e5e5e5, #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#ffffff');
}
 
.button-blue:active
{
    background: #000000;
}

