#content {
	position: relative;
	background: #fff url(  "../images/transparent-swoosh.jpg" ) no-repeat top right;
	overflow: auto;
	width: 660px;
	margin: auto;
	padding: 20px 50px 5px 50px;
	min-height: 400px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}

#content p {
	font: 11px/15px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:15px;
	text-align: justify;
	margin: 0 0 11px 0;
}

#content li {
	list-style-type: square;
	list-style-position: outside;
}

#content a {
	font: 10px/15px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:15px;
	color: #224c99;
	text-decoration: none;
}

#content a:hover {
	color: #848484;
	text-decoration: underline;
}

#content h1 {
	font: italic 30px/40px Palatino Linotype, Palatino, Times New Roman, serif;
	line-height:40px;
	color: #224c99;
	margin: 15px 0 9px 0;
}

#content h2 {
	font: italic 14px/15px Palatino Linotype, Palatino, Times New Roman, serif;
	line-height:15px;
	color: #224c99;
	margin: 15px 0 0px 0;
}

#content h3 {
	font: bold 10px/15px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:15px;
	color: #203252;
	letter-spacing: .05em;
	font-weight: bold;
	margin: 15px 0 0px 0;
}

/* ----Press Release HEADINGS---- */
#content h4 {
	font: bold 12px/18px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:18px;
	color: #203252;
	letter-spacing: .05em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#content h5 {
	font: italic 12px/15px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:15px;
	letter-spacing: .05em;
	color: #224c99;
	margin: 0 0 15px 0;
}

#content h6 {
	font: bold 12px/18px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:18px;
	color: #203252;
	letter-spacing: .05em;
	font-weight: bold;
	margin: 15px 0 0px 0;
}

#content h7 {
	font: italic 12px/15px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:15px;
	letter-spacing: .05em;
	color: #224c99;
	margin: 0;
}

#content h6 a {
	font: bold 12px/18px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:18px;
	color: #203252;
	letter-spacing: .05em;
	font-weight: bold;
	margin: 15px 0 0px 0;
	text-decoration: none;
}

#content h6 a:hover {
	color: #848484;
	text-decoration: underline;
}



#content strong {
	font: bold 10px/15px tahoma, verdana, arial, helvetica, sans-serif;
	line-height:15px;
	color: #203252;
	letter-spacing: .05em;
	font-weight: bold;
}


#slogan {
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 760px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 4px solid #f8f8f8;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	text-align: center;
}

#slogan strong {
	font: italic 54px Palatino Linotype,Palatino,Times New Roman,serif;
	letter-spacing: 4px;
	color: #b5cef8;
}

form fieldset > fieldset {
	float: left;
	height: 100%;
	margin-left: 5px;
	padding-left: 10px;
	border-top: 0px none #fff;
	border-left: 1px solid #eee;
}

form fieldset > fieldset:first-child {
	border: none;
	padding-left: 0;
}

form fieldset legend {
	display: none;
}

form label {
	display: block;
	float: left;
	width: 110px;
	margin: 5px 0 0 0;
	text-align: right;
}
form label.small {
	width: 40px !important;
}

form label.left {
	width: auto !important;
}

form input + label, form textarea + label, form select + label {
	width: auto !important;
	margin-left: 10px;
}

form input, form textarea, form select {
	float: left;
	width: auto;
	margin: 4px 0 4px 5px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #0b3d91;
	background-color: #fff;
}
form select {
	padding: 1px 0 1px 1px !important;
}

form input[type="radio"] {
	border: 0px none #000 !important;
	background-color: transparent !important;
}

form input[type="submit"] {
	width: auto;
	float: right;
	margin-right:5px;
}


form input:focus, form textarea:focus, form select:focus {
	background-color: #fffff3;
	border: 1px solid #cbd6ad;
}


form fieldset ul li {
	float: left;
	list-style: none !important;
	clear: left;
	width: 100%;
}

form fieldset ul li br {
	clear: left;
}

.left {
	float: left;
	margin-left: 5px;
}

.right {
	float: right;
	margin-right: 5px;
}

.center {
	margin:0 auto;
}

.leftphoto {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.photoblock {
	clear:both;
	width: 515px;
}

.newsletterblock {
	clear:both;
	width: 400px;
}

.newsletter{
	width:150px;
}


.centerText {
	text-align:center;
}

.error {
	color: Red !important;
	float: left;
	margin: 5px 0 0 10px;
}

.required:before {
	content: "*";
	margin-right:2px;
	margin-left:2px;
	color:#224c99;
}

/*Modal*/
#lightbox {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 300px;
	height: 150px;
	margin: -75px 0 0 -150px;
	padding:5px;
	background-color:#eee;
	border:2px solid #000;
	
}
#lightbox[id] {
	/* IE6 and below Can't See This */
	position: fixed;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}
#overlay[id] {
	/* IE6 and below Can't See This */
	position: fixed;
}

#modalIcon{	
	position:absolute;
	width:32px;
	height:32px;
	left:20px;
	top:34px;	
}

#modalText{
	position:absolute;
	left:72px;
	top:24px;	
	width:220px;
	height:120px;
	text-align:left;
	overflow:auto;
	border:1px solid black;	
	background-color:#fff;
	padding:2px;	
}

#modalButtons{
	position:absolute;
	width:308px;
	height:16px;
	top:0;
	left:0;
	text-align:right;	
	padding-top:2px;
	padding-right:2px;
	background-color:#b5cef8;
}




/*Search Page*/
#searchCriteria {
	width: 600px;
	height: 130px;
	float: left;
	margin: 0 auto;
}
#searchStep1 {
	width: 115px;
}
#searchStep2 {
	width: 240px;
}
#searchStep3 {
	width: 180px;
}
#searchBottom {
	clear: left;
	width: 660px;
	margin: 0 auto;
	overflow: auto;
	height: auto;
}
#searchGrid {
	clear: left;
	width: 660px;
	margin: 0 auto;
	overflow: auto;
}
input.searchButton {
	float: right;
	margin-right: 0;
}
#throbber {
	position: absolute;
	top: 0;
	right: 0;
}


/*Login*/
.loginBox{
	margin:0 auto;
	margin-top:10px;
}

/*Create User*/
.wizard {	
	background-color:#f3f3fa;
	margin-top:10px;
	padding:10px;
	border:1px solid #0b3d91;	
}

.wizard h2{	
	display:block;
	width:100%;
	background-color:#859ec8;
	border-bottom:1px solid #0b3d91;
	color:#fff !important;
	font-style:normal;		
	height:16px;
	float:left;
	clear:left;
	/*padding-left:5px;*/
	margin-top:0 !important;
	
}

.wizard p {
	padding: 4px 10px 0 10px;
}
