 /* 
	1. Base & Layout
	2. Navigation - Primary Nav Bar (Vertical)
	3. Site-Wide Layout Styles
	4. Home Content
	5. Contents Pages 	
	6. Footer
	7. Reset

*/

/*  ------------------- 1. Base & Layout  ------------------- */ 

body {
	background-color: #fefbec;
	padding: 0;
	margin:0;
	}

th, .home th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	/* background-color: #FFFFFF; */
	text-transform: capitalize;
	padding:0;
	margin:0;
	}

td, .home td {    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/* background-color: #FFFFFF;  */
	margin: 0;
	text-align: left;
	} 
	
	
/* ------------- 2. Navigation - Primary Nav Bar (Horrizontal) ----------- */

.menuMain {
	background: transparent url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=689003&reload=1&ei_code=nav_tile03) top left repeat-x;
	color: #6b6b6b;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 20;
	padding-bottom: 25px;
	padding-left: 42; 
	vertical-align: middle;
	margin:0;
	/* height: 89px; */
	/* border-top: 10px #eceded solid; */
	}

a.menuMain {
	text-decoration: none;	
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin: -1px;	
	border-right: 2px #e0e0e0 solid;
	}

a.menuMain:hover {
	color: #6b6b6b;
	background: transparent url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=689003&reload=1&ei_code=nav_tile_u2) top left repeat-x;
	/* border-top: 10px #eceded solid; */
	}

a.hlCurPageLink {
	color: #6b6b6b;
	background: transparent url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=689003&reload=1&ei_code=nav_tile_a) top left repeat-x;
	/* background-color:#afd71f; */
	/* border-top: 10px #FF0000 solid; */
	}


/* ------------- 3. Site-Wide Layout Styles ----------------- */

a {
	font-weight: bold; 
	color: #c01e1d;  
	text-decoration: underline;
	}
	
a:hover {
	color: #6b4531;
	text-decoration: none;
	}
	
ul.rollmenu li {
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px; 
	font-weight: bold; 	 
	margin: 0px; 	
	}
	
ul.rollmenu ul {
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 	
	margin: 0.1em -0.5em 0px; 	
	border-bottom: #ffffff 1px solid; 
	list-style-type: none; 
	voice-family: inherit;
	}

ul.rollmenu a {
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px; 
	padding-left: 1em; 
	border-top: #ffffff 1px solid; 
	display: block; 	 
	font-weight: bold; 	
	width: 100%; 
	color: #CABCAE; 	 
	background-color: transparent; 
	text-decoration: none; 
	voice-family: inherit;
	}

ul.rollmenu {
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 90%;
	color: #000;
	padding-top: 0px;
	list-style-type: none;
	background-color: #494039;
	voice-family: inherit;
	font-weight: bold;
	}
	
ul.rollmenu a:hover {
	color: #494039; 
	background-color: #CABCAE;
	}


/* -------------  4. Home Content ----------------- */

.home {
	background-color: transparent;
	}
	
/* Home page sidebar-home image */
.container-image-home {
	text-align: center;
	}
	
.image-home {
	border: 1px #7f8486 solid;	
	}
/* //End Home page sidebar-home image */



/* ------------- 5. Content ----------------- */
	
.content {
	background-color: transparent;
	}
	
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	}

.image-testimonials {
	border: 1px #7f8486 solid;
	}

.phone {
	color:#c02424; 
	font-size: 20px;
	font-weight: bold;
	}

.sidebar-text {
	text-align: center;
	}

/* Unordered lists (bullet) */ 
.content .lists {
	margin-left: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	} 

.content .lists li {
	padding-left: 30px;
	background-image: url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=689003&reload=1&ei_code=bullet);
	background-repeat: no-repeat;
	background-position: 1.2em .5em;
	}
	
.content .lists li li {
	padding-left: 30px;
	background-image: url(../nav/); 
	background-repeat: no-repeat;
	background-position: 1em .7em;
	}


/* ---------------------- 6. Footer ---------------------- */
	

.footer-background {
	background: #860445 url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=689003&reload=1&ei_code=footer-tile) top left repeat-x;	
	height: 49px;
	padding-top:3px;
	padding-right:0;
	padding-bottom:15px;
	padding-left:0;	
	}
	
.footer {	
	color: #FFFFFF;	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:capitalize;
	text-align: center;
	background-color: transparent; /* If you assign a background colour here the multiple div, spans etc in the html all referencing the same .footer class will create background colour overlap above the footer text :( -- the .footer-background class overcomes this */
	} 


a.footer:hover {
	color: #cccccc;
	background-color: transparent;
	/* padding:0 3px; */
	text-decoration: underline;
	} 	


/*END_pp02*/