@charset "UTF-8";
/* CSS Document    *************************************************************    dirtyfork / juicy apple */ 

body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #4D4D4D;
	background: url(images/top_bg.jpg) top left repeat-x #FFFFFF;
	font-size: 62.5%; /* this means 1em = 10px */
}

/* force a vertical scroll in firefox (prevents page jumping) */
html 
{
	min-height: 100%;
	margin-bottom: 1px;
}

/***********************************************************************/
/* png bits                                                            */
/***********************************************************************/

.pngFix { behavior: url(iepngfix.htc) }

/***********************************************************************/
/* top set                                                             */
/***********************************************************************/

#logoOuter
{
	width: 100%;
	/*float: left;*/
	margin: 0 auto;
	padding: 0px;
	height: 58px;
}

#logo
{
	float: left;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	width: 100%;
	height: 58px;
	background: url(images/logo.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

#content
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 760px;
}

/***********************************************************************/
/* menu                                                                */
/***********************************************************************/

#menu
{
	float: left;
	width: 760px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#menu ul
{
	list-style: none;
	display: inline;
	margin : 0px;
	padding: 0px;
	float: right;
	/*width: 516px;*/
	width: 620px;
}

#menu li
{
	list-style: none;
	display: inline;
	margin : 0px;
	padding: 0px;
	float: left;
	background: url(images/button2.gif) top center no-repeat;
}

#menu li span
{
	margin-right: 4px;
	width: 100px;
	display: block;
}

#menu a
{
	float: left;
	font-size: 1em;
	line-height: 1em;
	height: 22px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	width: 100px;
	text-decoration: none;
}

#menu a:hover
{
	color: #EBE729;
	text-decoration: none;
}

#menu a.active, #menu a.active:hover
{
	color: #EBE729;
	text-decoration: none;
}

#menu a.selected, #menu a.selected:hover
{
	color: #EBE729;
	text-decoration: none;
}

/***********************************************************************/
/* home flash and info box build                                       */
/***********************************************************************/

#flashContainer
{
	float: left;
	width: 760px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

#homeFlash
{
	float: left;
	width: 760px;
	margin: 15px 0px 15px 0px;
}

#portfolioFlash
{
	float: left;
	width: 760px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

#aboutHome
{
	float: left;
	width: 183px;
	height: 120px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(images/home_about.jpg) top left no-repeat;
}

#workHome
{
	float: left;
	width: 183px;
	height: 120px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(images/home_work.jpg) top left no-repeat;
}

#portfolioHome
{
	float: left;
	width: 183px;
	height: 120px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(images/home_portfolio.jpg) top left no-repeat;
}

#contactHome
{
	float: left;
	width: 183px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	background: url(images/home_contact.jpg) top left no-repeat;
}

#aboutHome span a, #workHome span a, #portfolioHome span a, #contactHome span a
{
	display: block;
	float: left;
	width: 173px;
	margin-top: 92px;
	text-align: right;
	padding: 7px 10px 11px 0px;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
}

#aboutHome span a:hover, #workHome span a:hover, #portfolioHome span a:hover, #contactHome span a:hover
{
	color: #EBE729;
	text-decoration: none;
}

/***********************************************************************/
/* page top images                                                     */
/***********************************************************************/

#aboutImage, #workImage, #contactImage
{
	float: left;
	width: 760px;
	overflow: hidden;
	padding: 15px 0px;
	margin: 0px;
}

/***********************************************************************/
/* curvedBoxBuild                                                      */
/***********************************************************************/

#copyBox
{
	float: left;
	width: 760px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	background: url(images/curved_box_top.jpg) top left no-repeat;
}

#copyTitle
{
	float: left;
	width: 708px;
	padding: 8px 25px 0px 25px;
	margin: 0px;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	background: url(images/curved_box_title.jpg) top left repeat-x;
}

#copyBoxMiddle
{
	float: left;
	width: 708px;
	padding: 0px 25px;
	margin: 0px;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
}

#copyBoxLeft
{
	float: left;
	width: 480px;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	border-right: solid 1px #d8d8d8;
}

#copyBoxRight
{
	float: left;
	width: 177px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

#copyBoxRight img
{
	border: solid 1px #CCCCCC;
	padding: 2px;
	margin: 0px 0px 8px 0px;
}

#copyBoxBottom
{
	float: left;
	width: 760px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background: url(images/curved_box_bottom.jpg) top left no-repeat;
}

.copyBoxEven
{
	float: left;
	width: 328px;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	border-right: solid 1px #d8d8d8;
}

.copyBoxEven2
{
	float: left;
	width: 329px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

.copyBoxEven2 p span
{
	width: 60px;
	display: block;
	float: left;
}

.devide
{
	float: left;
	width: 329px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}

/***********************************************************************/
/* Vertical Accordions                                                 */
/***********************************************************************/

#vertical_container
{
	width: 460px;
	float: left;
	padding-bottom: 20px;
}

.accordion_toggle 
{
	width: 460px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 3px;
	padding-left: 22px;
	margin-top: 3px;
	display: block;
	cursor: pointer;
	color: #4D4D4D;
	font-weight: normal;
	background: url(images/arrow_right.jpg) top left no-repeat;
	border-bottom: solid 1px #e7e7e7;
}

/* Container styling*/
		
.accordion_toggle_active 
{
	width: 460px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 3px;
	padding-left: 22px;
	margin-top: 3px;
	display: block;
	cursor: pointer;
	color: #999999;
	background: url(images/arrow_down.jpg) top left no-repeat;
}
		
.accordion_content
{
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px 0px;
}
			
.vertical_accordion_toggle
{
	display: block;
	height: 30px;
	width: 550px;
	background-color: #1C97C3;
	padding: 0px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #000000;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	margin: 0 0 0 0;
}

/***********************************************************************/
/* forms
/***********************************************************************/

form
{
  margin: 0;
  padding: 0;
}

fieldset
{
   border: 0;
   margin: 0;
   padding: 10px 0;
}

div.inlineform label
{
   float: left;
   clear: left;
   display: block;
   width: 115px;
   padding: 3px 3px 3px 0;
   text-align: left;
   margin-top: 7px;
   font-size: 1.1em;
   font-weight: bold;
}

div.inlineform input,
div.inlineform textarea
{
   float:left;
   width: 195px;
   padding: 2px;
   margin-top:7px;
   font-size: 1.1em;
}

div.inlineform input.text,
div.inlineform textarea
{
   border: 1px solid #B0B0B0;
}

div.inlineform input.button
{
   float: none;
   clear: both;
   text-align: center;
   background: url(images/submit-back.jpg);
   color: #FFFFFF;
   border: 0;
   width: 56px;
   height: 25px;
   font-size: 1em;
   padding: 0;
   line-height: 23px;
   margin: 10px 0 10px 265px;
}

/* googleMap link */

#google
{
	float: left;
	width: 309px;
	border: solid 1px #cdcdcd;
	background: url(images/google_bg.jpg) bottom left repeat-x;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

#google span
{
	background: url(images/g_icon.jpg) top right no-repeat;
	display: block;
	width: 309px;
	float: left;
}

#google span a
{
	display: block;
	width: 309px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#google span img
{
	border: solid 1px #cdcdcd;
	float: left;
	margin: 0px 10px 0px 0px;
	display: inline;
}

/***********************************************************************/
/* footer container build                                              */
/***********************************************************************/

#footer
{
	width: 100%;
	float: left;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border-top: solid 1px #f2f2f2;
}

#footerContent
{
	margin: 0px auto 0px auto;
	width: 760px;
	padding: 15px 0px 25px 0px;
	text-align: center;
}

/***********************************************************************/
/* general spans inc colors clear etc                                  */
/***********************************************************************/

.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
}

.screenHide
{
	display: none;
}

img
{
	border: none;
}

/***********************************************************************/
/* basic XHTML stuff                                                   */
/***********************************************************************/

h1
{
	display: none;
}

h2
{
	text-indent: -999999px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

h3
{
	color: #4D4D4D;
	margin: 0px;
	padding: 0px 0px 11px 0px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

/* h2 image replacement */

#aboutTitle
{
	background: url(images/title_about.gif) top left no-repeat;
	height: 18px;
	padding: 0px 0px 18px 0px;
}

#workTitle
{
	background: url(images/title_work.gif) top left no-repeat;
	height: 18px;
	padding: 0px 0px 18px 0px;
}

#contactTitle
{
	background: url(images/title_contact.gif) top left no-repeat;
	height: 18px;
	padding: 0px 0px 18px 0px;
}

#portfolioTitle
{
	background: url(images/title_portfolio.gif) top left no-repeat;
	height: 18px;
	padding: 0px 0px 18px 0px;
}

#testimonialTitle
{
	background: url(images/title_testimonial.gif) top left no-repeat;
	height: 18px;
	padding: 0px 0px 18px 0px;
}

p
{
	color: #4D4D4D;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
}

a
{
	color: #4D4D4D;
	text-decoration: none;
}

a:hover
{
	color: #4D4D4D;
	text-decoration: none;
}