@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

.site {
	background-color: #0b204d;
	color: #32424e;
	text-align: center; 
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

li {
	padding-bottom: 4px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 8px;
}

#leftBlueNav p {
	margin-top:0px;
	margin-bottom:4px;
	padding-right:16px;
	text-align: right;
}

h1 {
	color: #516275;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h1.news {
	color: #32424e;
	padding-top: 6px;
	padding-bottom: 5px;
}

h1.newsarticle  {
	color: #32424e;
	padding-top: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h2.newsarticle  {
	color: #626d72;
	padding-top: 0px;
	padding-bottom: 14px;
}


h2 {
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

h3 {
	color: #516275;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 4px;
}


form {
margin-top: 0px;
margin-bottom: 0px;
}

 a {
	text-decoration: none;
	color: #0a317a;
}

a:hover {
	text-decoration: underline;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	border: 1px solid #5d686e;
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 960px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}
.leftGray {
	background-color: #fff;
	background-image: url(../images/left_gray.jpg);
	background-repeat: repeat-y;
}

.graySearch {
	background-color: #e8eaeb;
	background-image: url(../images/search_columns.jpg);
	background-repeat: repeat-y;
}

.leftGrayWide {
	background-color: #516274;
	background-image: url(../images/left_gray_wide.jpg);
	background-repeat: repeat-y;
}

.leftMediumGrayWide {
	background-color: #d4d7d9;
	background-image: url(../images/left_gray_wide.jpg);
	background-repeat: repeat-y;
}

.leftGrayWideWhite {
	background-color: #ffffff;
	background-image: url(../images/left_gray_wide.jpg);
	background-repeat: repeat-y;
}

.threeColumns {
	background-color: #ddd;
	background-image: url(../images/profile_columns.jpg);
	background-repeat: repeat-y;
}

#outerWrapper #header {
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 151px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-repeat: no-repeat;
}


#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 190px;
}

#homelinkprint {
	display: none;
}

#homelink img {
	position:relative;
	left:0x;
	top:0px;
	width: 960px;
	height: 134px;
	border: none;
} 

#homelink h1 {
    display: none;
}


#outerWrapper #contentWrapper {
		height: 100%	;
}

#printlink {
	margin-top: -10px;
	border: 0px;
	float: right;
}

#leftBlueNav {
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}

.narrow {
	width: 190px;
	height:178px;
	background-image: url(../images/left_blue.jpg);
}

.admin {
	height: 100%;
	padding-bottom:20px;
}

.wideBlue {
	width: 379px;
	height:178px;
	background-image: url(../images/left_blue_wide.jpg);
}
.building {
	width: 379px;
	height:178px;
	background-image: url(../images/left_blue_building_wide.jpg);
}
.navigation {
	padding-left: 6px;
}

.navigation_box {
	width: 100%;
	text-align: right;
}

#leftBlueNav h1 {
	color: #ffffff;
	font-size: 12px;
	line-height:17px;
	font-weight: normal;
	padding-top:25px;
	padding-bottom:10px;
	padding-right:16px;
	text-transform: uppercase;
	text-align: right;
}


#leftBlueNav a, #leftBlueNav a:visited {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

#leftBlueNav a.selected, #leftBlueNav a.selected:visited {
	color: #3aa9fc;
}

#leftBlueNav a:hover {
	text-decoration:underline;
}

#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 210px;
}

#rightBox  {
	position:relative;
	width: 210px;
	height:180px;
	background-image: url(../images/right_blue.jpg);
	background-repeat: repeat-y;
}

#longRightBox  {
	position:relative;
	width: 210px;
	height:180px;
	background-image: url(../images/right_blue.jpg);
	background-repeat: repeat-y;
	height: 230px;
}

#rightNav  {
	position:relative;
	width: 165px;
	height:auto;
	background-image: url(../images/right_blue.jpg);
	background-repeat: repeat-y;
}


.directionLocations {
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:auto;
	color: #c6c8c9;
	padding-top: 22px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 30px;
}

.directionLocations a, .directionLocations a:visited  {
	
	color: #3aa9fc;
	text-decoration:none;
}

.directionLocations a:hover  {
	color: #3aa9fc;
	text-decoration:underline;
}

.directionLocations a.selected  {
	color: #c6c8c9;
	font-weight: bold;
}

.directionLocations a:hover.selected  {
	color: #c6c8c9;
}
	
#outerWrapper #contentWrapper #rightColumn1 #grayBox  {
	position:relative;
	width: 210px;
	height:73px;
	background-image: url(../images/right_gray_box.jpg);
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */




#contactDataBox  {
	float:left;
	width: 380px;
	height:100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#contactDataBox td {
	color: #ffffff;
	line-height:17px;
	padding-bottom:20px;
	vertical-align: top;
	width: 185px;
}

