/* 
    Document   : style
    Created on : 02/08/2012, 10:17:45 AM
    Author     : jdavis123
    Description:
        Purpose of the stylesheet follows.
*/



#wrapper{
    
    margin:0 auto;
    width:1024px;
    
}
#header{
    height:104px;
    background-color:#2f2f2f;
    background-image:url(../images/header.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    
}
.rightImage{
	float:right;
	padding-top:10pt;
	padding-right:10pt;
	padding-bottom:5px}
#content{
    padding-top:50px;
    height:320px;
    background-image:url(../images/content_bgv2.png);
    background-repeat:no-repeat;
    background-position: top left;
}

#contentleft{
    margin-top:-20px;
	margin-left: 10px;
	padding:5px;
	color:#000;
	text-align:left;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;	
}
#contentright{
	width:500px;
    padding-bottom:5px;
	margin-top: 50px;
	text-align:center;
}

#contentleft h1{
	background-color:#000;
	color:#fff;
	padding:10px;
	font-size:16px;
	width:470px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}



#contentleftt a,
#contentleft a:link,
#contentleft a:active,
#contentleft a:visited
{color:#2F2F2F;
text-decoration:none;
font-weight: bold
}

#contentleft a:hover{
	color:#F15A2B;
	text-decoration:underline;
	font-weight: bold;
    
}

.bottomimage{
	float:right;
	position:relative;top:29px}


#footer{ 
    height:290px;
    background-color:#2f2f2f;
    color:#fff;
    font-size:13px;}

#footer h2{
    color:#F15A29;
    font-size:14px;}
#footerleft{
	position:relative;
	color:#fff;
	width:500px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerleft img{padding:5px;}
#footerright{
	padding:10px;
	color:#fff;
	text-align:left;
	width:470px;
	font-family: Arial, Helvetica, sans-serif;
	img: right;
	
    
    
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited
{color:#FBB040;
text-decoration:none;
}

#footer a:hover{
    
    color:#F15A29; 
	text-decoration:underline;
    
}


/******* Common helpers **************/

.clear{clear:both}
.left{float:left;}
.right{float:right;}
