@import url("/style/structure.css");
@import url("/style/mojoToolsAdminBar.css");

/*
-----------HTML Elements---------
*/
body {
	background: #ffffff url(/images/bg-horses.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
}
body.homePage
{
	background: url(/images/home-bg.jpg) center 0 no-repeat;
}

body, td, th, li, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
}

td, th 
{
	vertical-align: top;
}

th {
    text-align: left;
    padding-right: 10px;
}

thead th {
    text-align: center;
    padding-right: 10px;
}

p {
	margin: 0 0 10px 15px;
}

#contentWrap p 
{
	line-height: 1.7em;
	margin-bottom: 1.25em;
}

#contentWrap .imgLt p,
#contentWrap .imgRt p 
{
	line-height: normal;
	margin-bottom: 10px;
}

a { color: #6693d1; }

a:hover {
	color: #99BCDF;
	text-decoration: none;
}

a span {
    cursor: pointer;
}

h1 { 
	color:#364c7f;
	font-size: 24px;
	margin: 0 0 1em 0;
	font-weight: normal;
}

h2 { 
	color: #364c7f;
	font-size: 16px;
	margin: 0.5em 0 0.1em 0; 
}

h3 {
	color: #333333;
	font-size: 12px;
	margin: 0;
}

h4 {
	color: #666666;
	font-size: 11px;
	margin: 0 0 1em 0;
}

h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0; 
}

.rbl 
{
	margin-left: 15px;
}

.formDisplay td {
	padding-bottom: 5px;
}

.formDisplay td input {
	margin-right: 5px;
}
.formDisplay th 
{
	width: 175px;
}
.formDisplay .rbl td
{
	padding-bottom: 0;
}

/*
-----------Tables-----------
*/
table.doStyle {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	background: #fff;
	border-collapse: collapse;
}
table.doStyle thead {
	background: #d7e4ea;
	color: #669AAE;
	font-weight: bold;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
	border: 1px solid #b1ccd6;
}
table.doStyle tbody th {
	text-align: right;
}
table.doStyle .altItem {
	background: #eaf1f4;
}


/*
-----------Page-Tags System-----------
*/

#pageTag 
{
	display: none;
	position: relative;
	top: 20px;
}
#pageTag .container {
	position: relative;
	zoom: 1;
	_zoom: 0;
}
#pageTag strong {
	display: inline;
	font-size: 11px;
	margin-bottom: 0px;
}
#pageTag #btnPageView, #pageTag .btnPageSearch {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
#pageTag #curPage, #pageTag #gotoPage, #pageTag #pageNotFound {
	line-height: 23px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: 23px; 
}

#pageTag #curPage, #pageTag #pageNotFound {
	padding-right: 7px;
}
#pageTag #pageNotFound {
	padding:0px 7px 0x 2px;
	line-height:15px;
}

#pageTag #gotoPage input {
	margin: 2px 0px 0px 2px;
	color: #888;
	border: 0 none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pageTag #gotoPage .thmPageInput {
	display: inline-table;
	display: inline-block;
	height: 21px;
	background: #fff;
	border: solid 1px #b9c6c6;
	border-right-width: 0px;
}
#pageTag #gotoPage, #pageTag .btnPageSearch, #pageTag #pageNotFound {
	display: none;
}



/*
-----------Site-wide Tags-----------
*/


.altRow {
	background-color: #eef3fc;
	border-top: solid 1px #DCE7F8;
	border-bottom: solid 1px #DCE7F8;
}


.imgLt {
	margin: 0 1.25em 0.5em 0;
}

.imgRt {
	margin: 0 0 0.5em 1.25em;
}

.imgLt p, .imgRt p {
    font-size: 10px;
    color: #666666;
    margin-left: 0;
}

p img.imgRt, p img.imgLt,
h2 img.imgRt, h2 img.imgLt 
{
	margin-top: 5px;
}

.imgLt img, .imgRt img {
    margin-bottom: 4px;
}

.validator {
    color: #8B0000 !important;
    margin: 3px 5px 3px 0;
    border: solid 1px #8B0000;
    display: block;
    padding: 3px 8px;
    background: #fff url(/images/bkgd-grad-red.gif) 0 0 repeat-x;
}

/*
-----------Page Layout-----------
*/
.content
{
	clear: both;
	padding: 0;
}

#mainImg { zoom: 1; }

#pageWrap {
	background: transparent;
	padding: 0;
	width: 892px;
	margin: 0 auto;
}

#pageContent 
{
	background: #fff;
	zoom: 1;
}

.homePage #pageContent 
{
	background: none;
}

#secContent, #mainContent, #tertiaryContent {
	float: left;
}

