@charset "utf-8";
/* CSS Document */

body {
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#main_table {
	width:880px;
	margin:auto;
}

#left_column {
	width:283px;
}
#left_column_secondary {
	width:283px;
	height:500px;
}

#home_content {
	position:static;
	padding-left:7px;
	height:200px;
	width:588px;
	left:460px;
	top:350px;
}

#right_column {
	width:597px;
}

#member_login {
	width:266px;
	height:142px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/login_box.jpg);
	background-repeat: no-repeat;
	float: right;
}

#main_content {
	width:596px;
	margin:auto;
}
#header {
	width:580px;
	margin:auto;
}

#nav_bar {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 583px;
	margin:auto;
}

#nav_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align:center;
}
#nav_top a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	text-align:center;
}
#nav_top a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	text-align:center;
}
#nav_top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align:center;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	width:583px;
	text-align:center;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	text-align:center;
	text-decoration:none;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	text-align:center;
	text-decoration:none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	text-align:center;
	text-decoration:underline;
}

#content_grad {
	background-image: url(../images/content_grad.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 577px;
	margin:auto;
}

.member_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #186cba;
	text-align: left;
}

.package_desc {
	width:230px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}
.content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}

.package_bg {
	background-image: url(../images/pack_content.jpg);
	background-repeat: repeat-y;
	width: 283px;
}

#cpanel_demo {
	background-image: url(../images/cpanel_demo.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 209px;
}
#testimonials {
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
	height: 173px;
	width: 189px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #387fbc;
}

.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #387fbc;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.breadcrumb a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
