/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	color: #858484;
	margin: 0px;
	padding: 0px;
	background: #b4c3cd url(../img/bg_gradient.jpg) repeat-x top;
	font: 13px Arial, Helvetica, sans-serif;
}
.maintable {
	margin-bottom: 40px;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: b4b4b4;
	font: normal 21px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #028CCA;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 13px;
	color: #1E9BD0;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

h4{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 8px;
}

h5{
	font-size: 10px;
	color: #868686;
}

h6{
 font-size: 10px;
 color: #FFFFFF;
}
.dateadded {
	font-size: 10px;
	color: #999999;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 750px;
} 

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	margin: 0px;
	padding: 40px 20px 30px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#breadCrumb{
	font-size: 9px;
	padding: 0px;
	margin: 0px 0px 15px;
}
#breadCrumb a:hover {
	text-decoration: none;
	background-color:#EEEEEE;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.story {
	font-size: 13px;
}





/*********** #navBar link styles ***********/

.buttonscontainer {
	width: 147px;
	background: #EFEFEF;
}

.buttons a {
	color: #1E4B86;
	background-color: #E2E2E2;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	border-bottom: 3px solid #FFFFFF;
}

.buttons a:hover {
	background-color: #1e9bd0;
	color: #FFFFFF;
	text-decoration: none;
}


.blue {
	font-weight: bold;
	color: #1e9bd0;
}

.bg {
	background: url(../img/logo_bottom.jpg) no-repeat top;
}
.activeusers {
	margin: 5px;
	padding: 3px;
	color: #1E9BD0;
	font-size: 10px;
}
.navfoot {
	background: url(../img/nav_foot.jpg) no-repeat;
}
label {
	color: #008ECA;
	font-weight: normal;
	padding-left: 5px;
}
.contbdr {
	border-top: 0px solid #008ECA;
	border-right: 0px solid #008ECA;
	border-bottom: 0px solid #008ECA;
	border-left: 5px solid #008ECA;
	background: #F4F4F4;
}
.contbdr2{
	border: 1px solid #008ECA;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #008ECA;
}
.button {
	color: #008ECA;
	background: #FFFFFF;
	margin: 3px 0px 3px 6px;
}
input {
	width: 300px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #1E9BD0;
	padding: 2px;
	border-bottom: 2px dotted #1E9BD0;
	background: #F8F8F8;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
textarea {
	width: 300px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #008EDC;
	height: 250px;
	color: #008EDC;
}
.submitbut {
	border: 1px solid #008EDC;
}

.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	border-top-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
	border-left-color: #B4B4B4;
}
.border2 {
	border-top: 2px solid #1196CF;
	border-bottom: 2px solid #008DCB;
}
.header {
	font-size: 18px;
	color: #008ECA;
}
.homelist {
	background: #DFF5FF;
	padding: 10px;
	list-style: circle inside;
	border: 1px solid #6CCFFF;
	font-weight: bold;
	font-size: 12px;
}

.homeblock
{
	background: #DFF5FF;
	padding: 10px;
	list-style: circle inside;
	border: 1px solid #6CCFFF;
	font-size: 12px;
}

.eventhead {
	font-size: 12px;
}
.eventhead2 {
	border-bottom: 1px solid #868686;
}
.facilitieshead1 {
	background: #F0F0F0;
	padding: 10px 4px 4px;
	border-top: 1px solid #1E9BD0;
	color: #1E9BD0;
}
.flash {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	height: 108px;
	width: 101px;
	z-index: 1000;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: -10px;
}
