/* CSS Document */

body		{background:url(images/background.gif) left top repeat-y; margin:0; color:#808080; font-style:normal; font-variant:normal; font-weight:normal; line-height:2; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#fff}
#container	{width:950px; margin-left:50px;}
#header		{width:952px;}
#content	{width:700px; margin-left:58px; margin-top:30px;}

.clear		{clear:both;}
.green		{color:#8bce35;}
.orange		{color:#ff800a; font-weight:bold;}
img.align_left { float:left; padding: 3px 10px 5px 0;}
img.align_right { float:right; padding: 3px 0px 5px 10px;}
.img-sitelock {padding: 20px 0 20px 108px;}

h1			{color:#8bce35; font-size:12px;}

/* Navigation Styles */
#navigation			{list-style:none; margin:0; padding:0;}
#navigation li		{float:left;}
#navigation a		{display:block; width:170px; height:150px;}
#navigation span	{position:absolute; left:-9999px;}

#about				{background:url(images/about.gif) no-repeat;}
#tesimonials		{background:url(images/testimonials.gif) no-repeat;}
#clients			{background:url(images/clients.gif) no-repeat;}
#bios				{background:url(images/bios.gif) no-repeat;}
#contactUs			{background:url(images/contact.gif) no-repeat;}

#about:hover		{background:url(images/about_circle.gif) no-repeat;}
#tesimonials:hover	{background:url(images/testimonials_circle.gif) no-repeat;}
#clients:hover		{background:url(images/clients_circle.gif) no-repeat;}
#bios:hover			{background:url(images/bios_circle.gif) no-repeat;}
#contactUs:hover	{background:url(images/contact_circle.gif) no-repeat;}

a:link              { color: #808080; text-decoration:none; outline: none }
a:visited           { color: #808080; text-decoration:none; outline: none }
a:hover             { color: #808080; text-decoration:underline; outline: none }
a:active            { color: #808080; text-decoration:none; outline: none }
