/*
Theme URI: http://www.crystalaxis.com/
Version: 1.0
Author: Asela de Saram
Author URI: http://www.crystalaxis.com/

This theme was designed and built by Asela de Saram,
whose blog you will find at http://www.crystalaxis.com/blog/

The theme uses CSS, XHTML and a pinch of PHP
*/


/* commented backslash hides from ie5mac \*/ 
* {margin:0; padding:0;}

html{
	height:100%;
	margin:0;
	padding:0;
} 
/* end hack */ 
html, body{
	padding:0;
	margin:0 auto 0 auto;
	background-color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{	
	text-align:left;
	min-width:780px; /* for mozilla*/
	background: url(../../images/bodybg.jpg) top center repeat-y;
}
#wrapper{	
	border:0px solid #000;
}
#outer{
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:780px;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

h1, h2, h3, h4, h5, h6 {
	margin:0;
}
a, a:hover {
	color:#0E649D;
	text-decoration:none;
}
a img {
	border:0;
}
#header{
	width:780px;
	z-index:74;
	margin: 0 auto 10px auto;
	border-top:5px solid #032E5B;
	clear:both;
	float:left;
}
#logo{
	position:absolute;
	left:0px;
	width:290px;
	height:90px;
	text-indent: -5000px;
	z-index:300;
	border-right:0px solid #CCC;
	border-bottom:0px solid #CCC;
	border:0px solid #000;
	background: url(../../images/logo.jpg) no-repeat left top;
}
#topmenu{
/*	clear:both; */
	width:450px;
	height:65px;
	float:right;
	margin-right:1px;
	border:0px solid #000;
/*	background: url(../../images/header-menu-bg.jpg) no-repeat right top; */
}
#topmenu ul {
	border: 0px solid #000;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu ul li {
	padding:0 3px;
	width:68px;
	height:64px;
	text-align:center;
	position: relative;
	float: left;
	border: 0px solid #ccc;
}
#topmenu ul li a, #topmenu ul li a:hover {
	font-size:14px;
	font-weight:bold;
	display: block;
	margin:0;
	padding:20px 0 0 0;
	border: 0px solid #fff;
	color:#999999;
}
#topmenu ul li a:hover, #topmenu ul li.active {
	width:68px;
	height:44px;
	background: url(../../images/header-menu_hover.jpg) no-repeat center top;
}
#topmenu ul li.active {
	height:64px;
}
#topmenu ul li.active a, #topmenu ul li a:hover {
	color:#fff;
}
#topmenu ul li a p {
	padding:0;
	margin:0;
}
#mid{
	width:780px;
	z-index:74;
	margin: 0 auto;
	border:0px solid #000;
	clear:both;
	float:left;
}
#menu{
/*	clear:both; */
	position:absolute;
	width:240px;
	padding:0;
	height:265px;
	background:url(../../images/left_nav_bg1.jpg) no-repeat left center;
}
#menu ul {
	border-top: 10px solid #ccc;
	border-right: 8px solid #333;
	border-bottom: 10px solid #ccc;
	border-left: 8px solid #333;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	height:35px;
	text-align:center;
	border: 0px solid #ccc;
	margin: 0 0 0px 0;
}
#menu ul li a, #menu ul li a:hover {
	font-size:11px;
	font-weight:bold;
	display: block;
	text-transform:uppercase;
	height:23px;
	background:url(../../images/left_nav_item_bg1.jpg) #FFFFFF repeat-x left top;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border:1px solid #eee;
	margin:0px 0px 0px 0px;
	padding:10px 0 0 0;
	color:#990000;
}
#menu ul li a:hover {
	color:#000;
	height:23px;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border:1px solid #fff;
}
#menu ul li a p {
	padding:0;
	margin:0;
}
#leftbanners {
	text-align:center;
	border-top: 10px solid #ccc;
	border-right: 10px solid #ddd;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid #ddd;
}
#leftlinks {
	text-align:left;
	border:1px solid #ccc;
	padding: 5px;
}
#leftlinks a {
	color:#990000;
	font-size:14px;
}
#submenu{
	border: 1px solid #999999;
	background: #4FB8E2;
}
#submenu ul {
	border: 0px solid #000;
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu ul li a, #submenu ul li a:hover {
	display: block;
	margin:5px;
	text-transform:uppercase;
	text-align:left;
	padding-left: 15px;
	border:0px solid #0000FF;
	background:url(../../images/left_nav_arrow.jpg) no-repeat left center;
}
#submenu ul li a:hover {
	background:url(../../images/left_nav_arrow_hover.jpg) #519CB8 no-repeat left center;
}
#submenu ul li a p{
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}
#submenu ul li a:hover p {
	color:#333333;
}
#photo-collage {
	position:relative;
	left:240px;
	width:540px;
	height:260px;
	padding:0px;
	border-bottom:5px solid #032E5B;
}
#photo-collage h3 {
	font-size:16px;
}
#photo-collage p {
	font-size:10px;
}
#main {
	z-index: 300;
	position:relative;
	width:780px;
	margin: 0px auto;
	margin-top:10px;
	clear:both;
	float:left;
}
#main h2 {
	font-size: 16px;
	padding: 10px;
	color:#1D425F;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
}
#main h2 span {
	color:#8C8D91;
}
#main p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#main p .important, .important {
	color:#FF0000;
}
#main p img, #main table img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left:5px;
}
.content, .subcontent {
	color: #333333;
	line-height:1.5em;
	text-align:justify;
	padding: 5px 10px;
}
.content p, .content table {
	padding: 5px 10px;
}
.content ul {
	border: 0px solid #000;
	margin: 0 15px;
	padding: 0;
	list-style-position:inside;
}
.content p.top {
	text-align:right;
}

.content .image_row {
	float:left;
	border:0px solid #000;	
}
.content .image_row ul {
	border: 0px solid #000;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
.content .image_row ul li {
	padding:5px;
	width:150px;
	min-height:200px;
	_height:200px;
	text-align:center;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
}

.addr_line {
	text-align:center;
}
.subcontent p {
	padding: 5px 10px;
}
.right {
	position:relative;/*ie needs this to show float */
	left:220px;
	width:558px;
	padding:0px;
	border-left:1px solid #CCCCCC;
}
.left {
	position:absolute;
	left: 0px;
	width:220px;
	padding:0px;
}
div.hr {
  height: 30px;
  background:url(../../images/hr.gif) no-repeat center top;
  border-top:1px solid #CCCCCC;
}
div.hr hr {
  display: none;
}

#footer {
	clear:both;
	text-align:center;
	width:780px;
	height:50px;
}
#footer p {
	padding:10px 0;
	margin:0;
}
#footer p a, #footer p a:hover {
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
	color: #2374A9;
}
* html #footer{
	margin-bottom:0px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:50px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#clearfooter {
	width:100%;
	position:relative;
	clear:both;
	height: 0px;
	border:0px solid #000;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:0px;
} /*safari wrapper */
.left-footer {
	position:absolute;
	left:0px;
	width:220px;
	height:50px;
}
.right-footer {
	position:absolute;/*ie needs this to show float */
	left:220px;
	width:560px;
	height:50px;
}
.footer-leftcontent {
	background:url(../../images/footer-left.jpg) #014377 repeat-x left top;
	margin:0;
	height:50px;
}
.footer-rightcontent {
	background:url(../../images/footer-right.jpg) #DADBDF repeat-x left top;
	height:50px;
	_height:50px;
}
.footer-leftcontent p {
	color:#2374A9;
}
input, textarea, select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
}
.button {
	clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}
.tinytext {
	font-size:10px;
}

.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;
}