#mainContent{
	width: 100%;
	clear: both;
}

#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}

#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

.breadcrumbWrap 
{
	display: none;
}

#mainContent ol { clear: left;
	 }


#mainContent ol li strong em { display: block; color: #364c7f; font-style: normal; }

#mainContent ol li { margin-bottom: 10px; }

#pgHead 
{
	padding: 19px 19px 0 19px;
}

#contentWrap 
{
	padding: 30px 19px 30px 30px;
	border-bottom: solid #eee 1px;
	margin-bottom: 30px;
}

.homePage #contentWrap 
{
	padding: 0;
}

#footer 
{
	padding-bottom: 20px;
}

#footer  .note
{
	font-size: 10px;
	color: #666;
}

#sidebarRight 
{
	float: right;
	width: 220px;
	padding-left: 40px;
	margin-bottom: 20px;
}

.homePage #sidebarRight {
	display: none;
}

.wideSidebar #sidebarRight { width: 250px; text-align: center; }

#sidebarRight th, #sidebarRight td
{
	padding: 5px 18px;
}

#sidebarRight tbody th { background: #fff; padding-left: 9px; }

#sidebarRight tbody th h4 { font-size: 13px; padding-left: 10px; margin: 0; text-align: left; color: #364c7f; background: url(/images/arrow-sm.gif) 0 6px no-repeat; }

#sidebarRight thead th { background: #364c7f; text-align: left; }

#sidebarRight thead th, #sidebarRight thead h3 { color: #fff; font-size: 13px; }

#sidebarRight table
{
	background: #edf2f9;
	margin: 20px 0 0 0;
	width: 100%;
}
#sidebarRight td p
{
	font-size: 13px;
	color: #6480a6;
	margin: 0 0 5px 0;
}

#sidebarRight tfoot a 
{
	border: solid 1px #cbd5e7;
	background: #fff url(/images/btn-arrow.gif) right 6px no-repeat;
	padding: 5px 30px 5px 10px;
	color: #6480a6;
	font-size: 12px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

#sidebarRight #teamLinks tfoot a 
{
	border: none;
	background: none;
	padding: 0;
	float: none;
	margin-bottom: 0;
}

#sidebarRight #teamLinks p
{
	font-size: 11px;
}

#sidebarRight #teamLinks td
{
	padding: 8px;
}

#sidebarRight #teamLinks td a
{
	display: block;
}

#contentWrap blockquote 
{
	width: 535px;
	padding: 18px 18px 30px 18px;
	text-align: center;
	border-top: solid 1px #e2eaf5;
	border-bottom: solid 1px #e2eaf5;
	margin: 20px 0;
}

.pgHeaderImage 
{
	margin: 19px 19px 0 19px;
}

#teamMembers td a{
	display: block;
	font-size: 15px;
	white-space: nowrap;
}

#teamMembers p {
	line-height: normal;
}

#teamMembers img {
	display: block;
	margin-bottom: 15px;
}

/*
-----------Home Page-----------
*/
#featureNav 
{
	width: 100%;
	margin-top: 8px;
}
#featureNav p
{
	font-size: 11px;
	color: #fff;
	line-height: normal;
	margin: 0;
}
#featureNav h3
{
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
#featureNav h3 a:hover
{
	text-decoration: underline;
}
#featureNav td.section
{
	padding: 13px 5px 13px 16px;
	background-color: #90a9c1;
}
#featureNav td.sectionImg
{
	padding: 11px;
	background-color: #90a9c1;
}
#featureNav td.sectionImg img
{
	border: solid #435f9f 1px;
}
#featureNav td.divider
{
	width: 10px;
	padding: 0;
}

/*
-----------Header-----------
*/
#header
{
	height: 151px;
}

#header .logo 
{
	top: 28px;
	left: 75px;
}

#header .tagline 
{
	position: absolute;
	top: 73px;
	left: 410px;
	width: 294px;
	height: 30px;
}


/*
----------Nav Design-----------
*/

#navWrap ul
{
	height: 35px;
	margin-bottom: 1px;
}

#navWrap ul ul
{
	height: auto;
	margin-bottom: 0;
	background-image: none;
	background: #718eab;
}

#navWrap li
{
	background: url(/images/nav-bg-rt.gif) right 0 no-repeat;
	padding: 0 5px 0 0;
	margin-right: 1px;
}

#navWrap li li
{
	background: none;
	padding: 0;
	margin-right: 0;
}

#navWrap li a
{
	background: url(/images/nav-bg-lt.gif) 0 0 no-repeat;
	padding: 8px 1.098em;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#navWrap li li a
{
	background: none;
	padding: 4px 15px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#navWrap li a:hover
{
	text-decoration: underline;
}

/*
-----------General Column Formatting-----------
*/

.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}

.twoCol .col {
	width: 45%;
}

.threeCol .col {
	width: 28%;
}

.listing {
	margin: 0 0 1em 0;
}

/*
----------Footer----------
*/
#footer
{
	font-size:13px;
	text-align:center;
}

#footer p, #footer li, #footer 
{
	color:#666666;
	font-size:13px;
}

#footer ul {
	list-style: none;
	width: 50%;
	text-align: right;
	float: left;
	
}
#footer #brochure {
	list-style: none;
	width: 35%;
	padding: 0 0 0 30px;
	text-align: left;
	float: left;	
}

