body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
    font-size: 8pt;
	color: #ffffff;
    line-height: 18px;      
    background-image: url(images/bg2.gif); 
    background-repeat: repeat-x;     
}

table, p, ul, li, td.medium
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    line-height: 18px;
    color: #ffffff;
}

td.footer
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
    line-height: 14px;
    color: #606060;
}

a.communities:link, a.communities:visited, a.communities:active, a.communities:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
    line-height: 14px;
    color: #606060;
    text-decoration: none;
}

h2, a.header:link, a.header:visited, a.header:active, a.header:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: normal;
    color: #2d2e2f;
    line-height: 10px
} 

a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
    font-weight: normal;
    color: #151617;
    line-height: 10px
}

.towns
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
    line-height: 13px;
    color: #ff9224;
}    


.testimonial
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
    line-height: 12px;
	color: #36acff;
}



.copyright
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
    font-weight: normal;
    color: #808080;
} 

.bold
{
    font-weight: normal;
	color: #ffffff;
}

strong
{
    font-weight: normal;
	color: #ffffff;
}

h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
    font-weight: bold;
    color: #ffb432;
} 

.title
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffb432;
} 


.hostingtitle
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
} 

.hostingtitle2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
} 

.hosting
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
} 

.hostingprice
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}


a.regular:link, a.regular:visited, a.regular:active
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #f6944c;
}

a.regular:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: #ffffff;
}





a.menu:link, a.menu:visited, a.menu:active, .menuhome
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    /*background: url(images/button_off.gif) top right no-repeat;*/
    padding : 5px 0px 5px 0px;
}

a.menu:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    color: #ff8b02;
    display: block;
    /*background: url(images/button_over.gif) top center no-repeat;*/
    padding : 5px 0px 5px 0px; 
}


.footerlinks, a.footerlinks:link, a.footerlinks:visited, a.footerlinks:active
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 14px;
    text-decoration: none;
    color: #cc4116;
}

a.footerlinks:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 14px;
    text-decoration: none;
    color: #ffffff;
}



/* ######### Default class for drop down menus ######### */

.anylinkmenu
{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    background: #011127;
    width: 200px; /* default width for menu */
}

.anylinkmenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkmenu ul li a
{
    width: 100%;
    display: block;
    font-size: 7.5pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 10px;
}

.anylinkmenu a:hover
{ 
    font-size: 7.5pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #133393;/*hover background color*/
    color: white;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow
{ /*CSS for shadow. Keep this as is */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    background: #000000;
    visibility: hidden;
}

/* ################################################################################################## */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ################################################################################################## */




/* CONTACT FORM ELEMENTS */
.contact_form_text
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; 
}

.contact_form_text_missing
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F00000;
    font-weight: bold; 
    padding: 1px 5px; 
}

.contact_form_text_missing_msg
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F00000;
    font-weight: bold; 
    padding: 1px 5px; 
}

.contact_form_textbox
{
    border: 1px solid #808080;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
    font-size: 9pt;
    height: 20px;
    background-color: #dddddd;
}


.contact_form_form
{
    margin: 0px 0px 0px 0px;
}

.contact_form_button
{
	border: 1px black solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}

.contact_form_textarea
{
    border: 1px solid #808080;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
    font-size: 9pt;
    background: #dddddd;
}


.contact_form_filebox
{
    border: 1px solid #808080;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #dddddd;
}
/************************************/

.websitedesign
{
    display: none;   
}
