/**********************************************************
 **                   Common Layout                      **
 ** This file is for all common CSS between the customer **
 ** admin and any other area specific style sheets.      **
 **********************************************************/
* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100.01%;
}

body {
	padding: 8px;
	margin: 0;
    font-family: Sans-Serif, Tahoma, Verdana, Arial;
    font-size: 1.0em;
    color: #404040;
	text-align: center;
/*	background-color: #d1d1d1;*/
}

ul {
	padding: 0px 15px;
}

p {
	padding: 3px 0;
}

hr {
	margin: 15px 0;
	color: #F58426;
	background-color: #F58426;
	width: 100%;
	height: 1px;
	border: none;
}

input {
    font-family: Sans-Serif, Tahoma, Verdana, Arial;
    color: #404040;
	font-size: 0.9em;
}

select {
    font-family: Sans-Serif, Tahoma, Verdana, Arial;
    color: #404040;
/*	font-size: 0.9em;*/
}


a:link {
	color:#404040;
}
a:visited { 
	color:#404040;
	}
a:hover { 
	color:#404040;
	}
a:active { 
	color:#404040;
	}
	
h1 {
	font-size: 1.1em;
	color: #F58426;
	font-weight: normal;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #F58426;
}

h3 {
	font-size:1.0em;
	display: inline;
	color: #F58426;
	padding: 5px 0 5px 0;
}

h3 a:link {
	color: #F58426;
	text-decoration: none;
}

h3 a:visited {
	color: #F58426;
	text-decoration: none;
}

h3 a:hover {
	color: #F58426;
	text-decoration: none;
}

h3 a:active {
	color: #F58426;
	text-decoration: none;
}

img {
	border: none;
}

.fineprint {
	font-size: 0.8em;
}

/**********************************************************
 **                   Navigation                         **
 **********************************************************/

.back_to_top {
	text-align:right;
	font-size: 0.8em;
}

#logo_link {
	width: 150px;
	height: 80px;
	float: left;
	text-decoration: none;
}

/**********************************************************
 **                  Main Structure                      **
 **********************************************************/

#outer {
	text-align: left;
	width: 950px;
	margin: auto;
/*	height: 100px;*/
}

#hdr {
	height: 102px;
	background: url(/images/main/header.gif) no-repeat;
/*	display: inline-block;*/
/*	overflow: hidden;*/
}

#welcome {
	text-align: right;
	float: right;
	height: 45px;
}

#welcome p {
	width: 400px;
	font-size: 0.8em;
}

#bodyblock {
/*	position: relative;*/
/*	background: #fff url(/images/main/middle.gif) 0 0 repeat-y;*/
/*	width: 794px;*/
/*	padding: 0 3px 0 3px;*/
/*	display: inline-block;*/
/*	overflow: hidden;*/
}

#l-col {
	float: left;
/*	background: #fff;*/
/*	width: 200px;*/
/*	display: inline-block;*/
/*	overflow: hidden;*/
/*	padding: 5px;*/
}

#cont {
	width: 770px; /* main size (950) less sidenav (150) less padding (10) */
/*	background: #fff;*/
/*	text-align: left;*/
	float: right;
/*	display: inline-block;*/
/*	overflow: hidden;*/
	padding: 5px 0 5px 10px;
}

#cont .content {
	font-size: 0.8em;
}

#cont .content p {
	padding: 7px 0 8px 0;
}

.content_buttons {
	text-align: right;
	color: #F58426;
}

#ftr {
	height: 20px;
	margin: 0;
	width: 780px;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}
/**********************************************************
 **                   Footer Links                       **
 **********************************************************/

#ftr ul
{
	clear: none;
    list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	border-top: #8e8686 solid 1px;
	display: block;
}

#ftr li, #ftr a
{
	font-size: 0.8em;
	padding: 2px;
	color: #8e8686;
	text-decoration: none;
	display: inline;
}
#ftr a:hover {
	color: #F58426;
}
/**********************************************************
 **                Navigation Menu                       **
 **********************************************************/
#nav-menu
{
    float: right;
    margin: 25px 10px 0px 0px;
	width: 400px;
	padding: 0;
}

#nav-menu ul
{
    list-style: none;
    padding: 0;
	margin: 0;
	float: right;
}

#nav-menu li, #nav-menu a
{
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
    float: left;
    margin: 0 0.15em;
	padding: 0;
}

#nav-menu a:hover
{
/*	color: #fde6d4; */
	color: #404040;
}

 /* Hide from IE5-Mac \*/
#nav-menu li a
{
    float: none
}
/* End hide */

/**********************************************************
 **                      Side Menu                       **
 **********************************************************/
#sidemenu {
/*	height: 450px;*/
/*	background: #8e8686;*/
}

#sidemenu ul
{
    list-style: none;
	padding: 0;
}

#sidemenu li
{
	padding: 1px 0;
	margin: 0;
}

#sidemenu a:link, #sidemenu a:visited {
	height:20px;
	width:145px;
	font-size: 0.7em;	
	display: block;
	padding: 3px 0 0 5px; 
	text-decoration: none;	
/*	border-top: 1px solid #8e8686;*/
/*	border-left: 1px solid #8e8686;*/
/*	border-right: 1px solid #8e8686;*/
	background: #fff url(/images/main/sidemenu_background.gif) no-repeat left;
/*	margin: 0;*/
/*	color: #fff;*/
}

#sidemenu a:link.selected, #sidemenu a:visited.selected {
/*	padding: 0; */
/*	width:150px;*/
	background: #fff url(/images/main/sidemenu_selected.gif) no-repeat left;
/*	color: #fff;*/
}


#sidemenu a:hover, #sidemenu a:hover.selected {
	color: #fff;
	background: #fff url(/images/main/sidemenu_hover.gif) no-repeat left;
}


#sidemenu_header {
}

#sidemenu_footer {
	text-align: center;
	width: 145px;
}

input[type="text"], select {
	background: #ffffff !important;
}

.phone {
	font-size: 20px;
	text-align: center;
	color: #F58426;
	margin: 20px 0;
}

#welcome_home_row {
	font-size: 0.8em;
	color: #646464;
}