@charset "utf-8";
/* CSS Document */
/* Copyright 2009 computerhelp.cc
Author:davidmwall.com
web design and CSS for rogerjturner.com
*/

*{ padding:0; margin:0;}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #ccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper { 
	width:900px;
	background-color:#FFF;
	margin:20px auto;
	line-height:125%;
	}
#utilNav {
	background-color:#4d5b7f; 
	width:100%; 
	text-align:right;
	
	}
#utilNav p{
	font-size:11px;
	line-height:125%;
	color:#fff;
	margin:2px 10px;}
#head {
	background-image:url(../images/header.jpg); background-repeat:no-repeat;
	width:auto;
	height:144px;
	
		}
#navigation {
	background-color:#4d5b7f;
	width:900px;
	;
	line-height:24px;
	text-decoration:none;
	color: #CCC;
	}
#navigation ul { display:block; text-decoration:none; background-color:#4d5b7f; list-style:none; margin-left:8px;  }
#navigation li {  width:105px; float:left; text-decoration:none; text-align:center;list-style:none; padding: 0 2px; line-height:24px; font-size:11px;background-color:#4d5b7f; }
#navigation a {color:#ccc;text-align:center;}
#navigation a:hover {color:#fff;}
#navigation li:hover { background-color:#036;} 
#foot { 
	width:700px;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	}
#foot p{ text-align:center;
	}
#foot a{ color:#036;
	}
#foot a:hover{ color:#03F;
	}	
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
h1 {
	font-size: 24px;
	color: #4d5b7f;
	font-weight:normal;
	text-align:center;
	line-height:125%;
}
h2 {
	font-size: 18px;
	color: #4d5b7f;
}
h3 {
	font-size: 14px;
	color: #4d5b7f;
}
h4 {
	font-size: 24px;
	color: #000;
}
h5 {
	font-size: 18px;
	color: #000;
}
h6 {
	font-size: 14px;
	color: #000;
}

.clearall { clear:both;}
#col1 { 
	width:430px;
	float:left;
	}
#col1 p{ padding:5px 10px;line-height:125%; font-size:12px; }	
#col2 { 
	width:450px;
	float:right;
	}	
a:link {
	color: #4D5B7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4D5B7F;
}
a:hover {
	text-decoration: underline;
	color: #4166AD;
}
a:active {
	text-decoration: none;
	color: #E86;
}
.navborder { border-right:1px #fff solid;}
#navcolumn1 { width:150px; float:left; background-color:#4d5b7f; border:#566C76 1px solid; }
#navcolumn1 ul li{ text-align:center; display:block; background-color:#ccc; list-style:none; padding:5px;}
#navcolumn1 ul li:hover{ text-align:center; display:block; background-color:#4d5b7f; list-style:none;}
#navcolumn1 a { text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-weight:bold; color:#444;}
#navcolumn1 a:hover { text-decoration:none; font-weight:bold; color:#fff;}
#NL_column2 { width:720px; float:right; margin-right:10px; }
#NL_column2 table {
	width:650px;
	text-align:left;
	margin:0 auto;
	border-left: #9CAFB8 1px solid;
	border-right: #9CAFB8 1px solid;
	border-bottom: #9CAFB8 1px solid;
	border-top: #9CAFB8 1px solid;
}
#NL_column2 table a { color:#4D626C;}	
#NL_column2 table a:hover { color:#9CAFB8;}	
#NL_column2 table p { color:#ccc; line-height:125%}	
/***about section *************/
#TextCol { width:550px; float:left; margin-left:25px; text-align:justify; line-height:125%;}
#TextCol h1 { display:block; background-color:#ccc;}
#imageCol{ width:250px; float:right; margin-right:25px;}
#content2 {width:650px; float:right; margin-right:10px; text-align:justify; line-height:125%;}
#content2 img{ padding:10px;}
#content2 ul li { padding-left:-20px; margin-left:50px}
#subnav {width:200px; float:left;margin-left:10px; color:#444;}
#subnav ul li { list-style:none;}
#subnav ul li span{ width:200px; color:#4d4d4d; text-align:center; display:block; background-color:#ccc; line-height:185%; list-style:none; padding:5px; }
#subnav ul li span:hover a{ display:block; color:#fff; background-color:#4d5b7f; line-height:185%; }
#subnav a { text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-weight:bold; color:#444; }
#subnav a:hover { text-decoration:none; font-weight:bold; color:#fff;}