/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");
@import url("buttons.css");
@import url("forms.css");
@import url("nav.css");
@import url("text.css");

/* Default style Sets =====*/
body {
	background: #063627 url(../img/bg.png) repeat-x;
	margin: 0 0 20px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
}

img {
	border: 0;
}

a:link {
	color: #6180AE;
	text-decoration: underline;
}

a:visited {
	color: #3E5983;
	text-decoration: underline;
}

a:hover {
	color: #218365;
	text-decoration: none;
}

a:active {
	color: #218365;
	text-decoration: none;
}

.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#logosra {
	float: left;
	width: 200px;
	height: 128px;
	position:relative;
}

#logosra a {
	display: block;
	background: url(../img/logo_sra.gif) no-repeat;
	width: 200px;
	height: 128px;
	text-decoration: none;
}

#logosra span {
	display: none;
}

#homeflash {
	padding-bottom: 10px;
}

/* Event Calendar Styles */

#picker {
	text-align: center;
	border-left: 1px solid #9CB6DC;
	padding: 10px 0;
	background: #DDE6F3 url(../img/bg_testimonialinterior.jpg) repeat-x;
}

#eventList {
	
}

#eventCal {
	float: right;
	width: 224px;
	border-right: 1px solid #9CB6DC;
	border-top: 1px solid #9CB6DC;
	border-bottom: 1px solid #9CB6DC
}

#eventCal table form {
	display: inline;
}

.subheader {
	font-size: 11px;
	background-color: #efefef;
	color: #333;
}

.event {
	border-left: 1px solid #9CB6DC;
	border-top:  1px solid #9CB6DC;
	text-align: center;
	font-size: 11px;
	background-color: #FDBF39;
	width: 32px
}

.event a {
	border: 1px solid #fff;
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 18px;
	height: 17px;
}

.event a:visited {
	border: 1px solid #fff;
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 18px;
	height: 17px;
}

.event a:hover {
	border: 1px solid #fff;
	display: block;
	background-color: #FEE6B4;
	text-decoration: none;
	color: #000;
}

.eventOn {
	background-color: #0D4B38;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #fff
}

.eventOn:hover {
	background-color: #2C8F71 !important
}


.noEvent {
	border-left: 1px solid #9CB6DC;
	border-top:  1px solid #9CB6DC;
	text-align: center;
	font-size: 11px;
	width: 32px
}

.noEvent a {
	display: block;
	text-decoration: none;
	line-height: 12px;
	color: #000;
	line-height: 18px;
	height: 17px;
}

.noEvent a:visited {
	display: block;
	text-decoration: none;
	line-height: 12px;
	color: #000;
	line-height: 18px;
	height: 17px;
}

.noEvent a:hover {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #efefef
}

.subheader {
	border-top: 1px solid #9CB6DC;
	border-left: 1px solid #9CB6DC;
}

.eventChunk {
	line-height: 1.5em
}

.today {
	border-left: 1px solid #ccc;
	border-top:  1px solid #ccc;
	background-color: #ACBDDB;
	text-align: center;
	font-size: 11px;
	width: 32px
}

.today a {
	display: block;
	border: 1px solid #fff;
	text-decoration: none;
	line-height: 12px;
	color: #000;
	line-height: 18px;
	height: 17px;
}

.today a:visited {
	display: block;
	text-decoration: none;
	line-height: 12px;
	color: #000;
	line-height: 18px;
	height: 17px;
}

.today a:hover {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #CFD8E9
}

#calFoot {
	padding: 10px 0;
	border-top: 1px solid #9CB6DC;
	border-left: 1px solid #9CB6DC;
	background-color: #DDE6F3
}

/* 2010 Flash Video */
.flashVideo {
	float:left;
	padding:0 0 10px 23px;
}
.smallTxt {
	font-size:9px;
}

