﻿/*** Default.aspx ***/

#layoutTable
{
	border: solid 1px white	
}

#firstLayoutRow
{
	height:175px;
}


/* News square */

#newsBarCell
{
	background-color:#A60000; 
	vertical-align:top;	
}

#newsBar
{
	color:White; 
	font-size: 11px; 
	text-align:left; 
	line-height:normal; 
	margin-left: 10px;	
}

#newsBar h1
{
	margin-top: 6px; 
	margin-left:5px; 
	margin-bottom: 2px; 
	font-size:11px; 
	font-weight:bold; 
	padding-bottom:7px; 
	letter-spacing:1px; 
	border-bottom: solid 1px white; width:190px;
}

#newsBar ul
{
	list-style-type: square; 
	color:White;	
	margin-left: 20px;
	padding-left: 0px;
}

#newsBar ul li
{
	margin-top:8px;
}

#newsBar ul li p
{
	display:block;
	margin: 0px;
	color: #fad1cd;	
}


/* Menu square */


#secondLayoutRow
{
	height:360px;	
}

#menuBarCell
{
	background-color:#DCDBD9; 
	padding-right:0px;	
}

#menuBar
{
	margin-left:5px;
	padding-right:0px;
}

#menuBar h1
{
	margin:0px;
	font-weight: normal;
	font-size:11px;	
	margin-left:8px;
	background-color: #F3F3F5;
	margin-right: 0px;
	padding-left: 10px;
}

#menuBar ul
{
	list-style: none;
	margin-left:0px;
	padding-left: 0px;
}

#menuBar li
{
	background-image: url('/Images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 20px;
	margin-top: 2px;
	color: Black;
	font-size: 11px;
}

a, #menuBar a:visited
{
	color: #333333;
	text-decoration:none;
}

a:hover, #menuBar a:visited:hover
{
	text-decoration:underline;
}
	
#menuBar h1 a, #menuBar h1 a:visited
{
	color: #111111;	
	font-variant: small-caps;
	letter-spacing: 1px;
}

#menuBar div.spacerLine
{
	width: 220px; 
	border-top: dotted 1px white; 
	height:1px; 
	margin-top:13px; 
	margin-bottom:13px;
}

#menuBar a.orangeLink2, #menuBar a.orangeLink2:visited
{
	color: #FF6600;
	font-size: 10px; 
	margin-left: 160px;		
}

#sbsLogo
{
	text-align:center;	
	margin-top: 15px;
}

#sbsLogo img
{
	border-width: 0px;
}

/* Message square */


#messageBarCell
{
	background-color:#F3F3F5;
}

#messageBar
{
	padding:15px;
}

#messageBar h1
{
	margin: 0px;
	margin-top: 18px;
	border-bottom: solid 1px #850000;
	color:Black; 
	margin-bottom: 2px; 
	font-weight: bold; 
	font-size:10px; 
	letter-spacing:1px;
}

#messageBar p
{
	margin: 0px;
	padding:3px; 
	font-size: 11px; 
	line-height: 15px;	
}

#messageBar a.orangeLink
{
	margin-left: 240px;
}


/* HR square */

td#hrBarCell
{
	background-color:white; 
	border-bottom: dotted 1px #DCDBD9; 
	border-right: dotted 1px #DCDBD9;
}

div#hrBar
{
	font-size: 10px; 
	line-height:normal;	
	padding: 5px;
	margin-right:10px;
}

div#hrBar h1
{
	margin: 0px;
	margin-bottom:5px;
	margin-top: 20px; 
	font-weight:bold; 
	color:#FF5A00;
	font-size:12px;
}


