/*========================================= Clear default style & Clearfix=========================================*/
*, html, body
{
    margin: 0;
    padding: 0;
}
img
{
    border: none;
}
a
{
    outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack*/
html
{
    margin-bottom: 1px;
    height: 100% !important;
    height: auto;
}
/*========================================= Common elements=========================================*/
body
{
    background: url('images/background.jpg');
	background-repeat:no-repeat;
    font-family: "Lucida Grande" ,Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
	color:#333333;
}
a
{
    color: #FF0033;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    text-decoration: blink;
}
p {
	margin: 10px 0;
}
h1
{
    font-size: 140%;
	color:#3D53AC;
	margin-bottom:20px;
}
h2
{
    font-size: 120%;
	color:#000;
}
h3
{
    font-size: 110%;
    color: #333;
	font-weight:bold;
}
h4
{
    font-size: 14px;
    font-weight: bold;
    color: #522b1c;
    margin: 15px 0;
    text-transform: uppercase;
}
#mainwrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-bottom:;
}
#banner, #mainnav, #content {margin-top:10px;}
#mainnav{}
#content{background-image:url(images/content_back.png); background-repeat:repeat; border:solid 1px; border-color:#CCCCCC; padding:15px;}
/*#banner{background-image:url(images/banner.jpg); background-repeat:no-repeat; height:201px;}
.imgOpacity{opacity:0.95;} */

/*========================================= Header =========================================*/

#header{padding-top:10px; position:relative;}

#headerInfo { padding-left:5px;

 
}
#headerInfoContainer{position:absolute; left: 759px; top: 21px; width: 238px;}

#logo{background-image:url(images/logo.png); background-repeat:no-repeat; height:33px;}

#header h5 a {
background:transparent url(images/logo.png) no-repeat scroll left top;
display:block;
height:33px;
overflow:hidden;
text-indent:-500%;
width:201px;
}

/*========================================= Left Column =========================================*/



.leftImage{ padding-bottom:18px; border:none;}


#LeftCol{float:left; display:block; width:15.4%; border-right:solid 1px; border-color:#CCCCCC; }

#LeftColTwo{float:left; display:block; width:29%; border-right:solid 1px; border-color:#CCCCCC; }








/*========================================= Right Column =========================================*/


#RightCol{float:left; display:block; width:67%; padding-left:25px;}


/*========================================= Footer =========================================*/



#footer{background-image:url(images/bottom_bar.png); background-repeat:no-repeat; height:23px; text-align:center; padding-top:3px;}


/*=================================================================== Contact page ============================================================================*/


#contact
{
	background-image: url('images/contact_back_2.png');
	background-repeat: no-repeat;
	width: 629px;
	height: 320px;
	position:relative;
}


#first_name, #last_name, #company, #title, #email, #phone, #city, #state
{
	position: absolute;
	border: none;
	background-color: transparent;
	width: 263px;
	height: 24px;
}


#first_name
{
	top: 76px;
	left:20px;
	}
	#last_name
{
	top: 76px;
	left:348px;
	}
	#company
{
	top: 132px;
	left:351px;
	}
	#title
{
	top: 190px;
	left:20px;
	}
	#email
{
	top: 132px;
	left:20px;
}
#phone
{
	top: 190px;
	left:348px;
}
	#city
{
	top: 248px;
	left:20px;
	}
		#state
{
	top: 247px;
	left:348px;
	}



#submit
{
	position:absolute;
	top:294px;
	left:8px;
}

#indent
{
padding-left: 15px; line-height:1.7em ;
}
