@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	background-image:url(/site/images/interface/bg-welcome-horizontal-tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
	height:0px;
}

#homepage_bg_left{
	background-image:url(/site/images/interface/outside-left.jpg);
	width:210px;
	height:389px;
	margin:0 auto 0 auto;
	position:relative;
	left:-595px;
	display:block;
}
#homepage_bg_right{
	background-image:url(/site/images/interface/outside-right.jpg);
	width:210px;
	height:389px;
	margin:0 auto 0 auto;
	position:relative;
	right:-595px;
	top:-389px;
	display:block;
}
#homepage_top{
	background-image:url(/site/images/interface/bg-welcome-top.jpg);
	background-repeat:no-repeat;
	height:134px;
	width:980px;
	margin:-778px auto 0 auto;
}
	
#homepage_middle{
	background-image:url(/site/images/interface/bg-welcome-feature.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:255px;
	margin:0 auto 0 auto;
}
#homepage_main_nav{
	margin-top:45px;
	float:left;
}
	
#homepage_foreground{
	float:right;
	z-index:20;
	margin-top:-63px;
	margin-right:55px;
	position:relative;
}
#homepage_foreground_hidden{
	float:right;
	z-index:10;
	margin-top:-318px;
	margin-right:55px;
	position:relative;
}

#homepage_features{
	width:980px;
	margin:0 auto 0 auto;

}

#home_news{
	padding:0px;
	margin-left:17px;
	
}
#home_news li{
	list-style-image:url(/site/images/interface/icons/arrow-welcome-blue.gif);
	line-height:17px;
}

.left_feature{
	background-image:url(/site/images/interface/bg-welcome-features.jpg);
	background-repeat:no-repeat;
	background-position:0px 52px;
	width:476px;
	margin:0px;
	padding:0px;
	height:136;
	float:left;
}

.left_feature p{
	margin-bottom:0px;
	margin-top:10px;
}
.left_feature ul{
	margin-top:5px;
	padding-left:5px;
	
}

.right_feature{
	background-image:url(/site/images/interface/bg-welcome-features.jpg);
	background-repeat:no-repeat;
	background-position:0px 52px;
	width:476px;
	margin:0px;
	padding:0px;
	height:136;
	float:right;
}

.right_feature .social{
	padding-top:20px;
}

.right_feature .social img {
	display:inline;
	margin-bottom:-8px;
	margin-right:15px;
}

.right_feature .social p.large {
	display:inline;
	color: #02448D;
    font-family: Helvetica Neue LT Std,Helvetica LT Std,Helvetica,Arial;
    font-size: 15px;
	font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}

.right_feature .social p.small {
	display:inline;
	color: #02448D;
    font-family: Helvetica Neue LT Std,Helvetica LT Std,Helvetica,Arial;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 10px;
}

.right_feature .social iframe {
	display:block;
	margin-left:55px;
	padding-bottom:10px;
}

#bottom_nav{
	background-image:url(/site/images/interface/divider-navigation-line.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:980px;
	padding-top:7px;
	margin:20px auto 0 auto;
}

#bottom_nav table{
	width:100%;
	padding:0px;
}

#bottom_nav table td{
	color:#c1c1c1;
}
#bottom_nav table td:hover{
	color:#767676;
}

.bulleted{
	padding-left:10px;
	background-image:url(/site/images/interface/icons/arrow-welcome-light-blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#bottom_nav table td.bulleted:hover {
	background-image:url(/site/images/interface/icons/arrow-welcome-blue.gif);
}

.navimation{
	position:relative;
}

