@charset "utf-8";
/* main.CSS for CIC Site Revised 10/30/11 */

/* ---------- elements partial ressets ---------*/
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	
	padding-left: 1em;
	padding-right: 1em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ---------- float/clear Classes -------------*/
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
	background:#70ABCB
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 90%;
	max-width: 1160px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 680px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
#header {
	height: auto;
	width:auto;
	display: block;
	margin: 10px 0px 0px;
	padding: 0px;
	background: #70abcb;
	text-align: center;
}
#header img{
	margin-right:auto;
	margin-left:auto;
}
#header ul {
	margin:0px auto;
	padding:7px 0px;
	list-style:none;
	background-color:#EE0;
	right:0px;
	bottom:0px;
	display: block;
	width: 830px;
	position: relative;
	text-align: center;
	height: auto;
}
#header li {
	display: inline;
}
#header li a:link,#header li a:visited{
	background:#8c7e62;
	padding:.2em .5em;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.5em;
	margin-right:0.5em;
}
#header li a:hover, #header li a:active, #heaser li a:focus{
	color:#ae760d;
	background:#fff;
}
#header li a.current:hover, #header li a.current, #header li a.current:active{
	color:#78320e;
	background:#fff;
	cursor:default;
}

.sidebar1 {
	float: right;
	width: 20%;
	background: #EE0;
	padding-bottom: 10px;
}

ul.nav {
	list-style: none; /* this removes the list marker */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	font-weight: bold;
	margin: 8px;
	height: auto;
	width: auto;
	border: 2px ridge #600;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul.nav a, ul.nav a:visited {
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8c7e62;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #fff;
	color: #600;
}
ul.nav li a.current {
	background:#fff;
	color:#ae760d;
	cursor:default;
}

.content {
	padding: 0 0;
	width: 80%;
	float: right;
	background: #fff;
}

.content p{
	padding-left:1em;
	padding-right:1em;
	line-height:1.3;
	font-size: 1.1em;
	margin-bottom: 1em;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above.  */
}
.content ul li 
{line-height:1.3em;
}
.address {
	margin-left:3em;
	margin-bottom: 1em;
}
.calendar {
	margin-left: 13px;
	margin-bottom: 10px;
}
.directorbox {
	text-align:center;
	margin:10px;
	float:left;
	height:300px;
	width:175px;
}
/*Form styling*/
.content form {
	font:normal .9em Arial, Helvetica, sans-serif;
}
.content fieldset {
	padding:40px 20px 0 0;
	margin:0 0 2em;
	background-color:#e1d8b9;
	border:none;
	position:relative;
}
.content fieldset legend {
	padding:0;
	margin:0;
	color:#51341a;
}
.content fieldset legend strong {
	position:absolute;
	margin-left:20px;
	margin-top:10px;
	font-size:.9em;
}
.content form p {
	margin:0 0 20px 20px;
	color: #193742;
}
.content form label {
	width:110px;
	float:left;
	clear:left;
	margin-right:.5em;
}
.content form input.text {
	width:300px;
}
.content form input.text:focus,
 .content form textarea:focus {
	background: #ffc;
	border: none;
}
.content form textarea {
	width:600px;
	height:200px;
}
.content form label.subHead {
	display:block;
	float:none;
	margin:0;
	width:auto;
}
  #applicationForm {	line-height: 3em;
	background: #FF0;
	width: auto;
	text-align: center;
	position: relative;
	margin: 0px auto 6px;
	border: 2px solid #000;
	height: auto;
	overflow: hidden;
}
.content .easter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.content .easter img {
	border: 5px ridge #CC021A;
	margin: 0px 10px 20px;	
}
.easter #easter01, .easter #easter02, .easter #easter03, .easter #easter04 {
	width:auto;
	height:	auto;
	padding: 5px 0px 10px;
	margin: 0;
	display: block;
}
#VFDContent {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#VFDContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	background: #c0021a;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#VFDContent img {
	border: 5px ridge #CC021A;
}
#VFD01 img {
	margin-right: 20px;
	margin-left: 20px;
}
#VFD02 img {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 30px;
}
#VFD03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #FF0;
	width: 400px;
	text-align: center;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 6px solid #CC021A;
	margin: 25px auto;
}
#halloweenContent {
	height: auto;
	width: auto;
	background: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
#halloweenTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bolder;
	color: #990113;
	background: #000;
	font-style: normal;
	text-transform: uppercase;
	border-style: none;
	margin-bottom: 10px;
}
#halloweenContent #halloweenTitle #skull {
	position: absolute;
	left: 0px;
	top: 0px;
}
#halloweenContent #halloweenTitle #lightening {
	position: absolute;
	top: 0px;
	right: 0px;
}
#halloweenContent h1 {
	font-family: Arial, Helvetica, sans-serif;
}
#halloweenPictures img {
	border: 10px ridge #CC021A;
}
#halloween01 img {
	margin-right: 30px;
	margin-left: 30px;
}
#halloween02 img {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 30px;
}
  
#halloween03 {
	width:450px;
	height:100px;
	border: 10px ridge #cc021a;
	margin:0 auto;
	padding-top:40px;
	position: relative;
}
#halloween03 a {
	color: #FFF;
	text-align: center;
}
#beachblastContent {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#beachblastContent img {
	border: 10px ridge #CC021A;
	margin-top:20px;
}
#beachblast01 img {
	margin-right: 10px;
	margin-left: 10px;
}
#beachblast02 img {
	margin-right: 20px;
	margin-left: 30px;
}
#beachblast03 img {
	margin-right: 20px;
	margin-left: 30px;
}
#beachblast04 img {
	margin-right: 43px;
	margin-left: 43px;
}
#beachblast05 img {
	margin-right: 30px;
	margin-left: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
 	font-weight: bold;
}
h3 {
	font-size:1.3em;
	font-weight: bold;
}
h4 {
	font-size:1.2em;
	font-weight: bold;
}
h5 {
	font-size:.9em;
	font-weight: bold;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	width: auto;
	line-height: 1.2em;
	background-color: #93A5C4;
	text-align: center;
}

