/* Zeroes and General Styles */
 img, div, td, th, table, form
 	{
	  border: 0;
	  margin: 0;
	  padding: 0;
 	}
 
 p, ul, ol, li, dl, dt, dd, td, th, form
 	{
	  font: 12px/1.75em Arial, Helvetica, sans-serif;
	  /*font: 12px/1.75em Arial, Helvetica, sans-serif;*/
	  letter-spacing: -0.4px;
	  margin: 0;
	  padding: 0;
 	}
 
 a, strong, em, span { font-size: inherit; }
 
 h1, h2, h3, h4, h5, h6
 	{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  margin: 0;
	  padding: 0;
	  line-height: 1em;
 	}
 	
/* End of General Styles */
 			
 body
 	{
	 	margin: 0px;
	 	padding: 0px;
 		text-align:center;
 		background: #fff url('/images/bg/body.jpg') no-repeat fixed center;
		font: 12px/1.75em Arial, Helvetica, sans-serif;
 	}
	a, a:visited
	{
		text-decoration: none;
		color: #3333CC;
	}
	
	a:hover {
		color: #000;
		text-decoration: underline;
	}
 
 #page
 	{
 		position: relative;
		width: 900px;
 		padding: 0;
 		text-align:center;
 		margin: auto;
 		background: #fff;
 	}
#header
	{
		background: #fff url('/images/bg/header.gif') no-repeat;
		width: 900px;
		height: 174px;
	}
.top_link
	{
		color: #fff;
		position: absolute;
		text-transform: uppercase;
		list-style-type: none;
	}
.top_link a, .top_link a:visited { color: #fff; }
.top_link a:hover { color: #000;text-decoration: none; }
.top_link_dd { 
	position: relative;
	display: none;
}
.top_link_dd li { 
	list-style-type: none;
}
#link_title { top: 40px; left: 273px; }
#link_phone { top: 40px; left: 641px; color:#ff9900; font-weight: bold }
#link_contact a:hover { color: #0cf2f5; }
#link_contact { top: 40px; left: 787px; }
#link_home { top: 145px; left: 364px; }
#link_services { top: 145px; left: 509px; }
#link_work_samples { top: 145px; left: 672px; }
#content
	{
		background: #fff url('/images/bg/content.jpg') no-repeat scroll top;
		width: 900px;
		min-height: 425px;
	}
#content_inside
	{
		width: 771px;
		padding: 60px 0 0 67px;
		text-align: left;
	}
.content_bottom
	{
		width:900px;
		height:25px;
		background-image:url('/images/bg/content_bottom.jpg');
		background-position:25px 0;
	}
#footer
	{
		background: #fff url('/images/bg/footer.jpg') no-repeat;
		width: 900px;
		height: 270px;
	}
#footer p
	{
		font-size: 12px;
		color: #fff;
		line-height: 18px;
		padding: 35px 50px 50px 35px;
	
	}
	.errmsg
	{
		color: red;
		font-style: italic;
	}

	.msg
	{
		color: green;
		font-style: italic;
	}

	#topnav, #topnav * {
		list-style: none;
	}

	#topnav ul {
		background: #fff;
		position: absolute;
		top: 20px;
		z-index: 999;
		left: 10px;
		display: none;
	}

	#topnav ul li {
		width: 100%;
		background: none;
		padding: 0;
	}

	#topnav li:hover {

		visibility: inherit; /* fixes IE7 'sticky bug' */

	}

	#topnav li {
		padding: 0 15px 0 15px;
		letter-spacing: normal;
	}

	#topnav a {
		display: block;
		/*position: relative;*/
	}

	#menu li {
		text-align: left;
	}

	#menu li a, #menu li a:visited {
		font: 11px/1.5em normal Arial, Helvetica, sans-serif;
		background: #fff; 
		color: #336699;
		padding-left: 3px;
		white-space: nowrap;
		border: solid 1px #D0DDF0;
	}

	#menu li a:hover { 
		background: #336699; 
		color: #fff; 
	}
