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

/* tags */

html { height: 100%; margin-bottom: 1px; }

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;
}

p.listAfter {
	margin-bottom: 5px;
}

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

h1 img {
	float: right;
}

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;
}

blockquote {
	background-image: url(/styles/images/open-quote.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-style: normal;
}

blockquote span {
	background-image: url(/styles/images/close-quote.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

input:focus {
	background-color: #fae09a;
}

textarea:focus {
	background-color: #fae09a;
}

textarea {
	overflow: auto;
}

.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;}
.print {display: none;}
.clear {clear:both;}

label.error {
	margin: 0 0 5px 0;
	color: #f00;
	display: block;
}

input.error {
	border: 1px dotted #f00;
}

/* links */

#pageHeader a, #pageSidebar a {
	text-decoration: none;
	border: none;
	/*color: #959595;*/
	color: #848688;
}

#pageSidebar a {
	color: #333;
}

#pageHeader a:hover, #pageSideBar a:hover {
	text-decoration: underline;
}

#pageSidebar a:hover {
	color: #333;
}

/* layout */

#summaryContent {
	display: none;
}

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

#pageHeaderNav {
	height: 185px;
}

#pageHeaderNav ul {
	position: absolute;
	top: 94px;
	right: 0;
}

#pageHeaderNav ul li {
	position: relative;
	padding: 5px 10px 10px 10px;
	margin: 0 15px;
	font-size: 19px;
	float: left;
	text-align: left;
}

#pageHeaderNav ul li.active a {
	color: #fff;
}

.about a {
	display: block;
}

.approach a {
	display: block;
}

.cases a {
	display: block;
}

.mysim2learn a {
	display: block;
}

.press a {
	display: block;
}

.active {
}

.indent {
	text-indent: 15px;
}

#pageHeaderLogo {
	position: absolute;
	width: 286px;
	height: 108px;
	background: transparent url(images/esphera3i.png) left top no-repeat;
	top: 8px; left: 0;
}

#pageHeaderLogo a {
	display: block;
	text-indent: -9999px;
	width: 286px;
	height: 108px;
}

#mysim2learn {
	display: block;
	width: 275px; height: 54px;
	background: transparent url(images/mysim2learn.png) left top no-repeat;
	margin: 10px 0;
}

#mysim2learn a {
	display: block;
	text-indent: -9999px;
	width: 275px; height: 54px;
}

#mysim2learn a:hover {
	border: none;
}

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

#pageHeaderBar div {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}

#pageHeaderBar div img {
	display: block;
	margin: 16px 10px 0 10px;
}

#pageHeaderBar div img.home {
	margin: 15px auto;
}

#pageHeaderBar div span {
	display: block;
	font-size: 38px;
	margin: 16px 0 0 0;
	color: white;
}

#pageHeaderBar a {
	color: #fff;
}

a#contactPerm {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-bottom: none;
	margin-right: 25px;
	float: right;
}

a#contactClose {
	position: absolute;
	bottom: 10px; right: 10px;
	display: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: none;
	float: right;
}

#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;*/
	color: #848688;
}

#pageSidebar ul {
	margin: 0 0 5px 85px;
	font-size: 14px;
}

#pageSidebar ul li {
	float: left;
	margin: 0 7px;
	padding: 2px 7px;
}

#pageSidebar ul li.active a {
	color: #fff;
}

#pageSidebar input[type='text'] {
	display: block;
	width: 174px;
	margin: 2px 0 5px 0;
}

#pageSidebar input[type='checkbox'] {
	display: inline;
	margin: 2px 4px 5px 0;
}

#pageSidebar select {
	display: block;
	margin: 2px 4px 5px 0;
	width: 180px;
}

#pageSidebar select {
	display: block;
	margin: 2px 0 5px 0;
}

#pageSidebar textarea {
	width: 178px;
	height: 40px;
	margin: 2px 0 5px 0;
}

#pageInner {
	padding: 30px 30px 30px 100px;
	font-size: 12px;
	/*color: #999;*/
	color: #848688;
}

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

#pageInner img {
	display: block;
}

#pageInner img.contentImage {
	margin: 0 60px 20px 0;
}

