/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/gradient.png);
	background-repeat:repeat-x;
	background-color:#113798;
	}

p {
margin-top: 5px;
}
		 
#container {
	width: 785px;
	margin: 0px auto 3px;
	position: relative;
	background-color:rgb(230,220,200);
	}

#header {
	background-color: rgb(7,57,174);
	height: 95px;
	text-align:center;
	}

#header1 {
	background-image:url(images/shadow3.jpg);
	background-repeat:repeat-x;
	height:3px;
	line-height:2px;
	font-size:2px;
	}

#header2 {
	height:55px;
	padding-top:20px;
	text-align:center;
	vertical-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background-color: white;
/*
	background-image:url(images/image3.jpg);
	background-repeat:no-repeat;
*/
	}

#nav_bar {
	background-color:#ccc;
	background-image:url(images/nav_gradient.jpg);
	background-repeat:repeat-x;
	height: 30px;
	padding-left: 65px;
	margin:0px;
	}

#nav_button {
	float:left;
	height:30px;
	}

#nav_button a {
	display: block;
	float: left;
	text-decoration:none;
	height: 18px;
	padding: 7px 25px 5px 25px;
	color:#ddd;
	font-size: 13px;
	font-weight: bold;
	}
			
#nav_button a:hover {
	text-decoration:underline;
	color: #fff;
	background-color:rgb(6,57,174);
	}
		 
#nav_button a.current  {
	color: rgb(6,57,174);
	background-color:#efefef;
	border-left: outset #eee 3px;
	border-right: outset #ccc 1px;
	border-top: solid #ccc 1px;
	border-bottom: solid #777 1px;
	padding-right: 21px;
	height: 16px;
	}

#center {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	background-color: rgb(230,220,200);
	border:solid rgb(230,220,200) 1px;
}

#center h3 {
	font-size:14px;
	color: #3e649b;
	text-align:center;
	margin:0px;
	margin-top:20px;
	}

#content {
	margin: 0px;
	padding: 20px 0px 10px 15px;
	background-color:rgb(230,220,200);
}

a.box_link		{background:url("link_bg.png") rgb(255,255,222) repeat-x;
			color: rgb(189,126,125);
			text-decoration: none;
			margin:5px;}
a.box_link:hover	{ color: rgb(153,96,87); text-decoration: underline; background:none white;}
a.box_link:active	{ color: #fff; text-decoration: underline;}

#small_box, #big_box {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 0px;
	width:220px;
/*	height:130px;*/
	min-height:100px;
	background-color:white;
}
#big_box {width: 540px;}

#small_box h3, #big_box h3 {
	font-size:14px;
	color: white;
	background: url("gradient65377898.png") #3e649b repeat-x;
	text-align:center;
	padding:1px;
	margin:0px;
	}

#small_box p, #big_box p {
	padding:8px;
	font-size:11px;
}

#right_col {
	font-size:11px;
	background-color: #eee;
	float:right;
	width:160px;
	height:425px;
	padding:15px;
	margin: 0px;
	margin-left: 20px;
	border-left:dashed #333 1px;
}

#bottom_image {
	position:absolute;
	bottom:0px;left:0px;
	background-image: url(images/c2.png);
	background-repeat: repeat;
	height:130px;
	width: 100%;
	}

#footer_space {
	clear:both;
	height:3px;
	line-height:2px;
	font-size:2px;
	background-color:rgb(68,105,158);
	padding:0px;
	margin:0px;
	}

#footer {
	background-color: #ccc;
	text-align: center;
	padding-top:3px;
	font-size: 10px;
	height: 18px;
	}

div#footer span		{ color: #444; padding-left:15px; padding-right:15px;}

div#footer a		{ color: #444; text-decoration: none;}
div#footer a:hover	{ color: #000; text-decoration: underline;}
div#footer a:active	{ color: #fff; text-decoration: underline;}

/* PRICING COLUMNS */
.price_header1 {
	margin-left:30px;
	padding: 3px 0px;
	display: block;
	float:left;
	width: 250px;
	font-weight: bold;
/* border: solid red 1px; */
}

.price_col1 {
	margin-left:15px;
	padding: 3px 0px;
	display: block;
	float:left;
	width: 70px;
/* border: solid red 1px; */
}

.price_col2 {
	padding: 3px 0px;
	display: block;
	float:left;
	width: 195px;
/* border: solid black 1px; */
}

.price_col3 {
	padding: 3px 0px;
	display: block;
	float:left;
	width: 110px;
/* border: solid green 1px; */
}

.price_col4 {
	padding: 3px 0px;
	display: block;
	float:left; 
	width: 110px;
/* border: solid blue 1px; */
}

.input {
	margin-left:3px;
	padding: 1px;
	display: block;
	float:left;
	border: none;
	font-size:9px; line-height:10px; height:10px;
}
