﻿body 
{
    margin: 10px;
    padding: 0;
    background: #bec4c9 url(/images/bgt.gif) 0 0 repeat-x;
    font: 9pt Helvetica,Arial,Verdana,sans-serif;
}

h1 
{
    font-size: 22px;
    color: #535353;
    margin-left: 10px;
}

a 
{
    color: #0088cc;
    text-decoration: none;
}

a:hover 
{
    color: #0088cc;
    text-decoration: underline;
}

#container
{
    margin: 0 auto;
    width: 960px;
    border: solid 10px #ffffff;
    background: #ffffff;
    padding: 0;
}

.noscreen {display: none;}

#header 
{
    height: 95px;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background: url(/images/header.gif) 0 0 no-repeat;
}

#top-nav
{
    float: right;
    padding-top: 10px;
    display: none;
}

#header #brand {
	width: 169px;
	height: 67px;
	float:left;
	padding: 10px 0 0 10px;
	margin: 0;
}

#header #brand a {
	width: 169px;
	padding-top: 67px;
	height: 0;
	display: block;
	background: url(/images/logo.gif) 0 0 no-repeat;
	overflow:hidden;
} 

#tag-line {
	width: 190px;
	height: 0;
	padding-top: 10px;
    float:right;
    overflow: hidden;
    margin-top: 68px;
    margin-right: 10px;
	background: url(/images/tagline.gif) 0 0 no-repeat;
} 

#navigation
{
    clear: both;
}

#phone-menu 
{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;    
}

#content
{
    width: auto; 
    display: block;
    margin: 0;
    padding: 0;
}

#content-header 
{
    height: 43px;
    width: 960px;
    background: url(../images/h1-bg.gif) 0 0 no-repeat;
    margin: 10px 0 20px 0;
}

#content-header h1 
{
    margin: 0;
    padding: 5px 0 0 10px;
    float: left;
}

#content-header h2
{
    margin: 12px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    float:right;
}

div.spacer
{
    clear: both;
}

#footer
{
    clear: both;
    border-top: solid 1px #cccccc;
    background: #e0e0e0;
    width: 960px;
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
}

#footer p 
{
    padding: 0;
    margin: 0;
    color: #666666;
}

ul#footer-menu
{
    width: 960px;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}
	
ul#footer-menu li{
	display:inline;
	height: 30px;
	line-height: 30px;
	border-right: solid 1px #999999;
	font-size: 11px;
	padding: 0 10px 0 10px;
	}
	
ul#footer-menu li.last{
	border-right: none;
	}	
	
ul#footer-menu li a {
	color: #666666;
	}
	
ul#footer-menu li a:hover {
	color: #999999;
	}	

#footer-partners
{
    width: 158px;
    margin: 0 auto;
    padding: 0;
    height: 47px;
}

#twitter-logo {
	width: 32px;
	height: 37px;
	float:left;
	padding: 0;
	margin: 10px 0 5px 0;
}

#twitter-logo a {
	width: 32px;
	padding-top: 32px;
	height: 0;
	display: block;
	background: url(../images/social/twitter.png) 0 0 no-repeat;
	overflow:hidden;
} 

#facebook-logo {
	width: 32px;
	height: 37px;
	float:left;
	padding: 0;
	margin: 10px 0 5px 10px;
}

#facebook-logo a {
	width: 32px;
	padding-top: 32px;
	height: 0;
	display: block;
	background: url(../images/social/facebook.png) 0 0 no-repeat;
	overflow:hidden;
} 

#myspace-logo {
	width: 32px;
	height: 37px;
	float:left;
	padding: 0;
	margin: 10px 0 5px 10px;
}

#myspace-logo a {
	width: 32px;
	padding-top: 32px;
	height: 0;
	display: block;
	background: url(../images/social/myspace.png) 0 0 no-repeat;
	overflow:hidden;
} 

#youtube-logo {
	width: 32px;
	height: 37px;
	float:left;
	padding: 0;
	margin: 10px 0 5px 10px;
}

#youtube-logo a {
	width: 32px;
	padding-top: 32px;
	height: 0;
	display: block;
	background: url(../images/social/youtube.png) 0 0 no-repeat;
	overflow:hidden;
}
	
.SearchButton 
{
    background: url(../images/buttons/button_bg_submit.gif) left center repeat-x; 
    height: 35px;
    border:1px solid #d5bd98; 
    border-right-color:#935e0d; 
    border-bottom-color:#935e0d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    }
    
.SearchButton2
{
    background: url(../images/buttons/button_bg_submit.gif) left center repeat-x; 
    height: 25px;
    border:1px solid #d5bd98; 
    border-right-color:#935e0d; 
    border-bottom-color:#935e0d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    }    
    
.TextBox1 {
	margin-bottom: 3px;
	float: left;
	clear:both;
	border: 1px solid #ccc;
	width: 290px;
	padding: 5px;
	height: 80px;
	font: 13px arial, helvetica, trebuchet, geneva;
} 

.TextBox2 {
	border: 1px solid #ccc;
	border-top-color: #999;
	border-left-color: #aaa;
	width: 190px;
	padding: 5px;
	font: 13px arial, helvetica, trebuchet, geneva;
}

.TextBox3 {
	border: 1px solid #ccc;
	border-top-color: #999;
	border-left-color: #aaa;
	padding: 5px;
	font: 13px arial, helvetica, trebuchet, geneva;
}  

.DropDown1 {
	border: 1px solid #ccc;
	border-top-color: #999;
	border-left-color: #aaa;
	width: 190px;
	padding: 4px;
	font: 13px arial, helvetica, trebuchet, geneva;
}	

#Error 
{
    font-size: 14px;
    color: Red;
    margin: 0;
    padding: 0;
    width: auto;
}

#Error p
{
    border: dashed 1px red;
    width: 500px;
    padding: 5px;
    margin: 10px;
}

#darkenScreenObject 
{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 50;
    width: 100%;
    height: 100%;
background-color: #666666; /* dark gray */
opacity: .7; 
filter: alpha(opacity=70); /* opacity: partly transparent */    
}

#AjaxLoading
{
    border: solid 2px rgb(102, 102, 102);
    padding: 10px;
    overflow: hidden;
    position: absolute;
    top: 25%;
    left: 45%;
    display: none;
    opacity: 1;
    z-index: 100;
    height: 80px;
    font-size: 18px; 
    width: 200px; 
    text-align: center; 
    background-color: rgb(255, 255, 255);
    
}	