html {
	width: 100%;
}

body {
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.4em;
	width: 95%;
}

img {
	border: 0;
}

a:link {
	color: #6180AE;
	text-decoration: underline;
}

a:visited {
	color: #3E5983;
	text-decoration: underline;
}

.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#logosra {
	display: none;
}

#homeflash {
	display: none;
}

/* Structural Elements =====*/
#functions {
	display: none;
}

#bodycol {
	
}

#footer {
	margin: 0 auto 20px auto;
	font-size: 11px;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

/* Join SRA Box =====*/
#joinsra {
	padding: 0;
	margin: 0 15px 15px 0;
	width: 25%;
	float: left;
}

#joinsra li {
	border: 1px solid #709C8F;
	padding: 10px;
	margin: 0;
	list-style-type: none;
}

#joinsra li.footer {
	display: none;
}

/* Welcome Copy =====*/
#welcomecopy {
	float: right;
	width: 72%;
	margin-bottom: 15px;
	font-size: 15px;
}

#welcomecopy p {
	font-size: 15px;
	line-height: 1.7em;
}

/* Homepage Testimonial =====*/
#testimonialhome {
	display: none;
}

/* Interior Testimonial =====*/
#testimonialinterior {
	display: none;
}

/* Breaking News =====*/
#breakingnews {
	display: none;
}

/* Service Logos =====*/
#servicelogos {
	display: none;
}

/* Interior Page Colums =====*/
#leftcol {
	display: none;
}

#maincol {
	
}

#interiorcopy {
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}

#interiorrightcol {
	float: right;
	width: 200px;
	border-left: 1px solid #DEDEDE;
}

#interiorleftcol {
	float: left;
	width: 470px;
	padding: 0;
}

#interiorphoto {
	
}

#interiorfooter {
	background: url(../img/footer_maincol.gif) no-repeat;
	height: 10px;
}

#membercopy {
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}

.pad15 {
	padding: 15px;
}

#topnav {
	display: none;
}

.leftnav {
	display: none;
}

.memberlogin {
	display: none;
}

/* Text Styles =====*/
h1 {
	font-size: 20px;
	color: #218365;
	margin: 0 0 .7em 0;
	line-height: 1.5em;
}

#testimonialhome h1 {
	font-size: 16px;
	color: #218365;
	margin: 0 0 .7em 0;
	line-height: 1.5em;
}

.leftnav li.member h1 {
	font-size: 16px;
	color: #218365;
	margin: 0;
	line-height: 1.2em;
}

h2 {
	font-size: 16px;
	color: #6180AE;
	margin: 0 0 .7em 0;
	line-height: 1.5em;
}

h3 {
	font-size: 13px;
	color: #218365;
	margin: 0 0 .7em 0;
	line-height: 1.5em;
}

/* General =====*/
p {
	font-size: 13px;
	margin: 0 0 1.3em 0;
}

#breakingnews p {
	font-size: 12px;
	margin: 0 0 1.3em 0;
}

#testimonialinterior p {
	font-size: 11px;
	color: #000;
	line-height: 1.3em;
	margin: 0 0 1.3em 0;
}

small {
	font-size: 11px;
}

#testimonialhome small {
	font-size: 11px;
	color: #666;
}

#testimonialinterior small {
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.indent	{
	padding-left: 20px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.imageFloatLeft {
	float: left;
	padding: 0 10px 10px 0;
}

.imageFloatRight {
	float: right;
	padding: 0 0 10px 10px;
}

.iconleft {
	float: left;
	padding: 0 5px 0 0;
}

.iconright {
	float: right;
	padding: 0 0 0 5px;
}

.blacktxt {
	color: #000;
}

.greenboldtxt {
	color: #218365;
	font-weight: bold;
}

/* Button Styles =====*/
.btnregister span {
	
}

.btnlearnmore span {
	
}

/* Form Styles =====*/
form {
	display: inline;
}

.keywordfield {
	float: right;
	background-color: #74958B;
	color: #FFF;
	margin-top: 2px;
}

fieldset {
	position: relative;
	display: block;
	border: 1px #CCC solid;
	padding: 25px 15px 15px 10px;
	margin: 20px 0 10px 0;
}

fieldset legend {
	position: absolute;
	top: -10px;
	left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0;
	background-color: #FFF;
	border: 1px #FFF solid;
}

fieldset legend a {
	font-size: 11px;
	cursor: pointer !important;
	cursor: hand !important;
}

fieldset legend em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important:
}

label {
	display: block;
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
	border: 1px #FFF solid;
	/*border-bottom: 1px #DDD solid;*/
	padding: 0;
	clear: both;
}

label strong {
	display: block;
	float: left;
	width: 175px;
	font-size: 12px;
	color: #000;
	text-align: right;
	padding: 0 5px 10px 0;
}

label strong em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important:
}
