* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b5b5b5;
	color:#555;
}
body
	{
	background:url(images/bg.gif) no-repeat center top;
	}
h2 {
	font-size:22px;
	padding:15px 0px 5px 15px;
	color:#334676;
	line-height:22px;
}
#header 
	{
	
	}
#header a {
	color:#8c96b1;
	color:#fff;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	width:800px;
	margin: 0 auto;
}
#header {
	background:url(images/header-bg.gif) no-repeat center top;
	margin:0px 0px 5px 0px;
	height:65px;
	position:relative;
}
#header h1
	{
	font-size: 5px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	}
#header p {
	color:#8c96b1;
	color:#fff;
	padding:1px 0px 0px 15px;
	margin:0px;
}
#header p.email {
	text-align:right;
	padding:8px 25px 0px 0px;
}
#header p.strap {
	position: absolute;
	top: 36px;
}
#main {
	height:425px;
	background:url(images/plans1.jpg) no-repeat;
}
#main a {
	color:#8c96b1;
	color:#555;
}
#contactpane {
	float:left;
	width:250px;
	height:112px;
	background:url(images/contactpane_bg.jpg) no-repeat;
}
#contactpane p {
	line-height:14px;
	padding:0px 0px 5px 23px;
}
#contactpane h2 {
	padding:15px 0px 5px 23px;
	line-height:24px;
}
#central {
	float:left;
	width:355px;
}
#central h1 {
	font-weight:bold;
	font-size:30px;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	color:#334676;
	border:#EAEAEA solid;
	border-width:0px 0px 1px 0px;
}
#central p {
	line-height:19px;
	margin:0px 0px 10px 0px;
}
#central ul {
	margin-left:10px;
}
#central p, #central li
	{
	color: #A6A6AD;
	color: #555;
	}
#central li {
	line-height: 1.5em;
}
#central li strong {
	color: #304677;
	color: #555;
}

#central p.intropara {
	line-height:20px;
	font-weight:bold;
	font-size:12px;
}
#central p.intropara a {
	line-height:20px;
	font-weight:bold;
	font-size:12px;
}
#adspane {
	float:right;
	background:no-repeat;
	background:url(images/ad1_bg.jpg);
	height:97px;
	width:173px;
}
#adspane2 {
	float:right;
	background:no-repeat;
	background:url(images/ad2_bg.jpg);
	padding:110px 0px 0px 0px;
	width:173px;
}
#adspane p, #adspane2 p {
	padding:0px 0px 0px 15px;
	margin: 0;
}
#adspane2 h2, #adspane p, #adspane2 p, #adspane h2 {
	padding-left:10px;
}
#adspane ul, #adspane2 ul {
	list-style:none;
	padding:0;
	padding-bottom: 20px;
}
#adspane2 ul {
	background:url(images/ad2_ext.jpg) bottom center no-repeat;
}
#adspane ul li, #adspane2 ul li {
	line-height:14px;
	padding: 0 10px;
}
#footer {
	border:#EAEAEA solid;
	border-width:1px 0px 0px 0px;
	clear:both;
}
#footer p {
	padding:10px 0px 0px 15px;
}

/*---dropdown---*/

#nav {
	float:right;
	margin:20px 25px 0px 0px;
}
#nav, #nav ul {
	padding: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display:block;	
	padding:0px 10px 10px 10px;
	color:#b5b5b5;
	color:#555;
	font-weight:bold;
	background:url(images/nav_divide.jpg) no-repeat;
}
#nav a.droplevel {
	
	text-decoration:underline;
}
#nav li ul li a {
	background:none;
	text-decoration:underline;
	color:#334676;
}
#nav li ul li a:hover {
	text-decoration:none;
}
#nav li {
	float: left;
}
#nav li ul {
	position:absolute;
	background-image:url(images/drop_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	width:240px;
	left:-999em;
}
#nav li ul li {
	float: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {
    position:static;
}
table
	{
	margin-bottom: 10px;
	}
table td input
	{
	width: 200px;
	}
table td textarea
	{
	width: 255px;
	height: 150px;
	}
table td input, table td textarea
	{
	border: 1px solid #ddd;
	padding: 3px;
	}

table td
	{
	color: #666;
	width: 200px;
	background: #eee;
	padding: 3px;
	border-top: 3px solid #fff;
	}
table td.col1
	{
	width: 50px;
	}
table td.col3
	{
	border-top: 20px solid #fff;
	}
#central #error
	{
	color: #ff0000;
	}
/*---end of dropdown---*/

#gallery p
	{
	margin: 1em 0;
	}
#gallery img
	{
	border: 3px solid #ccc;
	height: 226px;
	}
#home #gallery
	{
	padding-bottom: 3em;
	}
