/*
elements
*/
HTML
{
	overflow-y: scroll;
}
BODY
{
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #002F56;
}
HR
{
}
H1
{
	color: #005CA9;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.4em;
	margin-top: 0px;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 0px;
	border-bottom: 1px solid #FFD101;
	padding-bottom: 12px;
}
H2
{
	color: #005CA9;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom: 1px solid #FED000;
	padding-bottom: 10px;
}
H3
{
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
P
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.6em;
	font-size: 1.2em;
}
A
{
	color: #005DAA;
	text-decoration: none;
}
A:hover
{
	color: #035;
	text-decoration: underline;
}
UL
{
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.2em;
}
LI
{
}
A IMG
{
	border: none;
}
TABLE
{
}
TR
{
}
TD
{
}
STRONG
{
	font-weight: bold;
}
/*
classes
*/
.clear
{
	clear: both;
}
.float-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
}
.float-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.invisible
{
	display: none;
}
.hidden
{
	display: none;
}
.image-border
{
	padding: 6px;
	border: 1px solid #DEDEDE;
}
/*|-- entry summaries*/
H3.nolink-heading
{
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
}
H3.link-heading
{
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 0;
	margin-bottom: 0;
}
P.small-date
{
	font-size: 1em;
	color: #666;
	margin-bottom: 3px;
}
P.blurb
{
	color: #333;
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 4px;
}
H2.event-title
{
	border-bottom: none;
	color: #666;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size: 1.9em;
}
P.medium-date
{
	font-size: 1.2em;
	border-bottom: 1px solid #EBE9DF;
	padding-bottom: 11px;
	color: #A4A297;
}
IMG.event-image
{
	max-width: 251px;
}
/*| -- flash messages*/
DIV.error-message
{
	color: #FF0000;
}
DIV#flashMessage.message
{
	color: #FF0000;
}
/*
tables
*/
DIV#content TABLE
{
	font-size: 100%;
}
DIV#content TABLE TD
{
	vertical-align: top;
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;
	padding: 10px;
}
DIV#content TABLE TD H2
{
	border-bottom: none;
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
DIV#content TABLE TD H3
{
	font-size: 1.2em;
	padding-bottom: 0;
	margin-bottom: 5px;
}
/*
buttons

|-- yellow*/
A.button-yellow
{
	background: #E9CF08 url(../images/button-yellow.jpg) no-repeat scroll 0px -21px;
	color: #141414;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 4px;
	letter-spacing: -1px;
}
A.button-yellow SPAN
{
	background: #E9CF08 url(../images/button-yellow.jpg) no-repeat scroll right 0px;
	display: block;
	line-height: 17px;
	padding: 0 23px 3px 0;
}
A.button-yellow:hover
{
	background-position: 0px -42px;
	text-decoration: none;
}
A.button-yellow:hover SPAN
{
	background-position: right -42px;
	text-decoration: none;
}
/*
containers
*/
DIV#outer-container
{
	width: 1110px;
	margin: 0 auto 30px;
	background: #042642 url(../images/bg-middle.jpg) repeat-y;
}
DIV#inner-container
{
	width: 1110px;
	background: url(../images/bg-top.jpg) no-repeat 0px 0px;
}
/*
header
*/
DIV#header
{
	width: 1000px;
	height: 131px;
	background: #005DA7 url(../images/header-bg.jpg) no-repeat 0px 0px;
	margin: 0 auto;
	position: relative;
}
DIV#header H1
{
	width: 360px;
	height: 80px;
	background: url(../images/logo.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	left: 27px;
	top: 23px;
}
DIV#header H1 A
{
	width: 360px;
	height: 80px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
}
DIV#header UL.header-navigation
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 39px;
	top: 16px;
	position: absolute;
}
DIV#header UL.header-navigation LI
{
	display: block;
	float: left;
}
DIV#header UL.header-navigation LI A
{
	color: #FFD101;
	display: block;
	float: left;
	border-right: 1px solid #887100;
	padding-left: 12px;
	padding-right: 15px;
}
DIV#header UL.header-navigation LI A.last
{
	padding-right: 0;
	margin: 0;
	border: none;
}
DIV#header A.join-us
{
	width: 352px;
	height: 62px;
	display: block;
	background: #111 url(../images/button-join-us.jpg) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	left: 615px;
	top: 45px;
	position: absolute;
}
DIV#header DIV.font-size
{
	left: 559px;
	top: 1px;
	border-bottom: 0;
}
DIV#header DIV.font-size H3
{
	font-size: 11px;
}
/*
navigation
*/
DIV#navigation
{
	width: 1000px;
	height: 36px;
	margin: 0 auto;
	background: #FCD000 url(../images/nav.jpg) repeat-x 0px 0px;
}
DIV#navigation UL
{
	list-style-type: none;
	font-size: 100%;
	margin: 0px 0 0 25px;
	padding-top: 3px;
	font-weight: normal;
	padding-bottom: 0;
}
DIV#navigation UL LI
{
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 7px;
	background: url(../images/nav-divider.gif) no-repeat 0px 14px;
}
DIV#navigation UL LI.first
{
	padding-left: 0;
	background-image: none;
}
DIV#navigation UL LI.last
{
	padding-right: 0;
}
DIV#navigation UL LI A
{
	display: block;
	float: left;
	color: #515151;
	font-size: 1.6em;
	height: 26px;
	padding-top: 7px;
	padding-left: 9px;
	padding-right: 9px;
}
DIV#navigation UL LI A:hover, DIV#navigation UL LI A.active
{
	color: #000;
	text-decoration: none;
	background: url(../images/nav-active.jpg) repeat-x 0px 0px;
	/*[empty]padding-bottom:;*/
	padding-top: 6px;
	border-top: 1px solid #A80;
}
/*
slideshow
*/
DIV#slideshow
{
	width: 1018px;
	height: 233px;
	margin: -17px auto 0;
	background: #000 url(../images/banner.jpg) no-repeat;
	position: relative;
	overflow: hidden;
}
DIV.belt
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 182px;
}
DIV.belt DIV.panel
{
	width: 966px;
	position: relative;
	height: 194px;
}
DIV.belt DIV.panel IMG
{
	left: 54px;
	top: 30px;
	margin-top: 29px;
	margin-left: 6px;
}
DIV.belt DIV.panel H2
{
	position: absolute;
	font-family: Arial, Verdana, sans;
	font-weight: normal;
	color: #FFF;
	font-size: 2.2em;
	left: 508px;
	top: 43px;
	padding: 0;
	border: none;
	width: 392px;
}
DIV.belt DIV.panel P
{
	color: #CBCBCB;
	width: 381px;
	font-size: 1.4em;
	position: absolute;
	left: 509px;
	top: 78px;
	line-height: 1.5;
}
UL.slide-navigation
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
UL.slide-navigation LI
{
}
UL.slide-navigation LI A
{
}
UL.slide-navigation LI A.slide-prev
{
	width: 31px;
	height: 31px;
	background: url(../images/slide-prev.gif) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 11px;
	top: 97px;
}
UL.slide-navigation LI A.slide-next
{
	width: 31px;
	height: 31px;
	background: url(../images/slide-next.gif) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 11px;
	top: 97px;
}
UL.slide-navigation LI A.slide-next:hover, UL.slide-navigation LI A.slide-prev:hover
{
	background-position: -31px 0px;
}
.stepcarousel
{
	position: relative;
	overflow: hidden;
	width: 917px;
	height: 215px;
	margin-left: 52px;
}
.stepcarousel .belt
{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel
{
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 917px;
}
/*
content containers
*/
DIV#main-top
{
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	background: #FFF url(../images/main-top.jpg) no-repeat 0px 0px;
}
DIV#main
{
	width: 1000px;
	background: #FFF url(../images/main-middle.jpg) repeat-y 0px 0px;
	margin: 0 auto;
}
DIV#main-bottom
{
	width: 1000px;
	height: 32px;
	background: #FFF url(../images/main-bottom.jpg) no-repeat 0px 0px;
	margin: 0 auto;
}
DIV#content
{
	width: 638px;
	padding-left: 42px;
	padding-top: 0px;
	float: left;
}
BODY.homepage DIV#content
{
	padding-top: 29px;
}
/*
side-bar
*/
DIV#side-bar
{
	float: left;
	width: 250px;
	padding-left: 35px;
	padding-top: 0px;
}
BODY.homepage DIV#side-bar
{
	padding-top: 31px;
}
DIV.side-box
{
	width: 250px;
	background: #FFF url(../images/side-box-bottom.jpg) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 13px;
}
DIV.side-box-title
{
	width: 250px;
	height: 40px;
	background: #005AA6 url(../images/side-box-title.jpg) no-repeat 0px 0px;
}
DIV.side-box-title H2
{
	margin: 0;
	padding: 12px 0 0 21px;
	border: none;
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
}
DIV.side-box-middle
{
	width: 250px;
	background: url(../images/side-box-middle.jpg) no-repeat 0px 0px;
}
DIV.side-box-content
{
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
}
DIV.side-box-content A.button-yellow
{
	float: right;
}
DIV.side-box-content DIV.entry
{
	padding-bottom: 9px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 11px;
}
DIV.side-box-content DIV.last
{
	padding-bottom: 0;
	margin-bottom: 4px;
	border-bottom: none;
}
/*
footer
*/
DIV#footer
{
	width: 1000px;
	margin: 0 auto;
	background: #005CA9 url(../images/logo-footer.gif) no-repeat 881px 28px;
	height: 157px;
	position: relative;
}
DIV#sitemap
{
	width: 293px;
	height: 100px;
	position: absolute;
	background: #02457C url(../images/sitemap.jpg) no-repeat 0px 0px;
	left: 11px;
	top: 23px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
}
DIV#external-links
{
	width: 252px;
	height: 100px;
	position: absolute;
	background: #02457C url(../images/external-links.jpg) no-repeat 0px 0px;
	left: 346px;
	top: 23px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
}
DIV#sitemap H2, DIV#external-links H2
{
	color: #FFF;
	font-size: 1.6em;
	border-bottom: 1px solid #FFD101;
	margin-bottom: 11px;
	padding-top: 3px;
}
DIV#sitemap UL, DIV#external-links UL
{
	list-style-type: none;
	font-size: 100%;
}
DIV#external-links UL
{
	width: 247px;
}
DIV#sitemap UL
{
	width: 290px;
}
DIV#sitemap UL LI, DIV#external-links UL LI
{
	display: block;
	float: left;
}
DIV#sitemap UL LI A, DIV#external-links UL LI A
{
	display: block;
	float: left;
	border-right: 1px solid #897201;
	color: #FFD101;
	padding-right: 9px;
	padding-left: 0px;
	margin-right: 8px;
	font-size: 1.3em;
	line-height: 1.6;
}
DIV#sitemap UL LI A.last, DIV#external-links UL LI A.last
{
	border: 0;
	margin-right: 0;
}
/*
font-size
*/
DIV.font-size
{
	position: absolute;
	left: 653px;
	top: 24px;
	border-bottom: 1px solid #004D8A;
	height: 27px;
	margin-bottom: 0;
	padding-top: 15px;
}
DIV.font-size H3
{
	color: #FFF;
	font-size: 1.2em;
	display: inline;
	float: left;
}
DIV.font-size UL
{
	display: inline;
	list-style-type: none;
	float: left;
	padding-left: 8px;
	font-size: 100%;
}
DIV.font-size UL LI
{
	display: block;
	float: left;
}
DIV.font-size UL LI A
{
	color: #FFD101;
	display: block;
	float: left;
	margin-right: 8px;
}
DIV.font-size A.small
{
	font-size: 1.2em;
}
DIV.font-size A.medium
{
	font-size: 1.6em;
	margin-top: -2px;
}
DIV.font-size A.large
{
	font-size: 2em;
	margin-top: -6px;
	height: 26px;
}
/*
copyright
*/
P.copyright
{
	position: absolute;
	left: 653px;
	top: 77px;
	color: #FFF;
	font-size: 1.2em;
}
P.copyright A
{
	color: #FFD101;
	/* font-face: "4bit"; */
}
/*
CMS Link
*/
div#cms_link{
	position: absolute;
	left: 925px;
	top: 70px;
	font-size: 8px;
	background-color: transparent;
}
div#cms_link a {
	display: block;
	width: 10px;
	height: 10px;
	color: #005DA9;
}
div#cms_link a:after {
	content: "•";
}
/*
credits
*/
DIV#credits
{
	width: 1110px;
	height: 59px;
	background: #042642 url(../images/bg-bottom.jpg);
	position: relative;
}
DIV#credits P
{
	position: absolute;
	right: 61px;
	top: 26px;
	color: #FFF;
	font-size: 1.2em;
}
DIV#credits P A
{
	color: #FFD101;
}
DIV#credits A.sponsored-by-nublue
{
	width: 116px;
	height: 32px;
	display: block;
	background: url(../images/sponsored-by-nublue.jpg) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	position: absolute;
	left: 60px;
	top: 23px;
}
/*
individual pages

| -- officers*/
DIV.officer
{
	width: 612px;
	margin-bottom: 23px;
	padding-bottom: 8px;
	clear: both;
	padding-top: 14px;
}
DIV.officer IMG
{
	float: left;
}
DIV.officer H2
{
	border-bottom: none;
	color: #333333;
	margin-bottom: 0;
}
DIV.officer *
{
}
DIV.officer DIV.content
{
	float: right;
	width: 468px;
}
DIV.officer DIV.content P
{
}
/*| -- events*/
UL#events-breadcrumbs
{
	list-style-type: none;
	height: 15px;
	font-size: 100%;
	margin-bottom: 27px;
}
UL#events-breadcrumbs LI
{
	display: block;
	float: left;
	background: url(../images/breadcrumb.gif) no-repeat 1px 3px;
	padding-left: 17px;
	padding-right: 11px;
	font-size: 1.2em;
}
UL#events-breadcrumbs LI.first
{
	background: none;
	padding-left: 0;
}
DIV.event-summary
{
	width: 640px;
	margin-bottom: 18px;
	padding-bottom: 22px;
	clear: both;
	padding-top: 0;
	border-bottom: 1px solid #E1E1E1;
}
DIV.event-summary IMG
{
	float: left;
	width:auto !important;/*all browsers except ie6 will respect the !important flag*/  
    max-width:151px;  
    width:151px;
}
DIV.event-summary H2
{
	border-bottom: none;
	color: #333333;
	margin-bottom: 0;
}
DIV.event-summary *
{
}
DIV.event-summary DIV.content
{
	float: right;
	width: 453px;
}
DIV.event-summary DIV.content P
{
	margin-bottom: 7px;
}
DIV.side-box A.all-month-events
{
	float: left;
	margin-left: 13px;
	margin-top: 12px;
}
DIV.side-box A.all-events
{
	float: right;
	margin-right: 13px;
	margin-top: 12px;
}
/*| -- contact us*/
FORM#ContactIndexForm
{
	width: 429px;
	height: 353px;
	background: url(../images/contact-form.jpg) no-repeat 0px 0px;
}
FORM#ContactIndexForm FIELDSET
{
	padding: 30px 50px;
}
FORM#ContactIndexForm TEXTAREA
{
	float: left;
	width: 240px;
	height: 110px;
	background: url(../images/contact-form-textarea.jpg) repeat-x 0px 0px;
	border: 1px solid #CCC;
	font-size: 16px;
	color: #999999;
	font-family: Arial, Verdana, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	overflow: auto;
	margin-bottom: 10px;
}
FORM#ContactIndexForm INPUT
{
	width: 241px;
	height: 28px;
	padding: 5px 0 0 5px;
	margin: 0;
	/*[empty]background:;*/
	border: 1px solid #CCC;
	background: url(../images/contact-form-input.jpg) repeat-x 0px 0px;
	font-size: 16px;
	color: #999999;
	font-family: Arial, Verdana, sans-serif;
}
FORM#ContactIndexForm DIV.input
{
	padding-bottom: 13px;
}
FORM#ContactIndexForm FIELDSET LEGEND
{
	display: none;
}
FORM#ContactIndexForm LABEL
{
	width: 80px;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8em;
	color: #CCC;
}
FORM#ContactIndexForm DIV.submit {
	width: 100%;
	text-align: right;
	clear: both;
	margin-top: 20px;
}
FORM#ContactIndexForm DIV.submit INPUT
{
	width: 90px;
	height: 22px;
	background: #F1CA03;
	padding: 0;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}
/*| -- links*/
DIV.link
{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
DIV.link H2
{
	border-bottom: none;
	padding: 0 0 7px;
	margin: 0;
}
DIV.link P
{
	margin-bottom: 0;
	padding-bottom: 1px;
}
DIV.link A.button-yellow
{
	float: right;
}
.double-spacing
{
	line-height: 2em;
}
