@charset "utf-8";
/* CSS Document */

#subNavigation
{
	position:relative;
	float:left;
	width:194px;
	margin:15px 0 15px 0;
	background-color:#e0e8ec;
}

#subNavigationHeader
{
	position:relative;
	float:left;
	width:194px;
	height:11px;
	background-image:url(../images/content/sub-nav-header.gif);
	background-repeat:no-repeat;
}

#subNavigation ul
{
	padding:0;
	margin:0;
}

#subNavigation li
{
    list-style:none;
	float:left;
	margin:0;
	width:194px;
}

#subNavigation li a
{
	display:block;
	padding:7px 25px 7px 25px;
	color:#18272f;
	text-decoration:none;
	border-top:1px solid #fff;
}

#subNavigation li a:hover, #subNavigation li a.selected
{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/layout/nav-select-bg.gif);
	background-repeat:repeat-x;
}

#content
{
	position:relative;
	float:left;
	width:553px;
	margin:15px 20px 15px 20px;
}

#content li
{
	color:#59bba7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:10px;
}

#content span
{
	color:#555555;
	font-weight:normal;
}

h1
{
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	color:#69ccb7;
}

h2
{
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	color:#69ccb7;
}

#rightHandColumn
{
	position:relative;
	float:left;
	width:171px;
}

.rightHandColumnHeader
{
	position:relative;
	float:left;
	width:144px;
	height:21px;
	margin-top:15px;
	padding:6px 0 0 27px;
	color:#fff;
	font-size:12px;
	background-image:url(../images/content/rhc-header-bg.gif);
	background-repeat:no-repeat;
}

.rightHandColumnBody
{
	position:relative;
	float:left;
	width:169px;
	border:1px solid #ccc;
}

.rightHandColumnBodyItem
{
	padding:10px;
	color:#567282;
	border-bottom:1px dotted #ccc;
}

.rightHandColumnBody p
{
	padding:10px;
	width:149px;
	color:#567282;
	border-bottom:1px dotted #ccc;
	margin-bottom:0;
	margin-top:5px;
}

/*styles for loging*/

#login
{
	position:relative;
	float:left;
	width:269px;
	padding:0 10px 10px 10px;
	color:#fff;
	line-height:30px;
	background-color:#121e25;
	background-image:url(../images/home/login-bg.gif);
	background-repeat:repeat-x;
}

#login a
{
	color:#65c5b1;
}

#login a:hover
{
	color:#79edd5;
}

input.loginBox
{
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555555;
	border:1px solid #cfcfcf;
	padding:3px;
}

#content .loginMessage
{
    color:#d00;
}

.SubHead
{
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555555;
	line-height:15px;
}

/*styles for login help form*/

.UDT_Buttons
{
    margin-top:15px;
    clear:both;
}

.UDT_Field
{
    position:relative;
    float:left;
    clear:both;
    width:400px;
    margin-bottom:15px;
}

.UDT_FieldLong
{
    position:relative;
    float:left;
    clear:both;
    width:550px;
    margin-bottom:15px;
}

.UDT_Caption, .UDT_Input
{
    position:relative;
    float:left;
}

.UDT_Input span
{
    font-size:10px;
}

.UDT_Caption
{
    width:150px;
}

/*styles for map*/

#map
{
    position:relative;
    float:right;
    margin-top:30px;
}

#contactDetails
{
    position:absolute;
}

#contactDetails span
{
    background-color:#fff;
}

/*styles for events*/

.EventDayHeader
{
    color:#fff;
    background-image:url(../images/layout/nav-bg.gif);
}

.EventSelectedDay
{
    border:solid 1px green;
}

#content .Head
{
    font-size:22px;
	line-height:25px;
	font-weight:normal;
	color:#69ccb7;
}

#bjlEnroll
{
    margin-left:180px;
}

.eventTextbox
{
    font-weight:bold !important;
    width:240px !important;
    border:1px solid white !important;
    color:black !important;
    margin-left:0 !important;
    padding-left:0 !important;
}

.ListDate, .ListTitle
{
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px !important;
	line-height:15px;
}

/*styles for announcments*/

.DNN_AnnouncementsContent .SubHead
{
    font-weight:bold !important;
}

.DNN_ANN_Description
{
    padding:15px 0 15px 0;
    font-size:12px !important;
}

/*styles for download*/
.TitleCell
{
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}

.DownloadCell
{
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
}
