body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/**
	 * ARH:
	 * Background color switch
	 * background-color: #e1e1e1;
	 */
	background-color: #FFF;	 
	background-repeat: repeat-x;
	background-image: url(../img/bg-home-main.jpg);
	color: #666666;
}

body *{
	outline: 0px;
}
br.clearFix{
	clear: both;
	height: 0px;
}

#header, #mainMenu, #content, #footer{
	margin: 0px auto;
	width: 992px;
}

#header, #content, #footer{
	overflow: hidden;
}

#header{
	height: 134px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	overflow: hidden;
}

#header .headerTitle{
	float: left;
	width: 470px;
	vertical-align: bottom;
	margin-top: 120px;
	margin-left: 6px;
	line-height: 38px;
	font-size: 30px;
	color: #535353;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header .headerBody{
	clear: left;
	float: left;
	width: 470px;
	margin-top: 12px;
	margin-left: 6px;
	font-size: 14px;
	line-height: 24px;
	color: #535353;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header .headerTitle *, #header .headerBody *{
	display: inline;
}

#header .right{
	float: right;
	width: 181px;
	height: 420px;
	overflow: hidden;
	margin-right: 6px;
}
#header .right .top{
	float: right;
	width: 181px;
	background-color: #ffffff;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#header .right .top .links{
	float: right;
	width: 163px;
	margin-left: 18px;
	margin-top: 8px;
	padding-bottom: 30px;
}

#header .right .top .links a:hover{
	text-decoration: underline;
}

#header .right .quickLinks{
	float: right;
	width: 181px;
	position: relative;
	top: -34px;
}

#header .right .quickLinks h2{
	width: 141px;
	height: 19px;
	border: 1px solid #aeaeae;
	font-size: 14px;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	padding-top: -50px;
	text-indent: -9999px;
	background-color: #cecece;
	background-image: url(../img/bg-quick-links.jpg);
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header .right .quickLinks ul.menu{
	display: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	width: 143px;
}

#header .right .quickLinks ul.menu li{
	display: block;
	border: 1px solid #aeaeae;
	border-top: 0px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #cecece;
	list-style-image: none;
	list-style: none;
}

#header .right .quickLinks ul.menu li a{
	display: block;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	margin-left: 0px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

#header .right .quickLinks ul.menu li a:hover{
	color: #002b5d;
	text-decoration: none;
}

#header .right .bottom{
	float: right;
	width: 181px;
	height: 13px;
	background-image: url(../img/bg-homepage-header-links.gif);
	background-repeat: no-repeat;	
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#mainMenu{
	height: 40px;
	margin-top: 7px;
	background-color: #00346f;
}

#mainMenu #menu{
	height: 40px;
	float: left;
	width: 812px;
}

#mainMenu #search{
	height: 47px;
	float: right;
	width: 170px;
	overflow: hidden;
}

#mainMenu #search h2, #mainMenu #search label{
	display: none;
}

#mainMenu #search input{
	height: 24px;
	color: #ffffff;
	background-color: #6dbf67;
	border: 0px;
	float: left;
	margin-top: 11px;
}

#mainMenu #search input.form-text{
	width: 132px;
	height: 14px;
	border-left: 6px solid #6dbf67;
	border-top: 5px solid #6dbf67;
	border-bottom: 5px solid #6dbf67;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	display: teble-cell;
	vertical-align: middle;
}


#mainMenu #search input.form-submit{
	width: 30px;
	height: 24px;
	margin-left: 0px;
	background: url(../img/bg-homepage-search-button.jpg) left top no-repeat;
	text-indent: -1000000px;
	cursor: pointer;
	font-size: 100px;
	padding-left: -100px;
	color: #6dbf67;
}

#content #callouts{
	clear: both;
	width: px;
	height: 180px;
	width: 680px;
	margin-top: 22px;
}

#content #callouts #prev{
	float: left;
	width: 26px;
	height: 140px;
	background-image: url(../img/bg-homepage-callouts-nav-prev.jpg);
}

