/*
------------------------------------------------------
 Stylesheet for: Ehrles

 Created: August 17, 2007
------------------------------------------------------
*/

body {
margin: auto;
padding: 0;
text-align: center;
background: url(../App_Themes/Ehrles/images/home/bg.png) repeat-x #fff;
}

#mainPanel 
{
	background: transparent;
	border: 0px;	
}

#innerContentWrapper
{
	background: transparent;
	border:0px;
}

#outerContentWrapper
{
	top:-2px;	
}

/*
------------------------------------------------------
 Standard Elements
------------------------------------------------------
*/

a	{
color: #006699;
text-decoration: underline;
}

a:hover	{
color: #FF6600;
text-decoration: none;
}

img	{
border: 0;
}

h2{
font:18px Arial;
color:#ff6600;
text-indent:0px;
text-decoration:none;
padding:0px;
padding-top:4px;
margin:0px;
}

form	{
margin: 0;
padding: 0;
display: inline;
}

input, textarea, select	{
font: 10px tahoma, arial, helvetica, sans-serif;
}

.alt	{
display: none;
}

.clear	{
clear: both;
margin: 0;
padding: 0;
height: 0;
font-size: 0;
line-height: 0;
}

.center	{
text-align: center;
}

.right	{
text-align: right;
}

.hr	{
border-bottom: 1px solid #000;
padding-top: 10px;
margin-bottom: 10px;
}

/*
------------------------------------------------------
 Fonts
------------------------------------------------------
*/

.font10	{
font: 10px tahoma, arial, helvetica, sans-serif;
}

.font11	{
font: 12px arial, tahoma, helvetica, sans-serif;
}

.font12	{
font: 12px tahoma, arial, helvetica, sans-serif;
}

/*
------------------------------------------------------
 Layout
------------------------------------------------------
*/

.wrapper	{
position: relative;
margin: auto;
text-align: left;
width: 930px;
}

.sun {
position: absolute;
top: 0px;
right:-100px;
width: 200px;
height: 200px;
z-index: 0;
background: url(../App_Themes/Ehrles/images/home/sun.png) no-repeat;
}

.clouds	{
position: absolute;
top: 145px;
left: 0;
width: 930px;
height: 200px;
z-index: 0;
background: url(../App_Themes/Ehrles/images/home/clouds.png) no-repeat;
}

.sign	{
position: absolute;
top: 0px;
left: 42px;
width: 570px;
height: 180px;
z-index: 0;
background: url(../App_Themes/Ehrles/images/home/sign.png) no-repeat;
}

.flyover	{
position: absolute;
top: 158px;
right: 52px;
width: 415px;
height: 66px;
z-index: 15;
/* Standard */
background: url(../App_Themes/Ehrles/images/home/plane-08.png) no-repeat;
/* Valentines */
/*background: url(../App_Themes/Ehrles/images/home/cupid-08.png) no-repeat;*/
/* Christmas */
/* background: url(../App_Themes/Ehrles/images/home/santa-08.png) no-repeat; */
}

html>body .flyover	{
/* Standard */
background: url(../App_Themes/Ehrles/images/home/plane.png) no-repeat;
/* Valentines */
/*background: url(../App_Themes/Ehrles/images/home/cupid.png) no-repeat;*/
/* Christmas */
/* background: url(../App_Themes/Ehrles/images/home/santa.png) no-repeat; */
}

.sign span, .flyover span	{
display: none;
}

.content	{
padding: 100px 33px 30px 33px;
width: 864px;
\width: 930px;
w\idth: 864px;
}

.contentlt	{
float: left;
width: 550px;
}

.contentsublt div	{
float: left;
margin: 0;
padding: 10px 0 0 10px;
width: 250px;
\width: 260px;
w\idth: 250px;
}

.contentsublt span	{
color: #039;
font-weight: bold;
}

.contentsublt input	{
vertical-align: middle;
}

.contentsublt p	{
display: inline;
margin-right: 5px;
}

.contentlthead	{
padding: 8px 0 0 10px;
width: 570px;
\width: 580px;
w\idth: 570px;
height: 22px;
font-weight: bold;
color: #fff;
background: url(../App_Themes/Ehrles/images/home/headerbg.png) no-repeat;
}

.contentrt	{
float: right;
width: 275px;
}

.contentrthead	{
padding: 8px 0 0 10px;
width: 265px;
\width: 275px;
w\idth: 265px;
height: 22px;
font-weight: bold;
color: #fff;
background: url(../App_Themes/Ehrles/images/home/headerbg.png) no-repeat right;
}

.contentsubrt	{
padding: 10px;
width: 255px;
\width: 275px;
w\idth: 255px;
border-bottom: 1px solid #999;
margin-bottom: 10px;
}

.contentsubrt p	{
font-size: 15px;
font-weight: bold;
color: #039;
padding: 0 0 10px 30px;
margin: 0;
background: url(../App_Themes/Ehrles/images/home/arrow.gif) no-repeat;
}

.contentsubrt a, .contentsubrt a:hover	{
color: #039;
}

/*
------------------------------------------------------
 Clear
------------------------------------------------------
*/

.clearfix:after {
content: "."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.clearfix {
display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
