/* basic font and paragraph stylings */



body,td,th {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: small;
	color: #363896;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	}

body {
	background-color: #7b7c9a;
	width: 900px;
	margin: auto;
	}

blockquote {
	padding-left: 15px;
	}

a:link a:visited {
	color: #366696;
	}

/* specific div formatting */

#container {
	width: 900px;
	background-color: #FFFFFF;
	margin-top:10px;
	border: 1px;
	border: #333333;
}

#banner {
	height: 204px;
	width: auto;
	background-image: url(images/banner.jpg);
}

#gridcontainer {
	background: #000000;
	padding: 20px;
	}

#gridcontainer {
	background-image: url(images/grid-background.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#content {
	background-color: #FFFFFF;
	width: auto;
	padding: 25px;
	padding-left: 225px;
	background-image: url(/menu/images/v3.jpg);
	background-repeat: repeat-y;
	border-top: #0e69be thin solid;
	}

#content h1 {
	font-size: large;
	color: #4fb948;
	margin-bottom: 10px;
	}

#content p, h4 {
	margin-bottom: 10px;
	}

#content img.imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: #666666 3px solid;
	}

#content li {
	list-style: inside disc;
	margin-left: 15px;
	}


#footer {
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFCC;
	height: 65px;
	
	
	border-style: solid none none none;
	border-color: #0e69be;
	border-size: 1px;
	border-width: 1px;

	}

#footer p {
	margin: 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:smaller;
	line-height: 1.3em;
	}

#footermenu {
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	}

#footerleft {
	float: left;
	padding: 7px;
	}

#footerright {
	float: right;
	padding: 7px;
	}
	
#googlemap {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #4fb948;
	margin-top: 25px;
	margin-left: 15px;
	text-align: right;
	width: 400px;
	}
	
#googlemap a {
	color: #999999;
	text-decoration: none;
	}
	
#gallery img.thumb {
	border-style: solid;
	border-color: #4fb948;
	border-width: 1px;
	}
	

/* classes */

.grid td {
	text-align:center;
	width: 200px;
	padding: 5px;
	}
	
.grid img {
	border: none;
	}


.imagedisplay {
	text-align: left; 
	background: url(css/images/spacer.gif); 
	background-repeat: repeat; 
	float:right; 
	width:250px; 
	padding: 0; 
	height: 330px; 
	border-style: solid; 
	margin-left: 15px; 
	margin-top: 15px; 
	border-color: #4fb948; 
	border-width: 1px;
	}

.contactentry {
	padding-bottom: 25px;
	}

.contactleft {
	float: left;
	}
	
.contactright {
	margin-left: 75px;
	}
	
.contactdetails {
	padding: 10px;
	background-color: #FFFFCC;
	border: #0e69be thin solid;
	}	

.contactdetails td {
	padding: 10px;
	background-color: #FFFFCC;
	}

.contactdetails img {
	border: #0e69be thin solid;
	}

span.name {
	font-weight: bold;
	color: #4fb948;
	}
	
p.sub {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	}
	
p.small {
	font-size: smaller;
	font-weight: bold;
	text-align: left;
	line-height: 0.5em;
	}	
	
p.indent {
	font-size: small;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	}	
	
ul.content {
	margin-bottom: 10px;
	}



/* sme stuff */

#smefooter { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#aca7a5;
	color: #FFFFFF;
	font-weight: bold;
	height: 19px;
	text-align: right;
	background-image: url(images/sme.webfooter.web.jpg);
	background-repeat: no-repeat;
	background-position: right;

}

#smefooter p {
	margin: 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:smaller;

}

#smefooter a {
	display: block;
	height: 20px;
	color: #FFFFFF;
	padding-right: 70px;
	padding-top: 2px;
	font-size: smaller;
}
