/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/
/* START RESET STYLES */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET STYLES */

body{
	background: #595959 url(/images/bg-body.jpg) repeat-x 0px 0px;
	color:#232323;
}
body, input, select, textarea{	
	font-family:Arial, Helvetica, sans-serif;
}
small{font-size:80%;}
strong{font-weight:bold;}
em{font-style:italic;}
a{color:#0056A7;text-decoration:none;}
a:hover{color:#8991BC;}
a:active{color:#666;}
input,textarea{
	border-top:solid 1px #444;
	border-right:solid 1px #999;
	border-bottom:solid 1px #bbb;
	border-left:solid 1px #bbb;
	padding:2px;
	font-size:12px;
}
input[type=text]{width:180px;}
.label-description{font-weight:bold;color:#000;}
.label-details{font-size:11px;color:#444;line-height:11px;display:block;}
h1, h2, h3, h4, h5, h6{
	color:#0056A7;
	font-weight:bold;
	line-height:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
}
h1{
	border-bottom:solid 3px #D4DEE8;
	margin-bottom:22px;
	font-size:30px;
}
h2{font-size:19px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}
#colA h2, #colA h3, #colA h4, #colA h5, #colA h6{margin-bottom:7px;}
#colA p, #colA table, #colA ul, #colA ol, #colA blockquote, #colA hr{
	margin-bottom:17px;
}
#colA hr{
	color:#D4DEE8;
	height:2px;
	border:none;
	background:#D4DEE8;
	clear:both;
}
#colA blockquote{
	margin:20px 30px 25px;
	font-style:italic;
	font-size:17px;
	line-height:25px;
}
#colA ul li{
	margin-left:25px;
	margin-right:25px;
	padding-left:10px;
	background: url(/images/bg-bullet.png) no-repeat 0 9px;
}
#colA ul li > ul{margin-bottom:0;}
#colA ol li{
	margin-left:45px;
	margin-right:45px;
	list-style-type:decimal;
}
#colA a:link{
	text-decoration:underline;
}
#colA a:hover{
	text-decoration:none;
}
.clear {
	clear: both;
}
.imageFloatLeftBorder,.imageFloatLeft{float:left;margin:0 14px 10px 0;}
.imageFloatRightBorder,.imageFloatRight{float:right;margin:0 0 10px 14px;}
.imageFloatRightBorder,.imageFloatLeftBorder, .imageBorder{border:4px solid #ccc;padding:1px;}
.error-input, .form .error-both .input, .form .error-same .input { background-color:#efefef; border-color:#BF0B17; color:#000; }
.error-div {margin:14px 0; font-size:14px;padding:5px 0;color:#BF0B17;font-weight:bold; }
.error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding:45px 0 20px 0;
}
#logoMain {
	display: block;
	position: absolute;
	z-index: 2;
	top: 7px;
	left: 15px;
}
#topWrap {
	width:100%;
	background: url(/images/sprites.png) no-repeat right 0;
	padding-bottom:23px;
}
#navMain{
}
#navMain ul {
	text-align:right;
	margin-right:8px;
}
#navMain ul li{
	display:inline-block;
	position:relative;
}
#navMain ul li a{
	font-size: 15px;
	line-height: 34px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight:bold;
	padding: 8px 16px;
}
#navMain ul li a:hover {
	background: url(/images/bg-dir-a-hover.png) repeat 0 0 !important;
	color:#003A76;
}
/* Start nav dropdown styles */
#navMain ul li.dir{
	background: url(/images/bg-dir.gif) no-repeat right 15px;
}
#navMain ul li.dir > a:hover, #navMain ul li.dir:hover > a{
	background: url(/images/bg-dir-a-hover.png) repeat 0 0 !important;
	color:#003A76;
	cursor:default !important;
}
#navMain .dir ul {
	display: none;
	position: absolute;
	top:34px;
	left:0;
	line-height:normal;
	background: #fff url(/images/bg-dir-ul.gif) repeat-x 0 0;
}
#navMain .dir:hover ul,
#navMain .dir.hover ul{
	display:block;
}
#navMain .dir ul li {
	background: none;
	text-align: left;
	clear:both;
	display:block;
	position:relative;
}
#navMain .dir ul li a {
	text-transform: capitalize;
	color: #003A76 !important;
	cursor: pointer;
	font-weight: normal;
	line-height: 15px;
	padding: 5px 14px ;
	width: 142px;
	display:block;
	font-size:12px;
	line-height:16px;
	letter-spacing:normal;
	height:auto;
	text-decoration:none;
	background-color:transparent !important;
}
#navMain .dir ul li a:hover {
	text-decoration:none !important;
	background:#D6D8E8 !important;
	color:#003A76 !important;
}
#navMain .dir .dir ul{
	position:absolute;
	z-index:12;
	left:180px;
	top:0;
}
#navMain .dir .dir > a, #navMain .dir .dir > a:hover{
}
/* End nav dropdown styles */
#headerImage{background:#000;}
#specialized{
	background: url(/images/sprites.png) no-repeat 0 -58px;
	height:43px;
	text-indent:-9999px;
}
#colWrapTop {
	background: url(/images/sprites.png) no-repeat 0px -102px;
	height: 8px;
	width: 100%;
	margin:7px 0 0 0;
}
#colWrap {
	background: #fff url(/images/bg-colWrap.png) no-repeat 0px 0px;
	min-height: 360px;
	padding-bottom:20px;
}
#colA{
	padding:13px 14px 0;
	width:630px;
	float:left;
	line-height:21px;
	font-size:13px;
}
#bg-about{
	background:#75cce8 url(/images/bg-about.jpg) no-repeat center top;
	padding:15px;
}
#bannerQR{margin-top:25px;}
#colB{
	float:right;
	margin:20px 0 0;
	width:272px;
	padding:12px 14px 0;
	font-size:12px;
	line-height:18px;
}
.colMod{
	margin-bottom:28px;
}
.colMod h2{
	font-size:18px;
	margin-bottom:6px;
}
#navSub ul li {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 17px;
	margin-bottom: 7px;
}
#navSub ul li a:hover {
	text-decoration: underline;
}


