
*
{
padding: 0px;
margin: 0px;
}

body
{
	background: #F9F9F7 url('/images/a1.gif') repeat-x;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #46463B;
	line-height: 20px;
}


/* --------------------------------------
	LINK STYLES
------------------------------------- */
a:link {
	color: #1E3681;
	text-decoration: underline;
}
a:visited {
	color: #666;
}
a:hover {
	color: #8F1F18;
	text-decoration: underline;
}
a:active {
	color: #8F1F18;
}

div#primarycontent ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
}
div#primarycontent li
{
	padding: 0 0 0 10px;
	line-height: 22px;
	background-image: url(/images/bullet-basic.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-size: 11px;
}

sup
{
font-size: 0.4em;
}


p {
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
margin-bottom: 14px;
}



img.float-right {
float: right;
	margin: 0 0 5px 10px;
}

img.float-left {
float: left;
margin: 0px 7px 3px 0;
}


img.float-right, img.float-left {
	border-color: #ccc;
	border-width: 1px;
	padding: 4px;
	border-style: solid;
}

/* ---------------------------------------
    LAYOUT STYLES
--------------------------------------- */
#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('../images/upbg.gif') no-repeat;
width: 747px;
height: 264px;
z-index: 1;
}

#outer
{
position: relative;
width: 747px;
margin: 0 auto;
background: #fff url('../images/abg.gif') repeat-y;
}

#inner {
position: relative;
padding: 5px 30px 13px 30px;
z-index: 2;
}


/* ---------------------------------------
    MASTHEAD STYLES
--------------------------------------- */

#header {
	position: absolute;
	width: 225px;
	height: 92px;
	color: #fff;
	padding-left: 20px;
	background-color: #FAFFFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}


#header span
{
font-weight: normal;
}

#header h1 {
    display: none;
	position: absolute;
	font-size: 34px;
	letter-spacing: -1px;
	top: 20px;
	height: 92px;
	color: #000;
}

#header h2
{
	display: none;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	color: #3FA6FC;
	top: 55px;
}

#header sup
{
color: #FCE2CA;
}

#splash {
position: absolute;
right: 30px;
background: #EAEAE2 url('../images/index-img01.jpg') no-repeat;
width: 450px;
height: 92px;
}

/* ---------------------------------------
    TOP NAV STYLES
--------------------------------------- */
#menu {
	position: relative;
	height: 45px;
	padding: 0 0 0 5px;
	margin: 98px 0px 5px 0px;
	background-color: #46461F;
	background-image: url(../images/main-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -15px;
}

#menu ul {
	margin: 0 auto;
}

#menu ul li {
	display: inline;
	line-height: 37px;
}

#menu ul li.first a {
border-left: 0px;
}

#menu ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 5px 7px;
	margin: 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
/*	border-left: #3A558A;
	border-width: 0 0 0 1px;
	border-style: none none none solid;*/
}

#menu ul li a:hover {
background: #fff url('../images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}

#menu ul li.selected a {
background: #fff url('../images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
padding: 5px 5px;

}

/*#menu ul li.selected  {
background: #fff url('../images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;*/
/*padding: 5px 5px;

}*/

#menu ul li.selected a:hover {
padding: 5px 5px;
color: #4A4A24;
text-decoration: none;

}


/* ---------------------------------------
    CONTACT NUMBER STYLES
--------------------------------------- */
#contactnumber
{
	font-size: 11px;
	text-align: right;
	padding: 0 5px 0 0;
	color: #333;
	white-space: nowrap;
	word-spacing: 1px;
	font-weight: bold;
}

#contactnumber strong {
	color: #8F979F;
	word-spacing: 1px;
}

/* ---------------------------------------
    BREADCRUMB STYLES
--------------------------------------- */
#breadcrumbs {
	margin: 0 0 5px 0;
	white-space: nowrap;	
	padding: 0;

}

div#breadcrumbs p {
	font-size: 10px;
	color: #666;
}

div#breadcrumbs a:link, div#breadcrumbs a:visited {
	color: #238;
}
div#breadcrumbs a:hover, div#breadcrumbs a:active {
	color: #8F1F18;
}


