/* CSS Document */

body{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1.5;
	background-color:#000000;	
}

#whole_pg{
	background-color:#000000;
	background-repeat:repeat;
	width:900px;
	margin:0px auto;
}

#top{
	font-size:.8em;
	width:900px;
	background-color:#000000;
	line-height:1.3;
	margin:0px auto;
}

.title{
	color:#FFFFFF;
	width:900px;
	font-size:1.8em;
	line-height:1.5;
	text-align:left;
	font-style:bold;
	text-decoration:none;
}

.phone{
text-indent:15px;
}

.buttle{
	color:#000000;
	width:200px;
	font-size:1.5em;
	text-align:left;
	font-weight:bold;
	margin-left:15px;
}

.bigger{
	font-size:1.5em;
}

.email{
	color:#000000;
	font-size:.8em;
	line-height:1.5;
	font-style:bold;
	margin-top:5px;
	margin-left:25px;
	text-align:right;
}

.email a{
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
}

.email a:hover{
	color:#005500;
	background-color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
}

#nav_drop{
	color:#000000;
	background-color:white;
	width:200px;
	float:left;
	margin:0px 25px;
}

#nav_drop ul li a{
	font-size:1.2em;
	margin:5px 25px;
	color:#000000;
	text-decoration:none;
	list-style:none;
	line-height:1.2;
}

#nav_drop ul li a:hover{
	color:#FFFFFF;
	background-color:#005500;
	text-decoration:none;
	list-style:none;
	font-style:italic;
}

#nav{
	color:#000000;
	background-color:#FFFFFF;
	width:225px;
	float:left;
	margin:25px -50px;
}

#nav ul li a{
	font-size:1.2em;
	margin:5px 25px;
	color:#000000;
	text-decoration:none;
	list-style:none;
	line-height:2.5;
}

#nav ul li a:hover{
	color:#FFFFFF;
	background-color:#005500;
	text-decoration:none;
	list-style:none;
	font-style:italic;
}
#nav img{
	margin-top:15px;
	margin-bottom:0px;
	margin-left:0px;
}

#footer{
	margin:0px auto;
	width:200px;
	float:left;
	background-color:#777777;
}

.footer{
	font-size:.9em;
	line-height:1.5;
	text-align:center;
	font-style:italic;
	color:#FFFFFF;
	margin:5px auto;
}

#middle{
	width:900px;
	height:600px;
	float:left;
	margin:0px auto;
	background-color:#FFFFFF;
}

#pic_show{
	float:left;
	width:700px;
	height:500px;
	margin-top:25px;
	margin-left:10px;
}

#pic_show img{
	margin:0px 0px 0px 0px;
}

.copy{
	color:#000000;
	background-color:transparent;
	font-size:1em;
	font-style:italic;
	text-align:center;
}

/* CSS for dropdown menu*/

ul, li{margin:0; border:0; padding:0; list-style:none;}
#middlebar{
font-size:1.5em;
color:black;
background:white;
font-weight:bold;
padding:4px;
height:30px;
}
#middlebar .menu li {
background:url(lm.png) left top no-repeat;
height:30px;
float:left;
margin-right:10px;
}
#middlebar .menu li a{
color:#000000;
text-decoration:none;
padding:0 10px;
height:30px;
line-height:30px;
display:block;
float:left;
padding:0 26px 0 10px;
background:url(rm.png) right top no-repeat;
}
#middlebar .menu li a:hover{
color:#666666;
}

#middlebar ul .submenu {
margin-left:150px;
border:solid 1px #c9dea1;
border-top:none;
background:#FFFFFF;
position:relative;
width:150px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}
#middlebar ul .submenu li{
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #CCCCFF;
}

#middlebar .submenu li a{
background:none;
display:block;
float:none;
padding:6px 6px;
margin:0;
border:0;
height:auto;
color:#105cbe;
line-height:normal;
}
#middlebar .submenu li a:hover{
background:#e3edef;
}

/* end homepage CSS*/

