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

/* commented backslash hack \*/ 
html, body {
	height:100%;
} 
/* end hack */
html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color:#737373;
}

.article {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: #cecece;
}

a:link, a:visited {
color: #46737e;
}

a:hover {
color: #000;
}

#main {
width: 600px;
float: left;
}

#column {
width: 170px;
float: right;
}

.clearboth {
clear: both;
}

.grey {
color: rgb(119, 119, 119);
}

.postdate {
color: rgb(119, 119, 119);
}

#inner {
width:100%;
	background: url(/images/layout_01.gif) repeat-x #EDEDED;
}

#container {
	min-height: 100%;
	height: auto;
	width: 859px;
	margin: auto;
	position: relative;
	text-align: left;
	background: #EDEDED;
}

* html #container {
	height: 100%;
	width: 859px;/* box model hack for ie5.+*/
	w\idth: 769px;
}

#header {
	width: 859px;
	height: 94px;
	background: url(/images/layout_01.gif) repeat-x #EDEDED
}
#content {
	background: url(/images/layout_11.gif) repeat-x #FFFFFF;
	padding: 25px;
	width: 809px;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;
	clear:both;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #dda462;
	margin-bottom: -10px;
	text-shadow: 2px 2px 2px #F3F3F3;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #11b8df;
	margin-bottom: -10px;
	text-shadow: 2px 2px 2px #F3F3F3;
}
h2 a {
text-decoration: none !important;
color: #000 !important; 
}
h2 a:hover {
color: #11b8df !important;
}
p {
	font-size: 13px;
	color: #000000;
	line-height: 160%;
}
ul,ol {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #333333;
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.greybox {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #333333;
	background-color: #F3F3F3;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#tabnav,
#tabnav span{
	display:block;
	width: 88px;
	height: 32px;
	position: relative;
	overflow: hidden;
	float: right;
	margin-left: -2px;
}
#tabnav span.home {
	background:transparent url(/images/tab_home.png) no-repeat scroll 0 bottom;
	height:97px;
	text-indent:0;
	line-height: 32px;
	white-space: nowrap;
	top: -32px;
}
#tabnav span.services {
	background:transparent url(/images/tab_services.png) no-repeat scroll 0 bottom;
	height:97px;
	text-indent:0;
	line-height: 32px;
	white-space: nowrap;
	top: -32px;
}
#tabnav span.blog {
	background:transparent url(/images/tab_blog.png) no-repeat scroll 0 bottom;
	height:97px;
	text-indent:0;
	line-height: 32px;
	white-space: nowrap;
	top: -32px;
}
#tabnav span.aboutus {
	background:transparent url(/images/tab_aboutus.png) no-repeat scroll 0 bottom;
	height:97px;
	text-indent:0;
	line-height: 32px;
	white-space: nowrap;
	top: -32px;
}
#tabnav span.billing {
	background:transparent url(/images/tab_billing.png) no-repeat scroll 0 bottom;
	height:97px;
	text-indent:0;
	line-height: 32px;
	white-space: nowrap;
	top: -32px;
}
#tabnav span.contactus {
	background:transparent url(/images/tab_contactus.png) no-repeat scroll 0 bottom;
	height:97px;
	text-indent:0;
	line-height: 32px;
	white-space: nowrap;
	top: -32px;
}
#tabnav span.active {
	top: -65px;
}
#tabnav:hover span {
	top: -65px;
	z-index: 999;
}
#tabnav:focus span,
#tabnav:active span {
	top: -32px;
}

#tabs {
	width: 529px;
	height: 32px;
	padding-top: 62px;
	float: right;
}
#logo {
	width: 288px;
	height: 88px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

#footers {
    width:100%;
	margin-top:-25px;
	background: url(/images/layout_14.gif) repeat-x #737373;
	clear:both;
}

#footer {
	margin: auto;
	width: 859px;
	height:56px;
	background: url(/images/layout_31.gif) repeat-x #737373;
	position: relative;

}
#footer p {
text-align:right;
color:#ffffff;
padding-top:28px;
padding-right:5px;
font-weight:bold;
}

#form_container #footer {
display: none;
}
