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

/* Global Items */
* 								{	margin: 0px;padding: 0px; font-family:Arial, Helvetica, sans-serif; color:#666;}
body 							{	text-align: center;padding: 0 !important;padding-right: 1px;}
a:focus 						{	outline: none;}
a 								{	text-decoration: none;}
a img 							{	border-style: none;}
a:hover 						{	text-decoration: underline;}
image 							{	border: none;}

/* Main Layout Items */
#wrapper 						{	margin: 0 auto;width: 945px;text-align: left; background:url(images/main_bg.gif) repeat-y;}
#masthead						{	height:140px; position:relative; border-bottom: 1px solid #FD2B33;background:#FFF;}
#masthead a.logo				{	width: 457px; height:105px; top: 16px; left: 0px; position:absolute; display:block; text-indent:-2000px; background:url(images/srb_logo.jpg) no-repeat; z-index:1}

/* Navigation */
#nav_panel						{	width: 182px; background:#FFF; float:left; padding-top:4px;}
#nav_panel li					{	height: 41px; background:url(images/off.gif) no-repeat; font-size:12px; list-style:none; text-align:center; padding-top: 7px;}
#nav_panel li span				{	font-weight:bold;}
#nav_panel li#select			{	background:url(images/on.gif) no-repeat; cursor:pointer;}
#nav_panel li#select span		{	color:#FD2B33;}
#nav_panel li:hover				{	background:url(images/on.gif) no-repeat; cursor:pointer;}
#nav_panel li:hover span     	{	color:#FD2B33;}
#nav_panel a:hover				{	text-decoration:none;}

/* Content */
#content						{	width:725px; float:left; margin: 0 0 30px 35px;}
#homecontent					{	width:725px; float:left; margin: 0 0 30px 35px;}
#lt_content						{	width:435px;float:left; }
#lt_content p.heading       	{	font-size: 13px; padding-top: 3px; font-size:14px; font-weight:bold;}
#slideshow	      				{	padding-top: 20px; float:right; width: 270px; height:200px;}
#slideshow li					{	list-style:none;}
#quotes							{	width: 650px;}
#homecontent h1					{	font-size: 27px; font-weight:bold; padding: 20px 0 0 0;}
#content h1						{	font-size: 17px; font-weight:bold; padding: 20px 0 0 0;border-bottom: 1px solid #CCC; }
#content p						{	padding: 8px 0; font-size: 12px;}
#content a.link					{	font-size:13px; text-decoration:underline; padding: 0 0 0 15px; background:url(images/arrow.gif) no-repeat left 4px; font-weight:bold;}
#content a.link:hover			{	text-decoration:none;}
#placeholder					{	margin: 10px 0 20px 150px; width: 312px; height:208px; border:1px solid #999;}

.line							{	height:10px; position:relative; border-top: 1px solid #FD2B33; margin: 16px 0 0 0; clear:both;}
.quote							{	font-size:18px; color:#FD2B33; font-weight: bold; padding-top: 30px;}

#footer							{	clear:both; font-size:12px; border-top: 1px solid #CCC; padding: 10px 0 25px 0; background:#FFF;}
#footer .lt						{	width: 600px; float:left;}
#footer .rt						{	width: 230px; float:right; text-align:right;}
#footer a						{	padding: 0 7px;}

