@charset "utf-8";
@import url(reset.css);

/* tags */

body {
	margin: 1em 0 0 0;
	position: relative;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	font-size: 1em;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

p {
	margin: 5px 0 20px 0;
	font-size: 16px;
	line-height: 26px;
}

h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
	color: #c2b02f;
	font-weight: lighter;
}

h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #c2b02f;
}

h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 15px 0;
	color: #c2b02f;
}

blockquote {
	font-size: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	font-style: italic;
}

.hidden {display: none;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
.left {float: left;}
.right {float: right;}
.inline {display: inline;}
.block {display: block;}

/* layout */

#summaryContent {
	display: none;
}

#pageContainer {
	margin: 1em auto 1em auto;
	position: relative;
}

#pageHeaderNav {
	height: 185px;
}

#pageHeaderNav ul {
	display: none;
}

#pageHeaderLogo {
	display: none;
}

#pageHeaderLogo a {
	display: none;
}

#mysim2learn {
	display: none;
}

#mysim2learn a {
	display: none;
}

#pageHeaderBar {
	position: absolute;
	top: 120px; left: 0;
	height: 70px;
	background: #C2B030;
	width: 100%;
	z-index: 5;
	overflow: hidden;
}

#pageHeaderBar div img {
	display: none;
}

#pageHeaderBar div span {
	display: block;
	font-size: 30px;
	border-bottom: 1px solid black;
}

a#contactPerm {
	display: none;
}

a#contactClose {
	display: none;
}

#pageContent {
	position: relative;
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 400px;
}

#pageContact {
	position: absolute;
	right: 0; top: 0;
	border: 1px solid black;
	width: 100px;
}

#pageContact h1 {
	color: white;
	font-size: 14px;
}

#pageContact div {
	display: none;
}

#pageContact form {
	display: none;
}

#pageSidebar {
	color: #999;
}

#pageSidebar ul {
	display: none;
}

#pageInner {
	padding: 30px;
	font-size: 12px;
	color: #999;
}

#pageInner.titlePage {
	padding: 30px 0;
}

#pageInner img {
	display: block;
}

#pageInner ul {
	list-style: disc inside;
	padding-left: 1em;
	font-size: 16px;
}

#pageInner ul li {
	line-height: 22px;
}

.titlePage h1 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 5px 0;
}

.titlePage p {
	font-size: 16px;
	line-height: 20px;
}

#pageContentPlaceholder {
	position: relative;
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	height: 400px;
}

#pageContentImage {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}

#pageFooter {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 12px;
	background: #999;
	height: 50px;
	line-height: 50px;
	margin: 0;
}

/* home groups */


div.homeGroup a:hover {
	border: none;
}

#pageInner div.homeGroup img {
	display: none;
}

div.homeSidebar h1 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #999;
	text-transform: none;
	
}

div.homeSidebar p {
	font-size: 14px;
	margin-bottom: 15px;
}

#homeOp h1 {
	color: #869BBC;
}

#homeIn h1 {
	color: #8C5036;
}

#homeEd h1 {
	color: #90B098;
}

#homeOp img {
	background: #869BBC;
}

#homeIn img {
	background: #8C5036;
}

#homeEd img {
	background: #90B098;
}

#homeOp a {
	color: #869BBC;
}

#homeIn a {
	color: #8C5036;
}

#homeEd a {
	color: #90B098;
}

/* error display */

#errorStatus {
	padding: 30px 30px 30px 100px;
}

/*****************CONTACT FORM*********************/

#contact {
	display: none;
}

#emailResponse {
	display: none;
}

#closeResponse {
	display: none;
}