body, html, textarea {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3D3D3D;
}

body {
	text-align: center;
}

body, html {
    background-color: #EEEEEE;
    padding: 4px;
    padding-top: 2px;
    margin: 0;
}

a img, img {
	border:0;
}

table th, table td {
    vertical-align: top;
}

.clear {
    clear:both;
}

table {
    border-collapse: collapse;
}

a {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	color:#F58026;
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

/* ************************* */
/* Main Sections
/* ************************* */  

.outside {
	width: 959px;
	text-align: left;
	position: relative;
	margin: 0px auto;
}

.header {
	height: 45px;
	width: 100%;
	position: relative;
}

.header .login {
	position: absolute;
	right: 0px;
	top: 0px;
}

.quicklinks {
	position: absolute;
	top: 2px;
	right: 120px;
}

.quicklinks a {
	font-size: 12px;
}

.quicklinks a {
	margin: 0px 6px;
}

.topnav {
	height: 35px;
	width: 959px;
	padding: 0px 14px;
}

.topnavh {
	background: url('../images/topnav.png') top left no-repeat;	
}

.topnavd {
	background: url('../images/topnavd.png') top left no-repeat;
}

.topnav .navitem {
	float: left;
}

.topnav .navitem a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: white;
	width: 95px;
	height: 19px;
	margin: 2px 0px;
	padding: 3px 0px;
	background-color: red;
	text-align: center;
	background: url('../images/topnavitem.png') 0px 0px no-repeat;
}

.content {
	margin-left: 10px;
	margin-right: 11px;
	background-color: white;
    border: 1px solid #AAA;
	border-top: 0;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	float: left;
}

.detailcenter {
	float: left;
	width: 635px;
	padding: 10px 30px 30px 30px;
	font-size: 13px;
	line-height: 18px;
}

.detailright {
	float: right;
	width: 200px;
	background: white url('../images/leftback.jpg') top left repeat-x;
	padding: 0px 20px 20px 20px;
}

.footer {
	padding-top: 20px;
	text-align: center;
	clear: both;
}

.footer a {
	font-size: 10px;
	text-decoration: none;
}

.copyright {
	color: #444;
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
}

/* ************************* */
/* Buttons
/* ************************* */  

a.button1 {
	background: url('../images/button1.png') 0px 0px no-repeat;
	padding: 8px 0px;
	width: 154px;
	height: 21px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 14px;
}

a.button1:hover {
	background: url('../images/button1.png') -154px 0px no-repeat;	
}

a.button4 {
	background: url('../images/button4.png') 0px 0px no-repeat;
	padding: 4px 0px;
	width: 65px;
	height: 17px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 11px;
}

a.button4:hover {
	background: url('../images/button4.png') -65px 0px no-repeat;	
}

a.button2 {
	display: block;
	background-color: #DBDBDB;
	border: 1px solid black;
	font-size: 12px;
	width: 126px;
	height: 16px;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 3px;
}

a.button2:hover {
	background-color: #CBCBCB;
}

a.button3 {
	background: url('../images/button3.png') 0px 0px no-repeat;
	padding: 3px 0px;
	width: 114px;
	height: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #656565;
	font-size: 11px;
/*	letter-spacing: -0.05em;*/
}

a.button3:hover {
	background: url('../images/button3.png') -114px 0px no-repeat;	
}

/* ************************* */
/* General Styles
/* ************************* */  

.note1 {
	height: 30px;
}

.note1 .cell1 {
	background: url('../images/note1.png') top -9px no-repeat;
	padding: 5px 5px 0px 14px;
}

.note1 .cell2 {
	background: url('../images/note1.png') top 0px no-repeat;
	width: 9px;
}

.note2 {
	background-color: #E4E4E4;
	padding: 6px 8px;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #5E7DB0;
}

/* ************************* */
/* Home Page
/* ************************* */  

.homehead {
	position: relative;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
}

