/*****************************************************************/
/***************** General CSS
/*****************************************************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
 
a:link {

}

a:active {

}

a:visited {

}

a:hover {

}

td {

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	clear: both;
}

h2 {

}

#float_right {
	float: right;
}

#float_left {
	float: left;
}

.clearboth {
	clear: both;
}



/*****************************************************************/
/***************** Main Body
/*****************************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
}
.header_prop {
	background-image: url(../images/header_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #B6CBDE;
}

.menu_prop {
	background-image: url(../images/menu_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #42547A;
}

.footer_prop {
	background-image: url(../images/footer_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #42547A;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.body_main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.body_main2 {
	width: 620px;
	margin: 20px;
	/*padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/
}

.body_main3 {
	width: 620px;
}

.body_section {
	background-image: url(../images/body_titlegradient.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	clear: both;
}

.sub_banner {
	width: 660px;
	height: 147px;
	background-color:#000000;
	/* border-bottom: 2px solid black; */
}

.table_main {
	border-left: 1px solid #42547A;
	border-right: 1px solid #42547A;
}

.table_right {
	border-left: 1px solid #42547A;
}

.table_left {
	border-right: 1px solid #42547A;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #3E637D;
	line-height: 22px;
}

.footer a:link {
	text-decoration: none;
	color: #3E637D;
	padding-right: 5px;
	padding-left: 5px;
}

.footer a:active {
	text-decoration: none;
	color: #CED9DF;
}

.footer a:visited {
	text-decoration: none;
	color: #3E637D;
}

.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.main_font {
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.dotline_horiz {
	background-image: url(../images/rightmenu_dotline.gif);
	background-repeat: repeat-x;
}

/*****************************************************************/
/***************** Right Menu
/*****************************************************************/

.rightmenu_cycle {
	width: 270px;
	height: 99px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.rightmenu_bar {
	width: 270px;
	height: 26px;
	clear: both;
}

.rightmenu_content {
	width: 270px;
	padding: 10px 0px 15px 0px;
}

.rightmenu_pic {
	padding-left: 10px;
	padding-bottom: 15px;
	width: 110px;
	float: left;
}

.rightmenu_text {
	width: 130px;
	float: left;
	padding-left: 10px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

/*****************************************************************/
/***************** Left Menu
/*****************************************************************/

.left_adbox {
	padding-top: 40px;
	padding-bottom: 50px;
}

.left_adbox1 {
	padding-top: 40px;
	padding-bottom: 20px;
}

.left_adbox2 {
	padding-top: 0px;
	padding-bottom: 50px;
}

/*****************************************************************/
/***************** Tables
/*****************************************************************/

.links_table {
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F4F4F4;
	border: 1px solid #FFFFFF;
}

.packages_table_long {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #99CCFF;
	/*border: 1px solid #FFFFFF;*/
}

.packages_table_title {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-antialiasing: true;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #003399;
	/*border: 1px solid #FFFFFF;*/
}

.packages_table_short {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F4F4F4;
	border: 1px solid #FFFFFF;
}

.packages_table_short2 {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	text-antialiasing: true;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.packages_table_border {
	border: 1px solid #454545;
}

/*****************************************************************/
/***************** New Header
/*****************************************************************/

.header_top {
	width: 900px;
	height: 25px;
	background-image: url(/images/header_top_gradient.gif);
	background-repeat: repeat-x;
	background-color:#000000;
	float: left;
	clear: both;
}

.header_mid {
	background-color:#000000;
	width: 900px;
	height: 139px;
	float: left;
	clear: both;
}

.header_bot {
	width: 900px;
	height: 31px;
	background-color:#3C4894;
	border-bottom: 1px medium;
	float: left;
	clear: both;
	overflow: visible;
}

/*****************************************************************/
/***************** Misc
/*****************************************************************/

.text_packages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 7px;
}