/*
Project: HostVoice
Author: Ahmad Permessur
URL: www.hostvoice.com
Revision: 1.0
*/

/*  Typography and style reset */

*{
    background-repeat:no-repeat;
    font-family:Arial,Verdana,helvetica,sans-serif;
    margin:0px;
    outline-color:invert;
    outline-style:none;
    outline-width:0px;
    padding:0px;
    font-size: 12px;
    line-height: 1.8em;
}

body{
    background-color:#ffffff;
    background-image:url(/images/hv/back.png);
    background-repeat:repeat-x;
    color: #000000;
}

#container{
    margin:0px auto;
    width:974px;
}

/* -----------------------------------------------*/
/* ------>>>    TYPOGRAPHY & STYLES  <<< ---------*/
/* -----------------------------------------------*/

img{
    border:medium none;
}

a{
    color: #b95620;
}


/* -----------------------------------------------*/
/* ---------->>>   HEADER  <<< -------------------*/
/* -----------------------------------------------*/

#header{
  height: 105px;
}

#logo {
    display:inline;
    float:left;
    height:83px;
    width: 246px;
    margin: 11px 0px 0px 0px;
}

#menu{
  float:right;
  background:transparent url(/images/hv/clip-top.png) no-repeat scroll right bottom;
  width:478px;
  height: 74px;
  margin-top:31px;

}

#menu span{
    float:right;
    padding-right:210px;
    padding-top: 0px;
    text-align:right;
    font-size: 16px;
    color: #ffffff;
}

#menu span a{
  color: #ffffff;
  text-decoration: none;

}

#menu span a:hover{
  text-decoration: underline;
}

#menu .powered{
   padding-right:210px;
}

#intro{
  height: 225px;
  width: 974px;
  clear: both;
  background:transparent url(/images/hv/clip-bottom.png) no-repeat scroll left top;
  padding-left:30px;
  padding-top:20px;
  color: #073c6d;
  font-size: 29px;

}

#intro span.desc{
  font-size: 20px;
  color: #6f6f6f;
  display: block;
  width: 650px;
  line-height: 40px;
}

/* -----------------------------------------------*/
/* ---------->>>   CONTENT  <<< ------------------*/
/* -----------------------------------------------*/

#content{
  width: 715px;
  background-image:url(/images/hv/content-back.png);
  background-repeat:repeat-y;
  padding: 0 0 0 30px;
  float:left;
  margin-bottom:20px;
}

#content h1, #content h1 a {
	color:#B95620;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	padding-left:30px;
	padding-top:15px;
}

#content p { margin-bottom: 15px; padding-right: 50px; }

.main{
  background:transparent url(/images/hv/content-top.png) no-repeat scroll left top;
  margin-left: -30px;
  padding-left:20px;
}

#contentclear{
  background:transparent url(/images/hv/content-bottom.png) no-repeat scroll left bottom;
  height: 14px;
  margin-left: -30px;
  clear: both;
}


.cat{
    width: 300px;
    background-color: #faf9e7;
    border: 1px solid #f3f1ae;
    padding: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #343535;
    float: left;
}

h2, h2 a {
   color: #3b6e9a;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   display: block;
   clear: both;
   text-decoration: none;
}

h4, h4 a {
	clear:both;
	color:#b95620;
	font-size:14px;
	display:block;
	text-decoration:none;
}


.more{
  float: right;
  color: #7c7c7c;
  text-decoration: none;
  background:transparent url(/images/hv/arrow.png) no-repeat scroll right center;
  padding-right: 10px;
}

.more:hover{
  background:transparent url(/images/hv/arrow-hover.png) no-repeat scroll right center;
  color: #000000;
}

.dotted{
  clear: both;
  background:transparent url(/images/hv/dotted.png) no-repeat scroll right center;
}

.dropdown{
  width: 300px;
  color: #6f6f6f;
}

div.contentBanner {
	margin-bottom: 120px !important;
}

#smsbanner {
	width: 730px;
	margin: 0;
	text-align: left;
}

#smsbanner a {
	display: block;
	position: relative;
	top: 120px;
	left: -31px;
}

/* -----------------------------------------------*/
/* ---------->>>   SIDEBAR  <<< ------------------*/
/* -----------------------------------------------*/


#sidebar{
  float: left;
  padding-bottom: 25px;
  width: 220px;
}

h3{
  font-family: "Trebuchet MS";
  color: #009ad0;
  font-size:20px;
  font-weight:normal;
  margin-bottom: 10px;
}

