*{
	padding: 0px;
	margin: 0px;	
}


body{
 	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;	
        background:#ffffff url(../images/bg.jpg) repeat-x;
}

img {
    border:none;
}

.container{ 
 	width:900px;
 	margin:0px auto;
 	text-align:left;        	
	min-height:550px;
}

.clear{
      clear:all;
}

.header{
        width:900px;
        height:208px;
        border-bottom:#747474 1px solid;
        border-right:#747474 1px solid;
        border-left:#747474 1px solid;
}

.logo{
        float:left;
        width:35%;
        padding:108px 0 0 8px;
}

.topLinks{
        float:right;
        width:55%;
        text-align:right;
        font-size:12px;        
        padding:180px 0 0 0;
}


.links li{
        display: inline;
        list-style-type: none;
        padding-right: 10px;

}

.links li a{
        color:#808282;
        text-decoration:none;
}

.links li a:hover{
        text-decoration:underline;
		color:#86b93c;
}


.email{
        vertical-align:-8px;
}

.introTxt{
        background:#6c276a;
        width:100%;
        color:white;
        border-right:#747474 1px solid;
        border-left:#747474 1px solid;
        font-size:16px;
}

.introTxt p{ 
}


.flash{
        background:#8dc640;
        border-right:#747474 1px solid;
        border-left:#747474 1px solid;
        height:50px;
        width:100%;
}

.mainContent{
        width:100%;
        /*min-height:300px;*/
        border-right:#747474 1px solid;
        border-left:#747474 1px solid;
		background:url(../images/content_bg.png) no-repeat;
		background-position:bottom;
}

.mainContent div, span{		
		padding:15px;
}

.lableImg{
		padding:0px;
}

.homeTxt{
		font-size:20px;
		float:left;
		width:52%;
		color:#757777;
		text-align:justify;
		padding:15px;
}

.homeOtherLinks{
		float:right;
		width:38%;
		padding:15px;
		margin:0 30px 0 0;
}

#map{
		font-weight:bold; 
		color:#5b0e59; 
		font-size:16px; 
		text-decoration:none; 
		font-style: italic;
}

#map:hover{		
		text-decoration:underline; 
}

.logoArrow{
		float:left; 
		width:15%; 
		margin:45px 0 0 0;
}

.bigLogo{
		float:right; 
		width:75%; 
}

.proServArrow{
		float:left; 
		width:15%;
}

.proServTxt{
		float:right; 
		width:75%; 
		color:#86b93c; 
		font-size:20px;
}

.separator{
        background:url(../images/separator.jpg);
        height:9px;
        border:#747474 1px solid;
        width:100%;
}

.hr{
		border-top:#8c8e8e 1px solid;
}

dl {        
        padding: 0.5em; 
} 

dt { 
        float: left; 
        clear: left; 
        width: 100px; 
} 

dd { 
        margin: 0 0 0 110px; 
        padding: 0 0 0.5em 0; 
}

p.form{
        margin:0 0 0 40px;
        color:#231f20;
}

.footer{
        width:100%;
        border-right:#747474 1px solid;
        border-left:#747474 1px solid;
        background:#fafbfc;
		padding:0 0 15px 0;
}

.copyright{
        text-align:center;
        font-size:11px;
        color:#8c8e8e;
        padding:8px 0 0 0;
}

.contact{
        text-align:center;
}

.slogan{
        text-align:center;
}