/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   



/* LAYOUT */
div#layout
{
	width: 670px;
	float: right;
	padding-bottom: 15px;
}



/* MAIN */
div#main
{
	width: 100%;
	float: right;
	
}


/* SUB1 */



div#sub1 {

 		position:absolute;
		top:258px;
		left:300px;
		display: block; 
		min-width: 263px;
		background: #f26739;
		color:#FFFFFF;
		z-index:100px;
		padding:10px 10px 10px 20px;
		
		}


body.Services div#sub1 {

		display: none; 
		
		}


blockquote {
  
	border-left:0px !important;
	margin-left:0px !important;
}





/* LOCAL */
div#local
{
	margin-top:13px;
	width: 280px;
	float: left;
}



/* List Items and Sub Nav */

div#sub1 ul {
	
	margin-right:10px; 
        margin-left: 20px;
	list-style:disc;
	   float: left;
}

div#sub1 ol {
	
		margin-right:10px; 
        margin-left: 20px;
	    float: left;

}


div#main ul.services li 
{
	display:inline;
	float:left;
	margin-bottom:60px;
}

div#main ul.services li h3 a, div#main ul.services li h3 a:link, div#main ul.services li h3 a:active
{
	color: #3b3b3b;
	text-decoration: none;
}
div#main ul.services li h3 a:hover
{
	color: #f26739;
	text-decoration:underline;
}


li#programming  {
	
	background:url(../images/template/programming_icon.png) left top no-repeat;
	width:260px;
	padding-left:70px;
	margin-top:30px;
}

li#design  {
	
	background:url(../images/template/design_icon.png) left top no-repeat;
	width:260px;
	padding-left:70px;
	margin-top:30px;

}


li#seo  {

	background: url(../images/template/seo_icon.png) left top no-repeat;
	width:260px;
	padding-left:70px;

}


li#strategy  {

	background: url(../images/template/strategy_icon.png) left top no-repeat;
	width:260px;
	padding-left:70px;

}

li#application  {

	background:url(../images/template/application_icon.png) left top no-repeat;
	width:260px;
	padding-left:70px;	

}

li#copy  {

	background:url(../images/template/copy_icon.png) left top no-repeat;
	width:260px;
	padding-left:70px;	

}


div#local li.subnav a,
div#local li.subnav a:link,
div#local li.subnav a:active,
div#local li.subnav a:visited,
div#local li.subnav a:hover  
{
		font-size: 1em;
		color: #000000;
		display:block;
		padding:0px;
		margin:0px;
		text-decoration: none;
		background:url(../images/template/seo_navbar.png) right top no-repeat;
		width: 243px;
		height: 25px;
}

div#local li.subnav a:hover
{
		color: #f26739;
		width: 243px;
		height: 25px;
		padding:0px;
		margin:0px;
		background:url(../images/template/seo_navbar_orange.png) right top no-repeat;
}
div#local li.subnavOn a,
div#local li.subnavOn a:link,
div#local li.subnavOn a:active,
div#local li.subnavOn a:visited,
div#local li.subnavOn a:hover  
{
		font-size: 1em;
		color: #f26739;
		display:block;
		padding:0px;
		margin:0px;
		text-decoration: none;
		background:url(../images/template/seo_navbar_orange.png) right top no-repeat;
		width: 243px;
		height: 25px;
}

div#local li.subnavOn a:hover
{
}


