/* Blue Sky CSS Document */

html, body {
	background-image: url('images/body_background.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #A5D2FF;
	background-position: top;
	margin: 0px;
}

img {
	border:0;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

#position {
	margin: 10px;
}

#container {
	width: 670px;
	background-color: white;
	text-align: left;
	padding: 1px;
	overflow:hidden;
}

#header {
	width: 100%;
	height: 234px;
}

#logo {
	float: left;
	background-image: url('images/logo.jpg');
	width: 353px;
	height: 234px;
	background-repeat: no-repeat;
}

#flash {
	float: right;
	background-color: #A5D2FF;
	width: 315px;
	overflow:hidden;
	height:234px;
}

h1 {
	font-size: 21px;
	font-family: Tahoma;
	font-weight: normal;
	color: #345A7F;
}

#menu {
	clear: both;
	height: 53px;
	background-image:url('images/menu_background.jpg');
	text-align: center;
}

.divider {
	float: left;
	background-image:url('images/menu_divider.jpg');
	width: 1px;
	height: 53px;
}

.menuitem {
	float: left;
	background-image:url('images/menu_item.jpg');
	height: 53px;
}

#menu a{
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-family: Tahoma;
	padding: 20px 10px 18px 10px;
	display: block;
	font-weight: bold;
}

#footer {
	background-color: #265482;
	text-align: center;
	font-size: 10px;
	color: white;
	padding: 10px;
}

#footer a {
	color: white;
}

.tab {
	background:url('images/tab.jpg');
	color:#265482;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:18px;
	padding:7px 0;
	text-align:center;
	text-decoration:none;
	width:160px;
}
.tab:hover {
	background:url('images/tab-hover.jpg');
}



/* Home page h2 styles... */

h2.homePageSubtitles
{
	font-size:12pt;
}

/* Order is important! */

a.inlineLink:link
{
	color:#333;
	text-decoration: none;
	border-bottom: dotted 1px #333;
}

a.inlineLink:visited
{
	color:#333;
	text-decoration: none;
	border-bottom: dotted 1px #333;
}

a.inlineLink:hover
{
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

a.inlineLink:active 
{
	color:#333;
	text-decoration: none;
	border-bottom: dotted 1px #333;
}


h2.homePageSubtitlesNormal a.inlineLink:link
{
	color:#333;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

h2.homePageSubtitlesNormal a.inlineLink:visited
{
	color:#333;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

h2.homePageSubtitlesNormal a.inlineLink:hover
{
	color: #333;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

h2.homePageSubtitlesNormal a.inlineLink:active 
{
	color:#333;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

