html
{
	background: #e0e3ea url(../images/body_bg.png) repeat-x top center;
}

body
{
	font-family: verdana, arial, san-serif;
	font-size: .75em;
	line-height: 1.2em;
	color: #444444;
	margin: 0px;
}

blockquote
{
	padding: 3px 7px 3px 7px;
	margin: 5px;
	border: 2px solid #eeeeee;
	background: #eeeeee;
}

img
{
	border: 0px;
}

ul
{
	margin: 5px 3px 5px 3px;
	padding: 0px;	
	list-style: none;		
	border-top: 1px solid #ced9ee;
}

li
{
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 5px 25px;
	border: solid #ced9ee;
	border-width: 0px 0px 1px 0px;
	background: url(../images/list_icon.gif) 2px 2px no-repeat;
}


ol li
{
	background-image: none;
	margin: 0px;
	padding: 5px 3px 5px 5px;	
}

h1
{
	font-size: 1.3em;
	line-height: 1.1em;
	color: #2e4078;
}
h2
{
	font-size: 1.2em;
	color: #0068b4;
}
h3
{
	font-size: 1.1em;
	color: #2e4078;
}
h4
{
	font-size: 1.8em;
	line-height: 1.1em;
	color: #2e4078;
	margin-bottom: 0px;
}
h5
{
	color: #ff0000;
}
h6
{
	font-size: 1.8em;
	color: #33cc66;
}
#page, #header, #footer
{
	width: 900px;
}

#page
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/page_bg.png) top center repeat-y;	
}

#header
{
	background: url(../images/header_bg.png) top right no-repeat;
	margin:  0px auto 0px auto;
	text-align: left;
}

#logo
{
	display: block;
	width: 160px;
	height: 80px;
	background: url(../images/bluesky-mss-logo.png) top left no-repeat;
	float: left;
}

#logo span
{
	display: none;
	visibility: hidden;
}

#nav_container
{
	width: 680px;
	margin: 0px 0px 0px 10px;
	float: left;
}

#main_nav
{
	padding-top: 20px;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 0px solid #2e4078;	
}

	#main_nav span
	{
		float: left;
		margin: 0px 2px 0px 10px;
	}
	
	#main_nav a
	{
		text-decoration: none; 
		text-align: center; 
		display: block; 
		margin: 0px;		
		padding: 8px 8px 8px 8px; 
		background: #fff;	
		border-left: 1px solid #ced9ee;	
		border-right: 1px solid #ced9ee;	
		border-top: 1px solid #ced9ee;	
	}
	
	#main_nav a:hover
	{
		color: #0068b4;
		text-decoration: none;
	}		
	
	#main_nav .marker a:link, #main_nav .marker a:hover, #main_nav .marker a:visited, #main_nav .marker a:active
	{
		color: #ffffff;
		background: #2e4078;
		text-decoration: none;
	} 	

#sub_nav
{
	font-size: 8.5pt;	
	background: url(../images/main-nav-bg.png) top left no-repeat;
	padding-bottom: 5px; 
}

	#sub_nav span
	{
		float: left;
		margin: 0px 10px;		
	}
	
	#sub_nav a
	{
		text-align: center; 
		display: block; 
		margin: 0px;		
		padding: 5px; 
		text-decoration: none;
	}
	
	#sub_nav a:hover
	{
		color: #0068b4;
		text-decoration: none;
	}	

	#sub_nav .marker a:link, #sub_nav .marker a:hover, #sub_nav .marker a:visited, #sub_nav .marker a:active
	{
		color: #000;
		font-weight: normal;
		text-decoration: none;
	} 
	
#side_nav
{
	width: 140px;
	float: left;
	border: 1px solid #123466;
	font-size: 8pt;	
	padding-bottom: 5px; 
	background: #fff;	
}

	#side_nav span
	{
		display: block;
		margin: 0px 0px;
		border-bottom: 1px solid #ced9ee;		
	}
	
	#side_nav a
	{
		text-align: left; 
		display: block; 
		margin: 0px;		
		padding: 5px; 
		text-decoration: none;
	}
	
	#side_nav a:hover
	{
		color: #0068b4;
		text-decoration: none;
	}	

	#side_nav .marker a:link, #side_nav .marker a:hover, #side_nav .marker a:visited, #side_nav .marker a:active
	{
		color: #000;
		font-weight: normal;
		text-decoration: none;
		background: #eee;
	} 	

#content
{
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
	border: 0px solid purple;
}

#footer
{
	background: url(../images/footer_bg.png) bottom no-repeat;
	margin: 0px;
	padding: 35px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	font-size: .9em;
}

#home_side_bar	
{
	float: right;
	margin: 10px; 
	width: 210px;
	font-size: 8pt;
}

#news ul
{
	border: 0px;
}

#news ul li
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 25px;
}


.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}

a:link, a:visited
{
	color: #323967;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #507FCB;
	text-decoration: underline;	
}

ul.error
{
	padding: 10px;
	border: 2px solid #990000;
	background: #ffcccc;	
	margin: 10px;
}

ul.error li
{
	margin: 5px;
	padding: 0px;
	background: none;
	list-style: disc;
	border: 0px;
}

form.contact
{
	width: 350px;
	float: left;
}

form.contact input
{
	margin-bottom: 5px;
}

form.contact input.text, form.contact textarea
{
	float: left;
	width: 180px;
	border-style: solid;
	border: 1px solid #0068b4;
	background: #ffffff !important;
}

form.contact label
{
	float: left;
	width: 150px;
	margin-right: 5px;
	display: block;
	clear: both;
	text-align: right;
}

form.contact label.full
{
	width: 100%;
	margin-right: 5px;
	display: block;
	float: left;
	text-align: left;
}

form.contact input.button
{
	float: right;
	clear: both;
}

form.contact textarea
{
	width: 100%;
}


input.button
{
	background: #ced9ee;
	color:#2e4078;
	border: outset 1px #0068b4;
	margin: 2px 0px 2px 0px;
}

ul.feature_list
{
width: 250px;
}


ul.feature_list li 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul.feature_list li a
{
	display: block;
	padding: 5px  5px  5px  30px;
	border-bottom: 1px solid #ced9ee;
}

ul.feature_list li a:hover, ul.feature_list li a.marker
{
	background: #eeeeee;
}

.pop_info
{
	text-align: center;
	border: 1px solid #ced9ee;
	margin: 0px 5px 10px 5px;
}

.pop_info img
{
	width: 100px;
}

.pop_info h3
{
	font-size: 1em;
	margin: 0px;
}

.feature_sidebar 
{
	float: right;
	width: 180px;
	font-size: 7.5pt;
	border-left: 1px solid #ced9ee;
	padding-left: 5px;
	border-top: 1px solid #ced9ee;
	padding-top: 5px;
	border-bottom: 1px solid #ced9ee;
	padding-bottom: 5px;
	background: #fff;
}

.feature_sidebar ul.feature_list
{
	width: 180px;
}

.floor
{
	text-align: left;
	margin: 10px 0px 0px 30px;
}
.narrow
{
	width: 400px; 
	margin-left: 50px;
}