#contactDataBox a, #contactDataBox a:visited  {
	color: #3aa9fc;
	text-decoration:none;
	font-size: 11px;
}

#contactDataBox a:hover {
	color: #3aa9fc;
	text-decoration:underline;
}

#contactLocationsBox  {
	float:right;
	width: 150px;
	height:100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #626d72;
	padding-left: 10px;
	padding-top: 5px;
}

#contactLocationsBox p  {
	color: #c6c8c9;
	font-size:9px;
	padding-bottom:10px;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .009em;
}

#contactLocationsBox p.last  {
	padding-bottom:0px;
}


#content a:hover {
	text-decoration:underline;
}


.practiceAreas a, .practiceAreas a:visited {
	color: #32424e;
	text-decoration: none;
}

#content1 a, #content1 a:visited {
	color: #0a317a;
	text-decoration: none;
}

#content1 a:hover {
	color: #0a317a;
	text-decoration: underline;
}

.publications p {
	margin-top: 2px;
	margin-bottom: 0px;
}

.announcements p {
	margin-top: 0px;
	margin-bottom: 4px;
}

.newslisting {
	padding-top: 0px;
}

#outerWrapper #contentWrapper #profileLeft {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 28px 25px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 197px;
	text-align: right;
}

#outerWrapper #contentWrapper #profileRight {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 30px 25px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 208px;
}

#profileRight h1 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:2px;
}

#profileRight p {
	margin-top: 0px;
	margin-bottom: 8px;	
}

#profileLeft h1 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:12px;
}

#profileLeft a {
	text-decoration: none;
	color: #0a317a;
	font-weight: bold;
}

#profileLeft a:hover {
	text-decoration: underline;
}

#profileLeft p {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 0px;
}

#profileHeading {
	margin: 0 263px 0 247px;
	padding: 25px 10px 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}



#profileHeading a {
	text-decoration: none;
	color: #0a317a;
	font-weight: bold;
}

#profileHeading a:hover {
	text-decoration: underline;
}

#profileHeading p {
	line-height: 15px;
	padding-top: 4px;
}

#profileHeading a.larger, p.larger {
	font-size: 10px;
}


.legalSec {
padding-top: 25px;	
}

.attorneyName {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:0px;
	text-transform: uppercase;
}

.attorneyType {
	color: #869297;
	font-size: 9px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.attorneySec {
	padding-top: 2px;
}

.profileAttorneyEmail {
	font-size: 14px;
}

#profileBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 263px;
	margin-bottom: 0;
	margin-left: 247px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


#profileBody a, .firm a, #diversity a, #attorneylisting a, 
#profileBody a:visited, .firm a:visited, #diversity a:visited, #attorneylisting a:visited {
	color: #0a317a;
	text-decoration: none;
}

#profileBody a:hover, .firm a:hover, #diversity  a:hover, #attorneylisting  a:hover {
	text-decoration: underline;
}



#profileBody h1 {
	color: #869297;
	font-size: 11px;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:8px;
}

.profilePhoto {
	vertical-align:top
}
.profileContact {
	vertical-align: top;
	margin-top: 0px;
	padding-top:0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 9px;
}




#content1, #attorneylisting {
	margin: 0 210px 0 190px; 
	padding: 26px 25px 15px 25px;
}

#admin {
	margin: 0 0px 0 190px; 
	padding: 26px 25px 15px 25px;
}

#admin a, #admin a:visited {
	color: #0a317a;
	text-decoration: none;
}

#admin a:hover {
	color: #0a317a;
	text-decoration: underline;
}

#attorneylisting td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7cbcd;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#attorneyAlpha {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#a5abad;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#alphaSection {
	color: #d8e6f2;
	background-color:#0a3179;
	width:16px;
	text-align: center;
	margin-top: 12px;
	margin-bottom:2px;
}

#attorneyAlpha a, #attorneyAlpha a:visited  {
	color: #32424e;
	text-decoration: none;
	padding-right:4px;
	padding-left:1px;
	border-right-style: solid;
	border-right-color: #a5abad;
	border-right-width: 1px;
}

.emptyListing  {
	color: #c7cbcd;
	text-decoration: none;
	padding-right:4px;
	padding-left:1px;
	border-right-style: solid;
	border-right-color: #a5abad;
	border-right-width: 1px;
}

#attorneyAlpha a:hover {
text-decoration:underline;
}

#attorneyAlpha a.boldedState  {
	font-weight: bold;
}

#attorneyAlpha a.last {
	border-right-width: 0px;
}

#attorneylisting table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}





#search {
	height: 100%;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#search a {
	text-decoration: none;
	color: #0a317a;
	font-weight: bold;
}

#search p {
	margin-top:0px;
	margin-bottom:6px;

}

#search a:hover {
	text-decoration: underline;
}

#search h1 {
	color: #747e82;
	padding-top: 2px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#search h2 {
	color: #32424e;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
}

#search h3 {
	color: #32424e;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 8px;
}

#search td {
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 0px;
	vertical-align: middle;
}

#search td.saerchButton {
	padding-top: 0px;
	vertical-align: text-top;
}


label.lower {
	margin-top: 0px;
	font-size: 10px;
	color: #516275;
	vertical-align:text-top;
}

label.check, label.radio {
	position:relative;
	text-align:left;
	padding-left: 4px;
	vertical-align: baseline;
}

.contact {
	margin: 0 0px 0 379px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 23px 0px 10px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12px;
	color: #ffffff;
}

.directions {
	margin: 0 230px 0 210px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 27px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 11px;
}



.locations {
	margin: 0 15px 0 379px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 26px 15px 10px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12px;
	color: #ffffff;
}

.locations a {
	color: #3aa9fc;
	text-decoration: none;	
}

.locations a:hover, .locations a:visited  {
	color: #3aa9fc;
}

.locations td {
	padding-right:10px;
	padding-bottom:20px;
	line-height: 10px;
	vertical-align: top;
	width: 172px;

}




.newsarticle {
	margin: 0 230px 0 210px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 21px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, 
left) */
}



.newstitle a {
	text-decoration: none;
	color: #0a317a;
	font-weight: bold;
}

.newstitle a:hover {
	text-decoration: underline;
}



.practices {
	margin: 0 0px 0 379px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 26px 25px 10px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, 
left) */
	font-size: 11px;
}

.practices p {
	color: #32424e;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .009em;
}

.practiceAreas {
	margin: 0 0px 0 379px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 23px 0px 10px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12px;
}

.practiceAreas a, .practiceAreas a:visited {
	color: #32424e;
	text-decoration: none;
}

.practiceAreas a, a:hover {
	color: #32424e;
	text-decoration: none;
}

.practiceAreas td {
	padding-right:14px;
	vertical-align: top;
}

.practiceListing {
	margin: 0 0px 0 379px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 26px 0px 10px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


.stateboxLeft {
	padding-right: 40px;	
	vertical-align: text-top;
}

.stateboxRight {
	padding-right: 0px;
	vertical-align: text-top;
}

.rightboxpractice {
	padding-left: 40px;
	width:170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color:#c7cbcd;
	vertical-align: text-top;
}

.leftboxpractice {
	width:170px;
	vertical-align: text-top;
}

.practiceListing a, .practiceListing a:visited {
	color: #32424e;
	text-decoration:none;
	font-size:11px;
}

.practiceListing p {
	color: #32424e;
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .009em;
}


#rightColumn2 a:hover.locationList {
	text-decoration:underline;
}

#practiceareaprint {
	display: none;
}

.contentColumn {
	width: 380px;
	padding: 0px 10px 12px 0px;
	vertical-align: top;
}


.authorColumn {
	width: 120px;
	padding: 0px;
	vertical-align: top;
}
.announcementColumn {
	width: 100%;
	padding: 0px 10px 2px 0px;
	vertical-align: top;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#footer {
	height: 50px;
	padding: 0pt; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	font-size: 10px;
	text-align: center;
	line-height: 50px;
	color: #32424e;
	}

.leftGrayFooter {
	background-image: url(../images/footer_left_gray.jpg);
}

.profileFooter {
	background-image: url(../images/footer_profile.jpg);
}

#footer a {
	text-decoration: none;
	color: #32424e;
}

#footer a:hover {
	text-decoration: underline;
}	

#outerWrapper #menubar {
	height: 19px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	background-image: url(/images/menubar_background.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949b9f;

}

	#outerWrapper #adminbar {
	height: 16px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949b9f;
	background-color:#f5f5f5;
}

#outerWrapper #menubar.profileBar {
	height: 19px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	background-image: url(/images/menubar_background.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0a317a;

}

/* Menu Bar */
#menubar a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing: 0.1em;
}


#menubar a:hover {
	text-decoration:none;
	color: #000000;
}

#menubar a.menuitem {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	letter-spacing: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #32424f;
	padding-right:8px;
}

#menubar a.menuitem:hover{ /*hover background color*/
	background-color: #32424f;
	color: white;
	padding-right:8px;
}

#menubar a.menuselected {
	padding-right: 0px;
	color: #0a317a;
	font-weight: bold;	
	cursor:pointer;cursor:hand;
}

#menubar a.menusection {
	padding-right: 0px;
	color: #32424e;
	cursor:pointer;cursor:hand;
}

#menubar a.menusection:hover {
	color: #000000;
}

/* Locations Menu */


#topMenu {
	float:left;
	top:0px;
	z-index:99;
	padding-right: 11px;
	letter-spacing: .08em;
	margin-top: 3px;
}

.locationsMenu {
	margin-left:70px;
	letter-spacing: .08em;
	width:294px;
}

#locationsMenu2 {
	float:left;
	top:0px;
	z-index:99;
	padding-left:62px;
	width:317px;
	letter-spacing: .08em;
	margin-top: 3px;
}

#locationsMenu a  {
	padding-right: 0px;
	color: #000295;
	font-size: 9px;
	letter-spacing: 0.06em;
}




.menustyle{
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	margin-top:3px;
	z-index: 99;
	/* filter:alpha(opacity=90);
	opacity:0.90; */
	background-color: #e8e9eb;
	padding-top: 0px;
	width:auto;
	padding-bottom: 0px;
	border-left:1px solid #949b9f;	
	border-right:1px solid #949b9f;
	border-bottom:1px solid #949b9f;
}

#searchlink {
	position:relative;
	right:19px;
	top:67px;
	right:19px;
	top:67px;
	width:50px;
	height:20px;
	z-index:92;
	color: #5d686e;
	font-size: 10px;
	line-height: normal;
	float:right;
	margin: 0;
	padding:0;
	font-weight: bold;
	z-index:98;
}

#searchlink a, a:visited {
	color: #0a317a;
	text-decoration: none;
}

#searchlink a:hover {
	color: #000000;
}

#outerWrapper #contentWrapper #homeBanner  {
	float: left;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	height:180px;
	margin: 0;
	background-image: url(../images/home_banner.jpg);

}

#outerWrapper #contentWrapper #homeBanner #homeBannerTextbox {
	margin: 0 auto;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 580px;
	height:180px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.shadow {
	text-shadow: #0d132e 5px 5px 5px;
	filter: Shadow(Color=#0d132e, 	
			Direction=135, 
			Strength=5);
}

#homeNewsBox  {
	float: left;
	width: 960px;
	height:100%;
	background-image: url(../images/home_in_the_news.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
}

#homeNewsListing {
	float:left;
	width:800px;
	height:100%;

	}
	
.centeredNewsHeadline {
	padding-left:186px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #2e6eb0;
	text-align: center;
	vertical-align: middle;
}


#homeNewsListing ul {
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: -28px;
	list-style-position: outside;
	list-style-type: none;
}

#homeNewsListing li {
	list-style: none;
	margin: 0;
	padding-bottom: 5px;
}

#homeNewsListing td a:hover {
	text-decoration: underline;
	padding: 0px;
}


#homeNewsListing li a:hover {
	text-decoration: underline;
}

#homeNewsListing li a {
	text-decoration: none;
	font-size: 11px;
	color: #0a317a;
}


#homeSpotlightBox  {
	float: left;
	background-color:#ffffff; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	height:100%;
	background-image: url(../images/home_spotlight.jpg);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Home Page Spotlight*/

#homeSpotlightBox td {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-position: center;
	text-align: left;
	vertical-align: top;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#homeSpotlightBox td.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d3d5;
}
.spotlightLabel {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.spotlightText {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	margin-top:4px;
}

.spotlightLine {
	border-right:1px solid #000066;
	width:300px;
}




.spotlightLine {
	border-right:1px solid #000066;
	width:300px;
}

#homeSpotlightBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0a317a;
	text-decoration:none;
}

#homeSpotlightBox a:hover {
	text-decoration:underline;
	color: #0a317a;
}

#homeSpotlightBox a.readme {
	font-size: 8px;
	color: #0a317a;
	text-decoration:none;
}

#homeSpotlightBox a.readme:hover {
	text-decoration:underline;
	color: #0a317a;
}

#outerWrapper #contentWrapper #homeNewsBar  {
	float: left;
	background-color:#ffffff;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	height:1px;
	background-image: url(../images/home_newsbox_bottom_border.jpg);
}

input.textField
{
	font-size: 11px;
	width: 100%;
}

input.radioButton
{
	color: #0a317a;
	background: #ffffff;
}

.submit input
{
color: #0a317a;
background: #ffffff;
border: 2px outset #0a317a
} 


#editorLinks a, #editorLinks a:visited {
	color:#CCCCCC;
	font-size:10px;
	background-color:#0a317a;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 2px ridge #CCCCCC;
}

#editorLinks a:hover {
	background-color:#020D20;
	color:#999999;
	text-decoration:none;
}

.greenAlert {
	color: #006600;
	font-weight: bold;
}
.redAlert {
	color: #990000;
	font-weight: bold;
}
