/* Colours used */

/*----------------
bg dark grey		#1F1F1F
logo green			#70B36C
text body grey		#CCCCCC
text grey			#999999
text grey			#BDB7AF
text grey			#ABABAB

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

@import	url(images.css);

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

body	{
	font-size:62.5%;
	font-family:"Courier New", Courier, monospace;
	color:#CCC;
	background:#1F1F1F;
}

/* 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	{
	font-size:1.6em;
	margin-bottom:12px;
}

h2	{
	font-size:1.5em;;
}

h3	{
	font-size:1.4em;
}

h4	{
	font-size:1.3em;
}

h5	{
	font-size:1.1em;	
}
p	{
	font-size:1.2em;
	line-height:1.3em;
}
a	{
	color:#CCC;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

ul	{
	list-style:none;
}
/* Main divs
------------------*/

#contact_info	{
	width:195px;
	left:105px;
	float:left;
	position:relative;
	text-align:right;
	margin-top:15px;
}
#contact_info p,
#contact_info a	{
	color:#666;
}

#footer	{
	font-size:1.1em;
	color:#666666;
}
#footer a	{
	color:#888;
}
#side_nav,
#top_nav	{
	font-size:1.2em;
}
#footer	{
	background:url(../images/footer_bg.gif) no-repeat top left;
	width:602px;
	height:24px;
	float:right;
	clear:right;
	position:relative;
	right:113px;
	margin-top:10px;
	padding-top:5px;
}
#footer li,
#top_nav li	{
	display:inline;
}
#footer li.footer_first-child	{
	margin-left:95px;
}

#logo	{
	margin-left:4px;
	float:left;
}
#main	{
	width:335px;
	float:left;
	position:relative;
	left:70px;
}
#map_container	{
}
#map	{
	 float:left;
	 width:350px;
	 height:250px;
	 border:1px solid #CCC;
	 margin-bottom:10px;
	 padding-bottom:10px;
}

#side_nav_bg	{
	float:right;
	background:url(../images/side_nav_bg.gif) no-repeat top left;
	width:140px;
	height:455px;
	margin-top:60px;
}
#side_nav	{
	margin-top:165px;
	letter-spacing:.7px;
	font-weight:bold;
}
#side_nav li	{
	border-bottom:1px solid #444;
	border-left:1px solid #666;
}
#side_nav li a	{
	padding:8px 0 0 5px;
	display:block;
}
#side_nav li:hover	{
	background:#333;
	border-left:1px solid #999;
}
#side_nav li:hover a	{
	text-decoration:none;
	color:#70B36C;
}
#side_nav li:hover a .o	{
	color:#FFF;
}
#sitemap	{
	margin-left:30px;
	list-style:disc inside;
	font-size:1.5em;
	line-height:1.4em;
}
#top_nav	{
	margin-bottom:120px;
	width:800px;
	float:left;
}

#top_nav li.first_child_top_nav	{
	margin-left:52px;
}
#work_mates	{
	width:335px;
	float:left;
	position:relative;
	left:70px;
}
#work_mates h1	{
	text-align:center;
}
#wrapper	{
	width:1000px;
	margin:0 auto;
}

/* Main classes
------------------*/
	
	.clear	{
		clear:both;
	}
	.o	{
		color:#70B36C;
	}
