html,body,address,blockquote,div,dl,form,ol,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
}

html,body {
	height: 100%;
}

body {
	background: url(../images/back_bg.jpg) no-repeat center 0px #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	width: 1001px;
	margin: auto;
}

a {
    color: #46557E;
    text-decoration: underline;
}

/* a:visited {
    color: #46557E;
}

a:hover {
    color: #46557E;
}

a:active {
    color: #46557E;
} */

#footer a:link {
	color: #777777;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #777777;
}

#footer a:hover {
	text-decoration: none;
	color: #666;
}

#footer a:active {
	text-decoration: none;
	color: #777777;
}

img {
	border: 0px;
	outline: none
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	color: #46557E;
	font-weight: bold;
	padding-top: 10px;
}

h2 {
	font-size: 20px;
	color: #1B2A55;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

u {
	text-decoration: underline
}

input {
	outline: none;
}

select {
	outline: none;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page {
	min-height: 100%;
	width: 1000px;
}

#header {
	float: left;
	width: 1000px;
	height: auto;
	border-bottom: 5px solid #46557e;
	margin: 36px 0px 0px 0px;
}

#menu {
	float: right;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}

#menu ul {
	float: right;
}

#menu li {
	float: left;
}

#menu li.sep {
	float: left;
	width: 1px;
	background: url(../images/sep.jpg) no-repeat 0px 13px #97b3c1;
	padding: 10px 0px;
}

#menu li a {
	float: left;
	display: block;
	width: auto;
	padding: 10px 20px;
	color: #FFF;
	background: #97b3c1;
	text-decoration: none;
}

#menu li a:hover {
	background: #526086;
	text-decoration: none;
}

#menu li a.active {
	background: #526086;
	text-decoration: none;
}

#menu li a.last {
	background: #97b3c1;
	text-decoration: none;
}

#menu li a.last:hover {
	background: #526086;
	text-decoration: none;
}

#menu li a.last_active {
	background: #526086;
	text-decoration: none;
}

#content { /*overflow: auto;*/
	padding-bottom: 42px; /* same as footer size */
}

#footer {
	position: relative;
	margin-top: -42px; /* negative value of footer height */
	/*height: 42px;*/
	clear: both;
	border-top: 8px solid #46557e;
	width: 1000px;
	padding: 10px 0px 10px 0px;
	font-size: 15px;
}

.float_left {
	width: auto;
	height: auto;
	float: left;
}

.float_right {
	width: auto;
	height: auto;
	float: right;
}

.clear {
	clear: both;
}

.container {
	width: 1001px;
	margin: auto;
}

.center {
	text-align: center;
	margin: 48px 0px 0px 0px;
	/* float: left; */
	width: 1000px;
}

.left {
    text-align: left;
    margin: 48px 0px 0px 0px;
    /* float: left; */
    width: 1000px;
}

/*=========HEADER HERE===========*/
.header_main {
	float: left;
	width: 1000px;
	height: auto;
	border-bottom: 5px solid #46557e;
	margin: 36px 0px 0px 0px;
}

.header_main .logo {
	float: left;
	width: auto;
	height: auto;
}

.header_main .nav_main {
	float: right;
	width: auto;
	height: auto;
	margin: 41px 0px 0px 0px;
}

.header_main .nav_main li {
	float: left;
}

.header_main .nav_main li.sep {
	float: left;
	width: 1px;
	background: url(../images/sep.jpg) no-repeat 0px 13px #97b3c1;
	padding: 10px 0px;
}

.header_main .nav_main li a {
	float: left;
	display: block;
	width: auto;
	padding: 10px 20px;
	color: #FFF;
	background: #97b3c1;
}

.header_main .nav_main li a:hover {
	background: #526086;
}

.header_main .nav_main li a.active {
	background: #526086;
}

.header_main .nav_main li a.last {
	background: #97b3c1;
}

.header_main .nav_main li a.last:hover {
	background: #526086;
}

.header_main .nav_main li a.last_active {
	background: #526086;
}

/*=========HEADER HERE===========*/

/*=================================MAIN HERE====================================*/
.main {
	float: left;
	width: 1000px;
	height: auto;
	margin: 48px 0px 0px 0px;
}

/*=========LEFT HERE===========*/
.left_main {
	float: left;
	width: 590px;
	padding: 0px 35px 0px 0px;
	border-right: 2px solid #8c8c8c;
	min-height: 250px;
	text-align: right;
}

