/* CSS - Document. Copyright Futureye Designs 2004-2005-2006. http://www.futureye-designs.com  */ 



#wrapper {width:752px; margin:auto; text-align:center; border:solid #999; border-width:0px 1px 1px 1px; padding-top:0px;}

#header,#navBar,#content,#sideBar,#footer {overflow:hidden;display:inline-block;text-align:left;}

#header {border-top:4px solid #999; background:url(images/bg_header.jpg) no-repeat right; height:97px;}

#header p.header_title{ color:#333333; font:28px Georgia, "Times New Roman", Times, serif; margin-left:15px; margin-top:18px;}

#header p.header_subTitle{ color:#333333; font:18px Georgia, "Times New Roman", Times, serif; margin-left:15px; }



#navBar { background: url(images/bg_home_nav.jpg) repeat-x; height:40px;}

#header,#navBar,#footer {width:100%;} /* fix for safari and opera */



#content {border-bottom:8px solid #CC0001; margin-bottom:2px;}

#content,#sideBar {float:right; padding-bottom:0px;}

#content .left{float:left; width:259px; height:435px; margin-bottom:0px; background:url(images/book.jpg) no-repeat top left;} 

#content .right{ float:left; width:493px; height:435px; background:url(images/bg_home.jpg) no-repeat top right; margin-bottom:0px;}

* html #content .right{ background:url(images/bg_home.jpg) no-repeat top right; float:left; width:493px; text-align:left; margin-bottom:0px; height:435px;}



#content .left p{ font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color: #666666; margin-top:242px; margin-left:20px; line-height:22px;} 

.home_wrap{background:url(images/bg_bo/ok.jpg) repeat-y top left;}

*html .home_wrap{height:1px;}



#content h4.header_title{ color:#333333; font:28px Georgia, "Times New Roman", Times, serif; margin:45px 0px 0px 25px;}

#content h6.header_subTitle{ color:#333333; font:18px Georgia, "Times New Roman", Times, serif; margin-left:25px; margin-bottom:75px; }



#footer {
	clear:right;
	border-top:3px solid #999;
	padding-top:16px;
	padding-bottom:16px;
	font-size:10px;
	color:#666666;
	text-align: center;
}





* {margin:0;padding:0;}

html, body {

	margin:0px;

	margin-top:0px;

	margin-bottom:0px;

	padding:0px;

	background:#fff;

	color:#000;

	font:100.01%/1.1 Verdana, Arial, Helvetica, sans-serif;

	}

* html, body {	margin-top:30px;}

	/* for page identification (you are here links) */

body#pagehome #navigation li#lihome a

{

	color: #FFCC33;

}



/* Global LINK STYLE */

a:link, a:visited {	text-decoration: underline;	color: red; }

a:hover, a:active {	text-decoration: none; color: #191970; }



/* NavBar LINK STYLE */

#navBar a:link, #navBar a:visited {	text-decoration: underline;	color: #6A5ACD; }

#navBar a:hover, #navBar a:active {	text-decoration: none; color: #191970; }



/* content LINK STYLE */

#content a:link, #content a:visited { text-decoration: underline; color: #cc0001; }

#content a:hover, #content a:active { text-decoration: none;}



/* footer LINK STYLE */

#footer a:link, #footer a:visited {	text-decoration: none;	color: #C40100; }

#footer a:hover, #footer a:active {	text-decoration: underline;}



h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Times New Roman", Times, serif;}

h1 {font-size:1.2em; margin-top:15px; margin-bottom:20px; display:block; border-bottom:1px solid #ccc; color: #333;}

h2 {font-size:14px; padding-left:5px;margin-top:20px; margin-bottom:5px; margin-left:25px



;font-weight:normal; color:#ca0000;}

h1 {margin-left:10px;margin-right:10px;font-weight:normal}



h3 {font-size:14px; margin-top:20px; margin-bottom:15px; margin-left:25px



;font-weight:normal; color:#ca0000;}



#content ul{list-style-type:none; font-size:12px; margin:0px 30px 5px 25px



; color:#000;}

#content ul li{padding-bottom:15px; line-height:15px;}



#content  ul.bullets{list-style-type: circle; font-size:12px; margin:0px 30px 5px 300px; color:#000;}

#content  ul.bullets li{padding-bottom:5px; line-height:15px;}



#content p { font-size:12px; margin:10px 15px 10px 25px; line-height: 15px;}







/*_________________ Navigation (for sidebar) ______________________*/



#navigation {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-image:url(images/bgNavlist.jpg); background-repeat:repeat-x; background-position:top;

	text-align:center;

	heigth: 45px;

margin-left:3px; margin-right:3px;

}

#navigation ul {

	list-style: none;

	margin: 0;

	padding: 0;

	padding-top: 4px;

	font-weight:bold;

	padding-top:14px;

}

#navigation li {

	display: inline;

		background:url(images/navSeparator.jpg) no-repeat top right;



}

#navigation li.last {

	display: inline;

	background:none;

}

#navigation a:link, #navigation a:visited { 

	margin-right: 2px;

	padding: 3px 8px 2px 8px; 

	color: #fff;

	text-decoration: none;

}

#navigation a:hover {

	color: #FFCC33;

}

#navigation a.current {

	color:#FF6600;

}

/* [/Navigation] */





.clear{ clear:both; border:0px; margin-bottom:-1px; height:1px; line-height:1px;}

.clearRight{ clear:right; line-height:1%;}

