@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(../images/site_bg.jpg);
}

#header_bg {
	background-image: url(../images/header_bg.jpg);
	height: 386px;
}

#container  {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 182px;
}
#logo {
	float: left;
}
#contact {
	width: 500px;
	float: right;
}
#contact .phone {
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
	padding: 10px 15px 5px 0px;
}
#social_contact {
	float: right;
	width: 185px;
	height: 65px;
}
#social_contact li {
	display:inline;
}
#social_contact li a {
	float: left;
	width: 60px;
	height: 65px;
}
#twitter a{
	background-image: url(../images/twitter_norm.png);
	background-repeat: no-repeat;
}
#twitter a:hover {
	background-image: url(../images/twitter_hover.png);
	background-repeat: no-repeat;
}
#facebook a{
	background-image: url(../images/facebook_norm.png);
	background-repeat: no-repeat;
}
#facebook a:hover {
	background-image: url(../images/facebook_hover.png);
	background-repeat: no-repeat;
}
#email a {
	background-image: url(../images/email_norm.png);
	background-repeat: no-repeat;
}
#email a:hover {
	background-image: url(../images/email_hover.png);
	background-repeat: no-repeat;
}
#top_menu {
	top: -24px;
	margin: 0 auto;
	position: relative;
}

#top_menu ul{
	height:100px;
	width:612px;
	margin: 0 auto;
	white-space: nowrap;
	}
#top_menu li{
	display:inline;
			}
			
#top_menu li a{
	width:204px;
	height: 100px;
	float: left;
			}
			
#top_menu li a strong , #tagline h1, #social_contact ul li a strong{
	display: none;
				}
#top_menu_who a{
	background-repeat: no-repeat;
	background-image: url(../images/who_norm.jpg);
	
				}
#top_menu_who a:hover{
	background-image: url(../images/who_hover.jpg);
	background-repeat: no-repeat;
					}
#top_menu_what a{
	background-image: url(../images/what_norm.jpg);
	background-repeat: no-repeat;
				}
#top_menu_what a:hover{
	background-image: url(../images/what_hover.jpg);
	background-repeat: no-repeat;
					}
#top_menu_work a{
	background-image: url(../images/work_norm.jpg);
	background-repeat: no-repeat;

				}
#top_menu_work a:hover{
	background-image: url(../images/work_hover.jpg);
	background-repeat: no-repeat;
					}
#top_menu_word a{
	background-image: url(../images/word_norm.jpg);
	background-repeat: no-repeat;

				}
#top_menu_word a:hover{
	background-image: url(../images/word_hover.jpg);
	background-repeat: no-repeat;
					}
#tagline {
	height: 62px;
	text-align: center;
	position: relative;
	top: -4px;
}
#sub_menu ul {
	margin:0 auto;
	height:100px;
	width:792px;
}
#sub_menu li {
	display: inline;
}

#sub_menu li a {
	color: #FFF;
	text-decoration: none;
	width: 198px;
	height: 58px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
#sub_menu ul li a:hover {
	background-image: url(../images/submenu_hover.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFF;
}
#about a.aboutnav , #process a.processnav , #clients a.clientsnav , #contactme a.contactmenav, #webserv a.webnav,#socialserv a.socialnav , #miscserv a.miscnav,#photoserv a.photonav, #webport a.webportnav , #miscport a.miscportnav , #printport a.printportnav , #photoport a.photoportnav {
	background-image: url(../images/submenu_hover.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#mainContent p {
	line-height: 1.5em;
	font-size: .95em;

}
#mainContent a {
	font-weight: bold;
	color: #619915;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFF;
}
#home       {
	padding-top: 70px;
}
#main {
	width: 630px;
	float: left;
	padding-bottom: 20px;
}
#portfolio {
	width: 986px;
	float: left;
	padding-bottom: 20px;
}
#main h1   {
	padding-bottom: 1.4em;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #619915;
}
#main h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #619915;
}



#main .mixed_title   {
	padding-bottom: 1.5em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
}
#main ul   {
	list-style-type: disc;
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 10px 0 0 25px;
}
#main li   {
	padding: 10px 0px;
	line-height: 1.3em;
}
#main ul li li{
	padding: 10px 10px;
	line-height: 1.3em;
}


#page_nav {
	height: 95px;

}
#page_nav #prev {
	float: left;
	width: 450px;
}

#page_nav #prev img {
	float: left;
	width: 76px;
}
#page_nav #prev p {
	padding-top: 18px;
	padding-left: 5px;
	line-height: 1.1em;
	float: left;
}


#page_nav #next {
	float: right;
	width: 500px;
}
#page_nav #next img {
	float: right;
	width: 59px;
}
#page_nav #next p {
	padding-top: 18px;
	padding-right: 5px;
	line-height: 1.1em;
	float: right;
	text-align: right;
}
#main #callout {
	width: 620px;
	margin: 0 auto;
}
#main #callout h1    {
	padding: 10px 0 0 18px;

}
#main #callout h1 a {
	color: #619915;
}
#main #callout h1 a:hover {
	color: #FFF;
}


#main #callout p {
	margin-top: 12px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 20px 0 18px;
}


#main #callout_left {
	background-image: url(../images/callout/callout_image_bg_horiz.png);
	background-repeat: no-repeat;
	float: left;
	width: 300px;
	background-position: 0px 30px;
	height: 310px;
}