/* ---------------------------------------
    CONTACT FORM STYLES
--------------------------------------- */
#contactform p { 
	margin: 0 0 3px 0;
	padding: 0;
}

#contactform legend
{
	font-size: 12px;
	font-weight: bold;
}


#contactform fieldset {
	padding: 10px;
	border-color: #D0D0D0;
	border-width: 1px;
	border-style: solid;
}
#contactform label {
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  }
  
#contactform input, #contactform textarea {
  	border-width: 1px;
  	border-color: #959FA7;
  	font-size: 11px;
  	padding: 2px;
  	color: #646464;
  }
#contactform textarea {
	width: 350px;
	height: 100px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
}


#contactform .submitbtn
{
	font-size: 11px;
	padding: 4px 7px;
	background-image: url(../images/btn-bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	background-color: #103E7F;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#notice-error
{
	padding: 10px 25px 3px 10px;
	margin: 10px 0 0 0;
	color: #d40;
	background-color: #FAF8E8;
	background-image: url(../images/warning-bg01.gif);
	background-repeat: no-repeat;
	background-position: right -35px;
	border-color: #FF9E01 #DDD #FF9E01 #DDD;
	border-width: 1px;
	border-style: solid none solid none;
}

#notice-error p {
	color: #D40;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

#notice-error strong {
	font: 12px "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #d40;
	line-height: 13px;
}

#contactform p.error label {
	color: #d40;
	
}

p.error input, p.error textarea
{
	font-size: 11px;
	padding: 2px;
	background-color: #FAF8E8;
}

strong.response
{
	color: #014968;
	font-size: 12px;
	border-bottom: #017CB4;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 3px 0;
	line-height: 17px;
}

/* ---------------------------------------
    RIGHT CONTENT STYLES
--------------------------------------- */

#secondarycontent {
	position: relative;
	width: 225px;
	float: right;
/*	border-left: #efefef;
	border-width: 0 0 0 1px;
	border-style: none none none solid;*/
	padding: 10px 0 0 10px;
}

#secondarycontent dd {
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/rightcontent-bg.gif);
	padding: 0 0 5px 5px;
	color: #626262;
	margin: 3px 0 10px 0;
	background-position: 25px 0px;
	background-repeat: no-repeat;
}


#secondarycontent dt {
	font-size: 13px;
	padding: 0;
}


#secondarycontent dt.selected {
	background-color: #F3F3EF;
	color: #5A5A5A;
}


#secondarycontent dd.selected {
	margin: 0 0 10px 0;
	background-color: #F3F3EF;
	color: #5A5A5A;
	background-image: none;
}


#secondarycontent h3 {
position: relative;
font-size: 16px;
color: #656551;
padding: 0 0 10px 0;
}

#secondarycontent .content
{
padding: 0px 5px 0px 3px;
margin-bottom: 20px;
}

#secondarycontent .content dt a {
	background-image: url(../images/sub-star02.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 13px;
	padding: 0 0 0 15px;
	margin: 0 0 25px 0;
	color: #434336;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-decoration: none;
}
#secondarycontent dt.selected a {
	background-image: url(../images/sub-star02.gif);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	background-color: #F3F3EF;
	color: #8F1F18;
	text-decoration: none;
	border: 0;
}


#secondarycontent .content dt a:hover {
	background-image: url(../images/sub-star02.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	font-size: 13px;
	margin: 0 0 25px 0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	color: #8F1F18;
	text-decoration: none;
}

#secondarycontent dt.selected a:hover {
	background-image: url(../images/sub-star02.gif);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	background-color: #F3F3EF;
	color: #8F1F18;
	text-decoration: none;
	border: 0;
}


#secondarycontent img.float-left {
float: right;
margin: 2px 15px 3px 3px;
}

#secondarycontent img.float-left {
	border-color: #ccc;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
}

/* ---------------------------------------
    RIGHT NAV TRAINING STAFF STYLES
--------------------------------------- */

#trainingstaff {
	margin: -5px 0 30px 0;
}
#trainingstaff p {
	margin: 0;
	padding: 0;	
}