.left_main .overviw_main {
	float: right;
	width: 554px;
	text-align: right;
	margin: 0px 0px 15px 0px;
}

.left_main .overviw_main h1 {
	font-size: 38px;
	color: #46557e;
	font-weight: bold;
}

.left_main .overviw_main h2 {
	font-size: 18px;
	color: #a6855b;
	margin: 0px 0px 20px 0px;
}

.left_main .overviw_main p {
	line-height: 20px;
}

.left_main .serving_main {
	float: right;
	width: 554px;
	text-align: right;
	border-bottom: 1px solid #b4b4b4;
	margin: 0px 0px 10px 0px;
}

.left_main .serving_main h1 {
	font-size: 20px;
	color: #1b2a55;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}

.left_main .serving_main h2 {
	font-size: 19px;
	color: #46557e;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}

.left_main .serving_main p {
	line-height: 20px;
}

.left_main .team_main {
	float: right;
	width: 554px;
	text-align: right;
	margin: 15px 0px 0px 0px;
}

.left_main .team_main h1 {
	font-size: 38px;
	color: #46557e;
	font-weight: bold;
}

.left_main .team_main h2 {
	font-size: 18px;
	color: #a6855b;
	margin: 0px 0px 20px 0px;
}

.left_main .team_main ul {
	float: left;
	width: 554px;
	height: auto;
}

.left_main .team_main ul li {
	float: left;
	width: 554px;
	height: auto;
	border-bottom: 1px solid #d9d9d9;
	padding: 0px 0px 18px 0px;
	margin: 0px 0px 18px 0px;
}

.left_main .team_main ul li .thumb {
	float: right;
	width: auto;
	height: auto;
}

.left_main .team_main ul li .detail {
	float: left;
	width: 407px;
	height: auto;
}

.left_main .team_main ul li .detail h1 {
	font-size: 22px;
	color: #46557e;
	margin: 0px 0px 5px 0px;
}

.left_main .team_main ul li .detail h2 {
	font-size: 16px;
	color: #a6855b;
	margin: 0px 0px 5px 0px;
}

.left_main .team_main p {
	line-height: 20px;
}

.font12 {
	font-size: 12px;
}

.form_container {
	float: left;
	background: #f5f5f5;
	margin: 10px 0px 10px -100px;
	min-height: 200px;
	width: 1000px;
	padding: 15px 100px;
}

.form_container .form_main {
	float: left;
	background: #97b3c1;
	min-height: 200px;
	width: 800px;
	padding: 15px 100px;
}

.form_container .form_main h1 {
	font-size: 30px;
	color: #233361;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.form_container .form_main p {
	font-size: 12px;
	color: #fff;
}

.form_container .form_main .textbox_big {
	float: right;
	width: 506px;
	padding: 12px 10px;
	border: none;
	color: #97b3c1;
	font-size: 16px;
}

.form_container .form_main .textbox {
	float: left;
	margin: 15px 10px 10px 0px;
	width: 172px;
	padding: 12px 10px;
	border: none;
	color: #97b3c1;
	font-size: 16px;
}

.form_container .form_main .textbox_last {
	float: left;
	width: 172px;
	margin: 15px 0px 10px 0px;
	padding: 12px 10px;
	border: none;
	color: #97b3c1;
	font-size: 16px;
}

.home_content {
	float: left;
	width: 1000px;
	height: auto;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.home_content p {
	color: #82858d;
	font-size: 12px;
	line-height: 20px;
}

.home_content h1 {
	font-size: 34px;
	color: #46557e;
	font-weight: bold;
}

.home_content h2 {
	font-size: 16px;
	color: #a6855b;
	margin: 0px 0px 20px 0px;
}

.home_content h3 {
	font-size: 16px;
	color: #46557e;
	margin: 0px 0px 12px 0px;
}

/*=========LEFT HERE===========*/

/*=========RIGHT HERE===========*/
.right_main {
	float: right;
	width: 350px;
	height: auto;
	margin: 13px 0px 0px 0px;
}

.right_main h1 {
	font-size: 20px;
	color: #984807;
	margin: 0px 0px 20px 0px;
}

.right_main p {
	line-height: 20px;
}

/*=========RIGHT HERE===========*/
.main_in {
	float: left;
	width: 1000px;
	height: auto;
	margin: -5px 0px 0px 0px;
}

.refresh_bar {
	float: left;
	width: 1000px;
	height: auto;
	border-bottom: 1px #9c9c9c solid;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

.refresh_bar .refresh_box {
	width: 187px;
	font-size: 16px;
	border: 1px solid #9c9c9c;
}

.refresh_bar .tab a:hover {
	color: #3a4a6b;
}

.refresh_bar .tab a.on {
	color: #3a4a6b;
}

.control_main {
	float: left;
	width: 1000px;
	height: auto;
	font-size: 12px;
}

.control_main .control_left {
	float: left;
	width: 390px;
	background: #efefef;
	/* min-height: 590px;
	height: auto; */
}

.control_main .control_left ul li {
	float: left;
	width: 363px;
	height: auto;
	padding: 20px 10px;
	border-bottom: 1px solid #999;
}

.control_main .control_left ul li:hover {
	background: #dfe0e2;
}

.control_main .control_left ul li.active {
	background: #dfe0e2;
}

.control_main .control_left ul li .mail {
	float: left;
	margin: 4px 8px 0px 0px;
}

.control_main .control_left ul li .close {
	float: right;
	margin: 2px 0px 0px 0px;
}

.control_main .control_left ul li .content {
	float: left;
	width: 325px;
	height: auto;
}

.control_main .control_left ul li h1 {
	font-weight: bold;
	font-size: 14px;
	color: #354461;
	margin: 0px 0px 3px 0px;
}

.control_main .control_left ul li h1 a {
	color: #354461;
}

.control_main .control_left ul li p {
	padding: 0px;
	color: #354461;
}

.control_main .control_left ul li p span {
	padding: 0px;
	font-size: 14px;
	color: #984807;
}

.control_main .control_right {
	float: right;
	width: 600px;
	/* background: #efefef;
	min-height: 590px;
	height: auto; */
	color: #727272;
}

.control_main .control_right p {
	line-height: 18px;
}

.control_main .control_right .head {
	float: keft;
	width: 580px;
	border-bottom: 1px solid #b8b4b4;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

.control_main .control_right .head h1 {
	font-weight: bold;
	font-size: 18px;
	color: #354461;
	margin: 0px 0px 3px 0px;
}

.control_main .control_right .head p {
	padding: 0px;
	color: #354461;
	font-weight: bold;
}

.control_main .control_right .head  span {
	padding: 0px;
	font-size: 14px;
	color: #984807;
}

/*=========FOOTER HERE==============*/
.footer_main {
	float: left;
	height: auto;
	border-top: 8px solid #46557e;
	width: 1000px;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
}

/*=========FOOTER HERE==============*/

/*=================================MAIN HERE====================================*/

/*=========SIGN UP HERE===========*/
.intro_signup {
	width: 1000px;
    text-align: left;
	margin: 0px 0px 15px 0px;
}

.intro_signup h1 {
	font-size: 28px;
	color: black;
	font-weight: normal;
}

.intro_signup h2 {
    font-size:17px;
    font-weight:lighter;
    color:#000;
    margin-bottom:25px;
}

.action_signup {
	width: 1000px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.action_signup h1 {
	font-size: 17px;
    font-weight: lighter;
    color: black;
    margin-bottom: 25px;
}

.action_signup h2 {
	font-size: 19px;
	color: #46557e;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}

.action_signup table {
	margin: 0px;
	font-size: 16px;
	margin-bottom: 20px;
}

.action_signup table tr td {
	padding-bottom: 12px;
}

.action_signup .signup_box,.signup_box_error {
	width: 300px;
	padding: 8px;
	font-size: 16px;
	border: 1px solid #9c9c9c;
	margin: 0px auto;
}

.signup_box_error {
	border: 1px solid red;
}

.errorMsg {
	color: red;
}

.inventoryheading {
	border-bottom: 2px inset #999;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.inventoryrow {
	border-bottom: 1.5px inset #999;
}

.paymentheading {
	border-bottom: 2px inset #999;
	border-top: 2px inset #999;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.paymentrow {
	border-bottom: 1.5px inset #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paymentfirstrow {
	padding-top: 5px;
	padding-bottom: 5px;
}


a[message=true]{
	background-image: url("/images/unread.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	background-position: center;
	text-decoration:none;
}

.error_input {
	border: 1px solid red;
}
.error {
	color: #D8000C;
}

.errorlabel {
	color: #D8000C;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.label {
	font-weight: bold;
}

#print {
	float: right;
	margin-top: -25px;
}
#print img {
	vertical-align: middle;
	padding-right: 5px;
}