#footer strong {
	color: #364c7f;
}


/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category{
	width: 100%;
}
.docs .twocol .category{
	width: 45%;
}
.docs .threecol .category{
	width: 30%;
	margin-right:15px;
}
.docs h2 {font-size:120%; line-height:100%; font-weight:bold;}
.docs img {
	display:block;
}
.docs .doc
{
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.docs .doc .desc {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}

.doc .imgLt
{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active
{
	text-decoration:underline;
	color:#192666;
}

/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link  
{	
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url(/images/docLibrary/as.gif) no-repeat left;
}
.docs a.doc {
	background: url(/images/docLibrary/doc.gif) no-repeat left;
}
.docs a.file {
	background: url(/images/docLibrary/file.gif) no-repeat left;
}
.docs a.fla {
	background: url(/images/docLibrary/fla.gif) no-repeat left;
}
.docs a.mdb {
	background: url(/images/docLibrary/mdb.gif) no-repeat left;
}
.docs a.pdf {
	background: url(/images/docLibrary/pdf.gif) no-repeat left;
}
.docs a.ppt {
	background: url(/images/docLibrary/ppt.gif) no-repeat left;
}
.docs a.swf {
	background: url(/images/docLibrary/swf.gif) no-repeat left;
}
.docs a.txt {
	background: url(/images/docLibrary/txt.gif) no-repeat left;
}
.docs a.xls {
	background: url(/images/docLibrary/xls.gif) no-repeat left;
}
.docs a.link {
	background: url(/images/docLibrary/link.gif) no-repeat left;
	float:none;
}

.docs .twoCol .category {
	float:left;
	width: 45%;
}

.sharedContent p 
{
    margin: 0;
}

.note, .note p 
{
	font-size: 11px; color: #8c8c8c;
	margin-left: 0;
}

div.note
{
	clear: left;
}

/* events page */

body.eventPage h1 
{
	margin-bottom: 10px;
}

a.backLnk
{
	float: right;
}
.eventsContact
{
	text-align: center;
}

.eventPage #sidebarRight { display: none; }

.eventPage p {margin-left: 0;}
.eventPage h2  
{
	font-size: 24px; 
	border-bottom: solid #e2eaf5 1px; 
	padding-bottom: 5px; 
	margin-bottom: 20px;
	margin-top: 30px;
}
.eventPage .event 
{
	padding: 10px 10px 10px 20px;
	margin-bottom: 30px;
	border: solid #B5C3DF 1px;
}
.eventPage #contentWrap .altItem 
{
	background: #E0E5EF;
}
.eventPage .event ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.eventPage .event h3 
{
	font-size: 18px;
	margin-bottom: 10px;
}
.eventPage .event h4 
{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: -.5em;
}
.eventPage .event h5 
{
	border-top: solid 1px #e2eaf5;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
	margin-top: 10px;
	padding-top: 10px;
}
.eventPage .event li.date
{
	font-weight: bold;
}
.eventPage #contentWrap 
{
	margin-top: 0;
	zoom: 1;
}

.eventPage h2 
{
	margin-top: 5px;
}
.eventDetailPage ul.contactInfo
{
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
}

#siteChoice 
{
	margin: 0 auto;
	width: 758px;
	position: relative;
}
#landingPageWr, #landingPageWm
{            
    position: absolute;
    left: 220px;
}
#landingPageWr 
{
    top: 51px;
}
#landingPageWm 
{
    top: 206px;
}
#landingPageLogo 
{
    position: absolute;
    left: 20px;
    top: 50px;
}

#landingPageWr a, #landingPageWm a
{
    float: left;
}

#landingPageWr p, #landingPageWm p
{
    float: left;
    width: 270px;            
    margin: 10px 0 0 15px;
}


#landingPageDisclaimer
{
    position: absolute;
    left: 20px;
    top: 420px;
    font-size: 11px;
    color: #666666;
}
