@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #fff;
	background-image: url(../_images/background_grad.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}
p {
	margin-bottom: 1.2em;
}


a:link {
    color: #005baa;
}

a:visited {
	color: #005baa;
}

a:active {
    color #a2bee4;
}

a:hover {
	color: #666
    font-weight: bold;
	color: #484848;
}

#pageWrapper {
	background-image: url(../_images/background_clouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	margin: 0;
	padding-top: 170px;
}

#contentWrapper {
	width: 764px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 0px;
	background-color: #fff;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(../_images/icarus_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #mainNavbar {
	float: right;
	margin-bottom: 12px;
	margin-top: 82px;
	font-weight: bold;
}
#header #mainNavbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-decoration: none;
}
#header #mainNavbar li {
	display: block;
	text-decoration: none;
	float: left;
	padding-left: 10px;
}
#header #mainNavbar li a:link, #header #mainNav li a:visited {
	color: #005baa;
	display: block;
}

#header #mainNavbar li a:hover {
	color: #484848;
	border: none;
}
#header #mainNavbar ul li a.current {
	color: #a2bee4;
	text-decoration: none;
}
#header #mainNavbar ul li a.current:hover {
	color: #a2bee4;
	cursor: default;
}

#header #banner {
	width: 740px;
	background-color: #fff;
	background-image: url(../_images/cloud_banner.jpg);
	height: 272px;
	background-repeat: no-repeat;
	clear: both;
}
#mainContent {
	margin: 0px;
	width: 476px;
	background-color: #fff;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent img {
	float: left;
	margin-right: 12px;
}

#mainContent h1 {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
	color: #a2bee4;
}
#mainContent h3 {
	margin-bottom: 0.4em;
}
#mainContent ul li {
	margin-left: 3em;
}
#mainContent table {
	margin-left: 3em;
}



#siderbar {
	margin: 0px;
	width: 240px;
	float: right;
	background-color: #fff;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#sidebar h4 {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}


#bluebox {
	width: 240px;
	background-color: #a2bee4;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
}
#bluebox p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}



#bluebox a:hover {
	color: #fff;
}

#bluebox #bbContent {
	background-color: #a2bee4;
	width: 216px;
	margin-left: 12px;
	margin-right: 12px;
}
#bluebox #bbContent h2 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

#bluebox #bbContent p {
	color: #383838;
	margin-bottom: 0.9em;
}

#bluebox #bbContent ul li {
	list-style-type: none;
	padding-right: 1em;
	padding-left: 1em;
	color: #383838;
}

#bluebox #bbContent #contactColumn1  {
	width: 105px;
	font-size: 0.8em;
	float: left;
	font-weight: bold;
}
#bluebox #bbContent #contactColumn2  {
	width: 105px;
	font-size: 0.8em;
	float: right;
	font-weight: bold;
}



#footer {
	background-color: #a2bee4;
	margin: 0px;
	padding: 12px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}


.holder {
}
.clear {
	clear: both;
}
.textNote {
	font-size: 0.65em;
}
