/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

h1
{
	font-size: 2em;
	font-weight:bold;
	margin-top: 0.5em;
}

#top
{
		padding:1em;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		background: white;
		color: black;
}

#content
{
	margin-left:15em;
	margin-top:1em;
	margin-right:5em;
}

#content h2
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
	
}

#left
{
	margin-top:1em;
	position:absolute;
	left:1em;
	width:12em;
}

#services
{
	width:10em;
	border: 1px solid black;
	padding:1em;
	margin-bottom: 1em;	
}
#left ul
{
	line-height:2em;
}

#content ul
{
	list-style: disc;
	margin:1em;
}

#content p
{
	margin-bottom:1em;	
}

#left h2
{
	margin-bottom:1em;
}

#nav-menu li
{
	float: left;
	border-left: 2px solid black;
}

#nav-menu li a
{
	float: left;
	margin-left:1em;
	width: 5em;
	display: block;
	color: #0d2474;
	background: white;
	text-decoration: none;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
}