#content #callouts #prev:hover{
	background-image: url(../img/bg-homepage-callouts-nav-prev-hover.jpg);
}

#content #callouts #next{
	float: left;
	width: 26px;
	height: 140px;
	background-image: url(../img/bg-homepage-callouts-nav-next.jpg);
}

#content #callouts #next:hover{
	background-image: url(../img/bg-homepage-callouts-nav-next-hover.jpg);
}

#content #callouts .body{
	float: left;
	height: 140px;
	width: 628px;
	background-color: #ffffff;
	overflow: hidden;
}

#callouts .body .content .image-slide{
	display: block;
	position: absolute;
	display: none;
}

#content #callouts #nav{
	clear: left;
	margin-left: 12px;
	width: 600px;
}

#content #callouts #nav .nav{
	float: left;
	display: block;
	height: 18px;
	width: 21px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	cursor: pointer;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}

#content #callouts #nav .nav:hover{
	background-color: #66cc66;
	color: #ffffff;	
}

#content #callouts #nav .first{
	background-color: transparent;
	background-image: url(../img/bg-homepage-callouts-nav-first.jpg);
	background-repeat: no-repeat;
}

#content #callouts #nav .first:hover{
	background-color: transparent;
	background-image: url(../img/bg-homepage-callouts-nav-first-active.jpg);
	background-repeat: no-repeat;
}

#content #callouts #nav .first.active{
	background-color: transparent;
	background-image: url(../img/bg-homepage-callouts-nav-first-active.jpg);
	background-repeat: no-repeat;
}

#content #callouts #nav .last{
	background-color: transparent;
	background-image: url(../img/bg-homepage-callouts-nav-last.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#content #callouts #nav .last.active{
	background-color: transparent;
	background-image: url(../img/bg-homepage-callouts-nav-last-active.jpg);
	background-repeat: no-repeat;
}

#content #callouts #nav .last:hover{
	background-color: transparent;
	background-image: url(../img/bg-homepage-callouts-nav-last-active.jpg);
	background-repeat: no-repeat;
}

#content #callouts #nav .active{
	background-color: #66cc66;
	color: #ffffff;
	cursor: default;
}

#content #events{
	width: 305px;
	height: 140px;
	margin-top: 22px;
	background-color: #ffffff;
}

#content #events h1{
	margin-left: 18px;
	margin-top: 12px;
	margin-bottom: 10px;
	float: left;
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
}

#content #events .eventsContent{
	clear: left;
	float: left;
	margin-left: 18px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 269px;
}

#content #events .eventsContent *{
	float: left;
}

#content #events .eventsContent div.homepageEvents{
	clear: left;
	width: 266px;
	padding-bottom: 6px;
	display: block;
}

#content #events .eventsContent div.homepageEvents span {
	color: #e87e01;
	font-weight: bold;
}

#content #events .eventsContent div.homepageEvents a{
	clear: none;
	float: none;
	color: #666666;
	text-decoration: none;
}

#content #events .eventsContent div.homepageEvents a:hover{
	color: #e87e01;
}


#footer{
	margin-top: 6px;
	padding-bottom: 25px;
}

#footer #left{
	float: left;
	width: 770px;
	padding-left: 4px;
}

#footer #left div.topLine{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin-bottom: 6px;
	padding-left: 6px;
}

#footer #left div.topLine.first{
	padding-left: 0px;
	padding-right: 6px;
	border-right: 1px solid #666666;
}

#footer #left div.bottomLine{
	color: #acacac;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #acacac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer #left div.bottomLine.first{
	padding-left: 0px;
	border-left: 0px;
}

.bottomLine a{
	padding: 0px;
	background-image: none;
}

#footer #right{
	float: right;
	width: 200px;
	padding-right: 4px;
}

#footer #right .topLine{
	float: right;
	line-height: 18px;
}

#footer #right .topLine a{
	float: right;
	display: block;
	margin-left: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#footer #right .topLine a:hover{
	text-decoration: underline;
}