#navlist {
	padding: 0;
	margin: 0;
	border-bottom: #D5D5D5;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C9C9C9;
}
#navlist li.first {
border: none;
}


#navlist li a { text-decoration: none; }



/* ---------------------------------------
    MAIN CONTENT STYLES
--------------------------------------- */

#primarycontent {
position: relative;
width: 445px;
float: left;
}

#primarycontent h3 {
position: relative;
top: 4px;
font-size: 18px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
background: url('../images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

div#primarycontent div.header h3.oops {
	background-image: url(../images/icon_404.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 45px;
/*	border-bottom: #efefef;
	border-width: 0 0 1px 0;
	border-style: none none solid none;*/
	background-position: 15px 0px;
}

#primarycontent div.subheader h3
{
	position: relative;
	top: 4px;
	font-size: 21px;
	line-height: 17px;
	color: #434336;
	padding: 0px 0px 0 15px;
	background-image: none;
	margin-bottom: 20px;
	letter-spacing: normal;
}

#primarycontent div.content p {

	padding: 0;
	line-height: 18px;
		color: #626262;

}



#primarycontent .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}

#primarycontent .post {
margin-bottom: 20px;
}

#primarycontent .header {
position: relative;
}

#primarycontent .post .date
{
	color: #828282;
	font-size: 10px;
	padding: 0;
	margin: 15px 0 -15px 0;
	text-align: right;
}

#primarycontent div.content p.detailposted {
	color: #828282;
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#primarycontent div.content b.slogan {
	color: #048BBC;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}


#primarycontent div.content a.icon-pdf {
	background-image: url('/images/icon-pdf.gif');
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
	background-position: left center;
	margin: 0;
	
}


#primarycontent .post .content
{
margin-bottom: 0px;
}

#primarycontent .post .footer {
position: relative;
top: -10px;
background: url('../images/a33.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

#primarycontent .post .footer ul li {
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}


div#primarycontent ul.check {
	list-style-type: none;
	margin: 0 0 10px 10px;
}
div#primarycontent ul.check li
{
	padding: 0 0 0 16px;
	line-height: 27px;
	background-image: url(../images/bullet-checked.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}


blockquote {
	line-height: 18px;	
background: url('../images/a22.gif') bottom repeat-x;
padding: 10px 0 15px 2px;	
}


span.bqstart
{
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 800%;
	color: #3FB5E7;
	line-height: 18px;
}

span.bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 10px;
	font-size: 800%;
	color: #3FB5E7;
 }
 
 
#contact-box {
	float: left;
	padding: 15px 15px 10px 15px;
	border: 1px solid #ddd;
	background: #f5f5f5;	
	margin: 10px 0;
}
#contact-box p.left {
float: left;
padding: 0;
margin: 0 40px 0 0 ;
}

#contact-box p.right {
float: left; 
padding: 0;
margin: 0;
}


/* ---------------------------------------
    CALENDAR STYLES
--------------------------------------- */
#cal-container
{
	margin: 0 0 10px 0;
	border-bottom: #DFDFDF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 15px 3px;
}

#calendar
{
	width: 215px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#calendar caption a {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}

#calendar caption .nav, #calendar caption .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	background-image: url(images/main-nav-bg.gif);
	margin: 0;
	padding: 0;
	width: 215px;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	background-color: #A2ADBC;
	background-position: 0 -30px;
}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

/*#calendar .today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited {
	color: #fff;
	font-weight: bold;
	background-color: #4DA0EA;
	background-image: none;
}
*/

#calendar .today, #calendar span.today a, #calendar span.today a:link, #calendar span.today a:visited {

color: #8F1F18; font-weight: bold;
	font-size: 12px;
}

#calendar td.nonmonthdays { color: #C0C0C0; }

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 25px;
	height: 25px;
	text-align: center;
	background: url(/images/calendar/bg_calendar.gif) no-repeat right bottom;
}

#calendar td a {
	text-decoration: underline;
	font-weight: bold;
	display: block;
	color: #1E7FDF;
}

#calendar td a:link {	
	color: #1E7FDF;
	background: url(/images/calendar/bg_calendar.gif) no-repeat;
}

