

body{

	margin: 0px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
	margin-bottom: 0px;
	color: #ff6600;
}

#main h1 {
	font-size: 24px;
	margin-top: -10px;
}

#body h1 {
	font-size: 24px;
	margin-top: 0px;
}

h2 {
	font-size: 20px;
	color: #3AB9F8;
	
}

h3 {
	font-size: 18px;

}

 h3 {
		
	color: #333;
}

p {
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin-top: 4px;
	color: #333;
}

a {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	color: #666;
	
	
}

#welcome-spacer{
	width: 453px;
	margin: 0px auto;
	height: 200px;
}

#welcome{
	width: 453px;
	margin: 0px auto;
}

#header {
	background-color: #000;
	width: 100%;
	height: 100px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 820px;
	height: 100px;
	margin: 0px auto;
	color: #fff;
	
}

#actions {
	padding: 40px;
	color: #83D1F8;
	font-size: 16px;
	font-family: Arial;
	text-align: right;
}

#menubar {
		
	background: #666;
		border-top:1px solid #999;
	
}
#menubar ul {
	list-style: none;  
	    background: #666;  
	    overflow: hidden;  
	    width: 860px;
	margin:auto;
	
	border-bottom:0px solid #F15C22;
	
	
}

#menubar li {
	float: left;  
	border-right: solid 1px #999;  
	height: 35px;
	
}

#menubar .menuon a {
	background: #F15C22;  
	
}

#menubar li a:link, #menubar li a:visited {  
    text-decoration: none;  
    display: block;  
    height: 35px;  
    color: #fff;  
    line-height: 35px;  
    padding: 0 12px 0 12px;  
    border-right: solid 1px #333;  
    font-family: Trebuchet MS;
    font-size: 14px;  
    font-weight: normal;  
}

#menubar li a:hover {  
    background: #333;  
    color: #fff;  
}

#menubar li.first {  
      border-left:1px solid #333;
}

#menubar li.first a{  
	border-left: solid 1px #999; 
  
}

#main-wrapper {
	width: 100%;
	background: url(../images/under-shadow.png) repeat-x;
	padding-top: 0px;
}

#main {
	width: 820px;
	margin: 0px auto;
	padding: 0 20px;
	border: 0px solid #ddd;
	min-height: 400px;
	height:auto !important;
	
	
	
}

#main img {
	padding: 15px 0;
}
#content {
	width: 610px;
	margin: 0px auto;
	float:left;
	
}

#billboard {
	margin: 0px auto;
	padding-bottom: 10px;
}

#panel-container {
	width:620px;
	float: left;
	min-height: 400px;
	height:auto !important;
	height:400px;		
}

#body {
	float: left;
	width: 600px;
	color: #FF6600;	
	padding: 10px 20px 20px 0;
	margin-bottom: 5px;
	
	
}
#main-panel h1 {
	padding-top:5px;
}
#main-panel h2{
	margin-top: 10px;
	color: #0C99CE;
}

#main-panel h3{
	color: #ff6600;
}

#main-panel p {
	color: #666;
	padding-right: 15px;
}

#main-panel .date {
	font-size: 12px;
	
	color: #999;
}

.welcome-panel {
	float: left;
	width: 610px;
	color: #FF6600;
	font-family: arial;
	border: 0px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

.welcome-panel h1{
	color: #ff6600;
	padding-top: 7px;
	padding-bottom: 7px;
}

.welcome-panel h3{
	color: #ff6600;
}

.welcome-panel img {
	padding-top: 10px;
}

.welcome-panel p{
	float: left;	
	width: 410px;
	margin-bottom: 2px;
}

#spinner{
	position:relative;
	top:100px;
	font-size: 22px;
	color: #fff;
	margin: 0px auto;
	width: 30px;
}

.line-items {
	width: 600px;
	background: #fff;
	border: 0px solid #ccc;
	padding: 0px;
	margin-bottom: 20px;
	color: #0A659E;
}

.line-items h2 {
	color: #3AB9F8;
	margin-top: 0;
}

#line-items table{
	border: 1px solid #65C7F8;
	border-bottom: 1px solid #65C7F8;
	background: #fff;
	width: 500px;
	margin: 0px auto;
	padding: 0px;
	border-spacing: 0px;
}

#line-items td {
	color: #ff6600;
	border-top: 1px solid #65C7F8;
	border-bottom: 1px solid #65C7F8;
	padding: 2px;
	font-weight: bold;
}

#line-items .title{
	color: #333;
	text-align: right;
	width: 200px;
}

#line-items  .odd{
	background: #DAEEF8;
	
	
}

#line-items .even{
	background: #fff;

}

#line-items li{
	list-style: none;
}

#table table{
	border: 1px solid #65C7F8;
	border-bottom: 1px solid #65C7F8;
	background: #fff;
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	border-spacing: 0px;
}