.homeheadtitle {
	position:absolute;
	top: 15px;
	left: 81px;
	width: 306px;
	text-align: center;
	color: #FDEE97;
	font-size: 24px;
	letter-spacing: -0.05em;
}

.homeheadtext {
	position:absolute;
	top: 54px;
	left: 95px;
	width: 278px;
	text-align: left;
	color: white;
	font-size: 15px;
}

.homeheadbutton {
	position: absolute;
	top: 145px;
	left: 160px;
	text-align: center;
}

.homeleftnav {
	width: 150px;
	padding: 30px;
	float:left;
}

.homeleftnav .navitem {
	margin: 10px 0px;
}

.homeright {
	height: 220px;
	padding: 16px;
}

.homeright .col1, .homeright .col2 {
	width: 300px;
	float:left;
	padding: 0px 20px;
}

.homeright .col1 {
	border-right: 1px solid #B8B8B8;
}

.homeright .title {
	color: #515151;
	background: url('../images/check1.png') top left no-repeat;	
	height: 31px;
	font-size: 15px;
	font-weight: bold;
	line-height: 200%;
	padding-left: 34px;
}

.homeright .title a {
	color: #515151;
	text-decoration: none;
}

.homeright .title a:hover {
	color:#F58026;
}

.homeright .text {
	color: #3D3D3D;
	font-size: 11px;
	line-height: 150%;
}

.homeright .more {
	margin-top: 6px;
}

.homeright .more a {
	padding-right: 18px;
	background: url('../images/more1.png') top right no-repeat;
	height: 13px;
	color: #365EBF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.homeright .cell {
	padding: 0px 6px;
}

.homeright .top {
	margin-bottom: 14px;
}

/* ************************* */
/* Center Content
/* ************************* */  