ul.numbers, ul.posts {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

ul.numbers li{
    padding-left: 50px;
    margin-bottom: 25px;
}

ul.numbers li.one{
  background:transparent url(/images/hv/one.png) no-repeat scroll left top;
}

ul.numbers li.two{
  background:transparent url(/images/hv/two.png) no-repeat scroll left top;
}

ul.numbers li.three{
  background:transparent url(/images/hv/three.png) no-repeat scroll left top;
}

ul.posts{
  margin-bottom: 10px;
  padding-left: 3px;
}

ul.posts li{
  border-bottom: 1px dotted #c2c1c0;
  height: 30px;
  padding-top: 10px;
}

ul.posts li a{
  text-decoration: none;
  color: #858382;
}

ul.posts li a:hover{
  color: #000000;
}

/* -----------------------------------------------*/
/* ----------->>>   FORMS  <<< -------------------*/
/* -----------------------------------------------*/

.breadcrumbs{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.breadcrumbs li{
    display:block;
    float:left;
    margin:0pt 16px 10px 0pt;
    padding-right:0pt;
    background:transparent url(/images/hv/bread-left.png) no-repeat scroll 0pt 50%;
    color: #7a7a7a;
}

.breadcrumbs li.active{
  background:transparent url(/images/hv/bread-active-left.png) no-repeat scroll right;
}

.breadcrumbs li.active span{
  color: #343535;
  background:transparent url(/images/hv/bread-active-right.png) no-repeat scroll right;
}

.breadcrumbs li span{
    display:block;
    float:left;
    background:transparent url(/images/hv/bread-right.png) no-repeat scroll right;
    padding: 0px 20px 0px 10px;
}


.box{
    width: 650px;
    background-color: #faf9e7;
    border: 1px solid #f3f1ae;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 15px;
    color: #343535;
    float: left;
}

#content .box p{
    clear: both;
    padding-bottom:15px;
    padding-top:15px;
    padding: 15px 0 15px 0;
    margin-bottom: 0px;
}

 label
{
    width: 300px;
    float: left;
    text-align: right;
    margin-right: 15px;
    display: block;
}



input, select, textarea,
{
    color: #000000;
    border: 1px solid #cccccc;
    display: block;
    float:left;
}

.inputbox { float: left; }

.formsmall{
    width: 150px;
}

.formlarge{
      width: 300px;
}

.submit input, .submitlast input
{
	color: #424e59;
	background:transparent url(/images/hv/button.png) repeat-x scroll left top;
	border: 1px solid #cccccc;
	height: 24px;
	margin-left: 0px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

p.submit{
  text-align: right;
  width: 670px;
}

.submitlast input
{
    color: #424e59;
    background:transparent url(/images/hv/button.png) repeat-x scroll left top;
    border: 1px solid #cccccc;
    height: 24px;
    margin-left: 0px;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}


.box ul{

    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.box ul li{
    float:left;
    width: 210px;

    margin-bottom: 12px;
}

.check{
  margin-right: 8px;
  border: none;
  margin-top:3px;
}

.prev{
	float: left;
}

.next{
	float: right;
}

.hidden { display: none; }

/* -----------------------------------------------*/
/* ------->>>   INET FOOTER  <<< -----------------*/
/* -----------------------------------------------*/



#resources{
  clear: both;
}

#resources .container {
    background-color:#f5f7f8;
    background-image:url(/images/hv/resources.png);
    background-repeat:no-repeat;
    margin:7px auto 0px;
    overflow:hidden;
    padding:18px 14px 0px;
    width:946px;

}

#resources div.copyright {
    float:left;
    width:240px;
}

#resources div.copyright p {
    font-size:10px;
    line-height:18px;
    margin:12px;
    font-family: Verdana;
}

#resources div.copyright p a {
    color:#404F6A;
    font-size:10px;
    text-decoration:none;
    font-family: Verdana;
}

#resources div.copyright p img {
    border:medium none;
    padding-bottom:6px;
}

#resources div.links {
    border-left:2px dotted #999999;
    border-right:2px dotted #999999;
    float:left;
    margin:0px 12px;
    padding:0px 6px;
    width:426px;
}

#resources div.links ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#resources div.links ul li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px 6px;
    padding:0px;
    width:auto;
    line-height: 14px;
}

#resources div.links ul li strong {
    color:#474747;
    display:block;
    font-size:10px;
    margin:0px 0px 6px;
    font-weight: bold;
    font-family: Verdana;
    line-height: normal;
}

#resources div.links ul li ul li {
    float:none;
    margin:0px;
    padding:0px;
    line-height: 14px;
}

#resources div.links ul li ul li a{
    color:#404F6A;
    font-size:10px;
    text-decoration:none;
    font-family: Verdana;
    line-height: normal;
}

#resources div.advertisement p a {
    color:#404F6A;
    font-size:10px;
    text-decoration:none;
    font-family: Verdana;
}


#resources div.advertisement {
    float:left;
    margin-top:2px;
    width:240px;
}

#resources div.advertisement p {
    background:transparent none repeat scroll 0%;
    font-size:10px;
    line-height:18px;
    margin:6px 0px;
    padding:0px;
    text-align:center;
}

div.clear {
    clear:both;
    height:18px;
}

div.clearform {
    clear:both;
    overflow: auto;
    padding: 0 0 10px 0;
}

.post {
	padding: 0 50px 0 0;
}

.commentlist {
	margin: 0 0 0 25px;
	}

/* -----------------------------------------------*/
/* -------->>>   PROMO BAR  <<< -----------------*/
/* -----------------------------------------------*/

#promobar, #promobar a {
	color:#3f4c6b;
	font-family:Verdana;
	font-size:12px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
}

#promobar a:hover {
	border-bottom:1px dotted #3f4c6b;
	text-decoration:none;
}


/* -----------------------------------------------*/
/* ---------->>>   TOOL TIP  <<< -----------------*/
/* -----------------------------------------------*/

#theToolTip{
    position: absolute;
    left: -300px;
    width: 200px;
    border: 2px solid #C0C09F;
    padding: 6px 0px 0px 10px;
    background-color: #FFFFCC;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

#theToolTip p{
    font-size: 11px;
    color: #333333;
    line-height:1.4em;
    margin-right:10px;
    margin-top:0;
    margin-bottom: 5px;
}

#ToolTipTextWrap {
    font-weight:bold;
    font-size: 12px;
    color: #592C16;
    margin-right:10px;
}

label img{
    padding-right:5px;
}





ul.other{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left: 20px;
}

ul.other li{
    float:left;
    width: 220px;
    margin-bottom: 4px;
}

ul.other li a{
  color: #3B6E9A;
  text-decoration: none;
}

ul.other li a:hover{
  text-decoration: underline;
}



