
@import url(http://www.isecorp.com/css/reset.css);
@import url(http://www.isecorp.com/css/nav.css);

/* --------- GENERAL --------- */

body {
	margin: 0;
	background: #f1efea url('../images/bg_body_internal.jpg') repeat-x;
	font-family: Verdana;
}

form {
	margin: 0px;
	padding: 0px;
}

.error {
	color: #a41c20;
}

.errorStar {
	color: #a41c20;
}

img {
	border: 0px;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #3664a0;
	text-transform: uppercase;
	font-weight: normal;
}
h1.cufon {
	position: absolute;
	bottom: -4px;
	margin: 0px;
	padding: 0 0 0 228px;
	font-size: 20px;
	color: #fff;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: normal !important;
	line-height: 19px;
	color: #977822;
	text-transform: uppercase;
}
h2.cufon {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 19px;
	color: #977822;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: normal !important;
	line-height: 19px;
	color: #977822;
	text-transform: uppercase;
}

h4 {
	margin: 16px 0 4px 0;
	font-size: 12px;
	color: #636363;
	font-weight: bold;
}

h5 {
	margin: 16px 0 4px 0;
	font-size: 12px;
	color: #636363;
	font-weight: bold;
}

h6 {
	margin: 0 0 4px 0;
	font-size: 12px;
	color: #636363;
	font-weight: bold;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 12px;
	border-top: 1px solid #dadbdc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
	width: 99%;
	padding: 2px;
	margin-top: 4px;
}

input[type=text] {
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}

.altrow {
	background: #eff8ff;
}

.altrow2 {
	background: #f9fcff;
}

a {
	font-family: Arial;
	outline: 0px;
}

iframe {
	overflow-x: hidden;
	padding: 0;
	background: #ccc
}


/* --------- DIV IDS --------- */

#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
	text-align: center;
}
#coverpage img {
	margin-top: 200px;
}

#page {
	position: relative;
	float: left;
	z-index: 30;
	width: 996px;
	background: #fff;
}

#header {
	position: relative;
	z-index: 200;
	clear: both;
	height: 130px;
	width: 100%;
	background: url('../images/bg_header.jpg') repeat-y;
}
#header img#logo {
	position: absolute;
	top: 29px;
	left: 30px;
}

#page-title {
	position: relative;
	clear: both;
	height: 46px;
	background: #3664a2 url('../images/bg_page_title.jpg') repeat-y;
}

#main-content {
	clear: both;
	float: left;
	width: 996px;
	min-height: 570px;
	background: url('../images/bg_main_content.jpg') repeat-y;
}

#main-content-allwide {
	clear: both;
	float: left;
	width: 996px;
	min-height: 570px;
}

#left-column {
	float: left;
	width: 187px;
	padding: 25px 0 0 32px;
}
#left-column h2 {
	font-weight: normal;
	font-size: 16px;
	color: #343434;
}

#center-column {
	float: left;
	width: 482px;
	padding: 25px 30px 50px 10px;
}

#center-column-long {
	float: left;
	width: 757px;
	padding: 25px 10px 50px 10px;
}

#center-column #mask-external {
	position: relative;
	z-index: 10;
	float: left;
	width: 482px;
	overflow-x: hidden;
}

#right-column {
	float: right;
	width: 235px;
	padding: 20px 0 20px 20px;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 230px;
	padding: 0 0 30px 0;
	background: #55585e url('../images/bg_footer.jpg') repeat-x;
}
#footer img {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#footer .footer-nav {
	clear: both;
	float: left;
	width: 996px;
	overflow: hidden;
}
#footer .footer-nav ul {
	float: left;
	width: 142px;
	margin: 0;
	padding: 0;
}
#footer .footer-nav ul li {
	list-style-type: none;
	margin: 0px;
	line-height: 100%;
	padding: 0 0 5px 14px;
}
#footer .footer-nav ul li a {
	color: #a7a7a7;
	text-transform: uppercase;
}
#footer .footer-nav ul li b a {
	color: #d7d7d7;
}
#footer .footer-nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#footer .footer-nav ul.general {
	margin-left: 20px;
	width: 120px;
}

#footer .investors {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	background: #4f5257;
}

