/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #d1903c;
	text-decoration: underline;
}

a:visited  {
	color: #d1903c;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/************** header tag styles **************/

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: bold;

}

h2{
 font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{

 font: 100% Arial,sans-serif;
 color: #5282a8;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #5282a8;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;

	font-size: 10pt;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 200px;
	float: left;
	width:750px;
	background-color: #ffffff;
	left: 0%;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
	left: 15%;
	right: 10%;
	width:750px;
	
}

/***********************************************/
/* Configures menu on the side of the page                               */
/***********************************************/
#pageNav{
	position:absolute;

	float: right;
	width: 175px;
	/* Old Width  178px */
	padding: 0px;
	/* Old Color  background-color: #F5f7f7; */
	background-color: #ffffff;
	/* border-left: 1px dashed #cccccc;*/
	/*border-bottom: 1px solid #cccccc; */
	font: small Verdana,sans-serif;
	left: 573px;
}

#content{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 550px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	vertical-align:top;

	
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px,0px,0px,0px;
	padding: 2px 0px 0px 0px;
	color: #003399;
	font-weight: bold;
}

/************** utility styles *****************/

#utility{
	font: Verdana,sans-serif;
	font-size: 7pt;
	font-weight: normal;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	
}

#utility a{
	color: #999999;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 750px;
height: 46px;
color: #ffffff;
padding: 0px;
margin: 0px;
background-image:  url("middle.jpg");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 15px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 8pt;
  	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	color: #d1903c;
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 50px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #d1903c;
}

.subglobalNav a:hover{
	color: #d1903c;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 7pt;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;

}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #D5DAF2;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


.side-text {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	padding: 10px 0px 3px 10px;
}

/************************box*********************/

.box-padding {

	padding: 10px 0px 3px 10px;
}
.box-shadow {
	background-image:  url(http://www.healthwisetech.com/images/contentbox-bg.gif);
	background-repeat: repeat;
	width: 600px;
	background-position: center;
	margin-top: 20px;

}
.box-title {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #5282a8;
}


a:hover{
	text-decoration: none;
}

.box-copy {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;
}

.box-copy a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.box-copy a:active {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #336699;
}

.box-copy a:visited {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #336699;
}

.box-copy a:hover {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: underline;

}
.box {
	width: 500px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	

}

.box-newsletter {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;	
	width: 750px;
	border: 1px solid #CCCCCC;

}

.box-little {
	width: 120px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;

}
.box-background-index {
	background-image:  url(http://www.healthwisetech.com/images/background2.jpg);
	background-repeat: repeat;
	background-position: center;
	
}
.box-background-logo {
	background-image:  url(http://www.healthwisetech.com/images/background2.jpg);
	background-repeat: repeat;
	background-position: center;
}

.box-background-text {
	background-image:  url(http://www.healthwisetech.com/images/background2.jpg);
	background-repeat: repeat;
	background-position: center;
	text-indent: -60px;
	text-align: center;	
}

.box-background-text-index {
	background-image:  url(http://www.healthwisetech.com/images/background2.jpg);
	background-repeat: repeat;
	background-position: center;
	text-indent: -100px;
	text-align: center;	
}
.box-side {

	background-image:  url(http://www.healthwisetech.com/images/panels/panel.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:5px;
	margin-right:5px;

}