#footer #right .bottomLine{
	margin-top: 4px;
	clear: both;
	float: right;
}

/*---- main nav start ----*/
#block-nice_menus-1 .content ul{
	padding: 0px;
	width: 992px;
}
#block-nice_menus-1 .content ul li ul{
	width: auto;
}

#block-nice_menus-1 li{
	background-color: #00346e;
	border: 0px;
	height: 43px;
	line-height: 40px;
	padding: 0 7px;
}

#block-nice_menus-1 li.menuparent{
	background-image: none;
}

#block-nice_menus-1 li a{
	color: #ffffff;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 33px;
	padding-right: 0;
	text-indent: -999em;
}

#block-nice_menus-1 li ul li a{
	text-indent: 0;
}

#block-nice_menus-1 li#menu-257 a {
	width: 155px; 
	display: block; 
	float: left; 
	background: url(../img/ctnp-nav-home.gif) -23px -7px; 
	overflow: hidden; 
}
#block-nice_menus-1 li#menu-258 a {
	width: 75px; 
	display: block; 
	float: left; 
	background: url(../img/ctnp-nav-home.gif) -201px -7px; 
	overflow: hidden; 
}
#block-nice_menus-1 li#menu-221 a { 
	width: 155px; 
	display: block; 
	float: left; 
	background: url(../img/ctnp-nav-home.gif) -297px -7px; 
	overflow: hidden; 
}
#block-nice_menus-1 li#menu-259 a { 
	width: 190px; 
	display: block; 
	float: left; 
	background: url(../img/ctnp-nav-home.gif) -478px -7px; 
	overflow: hidden; 
}
#block-nice_menus-1 li#menu-281 a { 
	width: 209px; 
	display: block; 
	float: left; 
	background: url(../img/ctnp-nav-home.gif) -690px -7px; 
	overflow: hidden; 
}
#block-nice_menus-1 li#menu-120 a { 
	width: 84px; 
	display: block; 
	float: left; 
	background: url(../img/ctnp-nav-home.gif) -924px -7px; 
	overflow: hidden; 
}

#block-nice_menus-1 li#menu-257 a:hover { background-position: -23px -57px; }
#block-nice_menus-1 li#menu-258 a:hover { background-position: -201px -57px; }
#block-nice_menus-1 li#menu-221 a:hover { background-position: -297px -57px; }
#block-nice_menus-1 li#menu-259 a:hover { background-position: -478px -57px; }
#block-nice_menus-1 li#menu-281 a:hover { background-position: -690px -57px; }
#block-nice_menus-1 li#menu-120 a:hover { background-position: -924px -57px; }

#block-nice_menus-1 li#menu-257 ul a, #block-nice_menus-1 li#menu-258 ul a, #block-nice_menus-1 li#menu-221 ul a, #block-nice_menus-1 li#menu-259 ul a, #block-nice_menus-1 li#menu-281 ul a, #block-nice_menus-1 li#menu-120 ul a { float: none; display: block; width: auto; background-image: none; padding-top: 0; height: auto; overflow: visible; }


#block-nice_menus-1 li a:hover{
	color: #6dc068;
}

#block-nice_menus-1 h2{
	display: none;
}

#block-nice_menus-1 li.menuparent ul{
	border: 0px;
	background-color: #6dc068;
	padding-top: 10px;
	padding-bottom: 10px;
}

#block-nice_menus-1 li.menuparent ul li{
	background-color: #6dc068;
	height: auto;
}

#block-nice_menus-1 li.menuparent ul li a{
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 14px;
	font-weight: bold;
}

#block-nice_menus-1 li.menuparent ul li a:hover{
	color: #00346f;
}

#block-nice_menus-1 li.menuparent ul li ul{
	top: 0 !important;
	right: 0 !important;
	padding-top: 0;
	margin-top: 0;
}
#block-nice_menus-1 li.menuparent ul li ul li{
}


/*---- main nav end ----*/

#design{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

#design a{
	display: inline-block;
	margin-right: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

#design a:hover{
	text-decoration: underline;
}