#footer #copyright {
	position: relative;
	clear: both;
	width: 936px;
	padding: 20px 0 0 30px;
	color: #a7a7a7;
}
#footer #copyright a {
	color: #a7a7a7;
}

* html #xxxxx {
	display: inline;
}


/* --------- DIV CLASSES --------- */

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.hold {
	clear: both;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.cta {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.cta h4 {
	margin: 0 0 8px 0;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #464646;
	background: #e0ded9;
}
.cta .copy {
	padding: 0 10px 0 4px;
	font-size: 10px;
	line-height: 14px;
	color: #9b8746;
}
.cta .copy a {
	text-decoration: none;
	font-size: 10px;
	color: #1d67a4;
}
.cta .copy a:hover {
	text-decoration: underline;
}
.cta .copy a.on {
	color: #000;
}

.archives {
	line-height: 16px !important;
}

.gallery-item {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 168px;
}
.gallery-item .img {
	width: 168px;
	height: 103px;
	overflow: hidden;
	border: 1px solid #9c8c68;
}

.testimonal-logo {
	float: left;
	margin-right: 10px;
	width: 97px;
}

.testimonal-txt {
	float: left;
	width: 370px;
}

.byline {
	clear: both;
	margin-top: 2px;
	font-weight: bold;
}


/* --------- FONTS / LINKS --------- */

.regcopy {
	font-size: 11px;
	line-height: 16px;
	color: #898989;
}
.regcopy p {
	margin: 0 0 16px 0;
}
.regcopy ul {
	margin: 5px 0 12px 0;
}
.regcopy ul li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
}
.regcopy ul li ul {
	margin: 5px 0 0 0;
}
.regcopy ul li ul li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
}

.regcopy ol {
	margin: 5px 0 12px 0;
}
.regcopy ol li {
	list-style-type: decimal;
	margin: 0 0 5px 30px;
}
.regcopy ol li ol {
	margin: 5px 0 0 0;
}
.regcopy ol li ol li {
	list-style-type: decimal;
	margin: 0 0 5px 30px;
}
.regcopy ol li ul {
	margin: 2px 0 0 0;
}
.regcopy ol li ul li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
}

.regcopy a {
	text-decoration: none;
	color: #3664a2;
}
.regcopy a:hover {
	text-decoration: underline;
}

.smcopy {
	font-size: 10px;
	line-height: 14px;
	color: #636363;
}
.smcopy a {
	text-decoration: none;
	color: #9b8746;
}
.smcopy a:hover {
	text-decoration: underline;
}

a.more {
	float: right;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3664a0;
}

a.gallery-download {
	font-size: 10px;
	background: url('../images/icon_download.jpg') no-repeat;
	padding: 1px 0 5px 20px;
}

p.pr {
	margin-bottom: 8px;
}

.p-override p {
	display: inline;
	margin-right: 8px;
}

.grey {
	color: #898989;
}

.grey {
	color: #898989;
}

.gold {
	color: #9b8746;
}

a.blue {
	color: #3664a0 !important;
}


/* --------- TABLES --------- */

table#events {
	width: 100%;
}
table#events td {
	vertical-align: top;
	padding: 4px 4px 4px 4px;
}
table#events td.date {
	width: 120px;
	background: #3664a2;
	color: #fff;
}
table#events td.title {
	width: 60%;
	background: #3664a2;
	color: #fff;
}
table#events td.loc {
	width: 25%;
	background: #3664a2;
	color: #fff;
}


table#appneed {
	width: 100%;
}
table#appneed td {
	padding: 0 2px 8px 2px;
	font-weight: bold;
}
table#appneed td.title {
	width: 120px;
}
table#appneed td input[type=text] {
	width: 99%;
}

td.formbtn {
	padding-right: 0px !important;
	text-align: right;
}

.row td {
	background: #efefef !important;
}

.altrow td {
	background: #fff !important;
}


/* --------- LISTS --------- */

ul.socialmedia {
	float: right;
	margin: 0;
	padding: 0;
}
ul.socialmedia li {
	display: inline;
	list-style-type: none;
	margin-left: 19px;
}


/* --------- IMAGES --------- */

img.apply {
	float: right;
}


/* --------- "SHARE" --------- */

.addthis_toolbox {
	float: left;
}
.addthis_toolbox a {
	text-decoration: none;
	font-size: 10px;
	color: #a6bddf;
}