* {
	margin: 0;
	padding: 0;
}

html {
	height:100%
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-height:101%
}

img {
	border:0;
}

a, a:visited {
	text-decoration:underline;
	color:#002596;
}

a:hover {
	text-decoration:underline;
	color:#002596;
	background-color:#cccccc;
}

h1 {
	font-size:20pt;
	margin-bottom:20px;
	color:#66cc00; /*#bed600; */
	background-image:url(../images/bullet-large.jpg);
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:top left;
	min-height:33px;
}

h2 {
	font-size:18pt;
	margin-bottom:20px;
	color:#66cc00; /*#ccff34; #bed600;*/
	background-image:url(../images/bullet-large.jpg);
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:top left;
	min-height:33px;
}

h3 {
	font-size:14pt;
	margin-bottom:20px;
	color:#66cc00; /*#bed600;*/
	padding-left:20px;
}

h4 {
	font-size:14pt;
	margin-bottom:20px;
	color:#002596;
	margin:0;
	padding:0;
}

p {
	margin-bottom:20px;
	text-align:justify;
	color:#002596;
}

address {
	margin-bottom:20px;
	color:#002596;
	font-style:normal;
}

ul {
	margin-left:40px;
	margin-bottom:20px;
}

li {
	padding-left:10px;
	margin-bottom:3px;
	list-style-image:url(../images/bullet-small.jpg);
	color:#002596;
}

em {
	font-style:normal;
	font-weight:bold;
}

/* main positional elements */

#container {
	width:824px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:130px;
}

#mainnav {
	height:65px;
	background-image:url(../images/bkg/bkg_nav.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-left:40px;
	margin-top:10px;
}

#content {
	position:relative;
	background:#ffffff;
}

#breadcrumb {
	height:15px;
	padding-left:20px;
}

#breadcrumb a {
	text-decoration:none;
}

#contentMain {
	width:auto;
	margin-right:250px;
	margin-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:450px;
  	height:auto !important;
  	height:450px;
	clear:left;
}

#contentMainWide {
	width:auto;
	margin-right:20px;
	margin-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:450px;
  	height:auto !important;
  	height:450px;
	clear:left;
}

#contentSidebar {
	float:right;
	width:215px;
	margin-right:30px;
	padding-top:20px;
	clear:both;
}

#footer {
	display:none;
}

#weblink {
	clear:both;
	background:#ffffff;
}

/* rounded corner div's */

.bkgTop {
	background-image:url(../images/bkg/bkg_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
}

.bkgBottom {
	background-image:url(../images/bkg/bkg_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
	clear:both;
}

.bkgMiddle {
	background-image:url(../images/bkg/bkg_middle.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
}

/* rounded corner sidebar div's */

.bkgSidebarTop {
	background-image:url(../images/bkg/bkg_sidebar_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	margin-top:10px;
}

.bkgSidebarBottom {
	background-image:url(../images/bkg/bkg_sidebar_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:26px;
}

.bkgSidebarMiddle {
	background-color:#cccccc;
	min-height:100px;
  	height:auto !important;
  	height:100px;
}

.bkgSidebarMiddle h3 {
	color:#ffffff;
}

.bkgSidebarMiddle ul li {
	list-style-image:url(../images/bullet-small-grey.jpg);
}

#socialmedia {
		padding-left:20px;
		height:30px;
		margin-bottom:10px;
}

#socialmedia a {
	display:block;
	float:left;
	height:30px;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#ffffff;
	padding-right:15px;
	line-height: 30px;
	color: #222222;
	font-size:8pt;
}

#socialmedia img {
	display:block;
	float:left;
	height:30px;
	margin-right:5px;
}

/* main menu - first level */

.menu ul {
	display:block;
	list-style:none;
	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:0;
}

.menu ul li {
	display:block;
	width:120px;
	height:65px;
	float:left;
	margin:0;
	padding:0;
}

.menu ul li.current {
	background-image:url(../images/bkg/bkg_nav_hover.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.menu ul li:hover {
	background:none;
	background-image:url(../images/bkg/bkg_nav_hover.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.menu ul li a:hover {
	background:none;
}

.menu ul li a {
	display:block;
	width:120px;
	height:30px;
	text-align:center;
	line-height:35px;
	text-decoration:none;
	color:#ffffff;
	border-left:1px solid #ffffff;
}

.menu ul li:first-child a {
	border:0;
}

/* main menu - second level */

.menu ul li ul {
	display:none;
}

.menu ul li ul {
	position:absolute;
	background:none;
	background-color:#ffffff;
	z-index:10;
}

.menu ul li:hover ul {
	display:block;
}

.menu ul li ul li {
	width:148px;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	float:none;
	border:1px solid #cccccc;
}

.menu ul li ul li a {
	display:block;
	width:148px;
	padding-left:25px;
	height:30px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	color:#002596;
	border:0;
	background:url(../images/bullet-small.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

.menu ul li ul li:hover {
	background:none;
	background-color:#cccccc;
}

.menu ul li ul li a:hover {
	display:block;
	width:148px;
	padding-left:25px;
	height:30px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	background:none;
	background:url(../images/bullet-small-grey.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	border:0;
}

/* collage */
.collageVertical {
	padding-top:35px;
}

.collageHorizontal {
	width:775px;
	height:235px;
}

.collageHorizontal img {
	padding-left:35px;
	margin-top:20px;
	float:left;
}

/* form container */

#frmContainer {
	background-color:#cccccc;
	padding:20px;
}

#frmContainer label	 {
	display:block;
	width:120px;
	float:left;
	height:20px;
	text-align:right;
	padding-right:10px;
	color:#002596;
}

#frmContainer input {
	border:1px solid #002596;
	height:20px;
}

#frmContainer input[type="submit"] {
	width:150px;
}

#frmContainer textarea {
	border:1px solid #002596;
	height:100px;
}

#frmContainer .messageBox {
	width:300px;
}

#frmContainer .catchpa {
	margin-left:131px;
}

#frmContainer .frmPair {
	margin-top:10px;
	margin-bottom:10px;
}

#frmContainer #frmContactSubmit {
	margin-left:130px;
}

#frmContainer #frmContactSubmit:hover {
	margin-left:130px;
	background-color:#002596;
	color:#FFFFFF;
}



#frmContainer p em {
	font-weight:bold;
}

.frmRequired {
	color:#ff0000;
	font-weight:bold;
}

/* news latest layout */
.newsLatest ul {
	margin-left:33px;
}

.newsLatest span {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding-left:5px;
}

/* news all */

.newsAll h2 {
	background:none;
	padding-left:0;
	margin-bottom:5px;
}

.newsAll ul {
	margin-left:35px;
}


/* general classes */

.clear {
	clear:both;
}

.nodisplay {
	display:none;
}

.cross {
	display:inline;
	float:left;
	margin:20px;
	margin-left:95px;
}

.links img {
	border:0;
}

.links td {
	vertical-align:top;
	padding:10px;
}


/* Weblink styles */

#weblink p {
	color:#cccccc;
	text-align:center;
	padding:0;
	margin:0;
	margin-bottom:6px;
}

#weblink a {
	font-size:7pt;
	color:#999999;
	text-decoration:none;
}

#weblink * img {
	border:0;
	margin-left:10px;
	margin-right:10px;
}

#weblink a:hover {
	font-size:7pt;
	color:#000000;
	text-decoration:underline;
}

#map_canvas {
	display:block;
	width:724px;
	height:410px;
	color:#000000;
}