#pageInner ul {
	list-style: disc;
	padding-left: 1em;
	margin-left: .7em;
	font-size: 16px;
	margin-bottom: 20px;
}

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

#pageInner ul li ul {
	list-style: circle;
	margin-bottom: 5px;
}

#pageInner table tr td {
	font-size: 16px;
	padding-right: 20px;
	line-height: 20px;
}

#pageInner table {
	margin-bottom: 20px;
}

#flashContainer {
	z-index: 0;
}

#flashContainer embed {
	margin: 0 0 15px 10px;
	padding: 4px;
	border: 1px solid #ccc;
	display: block;
	z-index: 0;
}

.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;
	/*background: #848688;*/
	height: 50px;
	line-height: 50px;
	margin: 0;
}

/* home groups */

div.homeGroup {
	position: relative;
	width: 625px; height: 90px;
	margin: 10px 0 20px auto;
	border: 1px solid #ccc;
}

div.homeGroup h1 {
	margin-left: 330px;
	margin-bottom: 0;
}

div.homeGroup p {
	width: 290px; height: 60px;
	margin-left: 331px;
	margin-top: 0;
	font-size: 13px;
}

div.homeGroup a {
	position: absolute;
	top: 0; left: 0;
	width: 670px; height: 100px;
	z-index: 2;
	border: none;
	background: transparent url(images/blank.gif) top left repeat;
}

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

div.homeGroup img {
	position: absolute;
	display: block;
	width: 315px; height: 90px;
	left: 0; top: 0;
	background: #869BBC;
}

div.homeSidebar {
	position: absolute;
	left: 0; top: 45px;
	width: 300px;
	height: 340px;
}

div.homeSidebar h1 {
	font-size: 20px;
	margin-bottom: 20px;
	/*color: #999;*/
	color: #848688;
	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;
}

/* file type icons */
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(icons/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.xlsx'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(icons/xls.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(icons/doc.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}

/* Powerpoint Document Links */
a[href$='.ppt'], a[href$='.pptx'] {
background:transparent url(icons/ppt.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}

/* EPS Document Links */
a[href$='.eps'] {
background:transparent url(icons/eps.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
 
/* mailto: links
a[href^="mailto:"] {
background:transparent url(../images/mailto.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
} */

/*****************CONTACT FORM*********************/
#contact {
	width: 700px;
	position: relative;
	margin: 0 auto;
	color: #fff;
}

#contact div {
	position: relative;
	width: 350px;
	margin: 0 auto;
	height: auto;
	float: left;
	padding-left: 20px;
}

#contact #contactForm {
	margin: 0;
	padding: 0;
	float: none;
	border: none;
}

#contact #contactInfo {
	width: 300px; height: 430px;
	margin: 0;
	border-right: 1px solid #fff;
	padding: 0 20px 0 0;
	text-align: right;
	font-size: 12px;
}

#contact h1 {
	font-size: 35px;
	text-transform: uppercase;
	margin: 15px auto 30px auto;
	color: #fff;
	text-align: center;
}

#contact h2 {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
}

p.contactDiv {
	text-align: left; 
	margin-bottom: 0; 
	border-bottom: 1px solid #fff; 
	line-height: 14px; 
	font-size: 12px;
}

#contact input[type="text"]{
	display: block;
	font-size: 20px;
	width: 95%;
}

#contact input[type="submit"] {
	display: block;
	margin: 10px auto 0 0;
}

#contact textarea {
	width: 95%;
	font-size: 14px;
	height: 60px;
}

#contact label {
	color: #fff;
	display: block;
	margin: 20px 0 3px 0;
}

#contact .contactCheck {
	display: inline;
}

#contact .checkLabel {
	display: inline;
}

#contact label.error {
	margin: 0;
}

#emailResponse {
	display: none;
	border-bottom: 1px solid #fff;
	padding: 15px;
	font-size: 18px;
	margin: 15px 0;
	color: #fff;
	text-align: center;
}

#closeResponse {
	text-align: center;
	display: none;
}

#closeResponse a {
	color: #fff;
	font-size: 18px;
}