
/*web page basis style*/

  
/* red */
#banner {
	background: url(images/banner_bg.jpg)
	 repeat-x left top;
	 margin-left: 20px;
		margin-top: 5px;
		margin-right: 20px;
		border-left: 1px solid #73afb7;
			border-right: 5px solid #73afb7;
	border-bottom: 5px solid #73AFB7;
	padding-left: 15px;
}
#banner p {
	font-family: papyrus, New Times Roman;
	font-size: 30pt;
	margin: 20px;
	height: 85px;
	font-style : italic;
	font-weight : bolder;	
	} 
 
	  
}
#Nav {
	background-color: #fff8dc;
	height: 32px;
	width: 80%;
	 margin-left:40px;
	line-height: 32px;
	padding: 0 0px;	
	margin-top: 0px;
	border-right: 3px solid #d6ecae;
	border-left: 3px solid #d6ecae;
	border-top: 5px solid #d6ecae;
	border-bottom: 5px solid #d6ecae;
	}
	#Nav ul,
	#Nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
} 

#nav ul li{
	float: left;
	display: block;
}
#nav ul	li a:link,
#nav ul li  a:visited {
	color: blue;
	vertical-align :bottom;	
	margin-top: 0 px;
	background-image : url(images/sun.jpg);
	background-repeat : no-repeat;
	text-align : bottom;
	background-position : top;
	list-style-image : none;
	background-color : transparent;
	height : 20px;
	padding: 20;
	font-weight : bold;
}

#nav ul  li a:hover {
	color: black;
	background-image : url(images/sunhover.jpg);
	background-position : top;
	background-repeat : no-repeat;
	margin-top: 0px;
	text-align : bottom;
	height : 20px;
	background-color : transparent;
	vertical-align :bottom;
	padding: 20px;
	font-weight : bold;
}

#nav ul li ul li{
float:left;
display:block;
}


body {
	font-family:Century Gothic,Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: brown;
	background-color: transparent;
	letter-spacing: normal;
	text-align: left;
	margin-left: 25px;
	word-spacing: normal;
	background-repeat: repeat-y;
	border : White;
	width : 100%;
}
P  {
	font-family: georgia, Tahoma, Century Gothic,Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	margin-left : 10px;
	color: Green;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	text-indent: 30px;
}

.byline{
	color: #73afb7;
	font-size: 1.5em;
margin-bottom: 10px;
font-weight: bold;
letter-spacing: 2px;
font-variant:  small caps;
text-indent: 0;
}

.serviceline{
font-size: 8pt;
float: left;
margin-bottom: 10px;
letter-spacing: 2px;
background-color: #DA7OD6;
border: solid 1px #5f9794;
	border-top-width: 5px;
	padding: 10px;
	text-align : left;
font-variant:  small caps;
text-indent: 0;
text-align: left;
list-style:circle;
}



.serviceline2{
font-size: 8pt;
float: right;
margin-bottom: 10px;
letter-spacing: 2px;
width: 20%;
background-color: #DA7OD6;
border: solid 1px #5f9794;
	border-top-width: 5px;
	padding: 10px;
	text-align : left;
font-variant:  small caps;
text-indent: 0;
list-style:circle;
}

.serviceline3{
font-size: 8pt;
float: right;
margin-bottom: 10px;
letter-spacing: 2px;
background-color: #DA7OD6;
border: solid 1px #5f9794;
	border-top-width: 5px;
	padding: 10px;
	text-align : left;
font-variant:  small caps;
text-indent: 0;
text-align: left;
list-style:circle;
}






				/* content applies to all main content inside page*/

#content {
background-color: ffffe0;
	align: center;
	padding-left: 5px;
	border-left: 3px solid #D6ECAE;
	}
#content ul{
	font-size: 12pt;
	list-style-type: none;
	
}
#content li{
	margin-bottom: 5 px;	
}
.figure{
float: center;
margin-top: 20px;
margin-bottom: 20px;	
}

.figure2{
margin-top: 20px;
margin-bottom: 20px;	
float: right;
width: 200px;
margin: 10px;


}


.sidebar{
	width: 200px;
	float: left;
	margin: 10px;
	background-color: #E6E6FA;
	border: solid 1px #5f9794;
	border-top-width: 5px;
	padding: 10px;
	text-align : left;
}
.sidebar ul{
	padding:10;
	margin: 5px 0 0 0;
	align: left;
	}
	
	.sidebar li{
	 margin-left: 5px;
}

#footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #294E56;
}


