@charset "utf-8";
/* CSS Document */


/*
-creator : Mario Noble
last updated: 8.6.08

Notes on CSS order:

-General tags (body,html,H's,a's, etc.)
-General DIVS and styles applied by section beginning at top of site page
	examples: wrappers,main nav,header,content,indiv cols,footer,etc.
-Specific section styles based on function and rarity of occurance or specificity
	examples: forms, front landing page, miscellanous classes and DIVS
-Misc styles, Turn offs and storage

Most styles are displayed as Tag,DIV,class in that order within their sections
*/
 
 /* TAGS */

/* General tags */
html, body {
min-height:100%;
height:100%;
margin-bottom:1px;

}

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

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #FFF;
	background-position: top;
	color:#FFF;
	background-repeat: repeat-x;
}


a:link,a:visited {
	color:#f9f903;
	text-decoration:underline;
	font-weight: bolder;
}

a:hover, a:focus {
	color:#DDB000;
	font-weight: bolder;
}

p {
	font-size:1em;
	padding:5px 0px;
}

strong {
	font-weight:700;	
}


/* headings */ 

h1,h2,h3,h4,h5,h6 {
	color:#FF0;
	margin:0;
	font-weight:700;
	background-color:#141c67;
}

h1 {  font-size:1.85em; }

h2 {  font-size:1.75em; 
      padding:10px 0px 10px 10px;
      background-color:#141c67;
	  margin:10px 0px;
	  position:relative;
	  left:-20px;
}


h3 {  font-size:1.5em; 
	   padding:5px 0px 5px 10px;
}



h4 {  font-size:1.3em; 
	   padding:5px 0px 5px 10px;
}

#wrapper {
	background-image:url(../images/wrapperBG.jpg);
	background-repeat: repeat-y;
	background-position: 0px top;	
	width:820px;
	margin:0 auto;
}

#holder {
	width:800px;
	margin:0 auto;
	background-color:#141c67;
	text-align:left;
	font-size:1em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-image:url(../images/bgGradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
}

#header {
	height:206px;
	background-color:#FFF;
	background-image:url(../images/toplogo2.jpg);
	background-position:center -20px;
	background-repeat: no-repeat;
}

#headerNavWrap {
	background-color:#141c67;
	width:800px;
	height:20px;
    padding-top:5px;
	background-image: url(../images/headingBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;	
	
}

#headerNav {
	position:relative;
	margin:0 auto;
	width:650px;
	left:40px;
}

#headerNav ul {
border:none;
font-size:1.1em;
list-style:none;
}

#headerNav ul li {
	float:left;
	white-space:nowrap;
	padding:0px 0px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#headerNav a span {
font-weight:700;
text-decoration:none;
padding:0px 5px 0px 5px;
}

#headerNav a:link, #headerNav a:visited {
	color:#f9f903;
	text-decoration:none;
}

#headerNav a:hover, #headerNav a:active {
	color:#FFF;
	text-decoration:none;
}

#headerNav ul li#contactNav {
	border-right-style: none;		
}

#headerSecondaryContent {
	height:25px;
}

#contentWrap {
	
}

#content {
	width:500px;
	padding:0px 25px;
	float:right;
	background-color:#002366;
	position:relative;
	right:30px;
	color:#FFF;
	border: 1px solid #333;	
}

#content p, #content li {
	line-height:1.5em;
}

#content li {
	list-style-type: square;		
}

#content h2, #content h3 {
	background-image: url(../images/headingBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;		
}


#leftSidebar {
	float:left;
	width:150px;
	position:relative;
	left:10px;
	color:#f9f903;
	background-color:#369;
	border: 1px solid #333;
	padding:0px 0px 5px 0px;
}

#leftSidebar h3 {

}

#leftSidebar p, #dellaEvent {
	padding:5px 5px;	
}

#rightSidebar {
	float:right;
	width:100px;
    display:none;
}

#footer {
        text-align:center;
		height:100px;
        padding-top:100px;
		background-color:#141c67;
		font-size:.85em;
}

#footer a:link, #footer a:visited {
	color:#f9f903;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:none;
}

#copyright {
        text-align:center;
		padding-top:10px;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
		width: 480px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #141c67;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #036;
		border-width: 5px 5px 20px;
		color: #333;
	}
	#gallery ul a:hover {
	color: #036;
}

/* forms */

#contactForm td { 
padding: 5px;
}

#contactForm label {
	font-weight:700;

}

#contactForm input, #contactForm textarea {
	
}


input,select {
background-color:#FFFFFF !important;
}

#formTextBoxes input {
left:575px;
position:absolute;
}

.formText2,.formContent p {
	font-weight:700;
	color:#036;
}

.formContent {
padding:20px 5px 5px;
}

.formText1 {
font-weight:700;
font-size:1.2em;
}

.formContent ul {
list-style-type:none;
}

.formContent {
	color:#999;
	
}

.formHR {
	width:250px;
	text-align:left;
	color:#FFF;
}

.formRequired {
	text-align:left;
	color:#990000;
}

/* clear Class */
.brclear {
clear:both;
height:0;
font-size:1px;
line-height:0;
margin:0;
}

.returnToTop {
text-align:right;
}

.imagePadRight {
	float:left;
	padding: 0px 10px 5px 0px;
}

.imagePadLeft {
	padding: 0px 0px 5px 10px;
}

.standOut {
	font-size:2em;
	font-weight:700;
}

.slogan {
	color:#f9f903;
	font-size:2.5em;
	text-align:center;
}

/* turn offs */

#logo, #slogan, #contactContent, .MessageBox, #rightSidebar {
   display:none;
   visibility:hidden;
}