/* Colours used */
/*----------------

Text Grey				#CCCCCC
Electric Green			#99FF00

------------------*/

@import	url(forms.css);

/* Main elements
------------------*/
*	{
	margin:0px, 0px, 0px, 0px;
	padding:0;
}

body	{
	font-family:Trebuchet MS, Verdana, sans-serif;
	background:#EBEBEB;
	color:#333333;
	font-size:62.5%;
	margin: 0px 0px 0px 0px;
	}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:1.7em;
	color:#0030AD;
	margin-left:5px;
}

h2	{
	font-size:1.0em;
	color:#333333;

	}

h3	{
	font-size:1.3em;
	color:#0030AD;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.3em;
	color:#333333;
	text-align:justify;
/*	word-spacing:-1px;  */
	padding:2px;
}
a	{
	text-decoration:none;
	color:#0000ff;
}
a img	{
	border:0;
}
a:hover	{
	color:#000000;
	text-decoration:underline;
}
a:link {
	position:relative;
}
li	{
	list-style:none;
}

hr {
	border:thin dashed #4f4f4f;
	margin-bottom:1.2em;
}

/*
=============================
COPY LINKS
============================= 
*/

h1 a:link {
	color:#ffffff;
	font-size:1.1em;
}

h1 a:visited {
	color:#ffffff;
	font-size:1.1em;
}

h1 a:hover {
	color:#000000;
	font-size:1.1em;
	text-decoration:underline;
}

h2 a:link {
	color:#333333;
	font-size:1.1em;
}

h2 a:visited {
	color:#333333;
	font-size:1.1em;
}

h2 a:hover {
	color:#0000FF;
	font-size:1.1em;
	text-decoration:underline;
}

.copy a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #cccccc;
	text-decoration:none;
	position:relative;

}

.copy a:visited {
	font-family: Tahoma;
	color: #cccccc;
	text-decoration:none;

}
.copy a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color:#cccccc;
	text-decoration:underline;

}

/*
============================
main divs
============================
*/

#wrapper	{
	width:950px;
	height:620px;
	margin:0px auto 0;
	border:0px solid red;
	background-color:#ffffff;
}

#top		{
	width:950px;
	height:78px;
	background-image:url(../images/nav.jpg);
	margin:0px 0px 0px 0px;
	index:1;
	position:inherit;
	}

#logo		{
	width:200px;
	height:112px;
	margin:0px 0px 0px 0px;
	top:0px;
	float:left;
	position:absolute;
	z-index:1;
}

#nav 		{
	width:650px;
	height:50px;
	margin:0px 0px 0px 0px;
	float:right;
}
#home-img 		{
	width:650px;
	margin:0px 0px 0px 10px;
	float:left;
/*	border:1px solid red; */
}

#left 		{
	width:675px;
	margin:0px 0px 0px 0px;
	float:left;
/*	border:1px solid red; */
}
#right 		{
	width:250px;
	margin:0px 10px 10px 0px;
	float:right;
/*	border:1px solid red; */
}
#copy  {
	width:675px;
	margin:0px 0px 0px 10px;
	float:left;
	background-color:#FFFFFF;
	z-index:2;
/*	border:1px solid red; */

}

#tgb {
	width:280px;
	height:150px;
	margin:50px 0px 0px 15px;
	float:left;
}

#address  {
	width:280px;
	height:150px;
	margin:10px 0px 0px 20px;
	float:left;
}
#foot	{
	width:950px;
	height:20px;
	margin:0px auto 0;
	background-image:url(../images/foot.gif);
	border:0px solid red;


}
/*
============================
classes
============================
*/

	.copy1	{
		width:320px;
		float:left;
		margin:0px 0px 0px 20px;
	}
	
	.copy2	{
		width:320px;
		float:right;
		margin:0px 0px 0px 0px;
	}
	
