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

body{
	font-family: Verdana,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
td { vertical-align:top;}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.subtle 
	{
	color: black;
	text-decoration: none;
	}

a.subtle:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 135%;
 color: #0089D1;
 text-align:left;
 margin:10px 0 10px 10px;
}

h2{
 font-size: 110%;
 color: #0089D1;

}
h3{
 font-size: 100%;
 color: #334d55;
}

		

/***********************************************/
/* Layout Styles                                */
/***********************************************/
/* I created this to crop the images - Roy */
#navcolumn {width:230px; overflow:hidden; margin-left:-22px;}

#navcolumn img {
	width: 274px;
	height: 58px;
	border: 0;
	}
	
.masthead{
	margin: 0 0 0 54px;
	padding: 10px 0px 0px 0px;
/*	width: 205px;*/
}


/*  Created these to space the Header elements - Roy */
img.title {margin-top:0px;}

.flash {
	margin: 0 auto;
	vertical-align: bottom;
}


/*************** #pageName styles **************/

.pageName{
	padding: 0px 0px 0px 10px;
}


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


.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 10px 5px 0px;
/*	text-align: center; */
}
/*  Created these to space float images in the main body - Roy */

.feature img.r{
	float: right;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 5px 0;
}
.feature img.l{
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 5px 0px 5px 0;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 3px solid #3399ff;
	font-size: 75%;
	color: #555;
	padding: 10px 30px 10px 30px;
	margin-top: 0px;
	text-align: left;
	border-right-color: #FFFFFF; /*Gives the chiselled corner to the top & bottom borders*/
	border-left-color: #FFFFFF;
}


#imgs img {
	margin: 2px;
	border: 1px solid black;
	vertical-align:middle;
	}

* html #imgs img 
	{ 	vertical-align:top;}


#imgs div {
	border: 1px solid black;
	float:left;
	margin: 0 0 30px 0;
	}

td.todo {
		font-size: 80%;
		padding-left:20px;
		}

td.todo-hdr {
	font-size: 100%;
	font-weight:bold;
	}
	

div.phone-outer
	{
	margin-top : 20px;
	float : left;
	border : 1px solid black;	
	}
	
div.phone-inner
	{
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: black;
	width: 143px; 
	text-align:center; 
	font-size : 1.5em; 
	padding: 10px 0 10px 0;
	margin: 2px;
	border : 1px solid black;
	}
	
	
div#invite {
	width: 434px;
	height: 434px;
	background-image:url(images/invite.jpg);
	background-position:top;
	margin-left: 60px;
	border : 1px solid white;  /*this stops FF putting the bg img in the wrong place*/
	}

div#invite p
	{
	font-family: georgia; 
	font-weight : bold; 
	margin: 170px 0 0 110px;
	}
	
div#invite a
	{
	color : black;
	text-decoration:underline;
	display : block;
	margin-top : 30px;
	font-size : 16px;
	}
		
div#invite a:hover
	{
	color : 	blue;
	}

fieldset 
	{
	color : black;
	border: 1px solid blue;
	background-color: white;
	margin: 0 20px;
	}


label {
	line-height: normal;
	text-align: right;
	font-size: 9pt;	
	margin-right: 10px;
	margin-top: 10px;
	width: 100px;
	display : block;		
	float : left;  
	}

	

input.formInput, textarea.formInput {
	border : 1px solid black;
	background-color : 	#DEEDFB;
	margin-right: 10px;
	margin-top : 10px;
	padding: 2px;
	font-size: 9pt;		
	}	



input.formInput:focus,  textarea.formInput:focus{
	background-color : #EEE;
	}	
	
span.webu-name
{
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: bold;
}	

span.webu { float:right; }
span.assoc { margin-left: 100px; }

div.business
	{
	border : 2px solid blue;
	padding : 20px;
	margin-top : 20px;
	}