#main #callout_right {
	background-image: url(../images/callout/callout_image_bg_horiz.png);
	background-repeat: no-repeat;
	float: right;
	width: 300px;
	background-position: 0px 30px;
	height: 310px;
}
#main #callout_left img , #main #callout_right img{
	padding-top: 8px;
	padding-left: 18px;
}









#about #main h1    {
	padding-bottom: 0px;
}
#clients #main .logo_row {
	height: 190px;
}
#clients #main .client_logo {
	width: 157px;
	text-align: center;
	float: left;
	padding: 0px 25px 5px 25px;
	font-size: 0.9em;
}
#portfolio h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #619915;
	padding-bottom: 20px;
}
#portfolio .one_fourth   p   {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}
#photoport #portfolio a    {
	color: #FFF;
}

#photoport .view_ba {
	width: 135px;
	padding: 8px 0 0 54px;
}


#portfolio .one_fourth .service {
	font-size: 0.85em;
	font-style: italic;
	font-weight: normal;
}
#portfolio .portfolio_row {
	height: 320px;
}

#main .image_sq img {
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 7px;
}
#main .image_no_bg {
	width: 506px;
	margin: 0 auto;
}

#main .view_ba  {
	float: right;
	width: 135px;
	padding: 0 20px 10px 0;
}


#main .portfolio_info ul{
	padding: 0 0 5px 20px;
}
#main .portfolio_info ul li {
	font-size: 0.75em;
	line-height: 1.3em;

}
#blog #main {
	width: 985px;
}
#contactme  #main, #thanks #main{
	padding-left: 100px;
	width: 450px;
}
#contactme #sidebar , #thanks #sidebar{
	padding-right: 50px;
}


#contact_form   {
	float: left;
	width: 420px;
	border-right: none;
	margin-left: 0px;
}

#contact_form h2 {
	color: #619915;
	font-size: 0.9em;
	padding-bottom: 2px;
}

#two_col_left  {
	float: left;
	width: 220px;
}
#two_col_right {
	float: right;
	width: 170px;
}

.form {
	height:42px;
}
.form input   {
	width:415px;
	color:#333;
	border:1px solid #a09b96;
	padding:0px 0px 0px 3px;
	height: 28px;
	background-color: #E3DFD4;
	font-size: 1.1em;
}
.form #state {
	background-color: #E3DFD4;
	font-size: 1.1em;
	color: #333;
}
.form #city {
	width: 200px;
}
.checkbox {
	height: 0.8em;
	margin-top: 1px;
}


textarea {
	width:415px;
	height:132px;
	background:#E3DFD4;
	overflow:auto;
	color:#333;
	padding-left:3px;
	border:1px solid #a09b96;
	margin-bottom:26px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
a.form_buttons{
	padding-right:16px;
	background-image: url(../images/form_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	font-size: 0.8em;
	text-decoration: none;
	color: #011629;
}
a:hover.form_buttons {
	color: #C96;
}

.one_fourth{width:240px;}

.one_fourth{position:relative;margin-right:7px;margin-bottom:20px;float:left;}

.last{margin-right:0 !important;clear:right;}


#sidebar  {
	float: right;
	width: 330px;
}

#sidebar p  {
	font-style: italic;
	font-size: 0.8em;
}
.sidebar_line {
	padding: 0px;
}
#sidebar .image_sq  {
	background-image: url(../images/sidebar/sidebar_image_bg_sq.png);
	background-repeat: no-repeat;
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 278px;
}

#sidebar .image_sq_no_bg  {
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 278px;
}

#sidebar .image_sq img    {
	padding-top: 11px;
	padding-left: 27px;
}
#sidebar .slideshow {
	background-image: url(../images/sidebar/sidebar_image_bg_sq.png);
	background-repeat: no-repeat;
	width: 320px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 278px;
}
#sidebar .slideshow  #FlashID{
	margin-left: 27px;
	margin-top: 0px;
	position: relative;
	top: 11px;
}



#sidebar .image_no_bg {
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 278px;
	padding-left: 30px;
}

#sidebar .image_horiz {
	background-image: url(../images/sidebar/sidebar_image_bg_horiz.png);
	background-repeat: no-repeat;
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 209px;
}
#sidebar .image_horiz img {
	padding-top: 10px;
	padding-left: 28px;
}



#sidebar .quote {
	width: 265px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
}
#sidebar .credit {
	float: right;
	text-align: right;
	font-weight: bold;
}

#sidebar .validator {
	width: 210px;
	margin: 28px auto;
	height: 31px;
}
#sidebar .validator img {
	float: right;
	padding-right: 15px;
}



#footer_bg {
	background-image: url(../images/footer_bg.jpg);
	height: 100px;
	background-repeat: repeat-x;
	position: relative;
	bottom: 0px;
	background-color: #45590a;
}

#footer  {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	padding-top: 20px;
}
#footer p  {
	font-size: .8em;
	color: #FFFBF5;
	text-align: center;
}

#footer a {
	color: #FFFBF5;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #3F272B;
	font-weight: bold;
}
#footer #copyright {
	float: right;
	padding-top: 15px;
}
#footer #copyright p {
	font-size: .7em;
}


.clear {
	clear: both;
}
.fltright {
	float: right;
}
.fltleft {
	float: left;
}

.italic {
	font-style: italic;
}
.linethrough {text-decoration: line-through;
}
.strong {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.smalltext {
	font-size: .9em;
}


.alignright {
	text-align: right;
}
.normal {
	font-weight: normal;
}

