/* Colours used */
/*----------------
dark Grey:			#373434
text Grey:			#404040
text on bg Grey:	#4D4C4D
light text bg Grey:	#AAAAAA
another text Grey:	#919393
underline purple:	#602C64
arrow purple:		#4A0F4F

copper				#ef921c
darker copper		#b25204
light copper		#eab551
orange copper		#e96200

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

@import	url(other_pages.css);

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

body	{
	font-family:Helvetica, Verdana, sans-serif;
	background:#373434;
	color:#404040;
	font-size:62.5%;
}

/* 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,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:20pt;
}

h2	{
	font-size:1.5em;
	;
}

h3	{
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h4	{
	font-size:1.2em;
}

h5	{
	font-size:1em;	
}
p	{
	font-size:1.2em;
	line-height:1.3em;
}
p.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}

a	{
	color:#404040;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
p a	{
	font-weight:bold;
}
/* Main divs
------------------*/

#container	{
	background-color:#FFF;
	float:left;
	width:100%;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

#footer	{
	width:750px;
	padding-bottom:50px;
	margin:0 auto 15px;
	font-size:1.3em;
	color:#AAA;
	letter-spacing:-.4px;
}
#footer ul	{
	list-style-type:none;
}
#footer ul li	{
	float:left;
	padding:0 3px;
	border-right:1px solid;
	line-height:1.2em;
}
#footer ul li.none	{
	border:0;
}
#footer li:first-child	{
	padding-left:0;
}
#footer a	{
	color:#707171;
	text-decoration:none;
}
#footer a:hover	{
	text-decoration:underline;
}
#footer h5	{
	clear:left;
	margin:3px 0;
}

#left_col	{
	width:42%;
	float:left;
	background:#FFF url(../images/dot.gif) repeat-y top right;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col h1	{
	margin-top:3px;
	margin-left:5px;
	margin-bottom: 3px;
}
#left_col h2,h3,p	{
	padding:0 15px 0 5px;
}
#left_col p	{
	letter-spacing:.2px;
}
#left_col h5	{
	float:right;
	padding-left:6px;
	background:url(../images/dot_copper.jpg) no-repeat center left;
}

#right_col	{
	width:56%;
	float:right;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
#right_col .right_box	{
	float:left;
	clear:left;
	padding-left:5px;
	width:100%;
}
.right_box:first-child img, .right_box:first-child h4	{
	margin-top:5px;
}
.right_box	{
	margin-top: 10px;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.right_box img.big	{
	float:left;
	padding:3px;
	border:1px solid #aaa;
	margin-bottom:3px;
	width:125px;
}
.right_box h4	{
	float:left;
	width:180px;
	padding-bottom:2px;
	margin-bottom:3px;
	margin-left:14px;
	background:url(../images/copper_line.jpg) no-repeat bottom left;
}
.right_box p	{
	float:right;
	width:258px;
	margin-right:5px;
}
.right_box a	{
	text-decoration:none;
	color:inherit;
}
.right_box a:hover	{
	text-decoration:underline;
}

#main_nav	{
	width:760px;
	height:100px;
	margin:10px auto 0;
	padding-left:15px;
	list-style-type:none;
	color:#FFF;
	font-family:Tahoma, Helvetica, Verdana, sans-serif;
	text-transform:uppercase;
}
#main_nav li	{
	float:left;
	width:16.6%;
	text-align:center;
	line-height:100px;
	background:url(../images/seperator.jpg) no-repeat top right;
}
#main_nav li.none	{
	background-image:none;
	border:0;
}
#main_nav li.none :hover	{
	background-image:none;
	border:0;
}

#main_nav a	{
	display:block;
	font-size:1.4em;
	color:#FFF;
	text-decoration:none;
}
#main_nav a:focus,
#main_nav a:hover	{
	background:#484545 url(../images/seperator.jpg) no-repeat top right;
}

#quote	{
	height:180px;
	width:330px;
	color: #930;
	background-repeat: no-repeat;
	background-position: left top;
}

#swf_holder	{
	background:#373434;
	height:178px;
}
#swf_holder img	{
	float:left;
}
#swf_object	{
	float:right;
}

#telephone	{
	float:right;
	font-size:1.6em;
	color:#636466;
}

#wrapper	{
	width:760px;
	margin:0 auto;
	background:#FFF;
	height:100%;
}


/* Main classes
------------------*/
	
	.amp	{
	color:#888;
	}
	.border	{
		padding-bottom:1px;
		background:url(../images/dot.gif) repeat-x bottom left;
		height:1%;
	}
	.border_top	{
		background:url(../images/dot.gif) repeat-x top left;
	}
	.clear	{
		clear:both;
	}
	.float_rt	{
		text-align:right;
	}
	h5.float_rt	{
		margin:1em 2em;
	}
h6 {
	font-size:14pt;
	left: auto;
	right: auto;
	text-align: left;
	background-image: url(../images/copper_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
}
h6 a {
	font-size: 14px;
}

p.quotename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
p.holdincourt {
	text-align: left;
}
span.holdingcourt {
	text-align: left;
	color: #404040;
}
