@charset "iso-8859-1";
/* CSS Document */
BODY,HTML {margin: 0px; padding: 0px; width: 100%; height: 100%; color: #333; background: url(images/bg.jpg) #fff; }

#banner{
	width: 1024px;
	height: 330px;
	background: url(images/banner.jpg);
}

#menu_container{
	float: left;
	width: 210px;
	min-height: 330px;	
	overflow: hidden;
}

#menu{
	margin: 30px 0 20px 20px;
	float: left;
	width: 199px;	
	text-align: left;
	border-left: solid 2px #777;
}

.menu_item{
	display: block;
	width: 120px;	
	color: #fff;
	padding: 3px 0 2px 25px;
	font-size: 10pt;
	text-decoration: none;	
	font-weight: bold;
}

.menu_item:hover{
	color:#369;
	background: url(images/dot.png) no-repeat;
	/* border-bottom: solid 1px #666; */
}

#container{
	width: 1024px;
	overflow: hidden;
	background: url(images/content_bg.jpg) #fff;
}

#main_content{
	float: left;
	width: 500px;
	margin: 0 30px 0 25px;
	text-align: justify;	
}


#right_column{
	float: left;
	width: 230px;
}

.photo{
	padding: 4px 4px 4px 4px;
	border: solid 1px #f0f;
}

.footer{
	text-align: left;
	width: 1024px;
	min-height: 130px;
	background: url(images/base.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	
}

#social_media{
	float: left;
	padding: 50px 0 0 15px;
}

#testimonial{
	float: left;
	padding: 20px 0 0 245px;
	font-size: 9pt;
	color: #fff;
	position:absolute;

}

.white{
	font-size: 9pt;
	color: #fff;
}

.bodytxt {	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

p {	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.hyperlinktxt {	
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
	font-weight: normal;
	color: #004a80;
	text-decoration: none;
}
.hyperlinktxt:hover {	
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
	font-weight: normal;
	color: #039ede;
	text-decoration: none;
}

#developer_links{
	font-size: 8pt;
	color: #999;
}
#developer_links a{
	font-size: 8pt;
	color: #999;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
#developer_links a:hover{	
	color: #666;	
}
