/* CSS Document */
* {
	padding:0;
	margin:0;
	}
body {
	background: #c7d5dd url(../images/bg.jpg) repeat-x top left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0;
	margin:0;
	}
p {	
	font-size: 12px;
	line-height: 19px;
	padding: 2px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
a {	color: #d98c40; 
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {color:#d98c40;}
a:hover {text-decoration:none;}
a:active { color:#000000;}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	margin:0px;
	}
h2 {
	color: #c4553b;
	font-size:16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 0;
	}
h5 {
	color: #333;
	font-size:13px;
	font-weight: normal;
	padding: 2px 0 12px 0;
	}
h5 strong {color: #000;}
	
h4 {
	color: #7fa5c2;
	font-size:13px;
	font-weight: bold;
	padding: 4px 0 4px 0;
	text-transform:uppercase;
	margin:0px;
	}
h4 a {
	text-transform:none;
	}
img {
	border: none;
	}
img { behavior: url(iepngfix.htc); } 
#left ul {
	list-style: none;
	}

.imageLeft{ 
	float: left; 
	padding: 3px; 
	margin: 2px 15px 10px 0;
	border-left: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-right: 2px solid #BFBFBF;
	border-bottom: 2px solid #BFBFBF;
	background-color: #FFF;
	}
/* ----------container to center the layout-------------- */
#container {
	width: 865px;
	margin: 0 auto;
	height:100%;
	background: url(../images/flower_bg.jpg) no-repeat top left;
	}
#bodyContent { behavior: url(iepngfix.htc); }
#bodyContent {
	width: 773px;
	margin: 0 auto;
	min-height: 300px;
	background: url(../images/bodyMiddle_bg.png) repeat-y top left;
	} 
/* --------------top navi------------- */
img #top { behavior: url(iepngfix.htc); }
#top {
	width: 773px;
	margin: 0 auto;
	background: url(../images/top_bg.png) no-repeat top left;
	height: 276px;
	} 
#top ul { 
	padding: 80px 0 90px 230px;
	}

#top li {
	float:left;
	margin: 0 10px 0 0;	
	}
#top a {
	color: #484848;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 10px 10px 10px;
	background:url(../images/navHover.gif) no-repeat 0 30px;
	}
#top a:hover { color: #000;}
#top a.current {
	color: #000;
	background:url(../images/navHover.gif) no-repeat 0 -1px;
	}
#top h3 {
	color: #5f86b3;
	font-size:13px;
	padding: 0 80px 0 240px;
	font-weight: normal;
	line-height: 20px;
	}
/* --------------left col------------- */
#left {
	float: left;
	width: 205px;
	margin: 0;
	padding: 10px 0 0 35px;
}
#left li {
	padding: 4px 0;
	}
#left a {
	color: #888;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 16px;
	background:url(../images/star.gif) no-repeat 0 2px;
	}
#left a:hover, #left a.current {
	color: #000;
	background:url(../images/star.gif) no-repeat 0 2px;
	}
#left li ul {
	margin: 0 0 0 15px;
	}
#left li ul li {
	padding: 0 0 10px 0;
	}
#left li ul li a {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	padding: 2px 7px;
	font-size: 11px;
	background-color: #EEE;
	background-image: none;
	}
#left li ul li a:hover { 
	color: #5799c8; 
	background-color: #EEE;
	background-image: none;
}
#left li ul li a.current {
	color: #FFF;
	background-color:#7fa5c2;
	background-image: none;
	}
/* --------------right col------------- */
#right {
	float: left;
	width: 460px;
	margin: 0;
	padding: 10px 0 20px 0;
}
#right div { 
	display: block; 
	float: none; 
	margin-top: 10px; 
	}
#right object { 
	margin: 4px 0; 
	}
#right ul{
	margin:0 0 1em 1em;	
}
p.credit { 
	font-size: 11px;
	line-height: 15px; 
	padding-bottom: 20px;
	color: #888;
}
/* -----------------content--------------------- */
#singleCol { 
	padding: 20px 70px 40px 240px;
}
#singleCol ul { 
margin-left: 28px;
}
#singleCol li { 
padding: 4px 0;
list-style-type:disc;
}
/* -----------footer--------------------------- */
img #footer { behavior: url(iepngfix.htc); }
#footer {
	width: 773px;
	margin: 0 auto;
	clear: both;
	padding:0 0 20px 0;
	height:62px;
	text-align: center; 
	background: #c7d5dd url(../images/footer_bg.png) no-repeat top left;
}
