/* HTS CSS */

body {
	background: url(../images/hts-bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

#ul-links {
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	padding: 3px 18px 3px 20px;
	margin:0;
}

#ul-links-02 {
	list-style-type: none;
	list-style-image: url(../images/bullet-02.gif);
	padding: 3px 18px 3px 20px;
	margin:0;
}


html>body { 
	font-size: small;
	}
		
#container {
	max-width:980px;
	min-width: 780px;
	/*width: expression(document.body.clientWidth > 982? "980px": "auto" );*/
	width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 982? "980px" : "auto");
	margin: 0;
	padding: 0;
		}
		
#container-nav {
	max-width:400px;
	min-width: 700px;
	/*width: expression(document.body.clientWidth > 982? "980px": "auto" );*/
	width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 982? "980px" : "auto");
	margin: 0;
	padding: 0;
		}
			
#content {margin: 0px 10px 10px 10px;
	padding: 0;
	}
	
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: x-small;
}


	
/** Top & Bottom Column **/
.top {
	font-size: 90%;
	text-align: right;}

#bottom {
	padding: 0;
	margin: 10px 0 0 0;}
	
#left_30 {
	float:left;
	width:27%;
	}

#right_70 {
	float:right;
	width:71%;

	}
	
#full {
	float:left;
	width:99%;

	}
	

/** =Content Module Styles, including color options **/

.module {
	margin: 0px 0;
	padding: 0;
	}
	

.module-header {
	color: #011e3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 5px 0px;
	margin: 5 0 0;
}

.module-left {
	position: relative;
	border: 1px solid #AEAEAE;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #EBEBEB;
	}

.module-header-left {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	background-color: #1B557F;
	background-image: url(../images/header-left.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
	}
	
	.module-header-right {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	background-color: #1B557F;
	background-image: url(../images/header-right.jpg);
	background-repeat: repeat-x;
	border: 1px solid #AEAEAE;
	}
	
	.module-mimosa {
	position: relative;
	border: 1px solid #AEAEAE;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFFFFF;
	height: 155px;
	background-image: url(../images/email-archive-bg.jpg);
	background-repeat: repeat-x;
	}

.module-plain{
	position: relative;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFFFFF;
}
	
	.module-emailList {
	position: relative;
	border: 1px solid #AEAEAE;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFFFFF;
	height: 155px;
	background-image: url(../images/email-list.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
	
	.module-logo {
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	}
	
	.module-welcome {
	position: relative;
	padding: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
	.module-right {
	position: relative;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
.module-content {padding: 3px 5px;
	margin: 0;
	overflow: hidden;
	}
	
.module-content-left {
 margin: 3px 5px;
 float: left;
 width: 49%;
 border-right: 1px solid #ccc;
 }

.module-content-right {
 margin: 3px 5px;
 float: right;
 width: 45%;
 }
 
 .module-content p{padding: 5px 0; 
	margin: 2px 0;}

.module-footer {
	padding: 3px 5px;
	font-size: 85%;
	border-top: 1px solid #acacac;
	background: #67a5cc;
	color: #FFFFFF;
}

.module-footer p {margin: 0;
	padding: 0;
	}

.module-footer p.right {margin: 0;
	padding: 0;
	text-align: right;
	}

/*Table Styling*/
#at-tabs{
	border-collapse: collapse;
	width: 99%;
}

#comments {
	width: 144px;
	float: left;
	margin-left: 2px;
	padding: 0;
	margin-top: 20px;
}

/** =Link Styles **/

a {
	text-decoration: none;
	color: #4F474B;
	background:inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:link {}

a:visited {text-decoration: none;
	color: #4F474B;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {color: #A69689;
font-weight: bold;
text-decoration: none;}

a:active {color: #4F474B;
font-weight: bold;
text-decoration: underline;}

/** =Link Styles **/

.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 3px;
	background-image: url(../images/top-line.jpg);
	background-repeat: repeat-x;
	background-color: #ad1e22;
	font-size: x-small;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #801619;
	}

#nav2 a{
	text-decoration: none;
	color: #FFFFFF;
	background:inherit;
	font-weight: bold;
}

#nav2 a:link {}

#nav2 a:visited {text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

#nav2 a:hover {color: #FFFFFF;
font-weight: bold;
text-decoration: underline;}

#nav2  a:active {color: #FFFFFF;
font-weight: bold;}



/*Table Styling*/
#tabs-search{
	border-collapse: collapse;
	width: 99%;
	background-color: #ad1e22;
}

#search_box {
	width: 240px;
	height: 19px;
	padding-top: 10px;
}
#search_box #s {
	float: left;
	padding: 1px 1px 1px 3px;
	margin: 1px;
	border: 1px solid #1d0506;
	width: 149px;
	background: #FFFFFF;
	font-size: 9px;
}
#search_box #go {
    float: right;
    margin: -2px 50px 0 0;
}

/*Picture, Products and Buttons*/
.picture {
	padding-top: 1px;
	padding-bottom: 10px;
}

.table-text {
	padding-top: 3px;
	padding-left: 5px;
}

.page-image {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 10px;
}

.button {
padding: 5px 5px 10px 0px;
}

.price {
	color: #AF9033;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b5b5;
	font-size: 110%;
}


/*Picture, Products and Buttons*/

.hts-menu {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:31px;
	background:url(../hts-menu/button-01.jpg);
	position:relative;
}

.hts-menu li {
float:left;


}

.hts-menu li a {
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#ffffff;
	text-decoration:none;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-left: 8px;
}

.hts-menu li a b {
float:left;
display:block;
padding:0 16px 0 8px;
}

.hts-menu li a:hover {
color:#fff;
background:url(../hts-menu/button-02.jpg);
}

.hts-menu li a:hover b {
background:url(../hts-menu/button-02.jpg) no-repeat right top;
}

#leftNav {
	list-style-type: none;
	margin:0;
	padding: 0px;
	
}
#leftNav li a {
	color: #011E3B;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 15px;
	display: block;
	height: 15px;
	font-size: 75%;
}
#leftNav li a:hover {
	color: #8d8d86;
}
#leftNav li {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #AEAEAE;
}

.ht-1 {
	color: #011E3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	padding: 5px;
	margin: 5;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
}

.ht-2 {
	color: #011E3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	padding: 5px 1px 0px;
}

.av-solutions{
	background-color: #ABAFA6;
	margin: 15px 5px;
	border-top: 1px solid #979995;
	border-right: 5px solid #979995;
	border-bottom: 1px solid #979995;
	border-left: 1px solid #979995;
}

.av-bullets{
	padding: 10px;
}

.av-quote{
	background-color: #CACEC2;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #979995;
}