.detailcenter h1 {
	background: white;
	color: #5E7DB0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

.detailcenter h2 {
	font-size: 14px;
	font-weight: normal;
	/*font-family: Georgia, Times New Roman, serif;*/
	margin-bottom: 10px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	background-color: #f1f4fb;
	padding: 3px 0px;
}

.detailcenter h3 {
	font-size: 13px;
	background-color: #f1f4fb;
	border: 1px solid #666666;
	padding: 2px 6px;
}

.bottomnote {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 18px;
}

/* ************************* */
/* Right Sidebar
/* ************************* */  

.detailright .tryit {
	margin: 20px 0px;
	border: 2px solid #999999;
	border-left: 0px;
	border-right: 0px;
	padding: 6px;
}

.detailright .tryit a {
	margin-left: 12px;
}

.detailright .tryittext {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: #5E7DB0;
	font-weight: bold;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
}

.detailright .quote {
	margin-top: 20px;
	text-align: center;
}

.detailright .righthead {
	margin-top: 20px;
	font-weight: bold;	
}

.detailright .rightmore {
	margin-left: 8px;
	font-weight: normal;
	font-size: 11px;
	display: inline;
}

ul.pagelinks {
	margin: 16px 0px 0px 0px;
	padding-left: 16px;
}

.pagelinks li {
	margin-bottom: 8px;
}
		
/* ************************* */
/* Features Page
/* ************************* */  

.ft_outer {
	padding: 10px 10px 10px 10px;
}

.sectionhead {
	height: 53px;
	padding-top: 30px;
	padding-left: 80px;
	font-size: 16px;
	color: #5E7DB0;
	font-weight: bold;
	background: none center left no-repeat;
}

.sectionbody {
	font-size: 11px;
	line-height: 130%;
}

.sectionbody .main {
	font-weight: bold;
}

.sectionbody .item {
	padding-left: 24px;
	padding-top: 3px;
	background: url('/images/check2.png') top left no-repeat;
}

/* ************************* */
/* Pricing Page
/* ************************* */  

.pt_outer {
	margin-top: 30px;
}

.pt_table {
	width: 100%;
}

.pt_table td {
	border-right: 1px solid #7695CB;
}

.pt_table td {
	border-bottom: 1px solid #7695CB;
}

.pt_signup td {
	border: 0;
}

.pt_cost {
	font-family: "Trebuchet MS", serif;
	font-size: 20px;
	color: #3F619A;
	
}

.pt_lefthead {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F619A;
	padding: 8px 6px;
}

.pt_inner, .pt_head {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
	width: 76px;
}

.pt_inner {
	padding: 8px 0px;
}

.pt_head {
	padding-bottom: 4px;
}

.pt_costsub {
	text-align: center;
}

.pt_highlight {
	background-color: #EFEFEF;
}

.pt_signup {
	text-align: center;
	padding-top: 3px;
}

.pricing_bottom {
	margin-top: 10px;
	width: 100%;
}

.pricing_bottom td {
	width: 50%;
}

.pricing_bottom li {
	color: #3F619A;
	margin-bottom: 10px;
}

.pricing_bottom .lisub {
	color: #3D3D3D;
	font-size: 11px;
}

/* ************************* */
/* Signup Page
/* ************************* */  

.form {	
	margin-left: 50px;
	margin-right: 50px;
}

.form_head {
	padding-top: 18px;
}

.head_label {
/*	background-color: #EEEEEE;*/
	font-size: 14px;
	text-transform: uppercase;
	color: #5E7DB0;
	font-weight: bold;	
	border-bottom: 1px solid #5E7DB0;
	padding-bottom: 3px;
}

.form_label {
	padding-left: 20px;
	color: #3D3D3D;
	padding-top: 6px;
	white-space: nowrap;
}

.form_input {
	padding-top: 4px;
	padding-left: 18px;
}

.form_text {
	padding-top: 6px;
	padding-left: 18px;
	font-weight: bold;
	color: black;
}

input, select {
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 5px;
}

.form_instructions {
	font-size: 11px;
	color: #888888;
	font-style: italic;
	padding-left: 4px;
	padding-bottom: 2px;
}

.form_submit {
	text-align: center;
	margin-top: 18px;	
}

.confirm {
	font-size: 15px;
}

.account_url{
	text-align: center;
	font-size: 20px;
	font-family: "Trebuchet MS", serif;
	font-weight: bold;
}

.errormsg {
	color: red;
	padding-top: 8px;
	text-align: center;
	font-size: 15px;
}

/* ************************* */
/* Services Page
/* ************************* */  

.sv_img {
	float:right;
	width: 236px;
	margin-right: 20px;
	margin-left: 20px;
}

/* ************************* */
/* Contact Us Page
/* ************************* */  
.cu_img {
	float:right;
	width: 176px;
}

.img_frame {
	background-color: #666666;
	padding: 3px;
}

.img_tag {
	text-align: center;
	color: #666666;
	font-size: 11px;
}

.cu_outer {
	margin-left: 50px;
	margin-right: 200px;
}

.cu_head {
	margin-top: 24px;
	font-weight: bold;
}

.cu_body {
	margin-top: 6px;
	margin-left: 22px;
}

.cu_th {
	padding-right: 16px;
}

/* ************************* */
/* Login Page
/* ************************* */  

.login_outer {
	margin-left: 30px;
	margin-right: 30px;
}

.login_note1 {
	padding: 6px 8px;
	font-style: italic;
	font-size: 12px;
	border-top: 1px #666666 dashed;	
	text-align: center;
}

/* ************************* */
/* Blog Page
/* ************************* */  

.postmetadata {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;	
	padding: 3px 0px;
	font-style: italic;
	font-size: 11px;
}

.postcomments {
	border-top: 1px dotted #666666;
	padding: 3px 0px;
	font-size: 11px;
}
.post {
	margin-bottom: 30px;
}

.post h2 {
	margin-bottom: 0px;
	padding: 1px 0px 2px 16px;
	background: url('/images/bullet2.png') no-repeat left 4px;
	font-weight: bold;
	border: 0;
}

textarea#comment {
	width: 630px;
}

.testimonial {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 0px 28px;
	background-color: #f1f4fb;
}
