/*
HYDRANGEA
   Re-Designed & Distributed by: Eden Design Studio http://www.edendesignstudio.com
   Original Open Source Design Author: http://www.growldesign.co.uk
*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(images/bg2.gif); /* Optional */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(images/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(images/header_right.jpg) no-repeat;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 103px;
	}
#header h1 { 	
	margin: 0;
	color: #ffffff;
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	padding: 28px 0px 0px 30px;
	}	
#header h2 { 	
	margin: 0;
	color: #2D4B89;
	font-size: 1.2em;
	padding: 0px 0px 0px 30px;
	cursor: default;
	}
#header h1 a { border-bottom: 0px;
color: #ffffff; }
#header h2 a { border-bottom: 0px;
color: #2D4B89; }
#header a:hover { border-bottom: 0px; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/

#nav {
	background: #88b1dd; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	text-align: left;
	}
	#nav ul
	{
		background: #89B2DE; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	text-align: left;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	text-align: left;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ffffff;
	background-color: #89B2DE;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #2D4B89; }
#nav li a.menu_current { background-color: #2D4B89; color: #ffffff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(images/para_bg2.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3 { 
	font-size: 1.3em; 
	color: #2D4B89; 
	margin: 0 10px 0 0; 
	cursor: default;
	font-weight: normal;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}
#sidebar p {
text-align: justify;
font-size: 9px;
line-height: 1.6em;
word-spacing: 0px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	}	
#content div { background: #fff url(images/para_bg.jpg) repeat-x; }	

#content h1 { 
	font-size: 1.4em;
	font-weight: normal; 
	color: #2D4B89; 
	margin: 0px 0px; 
	cursor: default;
	}
#content h2 { 
	font-size: 1.1em; 
	color: #89B2DE; 
	margin: 5px 0px; 
	cursor: default;
	}
	

#content hr {
border: none 0;
border-top: 1px dashed #89B2DE;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;
}

#content img.left {
margin: 0px 10px 0px 0px;
border: 1px solid #89B2DE;
}

#content img.right {
margin: 0px 0px 0px 10px;
border: 1px solid #89B2DE;
}

#content li {
list-style-image: url(images/bullet.gif);
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(images/header_right.gif) no-repeat bottom;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: left;	
	color: #fff;
	font-size: 0.8em;
	clear: both;
	}
	
p {
	margin-left: 10px;
}
	
#footer a { text-decoration: none; color: #fff; border-bottom: 1px dashed #fff; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }