/* CSS Document -- All pages within site */

html, body {
	padding: 0;
	margin: 0;
	/*background-image:url(../../images/bkgd-lehman.jpg);
	background-repeat:repeat-x;*/
	background-color:#004E83;
	color: #000;
	text-align: center;
}

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

div#whiteWrapper {
	padding: 0;
	margin: 0;
	background-image: url(../../images/bkgd-lehman.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

div#footerWrapper {
	background-color:#004E83;
}

div.wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

p, ul, li, label, a, title, div {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#333;
}

body#home div.twoColumnLeft p {
	margin-left: 0;
}

p {
	margin-left:30px;
	margin-right:30px;
	color:#333;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

body#home h2 {
	margin-left: 0;
}

h2 {
	font-size:16px;
	text-transform:uppercase;
	margin:45px 30px 15px 30px;
	clear: both;
}

h3 {
	font-size:16px;
	text-transform:uppercase;
	margin:45px 30px 15px 30px;
	text-align:center;
}

p, li, ul, label, a, title {
	font-size: 12px;
	line-height: 165%;
}

.headLogo {
	float: left;
}

ul#globalNav {
	float: right;
	margin: 0;
	padding: 0;
}

ul#globalNav li {
	margin: 0;
	padding: 0 0 0 23px;
	float: left;
	display: inline;
	list-style: none;
}

.columnContainer {
	width:960px;
	float:left;
}

.oneColumnLeft {
	width: 240px;
	float: left;
}

.oneColumnRight {
	width: 240px;
	float: right;
	display:inline;
}


.twoColumnRight {
	width: 480px;
	float: right;
}

.twoColumnLeft {
	width: 450px;
	float: left;
}

.threeColumnRight {
	width:720px;
	float:right;
}

/* Header */

.headText {
	float:left;
	width:460px;
	height:190px;
}

.headText p {
	padding:45px 30px 0 0;
	margin:0;
	font-size:24px;
	color:#333;
	line-height:125%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.headPhoto {
	background-image:url(../../images/bkgdPhotoMain.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	float:right;
	width: 488px;
	height:176px;
	margin:7px 0 0 0;
	padding:0;
}

.headPhoto img {
	margin: 2px 6px 6px 6px;
}

/* Body */

ul.bigList {
	margin:0 0 0 14px;
	padding:0;
	}
	
ul.bigList li {
	list-style:none;
	background-image:url(../../images/bkgdButtonBig.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:45px;
	margin:0;
	padding:13px 0 0 40px;
}

/* html ul.bigList li {padding-bottom: 23px;}*/

ul.bigList a {
	font-size:10px;
	text-decoration:none;
	color:#000;
}

ul.bigList a:hover {
	text-decoration:underline;
}

.viewMore {
	float:right;
	text-align:right;
	padding:20px;
}

.viewMore a {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}

.viewMore img {
	display:inline;
}



/* forms */

form {
	margin:0 30px;
}

label {
	width:100px;
	float:left;
}

input, textarea {
	margin-bottom:10px;
	width:300px;
}

textarea {
	height:150px;
}

.sidebar input {
	width:100px;
}

.twoColumnLeft .button {
	margin-left:100px;
}

/* end of forms */

/* footer */

#textLinks {
	width: 590px;
	float: right;
	text-align: right;
}

#textLinks p {
	font-size: 10px;
	color: #CACADD;
	font-size: 10px;
}

#textLinks a {
	font-size: 10px;
	color: #CACADD;
	text-decoration: none;
}

#textLinks a:hover {
	text-decoration: underline;
}

#footerLeft {
	text-align: left;
	float: left;
}

#footerLeft p {
	font-size: 10px;
	color: #CACADD;
	margin: 10px 0;
}



/* end footer */

/* dividers */

div.dividerBlueBar {
	height: 5px;
	background-color: #004879;
	margin-left:30px;
}

div.dividerFooterBar {
	height: 30px;
	background-color: #004879;
}

div.dividerFooterBar hr, div.dividerBlueBar hr {
	display: none;
}

/* end dividers */

