/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}


body {
	background: #DBEEF7;
	color: #000;
	font: normal normal 16px/125% Arial, Tahoma, Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 2ex 0;
	padding: 0;
}

a, a:link {
	background: transparent;
	color: #204B61;
	text-decoration: underline;
}

	a:visited {
		color: #204B61;
	}

	a:hover {
		color: #204B61;
	}

	a:hover:visited {
		color: #204B61;
	}

	a:active {
		color: #0000CC;
	}

	a:active:visited {
		color: #800080;
	}


 img, a img, a:link img, a:hover img, a:visited img {
	border: 0;
	margin: 0;
}


td {
	padding: 4px;
}

.leftfloat {
	float: left;
	margin: 0 10px 0 0;
}

.rightfloat {
	float: right;
	margin: 0 0 0 10px;
}

img.leftfloat, img.rightfloat {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	margin-bottom: 10px;
}

h1 span, h2 span, h3 span, 
h5 span, h6 span {
	float: right;
	padding: 2px 0;
}

h1 {
	border-bottom: 2px solid #5C9CBF;
	color: #5C9CBF;
	font-size: 3.8ex;
}

h2 {
	border-bottom: 2px solid #5C9CBF;
	color: #5C9CBF;
	font-size: 3ex;
}

h3 {
	background: #5C9CBF;
	color: #fff;
	font-size: 2ex;
	margin-bottom: 10px;
	padding: 3px 4px;	
}

h4 {
	font-size: 1.6ex;
}

h5 {
	background: #E8EFF2 url(images/1/white-strip.png) top left repeat-x;
	border-top: 1px solid #d9d9d9;
	color: #3981B6;
	font-size: 1.5ex;
	padding: 2px 7px;
}

	h5 a, h5:link, h5 a:visited, h5 a:hover,
	h5 a:hover:visited, h5 a:active, h5 a:active:hover {
		color: #3981B6;
		display: block;
		text-decoration: none;
	}

h6 {
	font-size: 1.2ex;
}


ul {
	margin: 0 0 30px 25px;
}

	li {
		margin: 0 0 20px 0;
	}

ol {
	margin: 0 0 30px 30px;
}

dt {
	font-weight: bold;
}

	dd {
		margin: 3px 0 20px 20px;
	}

table, td{
	border: none;
	font: normal normal 12px/150% Verdana, Arial, Sans-Serif;
}

kbd, label kbd{
	font: normal normal 12px/150% Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

	label kbd{
		font-weight: bold;
	}

fieldset{
	background: transparent;
	border: 1px solid #ccc;
	font-size: .9em;
	line-height: 150%;
	margin: -5px 0 0 0;
	padding: 1px 5px 1px 5px;
	text-align: left;
}

	legend{
		color: #fff;
		font-weight: bold;
	}




form {
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	margin: 0;
	vertical-align: middle;
}


label{
	cursor: pointer;
}
	
	label:hover{
		color: #000;
	}


blockquote {
	margin: 2px 25px;
}


/*
+--------------------------------------------------------------------------
| Basic styles
+--------------------------------------------------------------------------
*/

.errormessage {
	border: 1px solid #FF7800;
	padding: 3px;
}

.errormessage h1 {
	background: #FF7800;
	border: none;
	color: #fff;
	font-size: 1.8em;
	margin: 0;
	padding: 7px 5px;
	padding-left: 10px;
}

.errormessage p {
	background: #FFE7D1;
	color: #C85000;
	font-weight: bold;
	margin: 0;
	padding: 7px;
}

.errormessage .footer {
	background: #FFF3E9;
	border-top: 1px solid #FF7800;
	font-weight: normal;
	padding: 8px;
}

	.center{
		text-align: center;
	}

	.left{
		text-align: left;
	}

	.right{
		text-align: right;
	}

	.justify {
		text-align: justify;
	}

	.bold{
		font-weight: bold;
	}
	
	.italic{
		font-style: italic;
	}

	.strike {
		text-decoration: line-through;
	}

	.desc{
		font-size: .9em;
		font-weight: normal;
	}

	.nowrap, .nowrapr, .nowrapc{
		white-space: nowrap;
	}		

		.nowrapr{
			text-align: right;
		}

		.nowrapc{
			text-align: center;
		}


.top {
	vertical-align: top;
}

table.fifty50{
	width: 100%;
}

table.fifty50 td{
	width: 50%;
	vertical-align: top;
}


.break{
	clear: both;
	height: 5px;
}

.super {
	vertical-align: super;
}


.rightfloat {
	float: right;
}




/*
+--------------------------------------------------------------------------
| Input
+--------------------------------------------------------------------------
*/
	input.text, select, select.text, input.errortext, input.macrotext, 
	a.fauxbutton, a.close,
	textarea, textarea.textarea, input.smalltext{
		background-color: #fff;
		border: 1px solid #999;
		color: #000;
		font: normal normal normal .9em Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
		margin: 0;
		padding: 2px;
		text-align: left;
	}

	select {
		padding: 0;
	}

	input.smalltext {
		padding: 2px;
	}

	input.smalltext:focus, input.text:focus, textarea.text:focus{
		background: #fff;
		border: 1px solid #555;
	}

	input.checkbox{
		background: transparent;
		border: none;
		cursor: pointer;
		margin: 0;
		padding: 0;
	}

		input.checkboxdisabled{
			background: #000;
			border: 1px solid #999;
			cursor: default;
			margin: 0;
			padding: 0;
		}

	input.submit, a.fauxbutton,
	input.reset, input.close, a.close{
		color: #000;
		cursor: pointer;
		font: normal normal normal .9em Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
		font-weight: bold;
		text-align: center;		
	}

	input.reset, input.close, a.close {
		color: #777;	
	}

	input.errortext{
		background-color: #FEEDED;
		border: 1px solid #9E0000;
		color: #9E0000;		
	}

	input.go {
		background: #204B61 url(images/1/go.gif) no-repeat;
		cursor: pointer;
		height: 18px;
		text-indent: -900em;
		width: 25px;
	}












/*
+--------------------------------------------------------------------------
| Header
+--------------------------------------------------------------------------
*/


#shallotteassisted {
	background: transparent url(images/shallotte-assisted.jpg) top left no-repeat;
	border: none;
	border-bottom: 5px solid #7EB0D5;
	display: list-item; /*Making the element display as a list-item allows the background image to show up when printed, while background images for other elements do not. */
	height: 325px;
	list-style: none;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -900em;
	width: auto;
}

	#shallotteassisted a {
		display: block;
		height: 100px;
		width: 480px;
	}

