/* CSS Document */

html, body {
	margin: 0;
	text-align: center;
	background: white;
	height: 100.02%;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
}

#header-wrap {
	width: 100%;
	height: 60px;
	background: url(../images/newimages/header-wrap-bg.gif) repeat-x;
	border-bottom: 2px solid white;
	margin: auto;
}

#header {
	width: 900px;
	height: 60px;
	margin: auto;
	text-align: left;
}

#navbar-wrap {
	width: 100%; 
	height: 41px;
	margin: auto;
	background: #E9E9E9;
}

#navbar {
	width: 900px;
	height: 41px;
	background: url(../images/newimages/navbar-bg.gif) no-repeat #1F4188;
	margin: auto;
	text-align: right;
}

#content-wrap {
	width: 100%;
	height: auto;
	background: #E9E9E9;
	margin: auto;
	padding: 17px 0px 0px 0px;
}

#content {
	width: 900px;
	height: auto;
	margin: auto;
	background: url(../images/newimages/contentBg.gif) repeat-y;
}

#foot-wrap {
	width: 100%;
	height: 41px;
	margin: auto;
	background: #E9E9E9;
	padding-top: 17px;
	clear: both;
}

#foot {
	width: 900px;
	height: 41px;
	background: url(../images/newimages/foot-bg.gif) no-repeat white;
	margin: auto;
	text-align: center;
}

#footer-wrap {
	width: 100%;
	height: 44px;
	background: /*url(../images/newimages/footer-wrap-bg.gif) repeat-x*/ white;
	border-top: 2px solid white;
	margin: auto;
}

/* Content Styling */

#left-pane {
	width: 168px;
	height: 100%;
	background: white;
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#homepg-right-pane {
	width: 715px;
	height: 100%;
	float: right;
	text-align: left;	
}

#right-pane {
	width: 530px;
	min-height: 500px;	
	display: inline;
	float: left;
	text-align: center;
	border-left: 17px solid #E9E9E9;
	border-right: 17px solid #E9E9E9;
}

#2nd-right-pane {
	width: 168px;
	height: 100%;
	background: white;
	display: inline;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid purple;
}

/* Header Classes */

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px;
	padding: 13px;
	text-align: left;	
}

h1 {
	font-size: 18px;
	color: white;
	background: #1F4188;
	border-top: 4px solid #6B81B0;
}
h2 {
	font-size: 14px;
	color: #1F4188;	
	padding: 8px 13px 8px 13px;	
	background: url(../images/newimages/h2-bg.gif) repeat-x top #F1F1F1;
	border: 1px solid #D9D9D9;
}
h3 {
	font-size: 14px;
	color: #1F4188;	
	padding: 8px 11px;		
}
h4 {
	font-size: 14px;
	color: #1F4188;	
	padding: 8px 11px;		
}

/* Paragraph Classes */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	margin: 0;
	padding: 12px 17px 12px 17px;
	text-align: left;
}

.nav, .nav2 {
	font-size: 10px;
	color: #1F4188;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 10px 0px 0px 3px;
}

.nav2 {
	color:#5C5C5C;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	margin: 0;
	padding: 12px 17px 12px 17px;
	text-align: center;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	# padding: 8px;
	text-align: left;	
	font-size: 14px;
	color: #1F4188;	
	# padding: 8px 13px 8px 13px;	
}

.foot {
	font-size: 9px;
	text-align: center;
	padding: 13px 0px 0px 0px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight:bold;
}

.navigation {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: right;
	padding: 12px 17px 0px 0px;
}

/* Anchor Classes */

a:link, a:active, a:visited {
	color: #1F4188;
	text-decoration: underline;
}

a:hover {
	color: #5C5C5C;
	text-decoration: none;
}

a.topnav:link, a.topnav:active, a.topnav:visited {
	color: white;
	text-decoration: none;
}

a.topnav:hover {
	color: #6B81B0;
	text-decoration: underline;
}

a.main-nav:link, a.main-nav:active, a.main-nav:visited {
	color: #1F4188;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	display: block;
	padding: 0px 0px 0px 3px;
}

a.main-nav:hover {
	color: white;
	text-decoration: none;
	background: #1F4188;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 3px;
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	margin: 0;
	padding: 12px 17px 12px 17px;
	text-align: left;
	color: #1F4188;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted #989898;
	#border-bottom: 1px dotted #989898;
}

/* Image Classes */

#logoblock {
	width: 239px;
	height: 32px;
	margin: 13px 0px 0px 0px;
	float: left;
	background: url(../images/newimages/logo.gif) no-repeat;
}

.logo {
	margin: 13px 0px 0px 0px;
	float: left;
}

.mainimage {
	margin: 4px;
}

.search-title {
	margin: 17px 0px 5px 0px;
}

/* List Classes */

ul {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	text-align: left;
	margin: 0px 0px 17px 17px;
	padding: 10px;
}

ul.about {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	text-align: left;
	margin: 0px 0px 10px 37px;
	padding: 0px;
}

li.about {
	margin: 0px 0px 5px 0px;
}

ul.nav {
	list-style-type: none;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F4188;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 17px;
	line-height: 24px;
}

li.navlist {
	border-bottom: 1px dotted #989898;
}

/* Form Classes */

.search-field {
	width: 101px;
	padding: 3px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background: url(../images/newimages/search-field-bg.gif) no-repeat top left white !important;
	border: 1px solid #9C9FA4;
}

.jumpto {
	width: 200px;
	padding: 3px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: left;
	margin: 20px 0px 0px 0px;
	background: url(../images/newimages/jumpto-bg.gif) no-repeat top left white !important;
	border: 1px solid #9C9FA4;
	float: right;
}

.go {
	width: 19px;
	height: 19px;
	background: url(../images/newimages/go-button.gif) no-repeat;
	cursor: pointer;
	border: 0;
	margin: 0px 0px 0px 0px;
}

form {
	margin: 0;
}

/* Table Classes */

table {
	margin: 0px 6px 6px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
}

table.smallrightside {
	width: 150px;
	color: #666;
	text-align: left;
}

.small { 
	font-family:Verdana, Arial, Helvetica, Sans-serif; 
	font-size:11px; 
	color:#666; 
	text-decoration: none
}

.tdabout { 
	font-family:Verdana, Arial, Helvetica, Sans-serif; 
	font-size:12px; 
	text-decoration: none
	color: #5C5C5C;
	margin: 0;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.small:link, .small:visited { 
	color: #5C5C5C;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
}

.small:hover { 
	color: #1F4188;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
}

.indent { 
	font-family:Arial, Helvetica, Sans-serif; 
	font-size:10px; 
	color:#666; 
	text-decoration: none;
	padding-left: 20px;
}

.indent:link { 
	color:#666; 
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	padding-left: 20px;
}

.indent:visited { 
	color:#666; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	padding-left: 20px;
}

.indent:hover { 
	color:#F26522; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	padding-left: 20px;
}

td {
	padding: 6px 5px 6px 5px;
	/*background: white;
	border-bottom: 1px dotted #D1D1D1;*/
}

.clean {
	border: 0;
}