@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Trebuchet MS";
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #13649e;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#headerarea {
	background-image: url(images/headerbkg.gif);
	background-repeat: repeat-x;
	height: 174px;
	width: 100%;
}
#headerlogo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#navarea {
	background-image: url(images/navbkg.gif);
	height: 42px;
	background-repeat: repeat-x;
	background-position: left top;
}
#nav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	height: 42px;
	position: relative;
	display: inline;
	float: left;
}
.centeredmargin {
	padding: 0px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	
}

#nav li a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	height: 31px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
#nav li a:hover, #nav li.current_page_item a{
	background-color: white;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1c70c1;
	border-left-color: #1c70c1;	
	margin-left: 0;
	margin-right: 0;
	color: #05416d;
}
#imagearea{
	width: 100%;
	background-color: white;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content {
	width: 960px;
	background-image: url(images/content_repatbkg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
#main h2.pagetitle {
	background-color: #FFFFFF;
	background-image: url(images/pagetitle_image.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 35px;
	width: 578px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 60px;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1669a5;
	padding-top: 15px;
}
#main h2.pagetitle a{
	color: #1669a5;
	text-decoration: none;
}
#main ul{
	margin: 0;
	margin-left: 25px;
	margin- top: 5px;
	margin-bottom: 10px;
	list-style-type: disc;
	font-size: 12px;
}
#main li{
	padding-left: 10px;
	margin-left: 8px;
	font-size: 12px;
}
#main h2.pagetitle a:hover{
	color: #1669a5;
	text-decoration: underline;
}
#main h3{
	font-size: 16px;
	color: #002e59;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
}
#sidebar ul li{
	padding-bottom: 10px;
}
#sidebar ul li ul li{
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 16px;
	color: #002e59;
	background-image: url(images/underlineli.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 256px;
}
#sidebar a{
	color: #002e59;
	text-decoration: none;
}
#sidebar a:hover{
	color: #002e59;
	text-decoration: underline;
}
#sidebar li h2{
	background-color: #FFFFFF;
	background-image: url(images/latestnews_image.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 35px;
	width: 196px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1669a5;
	padding-top: 15px;
}

#sidebar {
	float: right;
	width: 272px;
	padding-top: 8px;
}


#contentarea{
	width: 100%;
	background-image: url(images/content_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e1e0dc;
	padding-top: 2px;
}
#main{
	width: 640px;
	float: left;
	padding-left: 10px;
	padding-top: 8px;
	color: #535353;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#main p{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #535353;
	text-align: justify;
	line-height: 17px;
	padding-bottom: 10px;
}
.postinfoarea {
	width: 628px;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #585858;
	background-image: url(images/commentsarea.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6c4bb;
	border-right-color: #c6c4bb;
	border-bottom-color: #c6c4bb;
	border-left-color: #c6c4bb;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 15px;
}
.postinfoarea a{
	color: #1669a5;
	text-decoration: none;
}
.postinfoarea a:hover{
	color: #1669a5;
	text-decoration: underline;
}
.speechbub{
	position: absolute;
	left: 614px;
	top: 20px;
}
.commentsnum{
	position: absolute;
	left: 610px;
	width: 23px;
	top: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#footerfull {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/footerbkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 84px;
	width: 100%;
}
#footer{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	text-align: right;
	padding: 15px;
}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
}
.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.ngg-galleryoverview{
	margin-bottom: 10px;
}
