@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background:url(../images/bg.jpg) top repeat-x #FFFFFF; 
}

#container{
margin-top:0px;
margin-left:auto;
margin-right:auto;
width:858px;
}

#header{
background:url(../images/header_2.jpg) no-repeat bottom;
height:180px;
}

#header #topnav{
margin-left:auto;
margin-right:auto;
width:810px;
}

#header #topnav ul{
padding:0px; 
margin:0px;
list-style:none;
}
#header #topnav li{
float:left;
width:135px;
background:url(../images/topnav_off4.png) no-repeat;
height:40px;
text-align:center;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
line-height:45px;
cursor:pointer;
}

#header #topnav li.current{
background:url(../images/topnav_on4.png) no-repeat;
line-height:40px;
color:#003366;
}

#main{
background:url(../images/new_bodybg.jpg) repeat-y;
float:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:0.4px;
word-spacing:1px;
line-height:16px;
color:#000000;
}
	#main strong.blue
	{
		color:#006699;
	}
	/* Main Headings */
	#main h1
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16pt;
		line-height:25px;
		color:#003366;
		font-weight:normal;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#main h2
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		color:#003366;
		line-height:24px;
		font-weight:normal;
		margin-top:5px;
		margin-bottom:5px;
	}
	#main h3
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		color:#003366;
		line-height:24px;
		font-weight:normal;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	/* Main Link Preferences */
	#main a{
	text-decoration:underline;
	color:#003399;
	}
	#main a:hover{
	text-decoration:underline;
	color:#0033FF;
	}
	#main a:visited{
	text-decoration:underline;
	color:#800080;
	}
	#main a:visited:hover{
	text-decoration:underline;
	color:#c000c0;
	}

	#main #page
	{
		width:820px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
		#main #page #body_table
		{
			padding:0px;
			margin:0px;
		}
		#main #page #body_table #left_column
		{
			width:165px;
			margin:0px;
			padding:0px;
			height:100%;
			vertical-align:top;
		}
			#main #page #body_table #left_column #site_search
			{
				margin-top:5px;
				margin-left:8px;
			}
				#main #page #body_table #left_column #site_search input.text
				{
					width:110px;
					border:1px solid #CCCCCC;
				}
			/* Left Side Navigation */
			#main #page #body_table #left_column #left_nav
			{
				list-style:none;
				padding:0px;
				margin:0px;
				margin-left:8px;
			}
				#main #page #body_table #left_column #left_nav li
				{
					width:155px;
					border-bottom:1px dashed #D6D6D6;
					height:30px;
					line-height:30px;
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#003399;
					font-size:13px;
					text-indent:5px;
					cursor:pointer;
				}
				#main #page #body_table #left_column #left_nav li.hover
				{
					background:url(../images/left_nav_hover.jpg) repeat-x bottom;
					border-bottom:1px dashed #006699;
				}
		#main #page #body_table #main_column
		{
			width:466px;
			margin:0px;
			padding-top:0px;
			padding-left:10px;
			padding-right:10px;
			height:100%;
			vertical-align:top;
		}
		#main #page #body_table #main_column_full
		{
			width:100%;
			margin:0px;
			padding-top:0px;
			padding-left:20px;
			padding-right:20px;
			height:100%;
			vertical-align:top;
		}
			
			#main #page #body_table #main_content
			{
				padding-top:2px;
			}
			
				#main #page #body_table #breadCrumbs
				{
					padding-top:5px;
				}
		
		#main #page #body_table #right_column
		{
			width:180px;
			margin:0px;
			padding:0px;
			padding-left:10px;
			padding-right:5px;
			height:100%;
			vertical-align:top;
		}

ul.blue_check
{
	list-style-image:url(../images/small_check_blue.jpg);
}

.blue_check li 
{
margin-bottom: .5em;
}

.packages 
{
background-color:#FFFFFF;
}
	.packages .header
	{
	font-weight:bold;
	font-size:14px;
	}
	.packages .header td
	{
	background-color:#E0E0E0;
	}
	.packages .header hr
	{ 
	height:5px;
	}
	
.packages td
{
background-color:#FFFFFF;
}

.package_list li 
{
margin-bottom: .5em;
}

.tab 
{
margin-left: 40px;
}

#footer{
background:url(../images/new_footer.jpg) no-repeat;
height:70px;
}
