
body {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #eee;
	font-size: 80%;
	line-height: 130%;
	background: #ccc;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #eee;
	background: #fff;
}

#header {
	float: left;
	width: 900px;
	height: 126px;
	background: url(../images/header_bg.png) 0 0 no-repeat;
}

.logo {
	float: left;
	margin: 27px 0 0 16px;
}

#navigation_bar {
	float: left;
	clear: both;
	width: 900px;
	height: 31px;
	background: url(../images/topnav_bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #ddd;
}

#navigation_bar ul {
	float: left;
	margin: 6px 0 0 247px;
	padding: 0;
}

#navigation_bar li {
}

#navigation_bar li a {
	
}

#content {
	float: left;
	clear: both;
	width: 900px;
	background: #205A76;
}

#inner_content {
	float: left;
	clear: both;
	width: 900px;
	padding-bottom: 30px;
	background: url(../images/bgblue.png) 0 0 no-repeat;
}

.column_left {
	float: left;
	margin: 5px 0 0 24px;
	width: 200px;
}

.column_right {
	float: left;
	margin: 45px 0 0 130px;
	width: 450px;
}

.column_right a {
	color: #ffcc00;
}



#footer {
	float: left;
	clear: both;
	height: 70px;
	width: 900px;
	background: #fff url(../images/footer_bg.png) 0 0 repeat-x;
}

#footer p {
	margin: 40px 0 0 30px;
	font-size: 70%;
	color: #999;
}







/* created styles */

.linklabel {
	float: left;
	clear: both;
	width: 95%;
	background: #fff url(../images/linklabel_bg.png) 0 0 repeat-y;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #4865CB;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.linklabel_faq {
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 10px 20px 12px;
}

.linklabel label {
	float: left;
	width: 20px;
	height: 100%;
}

.linklabel a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #4865CB;
}

.linklabel_content ul {
	margin: 0;
	padding: 0;
}

.linklabel_content ul li {
	float: left;
	width: 130px;
	list-style-type: none;
}

.pricingtable {
	color: #666;
	font-size: 85%;
}

.pricingtable b {
	color: #5471D1;
}



.break {
	clear: both;
}



.popuptext_interior {
	width: 400px;
	padding: 10px;
}




/* basic styles */


b {
	color: #eee;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}


a {
	color: #999;
}

a:hover {

}

h1 {
	font-style: italic;
	font-size: 170%;
}

h2 {

}

h3 {

}

img {
	border: 0;
}

form p {
	float: left;
	clear: both;
}

label {
	float: left;
	width: 100px;
	padding-top: 2px;
}

label.error {
	width: 400px;
	font-weight: bold;
	font-size: 90%;
	line-height: 110%;
	color: #ffcc00;
	margin: 5px 0 10px 100px;
}

input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px;
	width: 300px;
	border: 1px solid #999;
}

textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px;
	width: 300px;
	border: 0;
	border: 1px solid #999;
}

.checkbox {
	border: 0;
}

.submitbutton {
	width: 100px;
	font-size: 90%;
}

.column_left ul {
	margin: 25px 0 0 0;
	padding: 0;
}

.column_left li {
	float: left;
	clear: both;
	list-style-type: none;
}


ul.list {
	
}

ul.list li {
	margin: 0 0 10px 0;
}

.bullet_yellow {
	list-style-image: url(../images/bullet_yellow.png);
}

.bullet_blue {
	list-style-image: url(../images/bullet_blue.png);
}

.bullet_red {
	list-style-image: url(../images/bullet_red.png);
}

.bullet_green {
	list-style-image: url(../images/bullet_green.png);
}