#table td {
	color: #ff6600;
	border-top: 1px solid #65C7F8;
	border-bottom: 1px solid #65C7F8;
	padding: 2px;
	font-weight: bold;
}

#table .title{
	color: #333;
}

#table  .odd{
	background: #DAEEF8;
	
	
}

#table .even{
	background: #fff;

}



#rh {
	float: right;
	width: 190px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

#rh .head {
	background: #3f3f3f none repeat-x;
	width: 170px;
	color: #fff;
	padding-top: 5px;
	padding-left: 9px;
	padding-bottom: 5px;
	text-shadow: #000000 0 0 0;
	font: 18px Trebuchet MS;
}

#rh .panel {
	margin-top: 0px;
	width: 163px;
	padding: 10px 8px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #3f3f3f;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing: 0;
	color: #666;
	line-height: 1.6;
	background-color: #f5f5f5;
}

#rh img {
	padding-left: 28px;
}

#rh ul{
	margin: 5px 5px 0 -0px;
	padding-left: 0px;
}

#rh li{
	color: #f60;
	list-style: none;
	margin: 0 5px 0 0px;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#rh a{
	color: #ff6600;
	padding-left: 4px;
	padding: 2px;
}

#rh a:hover{
	
}

#rh .phonetic {
	font-family: Georgia;
	font-size: 40px;
	color: #f60;
	margin-bottom: -5px;
	text-shadow: silver 1px 1px 0;
	margin-top: -11px;
}

#rh .definition {
	font-family: Georgia;
	font-size: 13px;
	color: #333;
	margin-bottom: 2px;
}
#rh .smalldate {
	color: #999;
	font-size: 11px;
	margin-left: 2px;
}
#side-panel-2 {
	float: right;
	width: 190px;
	margin-bottom: 10px;
}


#side-panel-2 .head {
	background: #3f3f3f none repeat-x;
	width: 170px;
	color: #fff;
	padding-top: 4px;
	padding-left: 9px;
	padding-bottom: 3px;
	text-shadow: #000000 0 0 0;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


#side-panel-2 .panel {
	margin-top: 0px;
	width: 163px;
	padding: 10px 8px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #3f3f3f;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0;
	color: #666;
	line-height: 1.6;
	background-color: #f5f5f5;
}



#side-panel-2 h3{
	margin-top: 0;
	font-size: 15px;
	color: #0C99CE;
}

#side-panel-2 news{
	font-size: 12px;
	color: #333;
}

#side-panel-2 ul{
	margin: 5px 5px 0 -0px;
	padding-left: 0px;
}

#side-panel-2 li{
	color: #ff6600;
	list-style: none;
	margin: 0 5px 0 0px;
	border-top: 1px solid #ccc;
	padding: 3px;
}

#side-panel-2 a{
	color: #ff6600;
	padding-left: 4px;
	padding: 2px;
	display: block;
}

#side-panel-2 a:hover{
	text-decoration: underline;
}



#footer {
	
	padding-bottom: 50px;
	margin: 0px auto;
	padding-top: 0px;
	font-family: arial;
	font-size: 12px;
	color: #666;
	height: 40px;
}

#footer-container {
	clear: both;
	width: 810px;
	margin: 0px auto;
	border-top: 1px solid #ccc;
}

#copyright{
	width: 200px;
	float:right;
	text-align: right;
	margin: 0px auto;
	padding-top: 3px;
	font-family: trebuchet ms;
	font-size: 12px;
	
	color: #aaa;
}

#footer a{
	font-family: arial;
	font-size: 12px;
	color: #CCFF33;
}


#footer ul {
	padding: 0px;
	width:500px;
	float:left;
	margin-top:0;
	font-family: trebuchet ms;
	font-size: 16px;
	list-style-type: none;
	
}

#footer li {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*** Contact Form CSS **/



input.required, textarea.required {
	border: 1px solid #00A8E6;
	padding: 2px;
	font-weight: bold;
	color: #ff6600;
}


input.required {
	width: 360px;
}

textarea {
	width: 360px;
	height: 100px;
}

.validation-advice {
	float:right;
	margin: 0px 0;
	padding: 2px;
	color : #FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

.label {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

legend {
	font-size: 30px;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #FF9933;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	
	text-align: right;
}

.field-widget {
 float: left;

}

#holder {
    width: 300px;
    background: #000;
    margin: 0px auto;
}

#contact {
	color: #666;
}

.required {
	color: #ff6600;
	font-size: 13px;
}


.feature-panel {
	background: #DBFFFC;
	padding: 10px 20px 20px;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 30px;
}

.feature-panel-title {
	font: 20px "Trebuchet MS", sans-serif;


	padding:10px;
	color: #0086BF;
	margin: 0px;
	text-align: center;
	background: #ABEFE8;
}

.feature-panel a {
	color: #FF7B4C;
	text-decoration: none;
}

.more img {
	border: 0;
	margin: 10px 0 -12px 150px
}

