@charset "UTF-8";

body {
	background:#ccc1ab url(/images/n2bg.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#615b4e;
}

a  {
	text-decoration: underline;
	color:#615b4e;
}

a:visited, a:active  {
	color:#615b4e;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 15px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

ol {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
	margin-bottom: 15px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
	color:#615b4e;
}

form {
	margin: 10px 0;
}

.rule {
	background-image: url(../images/divider-horizontal.gif);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 10px;
	clear: both;
}

.image-left {
	float: left;
	display: inline;
	border: 5px solid #ffffff;
	margin-right: 15px;
	margin-bottom: 15px;
}

.image-right {
	float: right;
	display: inline;
	border: 5px solid #ffffff;
	margin-left: 15px;
	margin-bottom: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}

h2 {
	color: #6e8ba7;
	font-size: 16px;
	margin: 0;
}

h2 a {
	color: #6e8ba7;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	color: #6e8ba7;
	font-style: italic;
}

.smaller {
	font-size: 10px; 
	font-style: italic;
}
	


#outerWrapper {
	width:980px;
	margin:0 auto;
	padding:0;
	height:auto;
}

#header {
	width:980px;
	background:url(/images/header2.jpg) no-repeat;
	height:191px;
}

#content {
	height:335px;
	clear: both;
}

#left-column-sub {
	width: 722px;
	float: left;
	display: inline;
	padding-right: 28px;
	background-image: url(../images/divider-vertical.gif);
	background-repeat:repeat-y;
	background-position: right;
	margin-bottom: 15px;


}

#left-column-home {
	width: 475px;
	display: inline;
	float: left;
	padding-right: 28px;
	line-height: 28px;
	background-image: url(../images/divider-vertical.gif);
	background-repeat:repeat-y;
	background-position: right;
	margin-bottom: 15px;


}

#blog {
	float: left;
	display: inline;
	width: 190px;
	padding-right: 28px;
	padding-left: 28px;
	line-height: 18px;
	background-image: url(../images/divider-vertical.gif);
	background-repeat:repeat-y;
	background-position: right;
	margin-bottom: 15px;
}

#right-column {
	float: left;
	display: inline;
	width: 202px;
	padding-left: 28px;
}

#footer {
	font-size:10px;
	clear: both;
	border-top: 1px solid #615b4e;
	line-height: 14px;
	padding: 10px 0;
	text-align: right;
}


#footer a {
	color: #615b4e;
	text-decoration: none;
}

#footer a:hover {
	color: #403c34;
}

img {
	margin:0;
	padding:0;
}

#rollover {
	margin-left:20px;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-top:20px;
	font-size: 14px;
}

.sf-menu {
	display: inline;
	list-style: none;
	float: left;
	line-height: normal;
	height: 13px;

}


.sf-menu ul {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.sf-menu {
	
	*margin-top: 10px;
}


.sf-menu li  {
	display: inline;
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.sf-menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 23px;
}

.sf-menu a:hover {
	color: #6e8ba7;
}

#email-signup {
	background-image: url(../images/divider-horizontal.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#seven-steps {
	background-image: url(../images/center-7.jpg);
	background-repeat: no-repeat;
	height: 249px;
	text-align: right;
	padding: 30px;  
}


#home-left {
	width: 202px;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #dfdfe0;
	float: left;
	display: inline;	
	margin-bottom: 25px;

}


#home-middle {
	width: 398px;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #dfdfe0;
	float: left;
	display: inline;
	line-height: 26px;
	margin-bottom: 25px;
}

#home-right {
	width: 278px;
	float: left;
	display: inline;
	margin-bottom: 25px;
}

.border img {
	border: 7px solid #fff;
}

.table-border td {
	border-collapse: collapse;
	border: 1px solid #615b4e;
	padding: 5px 15px;
}