/* northbrook style1.css */
*  { margin: 0;
     padding: 0;
	 border: 0;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 770px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: -385px;
	position: relative;
	left: 50%;
}
a {
	color: #0035AE;
}
a:hover {
	color: #FFD000;
}
a:visited {
	color: #0035AE;
}

h1 {
	color: #023299;
	text-align: right;
	margin-right: 20px;
	font: bold normal 27px Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	color: #0000CC;
	padding-left: 20px;
	font: oblique 20px Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 5px;
}
h3 {
	color: #0000CC;
	padding-left: 20px;
	font: oblique 16px Geneva, Arial, Helvetica, sans-serif;
}
h4 {
	color: #0000CC;
	padding-left: 20px;
	padding-bottom: 10px;
	font: oblique 14px Geneva, Arial, Helvetica, sans-serif;
}
p {
	color: #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
/* header styling begins here */
#header {
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
#logo {
	float: left;
	height: 80px;
	width: 25%;
}
#name {
	float: right;
	width: 360px;
	margin-top: 25px;
	text-align: center;
	margin-right: 10px;
	padding-top: 5px;
}
/* header styling ends here */
/* top navigation begins here */
#horizmenu {
	background-color: #FFF4CC;
	float: left;
	width: 100%;
	font-size: 14px;
	height: 22px;
	border-top: 5px solid #FFF4CC;
	border-bottom: 5px solid #FFF4CC;
}
#horizmenu ul {
	margin-left: 17px;
}
#horizmenu a {
	text-align: center;
	display: block;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	color: #000000;
	background-color: #FFE280;
	text-decoration: none;
	border: 1px solid #999999;
	margin-right: 2px;
}
#horizmenu a:hover {
	color: #333333;
	background: #FFD000;
}
#horizmenu li {
	float: left;
	list-style-type: none;
}
#horizmenu li .home {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
/* top navigation styling ends here */
.style3 {color: #000099}
.style5 {
	font-style: italic;
	color: #FFD000;
	font-weight: bold;
	float: right;
	margin-right: 9px;
}
/* left navigation styling begins here */
#navbar {
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
  }
#listcontainer {
	clear: left;
	margin-top: 0px;
	width: 100%;
	padding-top: 20px;
	padding-left: 12px;
}
#listcontainer a {
	display: block;
	text-align: left;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-top: 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
#listcontainer li {
	border: 1px solid #FFFFFF;
	list-style-type: none;
	margin-top: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#listcontainer a:hover {
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFD717;
}
/* left navigation styling ends here */
/* contents styling begins here */
#maincontent {
	width: 100%;
}
#maincontent p {
	padding-right: 20px;
	padding-left: 20px;
}
.moreinfo {
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


#rightcontent {
	width: 560px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	float: right;
}
#rightcontent p {
	padding: 0px 20px 20px;
}
#contactform {
	margin-top: 0px;
	height: 300px;
	left: 150px;
	position: relative;
	top: 0px;
	width: 460px;
}
#contactdetails {
	width: 351px;
	margin-top: 0px;
	position: relative;
	left: 150px;
	top: 0px;
}
input {
	border: 1px solid #999999;
}
#textarea {
	border: 1px solid #999999;
}

.submit {
	background: #FFD304;
}

.infobox {
	height: 110px;
	width: 100%;
}
/* contents styling ends here */
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#anchordivlower {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}
/* footer styling begins here */
#footer {
	clear: both;
	height: 190px;
	width: 100%;
	color: #333333;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 4px;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #0035AE;
}
#footer a:hover {
	color: #FDD000;
}
/* footer styling ends here */
.brclear {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
