@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

a {
	outline-style: none;
}

sup {
	font-size: 8px;
}

#wrapper {
	width: 980px;
	margin: 0px auto 0px auto;
}

#header {
	width: 980px;
	height: 96px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

#header_content {
	width: 980px;
	height: 229px;
}

#header_content img {
	display: inline;
}

#header_login {
	width: 980px;
	height: 66px;
	background-image: url(images/header_5.jpg);
	color: #FFF;
}


#content {
	height: auto;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 980px;
	height: 50px;
	margin-top: 15px;
	padding-top: 10px;
	background-color: #eaf1d4;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2 {
	margin-top: 0px;
	padding-top: 0px;
}

/*  */
.home_feature_list {
	list-style-image: url(images/feature_check.gif);
	margin: 0;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.plams_heading {
	width: 168px;
	height: 56px;
}

.plans_content {
	width: 168px;
	height: 140px;
	background-image: url(images/home_plan_bg.gif);
	background-repeat: repeat-y;
	padding: 2px 6px 6px 8px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.plans_footer {
	width: 168px;
	height: 9px;
	background-image: url(images/home_plan_footer.gif);
	background-repeat: no-repeat;
}

.new_service_heading {
	height: 34px;
	width: 184px;
}

.new_service_content {
	width: 176px;
	height: 100px;
	background-image: url(images/new_service_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding: 2px 3px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav_reflection {
	width: 120px;
	height: 24px;
	background-image: url(images/nav_button_reflection.gif);
	background-repeat: no-repeat;
}

.plans_layout {
	width: 690px;
}

.plans_column_wrapper {
	width: 220px;
	vertical-align: top;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.plan_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.plan_node {
	width: 100%;
}

.plan_node hr {
	width: 90%;
	margin: 5px auto 5px auto;
	color: #CCC;
	border: 1px solid;
}


.plan_node td {
	padding: 3px 6px 3px 10px;
}

.pt_top_left_corner {
	width: 13px;
	height: 37px;
	background-image:url(images/pt_top_left_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.pt_top_right_corner {
	width: 13px;
	height: 37px;
	background-image:url(images/pt_top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.pt_top_header {
	width: 600px;
	height: 37px;
	background-image:url(images/pt_top_header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.pt_bottom_left_corner {
	width: 13px;
	height: 16px;
	background-image:url(images/pt_bottom_left_corner.gif);
	background-repeat: no-repeat;
}

.pt_bottom_right_corner {
	width: 13px;
	height: 16px;
	background-image:url(images/pt_bottom_right_corner.gif);
	background-repeat: no-repeat;
}

.pt_bottom_footer {
	width: 600px;
	height: 16px;
	background-image:url(images/pt_bottom_footer_bg.gif);
	background-repeat: repeat-x;
}

.pt_main_content {
	background-image:url(images/pt_main_content_bg.gif);
	background-repeat: repeat-y;
	padding: 20px;
}

.selected {
	background-image:url(images/pt_tab_selected.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 9px 20px 7px;
	float: left;
	margin-top: 11px;
	outline-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.unselected {
	background-image:url(images/pt_tab_unselected.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 9px 20px 7px;
	float: left;
	margin-top: 11px;
	outline-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.plan_intro_node {
	width: 200px;
	background-color: #eaf1d4;
	border: #d1dea9 2px solid;
	padding: 10px;
	vertical-align: top;
}

.plan_intro_node:hover {
	background-color: #e2eac8;
}

.plan_intro_node a {
	color: black;
	text-decoration: none;
	display: block;
}

.plan_intro_node h3 {
	margin: 0px;
}


.plan_intro_vspacer {
	width: 30px;
}