/* --- PAGE STYLES --- */
body{
	font-family: Arial;
	margin: 0px 0px 0px 0px;
}

table td {
	vertical-align: top;
}

#container{
	width: 720px;
	margin: 0px auto 0px auto;
	font-size: 12px;
}

#top {
	background-color: #1192E0;
	height: 20px;
	width: 100%;
}

#topnav img {
 	margin-top: 1px;
}

#header {
        margin: 20px 0px 0px 0px;
        >margin: -40px 0px 0px 210px;
        width: 500px;
        height: 30px;
        text-align: right;
        color: #666666;
        vertical-align:top;
        float: right;
}

#header a {
	color: #1192E0;
	padding: 10px 6px 6px 6px;
}

#header a:hover {
	text-decoration: none;
}

#leftnav {
	width: 160px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	border-right: 1px dashed #C48550;
	font-size: 11px;
	color: #2d2d2d;
}

#leftnav a {
	color: #C48550;
	text-align: left;
}

#content{
	margin: 0px 0px 10px 170px;
}

#content a {
	color: #666666;
}

#content a:hover {
	color: #0000CC;
}

#content-main{
	padding-left: 20px;
	padding-top: 20px;
}

#footer{
	width: 719px;
	border-top: 1px solid #1192E0;
	margin: 0px auto 0px auto;
	color: #333333;
	height: 20px;
	font-size: 11px;
	line-height: 130%;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	text-decoration: none;
}

/*menu stuff below*/
#nav{
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#nav ul { 
	padding: 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	position:relative;
	overflow:visible;
	display:block;
}

#nav li { 
	margin:0;   
	position: relative; 
	float:left;
	width: 144px;
	background-color: transparent;
	border-bottom:none;
	display:block;
	height:auto;
}

#nav a {
	text-decoration:none; 
	display:block;
	padding: 4px 0px 4px 16px;  
	margin:0px; 
	background-color: #666666;
	width: 127px; 
	height: auto;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
}

#nav a:hover{
	background-color: #C48550; 
	color: #FFFFFF;
	background-image:none;
}

#list ul,li {
	list-style-image: url(../images/arrow.gif);
	line-height: 18px;
	overflow:visible;
	list-style-position: outside;
	margin: 0px;
	width: 210px;
	margin-left: -10px;
}
/* END MENU STUFF */

a.heading-anchor {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	color: #000000;
	width: 400px;
}

table.contact td {
	padding: 3px 3px 3px 3px;
}

td.contact-header {
	font-weight: bold;
	background-color: #A6DAF9;
}

td.contact-field {
	background-color: #EBEBEB;
	font-weight: bold;
}

table.pricing-info {
	border: 1px solid #EBEBEB;
	padding: 1px;
	font-size: 11px;
	width: 205px;
	margin-bottom: 1px;
}

table.pricing-info td {
	padding: 3px;
	color: #666666;
}

select {
	font-size: 11px;
	font-family: Arial;
	background-color: #EEEEEE;
}

table.pricing-info input {
	font-size: 11px;
	font-family: Arial;
	background-color: #CDE9FC;
	border: 1px solid #666666;
	padding-top: 2px;
	font-weight: bold;
}

td.pricing-info-header {
	background-color: #EBEBEB;
	font-size: 14px;
	font-weight: bold;
}

table.pricing-form {
	font-size: 11px;
	border: 1px solid #EBEBEB;
	color: #666666;
}

table.pricing-form td {
	padding: 6px;
	vertical-align: top;
}

table.pricing-form input {
	font-size: 11px;
	font-family: Arial;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 1px;
}

td.info-header {
	color: #42ADF4;
	font-weight: bold;
	font-size: 11px;
}

table.partners-form {
	width: 350px;
}

table.partners-form td {
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px solid #EBEBEB;
}

table.partners-form input {
	font-size: 11px;
	font-family: Arial;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 1px;
}

.button {
	font-size: 11px;
	font-family: Arial;
	background-color: #CDE9FC;
	border: 1px solid #666666;
	padding-top: 2px;
	font-weight: bold;
}
