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

body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.4em;
	color:#1E1E1E;
	text-align:center;
	background:#010103 url(../images/template/bg.jpg) no-repeat center top;
}

img {
border:0;
}

a:link, a:visited {
color:#0087fa;
text-decoration:none;
}

a:hover {
color:#0087fa;
text-decoration:underline;
}

p {
margin:0 0 1em 0
}

/* DIVs ------------------------------------------ */

#wrapper {
	margin:54px auto;
	padding:16px;
	width:950px;
	background:#cfcfcf;
}

#top_links {
	margin:5px 0px;
	font-size:14px;
	text-align:right;
}

#top_links a {
margin:0px 5px;
}

/* Header ------------------------------------------ */

#header {
margin:0 0 10px 0;
padding:0;
width:950px;
height:160px;
text-align:left;
position:relative;
}

#logo {
	position:absolute;
	top:19px;
	left:35px;
}

#header_sec {
	margin:0 0 10px 0;
	padding:0;
	width:950px;
	height:160px;
	text-align:left;
	position:relative;
}

#logo_sec {
position:absolute;
top:10px;
left:15px;
}

/* Navigation (using Suckerfish menus) ------------------------------------------ */

#nav_container {
margin:0;
padding:0 0 0 75px;
height:32px;
background:transparent url(../images/template/bg_nav.png) no-repeat;
}

#nav {
margin:0;
padding:0;
list-style:none;
height:32px;
color:#FFF;
text-align:left;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li { /* all list items */
	float:left;
	width:200px; /* width needed or else Opera goes nuts */
	_width:195px;
	font-family: Verdana, Geneva, sans-serif;
}

#nav li:hover, #nav li.hover {  
    position: static;  
}

#nav li ul { /* second-level lists */
	position:absolute;
	width:195px;
	left:-999em;
	border:3px solid #555;
}

#nav li ul ul { /* third-and-above-level lists */
	margin:-27px 0 0 195px;
	*margin-left:195px; /*IE ignores border so we need to overlap it with parent list */
	border:3px solid #4c4c4c;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
left:auto;
}

#nav a {
display:block;
width:120px;
}

#nav a:link, #nav a:visited {
padding:0px 25px 0px 55px;
font-size:11px;
font-weight:bold;
letter-spacing:2px;
line-height:30px;
color:#282828;
text-shadow:1px 1px 1px rgba(255,255,255,.5);
background:transparent url(../images/template/bg_nav_btn.gif) no-repeat;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity:0.95;
opacity:0.95;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a  {
color:#FFF;
text-shadow:-1px -1px 1px rgba(0,0,0,.5);
text-decoration:none;
background:transparent url(../images/template/bg_nav_btn_over.gif) no-repeat;
}


/* Second Level Styles */
#nav ul a:link, #nav ul a:visited {
width:175px;
padding:5px 10px;
font-size:10px;
font-weight:normal;
line-height:13px;
text-shadow:none;
color:#CCC;
background-image:none;
background-color:#333;
border-bottom:1px solid #000;
}

#nav ul a:hover, #nav ul li:hover a, #nav ul li.sfhover a {
color:#FFF;
background-color:#4C4C4C;
border-bottom:1px solid #333;
}

/* Third Level Styles */
#nav ul ul a:link, #nav ul ul a:visited {
color:#CCC;
background-color:#4C4C4C;
border-bottom:1px solid #333;
}

#nav ul ul a:hover {
color:#FFF;
background-color:#666;
border-bottom:1px solid #000;
}

/* Banner ------------------------------------------ */

#banner {
	margin:10px 0 0 0;
	padding:0;
	width:950px;
	height:240px;
	background-image: url(../images/template/bg_banner.gif);
}

/* Main ------------------------------------------ */

#main {
	margin:10px 0;
	padding:0px 35px;
	text-align:left;
	border:1px solid #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

h1.headline {
	margin-top:10px;
	margin-bottom:0;
	margin-left:35px;
	font-size:36px;
	line-height:42px;
	font-weight:normal;
	color:#146AB5;
	text-align:left;
}

.col1 {
	float:left;
	width:380px;
	padding-right:20px;
	border-right:1px solid #A5A5A5;
}

.col2 {
margin-left:420px;
}

.clear {
clear:both;
height:1px;
}

/* Home Buckets ------------------------------------------ */

div.bucket {
	position:relative;
	float:left;
	margin:10px 0 10px 0;
	padding:40px 16px 5px 16px;
	width:280px;
	text-align:left;
	background:#ffffff;
	background-position:top;
	background-image: url(../images/template/bg_bucket_grad.gif);
	background-repeat: repeat-x;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

div.bucket h2 {
position:absolute;
top:0;
left:0;
margin:0;
padding:5px 16px;
width:280px;
height:17px;
font-size:11px;
line-height:14px;
letter-spacing:2px;
color:#FFF;
text-shadow:1px 1px 1px rgba(0,0,0,.5);
background:#878687 url(../images/template/bg_bucket_header.gif) no-repeat;
background-position:top;
}

div.bucket h3 {
	margin:0 0 5px 0;
	font-size:14px;
	line-height:16px;
	color:#252525;
}

/* Footer ------------------------------------------ */

#footer {
	clear:both;
	margin:10px 0px;
	padding:0;
	width:950px;
	text-align:right;
	font-size:0.9em;
}

#footer p.copyright {
float:left;
text-align:left;
}

/* Classes ------------------------------------------ */

.arrow_link {
display:inline;
font-size:0.8em;
padding-right:15px;
background:transparent url(../images/template/arrow.gif) no-repeat;
background-position:right;
}
h2.subheadline {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	text-align:left;
	font-style: italic;
}
.arrow_linkgreyground {
	display:inline;
	font-size:0.8em;
	padding-right:15px;
	background:transparent url(../images/template/arrow_grey.gif) no-repeat;
	background-position:right;
}
#securitywrapper {
	margin:54px auto;
	padding:16px;
	width:950px;
	background:#cfcfcf;
	background-color: #FFF;
	background-image: url(../images/template/bg_newsfeed.gif);
	background-repeat: repeat-x;
}

