/*=================================
General Formatting Styles
=================================*/

html, body {
	background:#999;
        margin: 0;
	padding: 0;
 }


a, a:visited {
        text-decoration: underline;
        color:#00688B;
}


a:hover {
        text-decoration: underline;
        color: #A0B4C8;
}


h2 {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: normal;
        margin: 0 0 15px 60px;
	color: #000
}


p {
        line-height: 20px;
}


em {
	font-style: normal;
	font-weight: bold;
}


hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #666;
}


/*==================================
Tab Navigation Styles
==================================*/


#tabs {
	float:left;
	width:100%;
	background:#FFF;
	font-size:12px;
	font-family: tahoma, verdana, arial, sans-serif;
	line-height:normal;
}
      
#tabs ul {
	margin:0;
	padding:20px 10px 0 0;
	list-style:none;
}


#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
      
#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#464E42;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color:#FFF;
}

#tabs a:hover {
	background-position:0% -42px;
}
      
#tabs a:hover span {
	background-position:100% -42px;
}  


/*==================================
            divs
====================================*/

#centrepage {
        margin-left: 50px;
}


#wrapper {
	/*margin: 0px auto;*/ /*centres in firefox only*/
	padding: 0px;
	border-top: none;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
	width: 900px;
	background: url("/backer.jpg") repeat;
}


#header {
	margin: 0 0 15px 0;
}



#sidebar { /*div for sidebar*/
        float: left;
        width: 260px;
        text-align: center;
        padding-top: 40px;
        padding-left: 20px;
}

#sidebarcontactbox { /*text box for sidebar*/
        width: 250px;
        text-align: left;
        background: #F5F5F5;
        border: 1px solid #666;
        padding: 10px 0px 10px 0px;
        margin-bottom: 20px;
}


#sidebarbox { /*text box for sidebar*/
        width: 250px;
        text-align: center;
        background: #F5F5F5;
        border: 1px solid #666;
        margin-bottom: 20px;
}

#quote {
        font-family: times, serif;
	font-size: 14px;
	color:#444;
        padding:0;
        border-bottom: 1px solid #666;
}

#lastquote {
        font-family: times, serif;
	font-size: 14px;
	color:#444;
        padding:0;
}

#main { /*div for main body*/
        float: left;
        width: 580px;
	margin: 0;
        padding: 40px 20px 0 20px;
	height: 1%; /*hack to fix bug*/
	line-height: 20px;
}

#footer {
       clear: both;
       background: #666;
}


/*===================================
Style classes.
====================================*/

.sidebarhome { /*class for wider sidebar image on home page*/
	border-bottom: 1px solid #666;
        margin:0 0 5px 0;
}


.sidebar { /*class for sidebar images */
	border: 1px solid #666;
        margin:0 0 20px 0;
}


.main { /*class for images in main*/
        border: 1px solid #666;
        margin: 40px 0 0 0;
        float: right;
}

.inflow { /*class for large images in main*/
        border: none;
        margin: 10px 0 30px 60px;
}

.inflowborder { /*class for large images in main*/
        border: 1px solid #666;
        margin: 10px 0 30px 60px;
}


.body {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size:12px;
        margin: 0 0 15px 60px;
        color:#333;
}	

.homelabel{
        font-family: tahoma, verdana, arial, sans-serif;
        font-size:10px;
        padding: 0px 15px 5px 15px;
}

.homequote{
        font-family: times new roman, times, serif;
        font-size: 15px;
        font-style: italic;
        padding: 0px 15px 5px 15px;
}

.homecontact{
        font-family: tahoma, verdana, arial, sans-serif;
        font-size:12px;
        padding: 0px 0px 0px 25px;
}

.ref {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size:11px;
        margin: 0 0 10px 60px;
        color:#333;
}

.copyright {
        float: right;
	font-family: arial, sans-serif;
        font-size: 10px;
        color: #FFF;
}
#quote-main { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#444; padding:0 0; border-bottom: 1px solid #666; ; left: 0px; clip:    rect(   ); height: 0px; width: 0px; top: 0px}
#main-quotes { float: left; width: 500px; text-align: center; padding-top: 40px; padding-left: 20px; ; clip:  rect(   ); color: #444}

