/* BASE STRUCTURES
========================================================== */

html { min-height: 100%; margin-bottom: 1px; }

body {
	background: #ebeef4;
	margin: 0;
	}
	
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#site {
	width: 100%;
	margin: 0;
	padding: 0;
	}

#colLeft {
	background: #fff;
	width: 100%;
	vertical-align: top;
	}
#colRight {
	background: #abb9d6;
	vertical-align: top;
	}
	
#colRight p {
	font: 16px arial, helvetica, sans-serif;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	}
	
#main {
	background: url(http://www.slfirm.com/images/background.gif) top repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#header {
	height: 112px;
	padding: 0 0 0 35px;
	}
	
#menu {
	background: #3e5e89;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 3px;
	white-space: nowrap;
	height: 28px;
	width: 350px;
	}
#menuBar {

	}
#searchForm {
	background: #d5dcea;
	float: right;
	}
	
#submenu {
	text-transform: lowercase;
	padding: 0 0 0 17px;
	font-size: 11px;
	font-weight: bold;
	}
#submenu img { float: left; }
	
#newsFlash {
	background: #d5dcea;
	padding: 15px 25px;
	}

#pageContent { padding: 5px 25px 25px 25px; }

.split { }
.split td {
	vertical-align: top;
	padding: 0 30px 15px 0;
	width: 50%;
	}

#caseHomeSplit { }
.leftCell {
	vertical-align: top;
	padding: 0 15px 0 0;
	border-right: 2px solid #ccc;
	width: 50%;
	}
.righttCell {
	vertical-align: top;
	padding: 0 0 0 15px;
	width: 50%;
	}
	
#footer {
	background: #d5dcea;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 5px 25px;
	}

#NewsPostDetailDate { font-size: 11px; }
#bottomNewsLiinks {
	font-size: 11px;
	margin: 15px 0;
	text-align: right;
	}	
#NewsPostDetailPrintLink, #NewsPostDetailReturnLink { display: inline; }
#NewsPostDetailCategory, #NewsPostDetailAuthor { display: none; }

#breadcrumbs {
	font-size: 11px;
	color: #737373;
	margin: 0;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #cdcdcd;
	}
	
.copyright {
	font-size: 11px;
	color: #737373;
	padding: 0 25px 10px 25px;
	}

#powered_by { display: none; }

.top {
	background: url(http://www.slfirm.com/images/iconTop.gif) left center no-repeat;
	font-size: 11px;
	padding: 0 15px;
	margin: 0 0 30px 0;
	}
	
dfn { display: none; }
.nomargin { margin: 0; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; line-height: 0; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.noprint { display: run-in; }


/* TYPE
========================================================== */

body, th, td, input, select, textarea {
	font: 12px/1.4 verdana, tahoma, arial, helvetica, sans-serif;
	color: #343434;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

#header {
	font: normal 30px arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #959aa3;
	margin: 0;
	}
#header span {
	font-size: 14px;
	display: block;
	}
	
#newsFlash p {
	font-size: 12px;
	margin-bottom: 5px;
	}
.newstitle { font-weight: bold; }
	
h1 {
	font: normal 22px georgia, serif;
	color: #506b98;
	}
	
h2, #NewsPostDetailTitle {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px 0;
	}
#newsFlash h2 { margin-bottom: 5px; }

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #314f77;
	}
h3 em { color: #506b98; }

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	}
	
.smallGrayText, .small, small {
	font-size: 11px;
	color: #838383;
	}
	
input, select, textarea {
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color: #212121;
	}
	
/* LINKS
========================================================== */

a:link, a:active, a:visited {
	color: #435c86;
	text-decoration: underline;
	}
a:hover { color: #343434; }

#header a:link, #header a:active, #header a:visited {
	color: #959aa3;
	text-decoration: none;
	}
#header a:hover { color: #a7acb4; }

#menu a:link, #menu a:active, #menu a:visited {
	background: #476894 url(http://www.slfirm.com/images/backgroundMenuLink.gif) top repeat-x;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px;
	border-left: 1px solid #7796bf;
	border-right: 1px solid #26436b;
	display: block;
	}
#menu a:hover {
	background: #5475a2;
	color: #fff;
	}

#submenu a:link, #submenu a:active, #submenu a:visited {
	background: #a1a6ad url(http://www.slfirm.com/images/backgroundSubMenuLink.gif) top repeat-x;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px 7px 15px;
	display: block;
	border-left: 1px solid #b5b8bc;
	border-right: 1px solid #80858c;
	} 
#submenu a:hover {
	background: #a1a6ad;
	color: #fff;
	}

.menuactive { text-decoration: underline; }

#breadcrumbs a { text-decoration: none; }

#footer a:link, #footer a:active, #footer a:visited {
	color: #3e5e89;
	text-decoration: none;
	padding: 3px 10px 3px 0;
	}
#footer a:hover { color: #567bac; }

#breadcrumbs {
	font-size: 11px;
	color: #737373;
	margin: 0 0 20px;
	border-bottom: 1px solid #cdcdcd;
	}

/* LISTS
========================================================== */

li { margin-bottom: 8px; }

#menu ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#submenu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	}
#submenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}

/* IMAGES
========================================================== */

img { border: none; }


/* FORMS
========================================================== */

form {
	margin: 0;
	padding: 0;
	}
/*
#formContact td,#formContact th { padding: 5px; }
th { text-align: left;}
#formContact td, #formContact tr {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	}
#formContact { border-collapse: collapse; }
.errLabel { background-color: #3E5E89; }
.errLabel td { color: #fff; }
.reqLabel { background-color: #D5DCEA; }
.formExample {
	color: #817A42;
	font-size: 10px;
	}
.errMsg, .required {
	padding: 10px;
	width: 423px;
	font-size: 12px;
	background: #3E5E89;
	border: 1px solid #003548;
	color: #fff;
	}
#formContact td textarea, #formContact td input, #formContact td select,
#formContact td textarea, #formContact td input, #formContact td select { font: 10pt verdana, arial, helvetica, sans-serif; }
*/

/*
.contactform {
	width: 80%;
	margin: 15px;
	}
.contactform td {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	}
.required, .error_message { color: red; }
.contactform td input, .contactform td select, .contactform td textarea { margin: 0 0 10px 0; }
*/
.contactform { }
.contactform th {
	padding: 6px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}
.contactform td { padding: 3px 0; }
.contactform input, .contactform textarea { margin: 0 0 5px 0; } 
.contactform textarea {  }
.contactform label { margin-right: 8px; }
.required {
	font-weight: bold;
	color: #c40d00;
	}

/* MISCELLANEOUS
========================================================== */

blockquote {
	margin: 15px;
	padding: 0;
	}

.hr {
	background: #cdcdcd;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hr hr { display: none; }


