@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#000;	
}

.clear {
	clear:both;	
}

#topbar {
	background-color:#DDDDDD;
	padding:0px;
	border-bottom:1px #CCCCCC solid;
	text-align: right;	
}

#topbar_links {
	width:980px;
	margin:auto;
	padding-right:10px;	
}

#logobar {
	background-image:url(images/bg_logobar.jpg);
	background-repeat:repeat-x;
	height:89px;
}
#logobar_banner {
	width:980px;
	margin:auto;
	height:89px;
	overflow:hidden;
}

#logo {
	display:inline;
	width:292px;
	height:89px;
	float:left;
}
#slogan {
	float:right;
	display:inline;
	background-image:url(images/banner_inpartnership.jpg);
	width:532px;
	height:89px;
}

#menubar {
	background-image:url(images/bg_menubar.jpg);
	background-repeat:repeat-x;	
}

#menubar_links {
	width:980px;
	margin:auto;	
}

#mainbody {
	background-image:url(images/bgimage.jpg);
	background-color:#111111;
	background-repeat:no-repeat;
	background-position:top center;
}

#smaller_mainbody {
	background-image:url(images/bgimagesmall.jpg);
	background-color:#111111;
	background-repeat:no-repeat;
	background-position:top center;
}

#banner {
	height:324px;
	width:980px;
	margin:auto;
}

#smaller_banner {
	height:149px;
	width:980px;
	margin:auto;
}

#newsbubbles {
	float:right;
	width:419px;
	margin-top:6px;	
}

#newssection {
	height:192px;
	width:419px;
	overflow:hidden;
}

.newsslider ul {
	margin:0;
	padding:0;	
}
.newsslider ul li {
	list-style:none;
	display:block;
}

a.newsbubble {
	background:url(images/bg_newsbox.png);
	width:415px;
	height:96px;	
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
}

a.newsbubble:hover {
	background:url(images/bg_newsbox_over.png);
	background-repeat:no-repeat;
}

.newssnippet {
	width:385px;
	height:66px;
	padding:15px;
}

#subscribebox {
	background:url(images/bg_subscribebox.png);
	width:415px;
	height:127px;
}
#subscribebox_content {
	background:url(images/bg_subscribebox.png);
	width:385px;
	height:97px;
	padding:15px;
}

#body_wrapper {
	width:980px;
	margin:auto;
	background-color:#111111;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#bodybox_top {
	width:980px;
	background-image:url(images/mainbox_top.jpg);
	height:17px;
	background-repeat:no-repeat;
	top:0px;
	margin:0px;
}

#smaller_bodybox_top {
	width:980px;
	background-image:url(images/smaller_mainbox_top.jpg);
	height:17px;
	background-repeat:no-repeat;
	top:0px;
	margin:0px;
}

#bodybox_leftside {
	width:6px;
	left:0px;
	float:left;
}

#bodybox_leftside_top {
	background-image:url(images/mainbox_top_left.jpg);
	height:48px;
	width:6px;
	background-repeat:no-repeat;
	left:0px;
}

#smaller_bodybox_leftside_top {
	background-image:url(images/smaller_mainbox_top_left.jpg);
	height:48px;
	width:6px;
	background-repeat:no-repeat;
	left:0px;
}

#body_content {
	float:left;
	background-color:#FFF;
	background-image:url(images/bg_body_wm.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:918px;
	min-height:300px;
	padding-left:25px;
	padding-right:25px;
}

.body_content_col {
	width: 290px;
	padding-right:30px;
	float:left;
}

smaller_body_content_doublecol {
	width: 600px;
	float:left;
}

.body_content_doublecol {
	width: 580px;
	float:left;
	margin-left:10px;
}

.smaller_body_content_col1  {
	width: 380px;
	float:left;
}

.smaller_body_content_col2  {
	float:left;
	padding-left:30px;
}

#bodybox_rightside {
	width:6px;
	right:0px;
	float:right;
}

#bodybox_rightside_top {
	background-image:url(images/mainbox_top_right.jpg);
	height:48px;
	width:6px;
	background-repeat:no-repeat;
	right:0px;
}

#smaller_bodybox_rightside_top {
	background-image:url(images/smaller_mainbox_top_right.jpg);
	height:48px;
	width:6px;
	background-repeat:no-repeat;
	right:0px;
}

#bodybox_bottom {
	width:980px;
	background-image:url(images/mainbox_bottom.jpg);
	height:15px;
	background-repeat:no-repeat;
	bottom:0px;	
}

#bottomlinks {
	background-image:url(images/bg_footermenu.jpg);
	background-repeat:repeat-x;
}

#bottomlinks_content {
	width:980px;
	margin:auto;
}

#bottomlinks_separator {
	width:2px;
	height:60px;
	float:left;
}

ul.bottomnav {
    margin:0;   
    padding:0;   
    list-style:none;
	float:left;   
	display:block; 
	margin-top:12px;
	margin-right:40px;
	left:0;
}
ul.bottomnav li {
    margin:0;   
    padding:3px; 
}
ul.bottomnav li a {
	font-family: Verdana, Geneva, sans-serif;
	color:#777;
	text-decoration:none;
	font-size:11px;
	display:block;	
	margin:0;
	padding:0;
}
ul.bottomnav li a:hover {
	color:#fff;
}

#address {
	padding:10px 0px 10px 0px;
	float:right;
}

#footer {
	background-color:#000;
	border-top:1px solid #666666;
	height:25px;
}

#footer_content {
	width:980px;
	margin:auto;
	padding:5px;
}

#footer_copyright {
	width:326px;
	text-align:left;
	float:left;	
}

#footer_links {
	width:328px;
	text-align:center;
	float:left;
}

#footer_velink {
	width:326px;
	text-align:right;
	float:left;
}

#loginbox {
	border: #94AEDF 1px solid;
	padding:25px;
	width:430px;
	margin-top:20px;
}

#sidemenu {
	width:200px;
	float:left;	
}
#sidemenu ul {
    margin:0;   
    padding:0;   
    list-style:none;
	float:left;   
	display:block; 
	margin-top:12px;
	margin-right:40px;
	left:0;	
}
#sidemenu ul li {
    margin:0;   
    padding:4px; 
}
#sidemenu ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	color:#1F1764;
	text-decoration:none;
	font-size:13px;
	display:block;	
	margin:0;
	padding:0;
}
#sidemenu ul li a:hover {
	color:#627EAF;
}

#statusmessage {
	width:462px;
	background-color:#7695CC;
	padding:10px;	
	margin-top:10px;
	margin-bottom:10px;	
	text-align:center;	
}
