/* CSS Document - styles.css */

ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,table,tr,th,td,p,blockquote,fieldset,input,div,dd,dt,dl { margin: 0; padding: 0; }
fieldset, a img,:link img,:visited img { border: none; }
th { text-align: left; }
	h1 span, h2 span, h3 span, h4 span { display: none; }
	
html,
body {
	font: 12px/16px "lucida grande", "verdana", sans-serif;
	background-image:url(../images/bg-page.gif);
	background-repeat:repeat-x;
	background-color: #000;
	color: #aeaeae;
	padding-bottom: 24px;
	margin: 0 auto;
	text-align: center; min-width: 708px;
}

body a { color: #549bf0; text-decoration: underline; }
body a:hover { color: #549bf0; text-decoration: none; }

div#container{
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}
		
div#top-right{
	float: right;
	display: inline;
	width: 200px;
	height: 20px;
	text-align:right;
	padding: 40px 0px 0px 0px;
	font-size: 10px;
	line-height: 19px;
	font-weight: normal;
	color: #fff;
	}

div#top-right a{ color: #fff; text-decoration: none;}
div#top-right a:hover { color: #549bf0; text-decoration: none;}
		
div#logo-column{
	float: left;
	display: inline;
	width: 174px;
	margin: 30px 0 0 40px;
	height: 116px;
	background: transparent url('../images/logo-bbpr.gif') no-repeat left top;
	}
	
div#logo-column a {
	width: 174px;
	height: 116px;
	display: block;
	margin: 0px 0 0 0px;
	text-decoration: none;
	}
	
div#left-column{
	float: left;
	display: inline;
	width: 183px;
	height: 200px;
	margin: 11px 0px 0px 30px;
	padding: 5px 0px 0px 14px;
	}
			
		div#nav ul {
			width: 172px;
			height: 230px;
		}
				
		div#nav li {
			font-size: 10px;
			line-height: 19px;
			font-weight: normal;
			color: #fff;
			border-bottom: thin dashed #4d4d4d;
			padding: 0 0 0 3px;
		}
		
		div#nav li#blue {
			font-size: 10px;
			line-height: 19px;
			font-weight: normal;
			color: #fff;
			background-image:url(../images/nav-roll.gif);
		}		
		
		div#nav li#two-line {
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #fff;
			padding: 3px 0 3px 3px;
		}
		
		div#nav li#two-line-blue {
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #fff;
			padding: 3px 0 3px 3px;
			background-image:url(../images/nav-roll-2.gif)
		}
				
		div#nav a { color: #fff; text-decoration: none;}
		div#nav li#blue a { color: #fff; text-decoration: none; }
		div#nav li#two-line-blue a { color: #fff; text-decoration: none; }
		div#nav a:hover { color: #549bf0; text-decoration: none;}

div#int-left{
	float: left;
	display: inline;
	width: 250px;
	margin: 40px 0 0 0;
	}

div#int-right{
	float: left;
	display: inline;
	width: 400px;
	margin-left: -13px;
	margin-top: 10px;
	}

div#int-img{
	float: left;
	display: inline;
	width: 515px;
	}

div#int-content{
	float: left;
	display: inline;
	width: 485px;
	background-image: url(../images/body-bg.gif);
	padding: 5px 15px 5px 15px;
	}
	
div#footer {
	border-top: 1px solid #404040;
	line-height: 20px;
	padding: 0 0 0 0px;
	margin: 0px 0px 0px 43px;
}
	div#footer a { text-decoration: none; color: #aeaeae; }
	div#footer a:hover { text-decoration: none; color: #549bf0;}

	div#footer ul { padding: 8px 0px 0px 0px; }
	
		div#footer ul li {
			float: left;
			display: inline;
			padding: 5px 3px 0px 3px;
			font-size: 11px;
			line-height: 18px;
		}
		
div#footer-2 {
	line-height: 30px;
	padding: 0 0 0 0px;
	margin: 0px 0px 0px 43px;
}
	div#footer-2 a { text-decoration: none; color: #aeaeae; }
	div#footer-2 a:hover { text-decoration: none; color: #549bf0;}

	div#footer-2 ul { padding: 0px 0 0px 0px; }
	
		div#footer-2 ul li {
			float: left;
			display: inline;
			padding: 0px 3px 3px 3px;
			font-size: 11px;
			line-height: 18px;
		}

.line-break {
	border-top: 1px solid #404040;
	width: 485px;
	line-height: 20px;
	padding: 8px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
					
.clear { clear: left; }
.clear-both { clear: both; }
.white-18 { color:#fff; font-size: 18px; font-weight: bold; }
.white-12 { color:#fff; font-size: 12px; font-weight: bold; }
.gray-10 { color:#aeaeae; font-size: 10px;}