/* CSS Document */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #000000;
	line-height: 1.166;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#EEEDDD;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	text-align:left; /* this overrides the text-align: center on the body element. */
	font-size:1.6em;
	/*width:800px; /* setting the wrapper size in em causes the wrapper to resize as text is resized */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0 auto 0 auto;
	background-color:#D6E6FF;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	overflow:auto;
}

#masthead{
	/*border:thin solid #FF0000;*/
	padding: 10px 0px 0px 0px;
	height:300px;
}



#masthead #logo {
	/*border:thin solid #FF0000;*/
	padding-right:25px;
	float:right;
	width:350px;
}

#sideBar_right_top{
	/*border:thin solid #FF0000;*/
	/*margin: 0px; /* zeroing the margin of the last element in the #masthead div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-top: -20px;
	padding-right: 0px;
	width:400px;
	font-size:0.9em;
	text-align:center;
	float:right;
	clear:right;
	}
	
*HTML #sideBar_right_top{
	margin-top: 0px;
	margin-bottom:20px;
}
	

#masthead #pageName{
	/*border:thin solid #FF0000;*/
	margin: 20px 0px 0px 17px !important;
	margin: 20px 0px 0px 10px;
	padding: 10px 0px 0px 5px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:500;
	width:340px;
	border-top: 1px dashed #666666;
	float:left;
	clear:left;
}


#masthead #sideBar_left_top{
	margin: 0px;
	padding: 40px 0px 0px 20px;
	width:220px;
	line-height:1.5em;
	font-size:0.9em;
	float:left;
}




#sideBar_right{
	/*border:thin solid #FF0000;*/
	padding: 0px;
	width:240px;
	float:right;
}


#sideBar_right_bottom{
	/*border:thin solid #FF0000;*/
	margin: 0;
	padding: 20px 10px 10px 10px;
	width:190px;
	line-height:1.5em;
	font-size:0.9em;
}


#content{
  	width: 470px;
	padding-left: 20px;
}


.headerbox_index{
	height:50px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	font-size: 1.4em;
	font-weight:700;
	
}


.headerbox{
	height:50px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	font-size: 1.2em;
	font-weight:bold;
}




#siteInfo{
	/*clear: both;*/
	margin: 0;
	border-top: 1px solid #cccccc;
	font-size: 0.6em;
	color:#666666;
	padding: 10px 10px 10px 20px;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	clear:both;
}


.packageprice
{
float:right;
padding-right:200px;

}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0;
}

/******************************************************/


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 1.4em;
}

h2{
 font-size: 1.3em;
}

h3{
 font-size: 1.2em;
}

h4{
 font-size: 1.1em;
}

h5{
 font-size: 1.0em;
}

h6{
 font-size: 0.9em;
}

h7{
 font-size: 0.8em;
}

h8{
 font-size: 0.7em;
}

ul li{
	position:relative; /* perform positioning here rather than with ul as IE7 freaked out */
	left:-25px;
	font-size: 1.0em;
	list-style-type:disc;
	list-style-position:outside;
	line-height:1.7em;
	padding-left:15px; /* Sets the spacing betweewn the bullet & text */
}

*HTML ul li{
	left:-22px;
}

ul ul li{
 list-style-type: disc;
 margin-left:12px;
}

ul ul ul{
 list-style-type: none;
}


.testimonial ul li{
	font-size: 1.0em;
	list-style-image:url(../images/testimonialbullet.png);
	list-style-position:outside;
	line-height:1.7em;
	padding-left:15px; /* Sets the spacing betweewn the bullet & text */
}


.testimonial_name {
font-size: 1.2em;
color:#999999;
font-weight:bold;
}


label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#contactcontainer
{
	position:relative;
	width:auto;
	margin-left:8%;
	font-size:0.8em;
}


#contactform
{
	position:relative; 
	top: -50px;
	width:25em;
	left:25%;
	height:auto;
	padding-left:1%;
	padding-right:7%;
}




#contactformfields
{
	top:15px;
	right:0px;
	height:auto;
	font-size:0.9em;
}

#contactformbuttons
{
	position:relative;
	top:15px;
	left:23%;
}




/* About Us */

#aboutcontainer
{
	width:auto;
	margin-left:5%;
}


#a_y_r_contactbox
{
	margin: 30px 0 10px 30px;
}


/*************** advert divs **************/

#adcontainer
{
	position:relative;
	left:0px;
	/*top:380px;*/
	width:500px;
	height:auto;
}
#google_ads_1
{
	position:relative;
	left:0px;
	top:20px;
	width:145px;
	height:42px;
}

#google_ads_2
{
	position:relative;
	left:160px;
	top:-22px;
	width:145px;
	height:42px;
}

#amazon
{
	position:relative;
	left:346px;
	top:-80px;
	width:174px;
	height:66px;
}

#freeindex
{
	position:relative;
	left:346px;
	top:-50px;
	width:145px;
	height:42px;
}



/************** .feature styles ***************/

.feature{
	margin-top: -15px;
	padding: 0px 0px 10px 5px;
	font-size: 0.9em;
}

.feature_index{
	padding: 30px 0px 10px 5px;
	font-size: 1.0em;
}

.feature_lifeissues{
	margin-top: -5px !important;
	margin-top: -30px;
	padding: 0px 0px 10px 5px;
	font-size: 0.9em;
}



.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.8em;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a{
	color:#620099;
}


#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	color:#FFFFFF;
	border-top: 1px solid #cccccc;
	background-color: #620099;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines h2{
font-size: 1.3em;
font-weight:500; 
}


/************** IE5/6 hack to give more weight to #headlines h2 font **************/

* HTML #headlines h2{
font-size: 1.3em;
font-weight:600; 
}

/********************************************************************/


.heading1{
 font-size: 1.4em;
}

.heading2{
 font-size: 1.3em;
}

.heading3{
 font-size: 1.2em;
}

.heading4{
 font-size: 1.1em;
}

.heading5{
 font-size: 1.0em;
}

.heading6{
 font-size: 0.9em;
}

.heading7{
 font-size: 0.8em;
}

.heading7itallic{
 font-size: 0.8em;
 font-style:italic;
}

.heading8{
 font-size: 0.7em;
}





/************** #normalText style **************/

.normalText {
	color:#000000;
	font-weight:normal;
}


/************** #required style **************/

.required {
	color:#FF0000;
}


/************** #info style **************/

#info {
	font-size: 0.8em;
	font-weight:normal;
}

/************** #image style **************/

img
{  
	border-style: none;
}