#mission p{
	font-style:italic;
	color:#003A76;
}
#mission strong{
	color:#000;
}
#logosBlock table{
	width: 90%;
	margin: 0 auto;
}

#logosBlock tr td {
	padding: 0 0 10px 0;
}

#colWrapBtm {
	background: url(/images/sprites.png) no-repeat 0px -112px;
	height: 9px;
	width: 100%;
}
#footerWrap {
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	padding: 6px 0 15px;
}
#footerWrap a {
	color: #aaa;
}
#footerWrap a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footerA {
	float: left;
}
#footerB {
	float: right;
	text-align: right;
	color: #303030;
}
#footerB ul li{
	display:inline;
	margin-left:9px;
}
#footerB a{color:#aaa;}
#footerB a:hover{color:#fff;text-decoration:underline;}
#siteCredits, #siteCredits a{
	color: #303030;
}
#siteCredits a:hover {
	color: #fff;
	text-decoration: underline;
}
#submitButton{
	display:inline-block;
	background: #fff url(/images/sprites.png) no-repeat 0 -124px;
	width:131px;
	height:35px;
	cursor:pointer;
	border:none;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:normal;
	color:#000;
}
/* Start Ibex News Styles */
#newsListings .postList {
	border-bottom:dotted 1px #aaa;
	margin:0 0 22px;
	overflow:auto;
	padding:0 0 22px;
	position:relative;
}
#newsListings h2 {
	margin-bottom:4px;
}
.postMeta {
	color:#444;
	font-size:11px;
	font-weight:bold;
}
.readMoreArticles {
}
#articleMetaContainer {
	overflow:hidden;
	position:relative;
	width:100%;
}
.backToNews {
	float:right;
	font-size:11px;
	margin:0 0 15px 15px;
	text-align:right;
	width:250px;
}
.backToGallery, .backToNewsButton {
	margin-top:12px;
}
.backToNewsButton {
	margin:5px 0 0;
	padding:15px 0 0;
}
#backToNews-top {
	float:right;
	margin:0 0 5px 12px;
}
#articleContent {
	margin:12px 0 0;
}
#articleContentImg {
	border: 2px solid #d3d2cc;
	padding:2px;
	float:right;
	margin:0 0 5px 5px;
}
/* END Ibex NEWS Styles */

/* START Ibex EVENTS Styles */
.eListWrap {
	border-bottom:dotted 1px #aaa;
	margin:0 0 22px;
	padding:0 0 22px;
	overflow:auto;
	position:relative;
	width:100%;
}
.eListA {
	float:left;
	width:490px;
}
.eListTime {
	font-size:14px;
	font-weight:bold;
	margin:0 !important;
}
.eListText {
	margin:0 !important;
	padding:0;
}
.eListA h2 a {
	text-decoration:none;
}
.eListA h2 a:hover {
	text-decoration:underline;
}
.eListInfo {
	margin:0 0 15px;
}
.eListB {
	float:right;
	margin:0 0 0 15px;
	text-align:right;
	width:125px;
}
.eListB a img, .eDetailImg {
	border:2px solid #ccc;
	padding:2px;
}
.eListB a:hover img {
	border-color:#333;
}
.eDetailImg {
	float:right;
	margin-bottom:15px;
	margin-left:15px;
}
.eDetailDates, .eDetailInfo ul {
	margin-top:12px !important;
}
.eDetailDates li, .eDetailInfo ul li {
	padding-bottom:3px !important;
}
.viewAllEvents {
	border-top:dotted 1px #aaa;
	margin:22px 0 22px;
	padding:2px 0 22px;
	font-size:11px;
}
/* END Ibex EVENTS Styles */

/* START Ibex RESTRICTED Styles */
#errorMessageBlock {
	padding:4px 6px;
}
/* END Ibex RESTRICTED Styles */