/*################### MEYER RESET ################################################*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}



/*################### MAIN STYLES ################################################*/

html{ 
	font-size:100%; 
}

body {
	position: relative; 
	text-align: left; 
	margin: 0; 
	padding: 0; 
	font-family:  "lucida sans unicode", "trebuchet ms", verdana, arial, sans-serif; 
	color: black; 
	background-color: #66A5E5; 
	background-image: url("images/bgSlice02.jpg"); 
	background-repeat: repeat-x;
}

p {
	font-size: 16px; 
	font-weight: normal;
	line-height: 1.5; 
	color: black; 
	margin: 0; 
	padding: 0 0 .7em 0; 
}

h1, h2, h3, h4 {
	font-weight: normal; 
}

h1 {
	font-size: 1.375em; 
	padding: .4em 0 0.5em 0; 
	margin: 0 0 10px 0; 
	color: #fff;
}

h2 {
	font-size: 1.125em; 
	padding: 0 0 0.8em 0; 
	margin: 0; 
	color: #dadad9;
}

h3 {
	font-size: 1em; 
	padding: 0 0 0.4em 0; 
	margin: 0; 
	color: #66bbd8;
	text-decoration: underline;
}

h4 {
	font-size: 1em; 
	padding: .2em 0 0.4em 0; 
	margin: 0; 
	color: #14789b;
}

.clear {
	clear: both;
}

ul {
	margin: 10px 0 10px 20px; 
	padding: 0;
	font-size: 16px;

}

li {
	font-size:16px;

}

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

.header1 {
	font-size: 1.5em; 
	padding: 0 0 15px 0; 
	margin: 0; 
	line-height: 1.5;
	color: #252394;
	font-weight:bold; 
}

.quote {
	font-style: italic;
	margin: 0 0 30px 0;
}

strong {
	font-weight: bold;
}

table.admin {
	width:900px;
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: rgb(12, 8, 131) rgb(12, 8, 131) rgb(12, 8, 131) rgb(12, 8, 131);
	border-collapse: separate;
	background-color: rgb(102, 165, 229);
}
table.admin th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.admin td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


.underline{
	text-decoration: underline;
}

/*################### LAYER STYLES ################################################*/

#header {
	float: left; 
	width:960px;
	height:133px;
	padding: 0 0 15px 0; 
	margin: 0;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
}

#facebook {
	position: relative; 
	top: 90px;
	left: 910px;
	width: 30px;
	height: 30px;
	padding: 0 0 0 0; 
	margin: 0;
}

#midSplash {
	width:960px;
	height:200px;
	padding: 0; 
	margin: 0;
	margin-bottom: 20px;
}


#floatMeLeft {
	position: relative; 
	width:580px;
	min-height: 900px;
	float: left; 
	padding: 10px 20px 10px 20px; 
	margin: 0;
}

#floatMeRight {
	position: relative;
	width:300px;
	min-height: 900px;
	float: left; 
	padding: 10px 0px 10px 10px; 
	margin: 0 0 0 28px;
	background: blue;
}

#leftContent {
	position: relative; 
	width:260px;
	min-height: 900px;
	float: left; 
	padding: 10px 20px 10px 20px; 
	margin: 0;
	background: #18175B;
	background-image: url("images/leftSideBg02.jpg"); 
	background-position: bottom left;
	background-repeat: repeat-x;
}

#leftContent h2 {
	padding: 0 0 0 0; 
	font-size: 20px; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.5; 
	color:#ffffff; 
}



#leftContent ul{
	text-decoration: none; 
	line-height: 1.25; 
	color:#ffffff; 
	font-size:16px;

}

#leftContent a:link, #leftContent a:visited {
	padding: 0;
	color: #66bbd8;
	text-decoration: underline;
	font-size: 16px;
}


#leftContent a:hover {
	text-decoration: underline;
}

#leftContent p {
	font-size: 16px; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.5; 
	color:#afccdf; 
	margin: 0; 
	padding: 1em 0 2.5em 0; 	
}




