
body {
	border-top: 1px solid #929191;	
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;	
	padding-top:20px;
}
a:link, a:hover,a:visited{
outline:none;
}

h2{
    color:#FF0073;
}
h3{
	color:#fff;
}




ul {
list-style-type:none;
}

ul li {
background-image:url(../img/bullet.gif);
background-position:0 0.4em;
background-repeat:no-repeat;
line-height:1.25em;
margin:0 0 0.5em 0.25em;
padding-left:14px;
}

#top
{
	min-height:45px;

}

#header{
    
}

#logo h1 {
	background: url(../img/logo.png) no-repeat scroll 0 0;	
	width: 70px;
	height: 83px;
	margin:0;
	}
#header h1 a {
	text-indent: -9999px;	
	display: block;
	height: 100%; 
	}	
	



#menu
{
	margin-top:55px;	
}

#menu ul {  
      line-height:1.5em;
	  text-align:center;
	  background:transparent url(../img/menu_border.png) no-repeat scroll center bottom; 
	}

#menu li {
	display: inline;
	list-style: none;
	}
	
#menu a:link, #menu a:visited {		
	line-height:1.5em;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #333;
	
	}

#menu a.active:link, #menu a.active:visited, #menu a:hover{
	border-bottom: 4px solid #BAD8E0;	
	color: #333;
	
	}
#menu a:hover{
color: #999;
}


#banner{
margin-top:10px;
background:transparent url(../img/banner_bg.jpg) no-repeat scroll center top;
height:400px;
color:#FFFFFF;
font-weight:bold;
}

#banner h2{ color:#F0AB00;}

#banner .container{
padding-top:50px; 

}

.box  h2 {color:#000;}

#footer{
	background-color: #386B98;	
	text-align:left;
	color:#333;
	line-height:40px;
	min-height:40px;
	margin-top:20px;
	
	
}
#footer a
{
color:#fff;
}

.box
{
text-align:justify;

}
.box div
{
text-align:center;

}


#contactFormContainer {
	position:absolute;
	left:400px;	
	top:0;
	z-index:12;
	}

#contactForm {
	height:396px;
	width:558px;
	background-color:#515151;
	border:1px solid #929191;
	display:none;
	padding:7px 12px; 
	color:#fff;
	}   

.bar{
	display:none; 
	background:url(../img/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; 
	width:230px;
	}
	

#messageSent {display:none;}


#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	

#contactFormContainer .contact {
	height:30px;
	width:193px;
	background:url(../img/contact_me.png) no-repeat 0 0; 
	position:absolute; 
	left:368px; 
	bottom:-26px; 
	cursor:pointer;
	}
			

#backgroundPopup{
	display:none; 
	position:fixed; 	
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(../img/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; width:400px}
#contactForm .submit {
		width:125px;
		height:31px;
		background: url(../img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		border:none;		
		padding:0;
		cursor:pointer;
		position:absolute;
		bottom:30px;
		right:15px;
		margin-left:150px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}
#contactForm .contactInfo{float:right; margin-right:60px; font-size:1.2em;}

.hide{display:none;}



