@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D6B350;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#container {
	width: 751px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0a0400;
	padding: 0 40px;
}
#header {
	/* header */
	padding-top: 20px;
	display: block;
	width: 751px;
}
.logo {
	float: left;
	margin: 5px 134px 5px 0px;
}
.logoTxt {
	margin-bottom: 19px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#linkTable {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	line-height: 1.44em;
}
#headerTxt {
	clear: both;
}
.currentLink {
	font-size: 10px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.arialTxt {
	font-family: Arial, Helvetica, sans-serif;
}
.goFld {
	border: none;
}
.goBtn {
	border: none;
}
.featuredImg {
	border-top: 1px solid #D6B350;
	padding-top: 8px;
	margin-top: 16px;
}
#friends {
	font-family: Arial, Helvetica, sans-serif;
}
#friends ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.44em;
}
#friends li {
	margin-left: 14px;
}
.friendsLinks {
	clear: left;
}
.readMore {
	font-size: 10px;
	color: #D6B350;
	text-decoration: none;
	padding-left: 107px;
}
.readMore:hover {
	color: #FFFFFF;
}
.readMoreCulturise {
	font-size: 10px;
	color: #D6B350;
	text-decoration: none;
	width: 553px;
	text-align: right;
}
.readMoreCulturise:hover {
	color: #FFFFFF;
}
.friendsHeader {
	border-bottom: 1px solid #D6B350;
	margin-bottom: 20px;
	padding-bottom: 19px;
	width: 100%;
	float: left;
}
.arialStripe {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #D6B350;
}
#blog {
	margin-top: 8px;
	padding: 20px;
	background-color: #060200;
	border: 1px solid #231e1a;
 }
.blogH1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
#blogH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pressYear {
	font-size: 10px;
}
.projectCategory {
	font-size: 10px;
	text-transform: uppercase;
}
.applyTxt {
	font-size: 14px;
	font-weight: bold;
}
.applyField {
	width: 395px;
	margin-top: 6px;
}

.applyField2 {
	width: 400px;
	margin-top: 6px;
}
.featuredGraphics {
	padding-top: 15px;
}
.subheadArea {
	padding-top: 7px;
}
.subheadGraphics {
	padding-bottom: 14px;
}
.errorTxt {
	font-weight: bold;
	color: #D60000;
}

.thanksTxt {
	font-weight: bold;
	color: #D6B350;
}