#rightContent {
	position: relative;
	width:620px;
	min-height: 900px;
	float: left; 
	padding: 10px 0px 10px 10px; 
	margin: 0 0 0 28px;
	background: white;
	background-image: url("images/rightSideBg02.jpg"); 
	background-position: bottom left;	
	background-repeat: repeat-x; 
}

#rightContent p {
	font-size: 16px; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.2; 
	color:black; 
	margin: 0; 
	padding: 0 1em 2.5em 0; 	
}

#rightContent a:link, #rightContent a:visited, #rightContent a:hover {
	padding: 0;
	color: #252394;
	text-decoration: underline;
}


#mainContent {
	position: relative;
	width:900px;
	min-height: 700px;
	float: left; 
	padding: 10px 30px 10px 30px; 
	margin: 0 0 0 0;
	background: white;
	background-image: url("images/rightSideBg02.jpg"); 
	background-position: bottom left;	
	background-repeat: repeat-x;

}

#mainContent p {
	font-size: 16px; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.5; 
	color:black; 
	margin: 0; 
	padding: 1.25em 0 0 0; 	
}

#mainContent a:link, #mainContent a:visited, #mainContent a:hover {
	padding: 0;
	color: #252394;
	text-decoration: underline;
}

#mainContentLeft {
	position: relative;
	width:400px;
	min-height: 660px;
	float: left; 
	padding: 10px 30px 10px 0; 
	margin: 0 0 0 0;
	font-size: 16px;
}

#mainContentLeft p {
	font-size: 16px; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.5; 
	color:black; 
	margin: 0; 
	padding: 1.25em 0 0 0; 	
}

#mainContentLeft a:link, #mainContentLeft a:visited, #mainContentLeft a:hover {
	padding: 0;
	color: #252394;
	text-decoration: underline;
}

#mainContentRight {
	position: relative;
	text-align: left; 
	width:350px;
	min-height: 660px;
	float: left; 
	padding: 10px 30px 10px 30px; 
	margin: 0 0 0 0;

}

#mainContentRight p {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.5; 
	color:black; 
	margin: 0; 
	padding: 1.25em 0 0 0; 	
}

#mainContentRight a:link, #mainContentRight a:visited, #mainContentRight a:hover {
	padding: 0;
	color: #252394;
	text-decoration: underline;
}

#belowNavSpacer{
	background-image: url("images/belowNavSpacer.jpg");
	width:960px;
	height: 10px;
	float: left; 
}

/*################### CONTAINER STYLES ################################################*/

#container {
	margin: 0 auto; 
	padding: 0; 
	width: 960px; 
}

#masthead {
	position: relative; 
	float: left; 
	width: 960px; 
	padding: 0; 
	margin: 0;
}


#mainContainer {
	position: relative; 
	width: 960px; 
	padding: 0; 
	margin: 0px 0 0 0; 
	float: left; 

}


#footer {
	position: relative;
	width: 960px; 
	clear: both; 
	margin: 0; 
	padding: 20px 0 0 0; 
	background-position: top center; 
}


/*################### NAV STYLES ################################################*/

#menucontainer {
	margin: 0; 
	padding: 0;
}

#menu {
	position: relative; 
	float: left; 
	margin: 0; 
	padding: 0; 
	width:960px;
	height:31px;
	background-image: url("images/navBarRnd.jpg"); 
	font-family: verdana, arial, georgia;
}

#menu ul {
	margin: 0 0 0 8px; 
	padding: 0;
	}

#menu ul li {
	margin: 0; 
	display: block; 
	padding: 3px 5px 8px 5px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: auto;
	text-align: center; 
	font-size: 1.125em;
	}

#menu ul li a {
	color : #000; 
	text-decoration : none; 
	font-weight: bold;  
	border-style:none; 
	line-height: 1em; 
	padding: 0;
	margin: 0;
	color: #0C0883;
}

