/* ----======== Reseting All Browsers ========---- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/* ----======== HTML Elements ========---- */

html {
	
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	position: relative;
	overflow: visible;	
	text-align: center;
	margin: auto;
	}	

h1 {
	color: #189ed8;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 5px;
	}
	
h2 {
	color: #189ed8;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 20px;
	}	
	
h3 {
	color: #003466;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	}	
	
h4 {
	color: #003466;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 1px;
	margin-bottom: 15px;
	margin-top: 0px;
	}	
	
h5 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
	}		

p {
	line-height: 15px;
	color: #333;
	margin-bottom: 10px;
	}

a:link, a:visited {
	color: #333;
	outline: none;
	}	

a:hover {
	color: #189ed8;
	}

.clearer {
	clear: both;
	}

/* ----======== Layout ========---- */


#contentWrapper {	
	width: 783px;
	margin: 0px auto;
	text-align: left;
	}	
	
#header {	
	width: 783px;
	height: auto;
	}	

#menu {	
	padding: 10px;
	border-bottom: 1px solid #a7a7a7;
	margin-bottom: 10px;
	}
	
.search {
	color: #189ed8;
	font-size: 13px;
	font-weight: bold;
	float: right;
	width: 215px;
	margin-top: -37px;
	margin-right: 10px;
	display:inline;
	}

.searchField {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fff;
	font-size: 11px;
	width: 120px;
	padding: 2px 4px;
	height: 13px;
	color: #a7a7a7;
	}
	
.goButton a:link, .goButton a:visited {
	border-top: 2px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background: #f3f3f3;
	font-size: 11px;
	padding: 1px 6px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	outline: none;
	float: none;
	margin-top: -0px;
	position: absolute;
	}
	
.goButton a:hover {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #eee;
	border-right: 1px solid #eee;
	}
	
.homeColumns {
	float: left;
	width: 231px;
	padding: 20px 14px 0px 14px;
	height: auto;
	}
	
.homeColumns ul {
	padding: 0px 0px 10px 5px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	}
	
.homeColumns ul li {
	background: url(../images/bullet.gif) no-repeat top left;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 16px;
	position: relative;
	padding-bottom: 3px;
	color: #333;
	background-position: 3px 5px;
	}
	
.pageColumns {
	float: left;
	width: 492px;
	padding: 0px 14px 0px 14px;
	height: auto;
	}
	
.pageColumns ul {
	padding: 0px 0px 10px 5px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	}
	
.pageColumns ul li {
	background: url(../images/bullet.gif) no-repeat top left;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 16px;
	position: relative;
	padding-bottom: 3px;
	color: #333;
	background-position: 3px 5px;
	}
	
.featureImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	}
	
.blueBox {
	background: #cdebf5;
	padding: 10px;
	margin-bottom: 20px;	
	font-size: 14px;
	}
	
.blueBox a {
	text-decoration: none;
	}
	
#footer {
	border-top: 1px solid #a7a7a7;
	color: #a7a7a7;
	text-align: right;
	padding: 10px;
	margin-top: 20px;
	}
	
#footer a:link, #footer a:visited {
	color: #a7a7a7;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #189ed8;
	}
	
.caption {
	font-size: 11px;
	color: #003466;
	}



/* ---===--- Menu Items ---===--- */


.mainMenu ul li{
	display: inline;
	}

.mainMenu ul li a{
	color: #a7a7a7;
	font-size: 13px;
	font-weight: bold;
	padding-right: 9px;
	border-right: 1px solid #ccc;
	margin-right: 7px;
	text-decoration: none;
	}

.mainMenu ul li a:hover, .mainMenu ul li a.current{
	color: #189ed8;
	}

.submenu a:link, .submenu a:visited {	
	margin: 5px 0;
	color: #a7a7a7;
	font-size: 11px;
	font-weight: bold;
	padding-right: 7px;
	border-right: 1px solid #ccc;
	margin-right: 5px;
	text-decoration: none;
	float: left;
	}

.submenu a:hover, .submenu a.active {
	color: #189ed8;
	}
	
.tabcontainer{	
	clear: left;
	height: 15px;
	}

.tabcontent{
	display:none;
	} 
	
/* Search Results */

.hilight {
	background: #CDEBF5;
	padding: 0px 3px;
	color: #000;
	margin: 0 2px;
	font-weight: bold;
	}
	
.search-result {
	border: 1px dashed #ccc;
	padding: 3px 10px 0px 10px;
	margin-bottom: 15px;
	}	
	
.search-result h3, .search-result h3 a:link, .search-result h3 a:visited {
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
.search-result h3 a:hover {
	text-decoration: underline;
	}	
.searchpage {
	padding: 0px 14px 0px 14px;
	}
.Selected
{
	color:#0099cc !important;
}