@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	background-image: url(images/bg-grey.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 120%;
}
.colour {
	font-weight: bold;
	color: #F30;
}

h2 {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: x-large;
	font-style: normal;
	padding-top: 10px;
	line-height: 110%;
}
.img-thmb {
	margin-right: 15px;
	margin-bottom: 10px;
	border: 2px solid #333;
}

.highlight {
	color: #F30;
	font-variant: small-caps;
	font-weight: bold;
}
.note {
	font-size: x-small;
}

em {
	font-style: normal;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
#menu {
	background-color: #FF8402;
	padding: 5px;
	list-style-type: none;
	height: 20px;
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
}
#menu ul {
	display: inline;
	margin-left: 30px;
}

#menu li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F30;
	border-left-color: #F30;
	text-transform: uppercase;
}
#menu-sec {
	background-color: #CD9B04;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	height: 20px;
	background-repeat: repeat-x;
	border-top-color: #FFB719;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFB719;
	border-top-style: none;
}
#menu-sec ul {
	display: inline;
	margin-left: 300px;
}

#menu-sec li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFB719;
	border-left-color: #FFB719;
	text-transform: uppercase;
}
#header p {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 500px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-variant: normal;
	color: #000;
}

#container  {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-right-style: solid;
	border-left-style: solid;
	margin-top: 20px;
	background-color: #FFF;
} 

#header  {
	height: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/hands-3.jpg);
} 
#header h1  {
	margin: 0px;
	display: none;
	padding: 0px;
	overflow: hidden;
	font-weight: bold;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	font-size: medium;
} 
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
#footer  {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F30;
	margin-right: 20px;
	margin-left: 20px;
} 
#photo {
	margin-top: 50px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	height: 96px;
	background-position: 90% 90%;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666;
	line-height: 10%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#name {
	float: right;
	background-image: url(images/business-name.png);
	background-repeat: no-repeat;
	width: 450px;
	margin-top: 10px;
	height: 150px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
blockquote{
	margin: 1em 0;
	border: 1px solid #ddd;
	background: url(images/quote-a.gif) 5px 5px no-repeat;
	padding-top: 30px;
	font-size: small;
}
blockquote p {
	padding: 0 10px;
}
blockquote p.source {
	padding-bottom: 40px;
	text-align: right;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0px;
	background-image: url(images/quote-b.gif);
}
.blink {
	color: #F00;
	text-decoration: blink;
}

#menu a:link{
	color: #000;
	text-decoration:none;
}
#menu a:visited{
	color:#000;
	text-decoration: none;	
}
#menu a:hover {
	color: #ffb719;
	text-decoration:none;
}
#menu a:active{
	color:#000;
	text-decoration:none;
}
#menu-sec a:link{
	color: #000;
	text-decoration:none;
}
#menu-sec a:visited{
	color:#000;
	text-decoration: none;	
}
#menu-sec a:hover {
	color: #ffb719;
	text-decoration:none;
}
#menu-sec a:active{
	color:#000;
	text-decoration:none;
}