#menu ul li a:link, #menu ul li a:visited { 
	padding: 0; 
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul li.active a {
	padding: 0;
	font-weight: bold; 
	text-decoration: underline;
}


/*################### NEWS STYLES ################################################*/

.latestNews {
	padding: 0 0 10px 25px; 
	margin: 0;
}

.latestNews li {
	font-size: 0.875em;
}

.latestNews ul {
	padding-left: 0px; 
}

.latestNews p {
	padding-left: 15px; 
	margin: 0;
}

.latestNews h3 {
	color: #66bbd8; 
	padding: 0 0 0.2em 0; 
	font-size: 1em;
}

.news_date {
	position: relative; 
	float: left; 
	padding: 8px 0 0 0 ; 
	margin: 0 10px 0 0; 
	background-image: url("images/date.png"); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 53px; 
	height: 46px; 
	text-align: center; 
}

.home_news {
	position: relative; 
	float: left; 
	padding: 8px 0 0 0 ; 
	margin: 0 10px 0 0; 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 53px; 
	height: 46px; 
	text-align: center; 
}

p.month {
	margin: 0; 
	padding: 0; 
	color: #ceb495; 
	text-transform: uppercase; 
	font-family: georgia; 
	line-height: 1em;
}

p.day {
	margin: 0; 
	padding: 0; 
	color: #fff; 
	font-family: georgia;  
	line-height: .9em; 
	font-size: 1em;}

.news_itemhome {
	position: relative; 
	float: left; 
	padding: 0; 
	margin: 0; 
	width: 372px; 
}

.news_item {
	position: relative; 
	float: left; 
	padding: 0; 
	margin: 0; 
	width: 374px;
}

p.eventdate {
	color: #cc6b04; 
	font-size: 1em; 
	padding: 0;
}


/*################### IMAGE STYLES ################################################*/

.floatimgleft {
	float:left;
	margin: 5px 15px 20px 0;
	text-align: center;
	font-size: 10px;
}

.floatimgright {
	float:right;
	margin: 5px 15px 20px 0;
	text-align: center;
}


.imageright {
	
	position: relative;  
	border: 4px solid #374753; 
	width: auto;
	float: left; 
	padding: 0; 
	margin: 13px 10px 5px 0;
}

img {
	padding: 0 ;
	border: 0; 
	vertical-align: top;

}


/*################### LINK STYLES ################################################*/


p a:link {
	color: #93b159; 
	text-decoration: none; 
	padding: 0 0 1px 0; 
	margin: 0; 
}
p a:visited {
	color: #93b159; 
	text-decoration: none; 
	padding: 0 0 1px 0; 
	margin: 0;
}	
p a:visited:hover {
	color: #93b159; 
	border: none; 
	text-decoration: underline;
}
p a:hover, p a:active {
	color: #93b159; 
	border: none; 
	text-decoration: underline;
}

h3 a:link {
	color: #66bbd8; 
	text-decoration: underline;
}

h3 a:visited {
	color: #66bbd8; 
	text-decoration: underline;
}

h3 a:visited:hover {
	color: #ff6600; 
	text-decoration: underline;
}

h3 a:hover {
	color: #ff6600; 
	text-decoration: underline;
}

h3 a:active {
	color: #ff6600; 
	text-decoration: underline;
}


/*################### FOOTER STYLES ################################################*/

#footer p {
	font-family: "lucida sans unicode", "trebuchet ms", verdana, arial, sans-serif;; 
	font-size: 16px; 
	padding: 4px 8px 4px 4px; 
	margin: 0; color: #3A36AD; 	
	font-weight: bold;
	text-align: center; 
	border-bottom:none;
}
#footer a:link {
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #3A36AD; 
	border-bottom:none;
}
#footer a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #3A36AD; 
	border-bottom:none;
}	
#footer a:visited:hover {
	font-weight: bold; 
	text-decoration: underline; 
	color: #3A36AD; 
	border-bottom:none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline; 
	color: #3A36AD; 
	border-bottom:none;
}