body, html, div, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
}

h1
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

h2
{
    color: #005395;
    font-size: 130%;
}

body
{
	color: #000;
	background: #25aae1;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 80%;
}

#wrapper 
{
    background: #25aae1 url(/images/main_back.png) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 914px;
	height: 753px;
	padding: 45px;
}

#wrapperInner
{
    background: #f5f8e4 url(/images/wrapper_back.png) top left no-repeat;
    height: 663px;
    position: relative;
}

#homeLink
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 130px;
}

#menu
{
    position: absolute;
    top: 156px;
    left: 0px;
    z-index: 100;
    font-size: 85%;
}

#menu ul
{
    list-style: none;
    text-indent: 0px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

#menu ul li
{
    list-style: none;
    float: left;
    text-align: center;
    margin: 0px 10px 0px 0px;
}

#menu ul li a
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    background: url(/images/menu_back.png) top left no-repeat;
    padding: 5px 8px 8px 23px;
}

#menu ul li a:hover
{
    color: #e3e3e3;
}

#contentWrapper
{
    position: absolute;
    top: 175px;
    left: 10px;
    width: 892px;
    height: 476px;
    border: 1px solid #032f64;
    background: #fff;
}

#content
{
    padding: 35px 25px 0px 25px;
    color: #666;
}

#footer
{
    margin: 3px 0px 0px 3px;
    color: #fff;
    font-size: 80%;
}

#footer a
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer #partOf
{
    float: right;
}

.leftColumn
{
    float: left;
    width: 370px;
    height: 400px;
    overflow: auto;
}

.rightColumn
{
    width: 425px;
    float: left;
    padding: 18px 0 0px 20px;
    position: relative;
}

.infoRollover li
{
    list-style-image: url(/images/bullet.gif);
    margin-bottom: 20px;
}

.infoRollover li.over
{
    list-style-image: url(/images/bullet_over.gif);
    color: #005395;
}

#styledMessageArea
{
    display: none;
}

#subMenu
{
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}

#subMenu li
{
    float: left;
    list-style: none;
    margin: 0px 5px 0px 5px;
}

#subMenu li a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 4px 0px 4px 30px;
    width: 183px;
}

#subMenu li.ourNews a
{
    background: url(/images/submenu_red_back.png) top left no-repeat;
}

#subMenu li.joinUs a
{
    background: url(/images/submenu_purple_back.png) top left no-repeat;
}

#subMenu li.contactUs a
{
    background: url(/images/submenu_orange_back.png) top left no-repeat;
}

#subMenu li.sitemap a
{
    background: url(/images/submenu_green_back.png) top left no-repeat;
}

/* Carousel */

.launchPadCarousel
{
    position: relative;
    border-top: 1px solid #005395;
    border-bottom: 1px solid #005395;
}

.launchPadCarouselSliderContainer
{
    position: relative;
    height: 13px;
    width: 417px;
    top: -25px;
    background: #23a9e1;
}

.launchPadCarouselSliderContainer .launchPadCarouselBack
{
    position: absolute;
    top: 0px;
    left: -4px;
}

.launchPadCarouselSliderContainer .launchPadCarouselNext
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.ui-slider
{
    width: 370px;
    position: relative;
    height: 13px;
    background: #23a9e1;
    left: 16px;
}

.ui-slider-handle
{
    width: 12px;
    height: 13px;
    background: url(/images/slider_handle.gif) top left no-repeat;
    position: absolute;
    z-index: 100;
    top: 0px;
}

.launchPadCarouselItems
{
    top: 30px;
}

.launchPadCarouselItem
{
    border: 1px solid blue;
    margin: 0px 10px 0px 10px;
}

.launchPadCarouselInfo
{
    position: relative;
    top: 180px;
    text-align: center;
    z-index: 1000;
    color: #3a3a3a;
}

/* Blog */

.blogModuleRssLink
{
	text-align: right;
	font-size: 130%;
	font-weight: bold;
}

.blogModuleRssLink a
{
	text-decoration: none;
	color: #353535;
}

.blogComment
{
	padding: 5px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #a5a5a5;
}

.blogCommentUnapproved
{
	background: #ffeaea;
}

.blogCommentHidden
{
	opacity: 0.5;
}

.blogAuthorComment
{
	background: #eaffea;
}