#container {
	background: #fff;
	margin: 2px auto;
	padding: 0 5px 5px 5px;
	position: relative;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 756px;
}



/*
+--------------------------------------------------------------------------
| Content
+--------------------------------------------------------------------------
*/

#headerbreak {
	background: #3F6178;
	height: 25px;
	margin: 0 0 5px 0;
}

#leftnav {
	background: transparent;
	width: 230px;
}

#navposition {
	margin: 0;
	position: absolute;
	padding: 0;
	right: 25px;
	top: 15px;
	width: auto;
}

#navwrap {
	background: transparent url(images/nav-top.gif) top no-repeat;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 210px;
}

#bottomnav {
	background: transparent url(images/nav-bottom.gif) top no-repeat;
	display: block;
	height: 10px;
	padding: 0;
	margin: 0;
	width: 230px;
}

ul#nav {
	background: #7FB3F4;
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

	ul#nav li {
		margin: 0;
		padding: 0;
		width: auto;
	}

		ul#nav li a {
			background: transparent;
			border-bottom: 1px solid #94BFF5;
			color: #fff;
			display: block;
			font-size: 16px;
			font-weight: bold;
			font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
			margin: 0;
			padding: .5ex 1em 1ex .5em;
			text-decoration: none;
			white-space: nowrap;
			width: 180px;
		}

		ul#nav li a:hover {
			background: #A5CAF8;
			color: #fff;
		}

		ul#nav li.page_itemcurrent_page_item a,
		ul#nav li.page_itemcurrent_page_item a:hover {
			background: #5C8CCA;
			text-decoration: underline;
		}
		

/*
+--------------------------------------------------------------------------
| Content
+--------------------------------------------------------------------------
*/

#content {
	vertical-align: top;
	padding-right: 10px;
	width: auto;
}

#rightcontent {
	float: right;
	margin: 0;
	margin-top: -42px;
	padding: 0;
	width: 250px;
}

#rightcontent h3 {
	margin: 10px 0;
}

h3#menu {
	background: #BBD6E8;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 5em;
}





.calendar {
	border: 1px solid #5C9CBF;
	margin-left: 4px;
	width: 100%;
}

.calendar caption {
	background: #5C8CCA;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 4px;
	padding: 5px;
}

.calendar th {
	background: #7FB3F4;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.calendar td {
	border: 1px solid #eee;
	height: 125px;
	padding: 0;
	vertical-align: top;
	width: 14.4%;
}

.calendar td p {
	background: #DCEEF8;
	border-bottom: 1px solid #5C8CCA;
	color: #5C8CCA;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	text-align: right;
}

.calendar td.emptydays {
	background: #eee;
}









#footer {
	background: #0F4673;
	clear: both;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
}

	#footer span {
		font-size: 16px;
		font-weight: bold;
		display: block;
		margin-bottom: 4px;
		text-align: center;
	}

	#footer span, #footer a, #footer span a {
		color: #fff;
	}