#calendar td a:hover {
	color: #6aa3ae;
	background: url(/images/calendar/bg_calendar.gif) no-repeat right top;
}

#calendar td a:active {
	color: #6aa3ae;
	background: url(/images/calendar/bg_calendar.gif) no-repeat right top;
}

#calendar td a:visited {	
	color: #1E7FDF;
	background: url(/images/calendar/bg_calendar.gif) no-repeat;
}




#primarycontent div.quote {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	padding: 5px 5px 5px 0;
	margin: 0 15px 15px 0;
	letter-spacing: 1px;
	border-color: #339DF1 #fff;
	border-width: 1px;
	border-style: solid;
	color: #000;
}


#primarycontent div.subquote {
	float: left;
	width: 125px;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	line-height: 17px;
	padding: 5px 5px 5px 0;
	margin: 0 15px 0 0;
	letter-spacing: 1px;
	border-color: #339DF1 #fff;
	border-width: 1px;
	border-style: solid;
	color: #000;
}
#primarycontent div.subquote p {
	padding: 0;
	margin: 0;
	font-family: Georgia, Georgia, serif;
	color: #000;
}

#primarycontent div.quote p {
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-family: Georgia, Georgia, serif;
	color: #000;
}



#primarycontent div.subquote01 {
	float: left;
	width: 200px;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	line-height: 17px;
	padding: 3px 5px 5px 0;
	margin: 0 15px 10px 0;
	border-color: #339DF1 #fff;
	border-width: 1px;
	border-style: solid;
	color: #000;
}
#primarycontent div.subquote01 p {
	padding: 0;
	margin: 0;
	font-family: Georgia, Georgia, serif;
	color: #000;
}
/* ---------------------------------------
    NEWS & EVENTS STYLES
--------------------------------------- */

#events table, #events td, #events th {
	border-collapse:collapse;
	margin:0;
	padding:0;

}
#events table {
	border: none;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
}

#events table caption {
	background-color: transparent;
	text-align:left;
	font-size: 11px;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing:0px;	
}

#events td, #events th
{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/*#events thead {
	border-left:1px solid #2293FF;	
}
*/
#events thead th {
	font-size: 12px;
	background-color: #A2ADBC;
	color: #2D2D2D;
	padding: 4px 0.4em 4px 0.4em;
	font-weight: bold;
}

#events tfoot td, #events tfoot th {
	font-weight: bolder;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

#events tbody td, #events tbody th
{
	background-color: #EDECE9;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

#events tbody tr.odd1 th, #events tbody tr.odd1 td { background-color: #F6F6F6; }

#events tbody th{	
	font-weight: bold;	
}

#events table a:link, #events table a:visited, #events table a:active {	
	color: #1E3681;
	background-color: transparent;
	text-decoration: underline;
}

#events table a:hover {
	text-decoration: underline;
	color: #8F1F18;;
}

#events td.noevents
{
	font-size: 12px;
	text-align: center;
	padding: 15px;
}

#events td p.eventtitle {
	font-size: 12px;
	font-weight: bold;
	color: #016E95;
	padding: 0;
	margin: 0;
}
#events td ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#events td ul li {
	line-height: 19px;
}
/* ---------------------------------------
    GOOGLE MAP STYLES
--------------------------------------- */

#map
{
	width: 410px;
	height: 220px;
	padding: 2px;
	border-color: #CBCBCB;
	border-width: 1px;
	border-style: solid;
}

#primarycontent div.content h4 { font-size: 1.2em; }



/* ---------------------------------------
    FOOTER STYLES
--------------------------------------- */
#footer {
	position: relative;
	clear: both;
	padding: 30px 0 0 0;
	text-align: center;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	color: #6C6C5B;
	font-size: 11px;
}

#footer ul {
list-style: none;
padding: 0 0 5px 0;
}

#footer ul li {
display: inline;
padding: 0 5px;
}

#footer p {
	color: #6C6C5B;
		line-height: 22px;
}


#footer a {
		color: #238;
}
#footer a:hover {
	color: #8F1F18;
}

#footer a:visited {
	color: #666;
}

#footer a:active {
color: #8F1F18;
}



