/*** DEFAULTS ***/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	width:100%; 
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: black;
}

img {
	border: 0;
}

input {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: black;
}

h1 {
	color: #eb841b;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	text-decoration: underline;
}

a, 
a:visited,
a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #eb841b;
}

.clear {
	clear:both;
}

/*** MASTER LAYOUT ***/

.masterCenterContainer {
	width: 960px;
	margin: 15px auto 0 auto;
}

.masterLogo {
	height: 110px;
	background: url(/media/logo.png) top left no-repeat;
}

.masterLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

.masterLeft {
	float: left;
	width: 344px;	
}

.masterRight {
	float: left;
	width: 616px;	
}

.masterMenu {}

.masterPageContainer {}

.masterMain {}

.masterAddress {
	font-size: 9px;
	margin-top: 50px;
}

.version3 {
	padding-top: 10px;
	text-align: left;
}

.version3 a {
	font-size: 10px;
	font-weight: bold;
}


/*** MENU ***/
.masterMenu {
	padding-bottom: 210px;
	background: url(/media/menu-images.png) bottom left no-repeat; 
}

.masterMenuItem {
	margin-bottom: 15px;
	position: relative;
	height: 15px;
	padding: 0 0 0 25px;
	background: url(/media/menu-dot.png) left center no-repeat;
	width: 185px;
}

.masterMenuItemSelected {
	border-bottom: 1px solid #eb841b;
}

.masterMenuItemSubItems {
	margin-top: -13px;
	margin-left: 195px;
	display: none;
}

.masterMenuItemSubItems .masterMenuItem {
	background: none;
	padding: 0;
	height: 14px;
	margin-bottom: 0px;
	border-bottom: none;
}


.masterMenuItemSelected .masterMenuItemSubItems {
	display: block;
}

 .masterMenuItemSubItems .masterMenuItemSelected {
	font-style: italic;
}

/*** FRONT PAGE ***/
.frontLeft {
	float: left;
	width: 276px;
	margin-right: 64px;
}

.frontRight {
	float: left;
	width: 265px;
}

.frontCenter {
	float: left;
	width: 605px;
	border-top: 1px solid #eb841b;
	margin-top: 50px;
}

/*** ARTICLE LAYOUT ***/
.articleLeft {
	float: left;
	width: 376px;
	margin-right: 50px;
}

.articleRight {
	float: left;
	width: 180px;
	text-align: center;
}

/*** NEWS ***/
.newsList .listItem h2 {
	margin: 0;
	padding: 0;
}

.newsList .listItem h2 a {
	color: #eb841b;
}

.readMoreBox {
	text-align: right;	
}

.readMoreBox a {
	color: #eb841b;
	font-style: italic;
}

/*** PAGINATOR ***/
.paginator {
	text-align: center;
}

.paginatorItemSelected {
	font-weight: bold;
}

/*** JOBS ***/
.jobs .item {
	margin-bottom: 15px;
	display: block;
}

.jobsTitle {
	font-weight: bold;
}

.jobsDate {
	
}

.jobsFront {
	margin-top: 10px;
}

.jobsFront h1 {
	text-transform: uppercase;
}
	
.jobsFront .item {
	float: left;
	width: 190px;
	margin: 0 10px 10px 0;
}

/*** MEMBER ***/
.memberList {
	margin-bottom: 30px;
}

.memberTitle {
	font-weight: bold;
}

.memberContent {
	margin-bottom: 15px;
}

.memberTopLink {
	margin-bottom: 25px;
	font-style: italic;
}