/*--------------------------------------------------------------------------
>> Core XHTML Elements and Page elements
---------------------------------------------------------------------------- */
body {
	background: #40bed9 url(body_bg2.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
em {
	font-style: normal;
	background-color: #FFFFCC;
}
hr { 
	display: block;
/*	border: 3px solid #eaf7ff; */
	border: none;
	background-color: #eaf7ff;
	color: #eaf7ff;
	height: 5px;
}
a {
	text-decoration: none;
	color: #29a4dc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 22px 0 0 0;
	padding: 0;
	clear: left;
	font-weight: normal;
	color: black;
}
h3 {
	font-size: 13px;
	margin: 22px 0 0 0;
	padding: 0;
	clear: left;
	font-weight: bold;
	color: black;
}
/*--------------------------------------------------------------------------
>> Top navigation
---------------------------------------------------------------------------- */
#topnav {
	height: 31px;
    background: url(topnav_right2.gif) right top no-repeat;
	width: 524px;
	margin: 0 0px -15px 0px;
}
#topnav ul {
	list-style: none;
    background: url(topnav_left.gif) left top no-repeat;
	padding-left: 0px;
	font-size: 11px;
	display: block;
	float: right;
}
#topnav ul li {
	float: left;
	margin-left: 13px;
	margin-top: 10px;
}
#topnav a, #footer a { 
	color: black; 
}
#topnav a:hover, #footer a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------------------
>> Container
---------------------------------------------------------------------------- */
#container {
	position: relative; /* issue with selection */
	left: 50%;
	margin-left: -381px; 
	margin-top: 1px;
	_margin-top: -6px; /* another IE hack */
	float: left;
	width: 762px; 
	background: white url(content_bg.gif) right repeat-y;
} 
#right {
	margin-left: -20px;
	float: right;
}
#left {
	padding-right: 0;
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}
#logo_top {
	position: relative;
	margin: 0 0 -20px 0;
	padding: 0 0 0px 0;
	text-indent: -10000px;
	display: block;
	width: 240px;
	height: 87px;
	background: white url(logotop2.gif) no-repeat;
}
#logo_bot {
	float: left;
	background: url(logobot.gif) left top no-repeat;	
	height: 92px;
	width: 240px;
}
/*--------------------------------------------------------------------------
>> Content
---------------------------------------------------------------------------- */
#content {
	border-left: 2px solid #eaf7ff;
	width: 442px;
	margin: 15px 0 0px 0;
	padding: 0 20px 50px 20px;
	color: #3b3b3b;
}
#content a:hover { 
	background-color: #eaf7ff;
}
#content ul {
	margin-top: 5px;
	list-style-image: url(ul_bullet.gif);	
}
#content p {
	margin-top: 5px;
	margin-bottom: 12px;
	line-height: 16px;
	padding-bottom: 10px;	
}
.imgfloat {
	float: left;
	margin: 10px 10px 10px 0;
	border: orange solid 1px;
}
/*--------------------------------------------------------------------------
>> Levin Alexander Image Replacement Technique
---------------------------------------------------------------------------- */
h1 {}
.replace {
	position: relative;
	padding: 0;
	margin: 0 0 0px 0;
	/* hide overflow:hidden from IE5/Mac \*/
	/* float: left; */
	overflow: hidden;
	/* */
	text-indent: -10000px;
}
.replace span {
	display: block;
	position: absolute;
	margin-left: 0;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
/* side navigation replacement */
#nav-about, #nav-about span {height: 40px; width: 238px; background: url(nav-about2.gif) no-repeat; }
#nav-getintouch, #nav-getintouch span {height: 30px; width: 238px; background: url(nav-getintouch.gif) no-repeat;}
#nav-resources, #nav-resources span {height: 30px; width: 238px; background: url(nav-resources.gif) no-repeat;}
#nav-services, #nav-services span {height: 30px; width: 238px; background: url(nav-services.gif) no-repeat;}

/* side navigation replacement */
#h1-home, #h1-services, #h1-about, #h1-resources, #h1-getintouch,#h1-home {margin-left: -5px; }
#h1-services, #h1-services span {height: 57px; width: 320px; background: url(h1-services.gif) no-repeat; margin-bottom: 20px; }
#h1-about, #h1-about span {height: 57px; width: 320px; background: url(h1-about.gif) no-repeat; margin-bottom: 20px; }
#h1-resources, #h1-resources span {height: 57px; width: 320px; background: url(h1-resources.gif) no-repeat; margin-bottom: 	10px; }
#h1-getintouch, #h1-getintouch span {height: 57px; width: 320px; background: url(h1-getintouch.gif) no-repeat; margin-bottom: -10px; }
#h1-home, #h1-home span {height: 57px; width: 400px; background: url(h1-home.gif) no-repeat; margin-bottom: 10px; }
/* margin-bottom: 20px, -10px should be removed because there are no side effect. ? */
/*--------------------------------------------------------------------------
>> Left side navigation
---------------------------------------------------------------------------- */
#navigation {
	font-size: 11px;
	margin-top: -16px;
	background-color: white;
	padding-bottom: 30px;
	border-right: 2px solid #eaf7ff;
}
#navigation a:hover  { 
	background-color: #eaf7ff;
	border-bottom: 1px solid #eaf7ff;
	border-top: 1px solid #eaf7ff; 
}
#navigation ul {
	list-style: square url(nav_bullet.gif);
	margin-right: 20px;
}
#navigation p {
	clear: left;
	background: url(paragraph_bg.gif) top no-repeat;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}
#navigation h1 {
	margin-top: 20px;
	padding: 0;
}
/*--------------------------------------------------------------------------
>> Footer
---------------------------------------------------------------------------- */
#footer {
	position: relative;
	float: right; /* fix for footer */
	clear: all;	/* fix for footer */
	height: 92px; 
	width: 762px;
	background: url(botnav_right.gif) right top no-repeat;	 
	padding-bottom: 20px; 
	background-color: #40bed9;
	_float: none;
	_margin-left: 0px;
}
#footer_nav {
	margin-left: 20px;
	float: left;
}
#footer ul {
	list-style: none;
	background: url(botnav_left.gif) left top no-repeat;
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	margin-right: 13px;
	margin-top: 10px;
}
#footer p {
	margin-top: 20px;
	float: left;
	clear: left;
	font-size: 10px;
}
