/* CSS Document */

/* Structure */

		#page
		{
			width: 750px;
			height: 100%;
			margin: 0px auto;
			margin-top: 0px;
		}
		
		body 
		{
			top:0px;
			left:0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			background: #ffffff repeat-x; 
			text-decoration: none; 
			color: #000000; 
			font-family: Lucidia Sans, Arial, sans-serif;
			font-size: 11px;
		}
		
		#branding
		{
		    height: 60px;
			width: 750px;
			float: left;
			padding-top: 5px;
			padding-left: 0px;
			font-family: Lucidia Sans, Arial, sans-serif;
			font-size: 20px;
		}		
		
		#banner
		{
		    height: 60px;
			width: 550px;
			float: left;
			font-family: Lucidia Sans, Arial, sans-serif;
			font-size: 20px;
		}
		
		#bannerright
		{
			text-align: right;
			width: 200px;
			float: left;
			height: 60px;
			padding-top: 2px;
		}
		
		#topcontainer
		{
			float: left;
			width: 750px;
			height: 260px;
			margin-top: 0px;
			padding-left: 0px;
			padding-top: 0px;
		}
		
		#mainpic
		{
			float: left;
			width: 560px;
			height: 260px;
			margin-top: 0px;
			padding-left: 0px;
			padding-top: 0px;
		}
		
		#main
		{
			float: left;
			width: 750px;
			height: 100%;
			margin-top: 0px;
			background-color: #ffffff;
			padding-left: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#maincontent
		{
			float: left;
			width: 550px;
			height: 100%;
			margin-top: 0px;
			background-color: #ffffff;
			padding-left: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		.clientlist
		{
			float: left;
			width: 225px;
			height: 100%;
			margin-top: 0px;
			background-color: #ffffff;
			padding-left: 0px;
			padding-right: 20px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#rightcontent
		{
			float: left;
			width: 200px;
			height: 100%;
			margin-top: 0px;
			background-color: #ffffff;
			padding-left: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#maincontentcontact
		{
			float: left;
			width: 350px;
			height: 100%;
			margin-top: 0px;
			background-color: #ffffff;
			padding-left: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#rightcontentcontact
		{
			float: left;
			width: 400px;
			height: 100%;
			margin-top: 0px;
			background-color: #ffffff;
			padding-left: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#copyright
		{
			float: left;
			width: 740px;
			height: 25px;
			margin-top: 5px;
			background-color: #5cbb2b;
			color:#ffffff;
			padding-left: 10px;
			line-height: 2.2em;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			text-decoration: none;
		}
		
		#copyright p
		{
		
		padding: 0px;
		margin: 0px;
		
		}

		
		
/* Nav Bar */

		#navcontainer { 
		width: 190px;
		float: left;
		padding-top: 0px;
		margin-top: 0px;
	 }
		
		#navcontainer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
		}
		
		#navcontainer a
		{
			display: block;
			padding: 3px;
			width: 180px;
			height: 43px;
			background-color: #5cbb2b;
			border-bottom: 1px solid #eee;
		}
		
		#navcontainer a:link, #navlist a:visited
		{
			color: #EEE;
			text-decoration: none;
		}
		
		#navcontainer a:hover
		{
			background-color: #b8dd97;
			color: #fff;
		}
		
/* Typography */

		a:link
		{
			color:#000000;
			text-decoration:none;
			font-weight:bold;
		}
		
		a:visited
		{
			color:#000000;
			text-decoration:none;
			font-weight:bold;
		}
		
		a:hover
		{
			color:#000000;
			text-decoration:underline;
			font-weight:bold;
		}
		
		a:active
		{
			color:#000000;
			text-decoration:none;
			font-weight:bold;
		}
		
		a.white
		{
			color: #ffffff;
		}
		
		p 
		{ 
			text-decoration: none; 
			color: #000000; 
			font-family: Lucidia Sans, Arial, sans-serif;
			font-size: 11px;
		}
		
		p.white
		{
			color: #ffffff;
		}
		
		h2
		{
		    font-family: Lucidia Sans, Arial, sans-serif;
		    letter-spacing: 0.01em;
		    font-size: 14px;
			margin-top: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
		}