.quote {
	margin: 10px 0 5px 0;
	color: #F87A50;
	font-style: italic;
	text-align: center;	
}

.quote-source {
	font-size: 14px;
	color: #72635F;
	text-align: center;	
}

.client-photo {
	text-align: center;

}

.client-photo img {
	background: #fff;
	padding: 5px;
	border-right: 1px solid #C5E6E3;
	border: 1px solid #C5E6E3;
}
.client-name {
	margin: 10px 0 5px 0;
	color: #F87A50;

	text-align: center;	
}
#footer-trim {

	width:100%;
	background: #BBDC63;
	height: 9px;
	border-bottom: 2px solid #fff;
}


#logged {
	font:12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;

	color: #999;
}

#logged a {
	color:#ff6600;
	text-decoration: none;
}

#logged a:hover {
	text-decoration: underline;
	color: #999;
}

/***********  HOME ****************/

/***********  PROJECTS ****************/

.projs {
	clear: both;
	margin: 0px 0px 20px 0;
	padding: 5px 10px;
}

.projs h4 {
	margin: 15px 0 10px;
	color: #3AB9F8;
}

.projs h5 {
	margin: 5px 0 15px ;
	color: #666;
}

.projs  h4 a{
	color: #3AB9F8;
	text-decoration: none;
}

.projs p {
	margin-left:0px;


}

.stories img {
}

/***********  TESTIMONIALS ****************/

.quotes {
	font-family: "Trebuchet MS", sans-serif;
}

.quotes  h3{
	color: #FF7B4C;
	margin: 15px 0 5px 0;
}

.quotes  h4 {
	margin: 5px 0;
}

.quotes  h5 {
	color: #0099FF;
	margin: 5px 0;
}
/************* forms ************/

label {
	font-size: 13px;
	margin: 7px 0 7px 0;
	display: block;
	width: 100px;
	clear: left;
	float: left;
	text-align: right;
	color: #333;
	font-weight: bolder;
}

input {
		width: 400px;
	margin: 7px 0 5px 10px;
	
}

select {
		margin: 7px 0 5px 10px;
}
textarea {
	width: 400px;
	margin: 5px 0 5px 10px;
}

#quote_display_true {
	width: 30px;
}

#quote_display_false {
	width: 30px;
}

.intro {
	width: 400px;
	height: 40px;
}
 .submit input{
	width: 90px;
}

.apple_pagination {
	font-size: 12px;
	margin:40px 0;
  background: #CAEEEA;
  border: 1px solid #28C2EA;
  text-align: center;
  padding: 3px; }
  .apple_pagination a, .apple_pagination span {
    padding: .2em .3em; }
  .apple_pagination span.disabled {
    color: #6AD0EA; }
  .apple_pagination span.current {
    font-weight: bold;
    background: #28C2EA; 
	color: #fff;}
  .apple_pagination a {
    text-decoration: none;
    color: #28C2EA; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }


#map {
	overflow:hidden;
}

.work-button {
	margin: 0px 0;
}
.work-button a{
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	padding-top:4px;
	background: url(/images/work-button.png) no-repeat;
	width: 112px;
	height: 24px;
	text-align:center;
	display:block;
	float: left;
}

.work-button a:hover {
	color: #fff;
	margin-right: 10px;
	padding-top:4px;
	background: url(/images/work-button-on.png) no-repeat;
	text-decoration:none;
	width: 112px;
	height: 24px;
	text-align:center;
	display:block;
	float: left;
}

.stories {
	margin-top:20px;
}
.stories img{
	margin:0 0 10px 10px;
}

.submit {
	width: 90px;
	margin-left: 450px;
}

/************* Gallery ************/


#gallery img{
	border: 1px solid #ddd;
	padding: 5px;
	margin:10px;
}

#show {
	text-align:center;
	padding-bottom:20px;
}

#show img{
	border: 1px solid #ddd;
	padding: 8px;
	background: #fff;
}

#show h5 {
	color:#999;
	font-weight: normal;
}

#rhpic {
	width:265px;
	background-color: #fff;
	padding:5px;
	
}
#rhpic img {
	border: 0px solid #eee;
	padding: 5px;
}

#rhpic h2 {
	color: #0E8DE0;
	text-align:center;
}

.cover {
	width:160px;
	padding: 5px;
	float:left;
	text-align:center;
	border: 1px solid #ccc;
	margin: 0 5px 20px;
}

.cover h2 a {
	color: #ff6600;
}

.cover h2 a:hover {
	color:#0086BF;
}

.rhcover {
	width:160px;
	margin: 0 0 5px 0;
	text-align:center;
	
	
}

.rhcover h2 a {
	font-size:14px;
	color: #ff6600;
}

.rhcover h2 a:hover {
	color:#0086BF;
}

.back {
	text-align: right;
	font-size: 12px;
}

.back a {
		color: #ff6600;
}

.back a:hover {
	color: #0E8DE0;
	text-decoration:underline;
}



