/* =========================================

Lacos Media - Creative Web Solutions Website Styles

Date: Nov 11 2009

Designer: Lacos Media

========================================= */

/* ========================================= */
/*              GLOBAL ELEMENTS				 */
/* ========================================= */

body {
	margin:0;
	padding:0;
	background-color:#e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	color:#6C6C6C;
}
img {
	border:none;
}
p {
	font-size: 9pt;
	font-weight: normal;
	line-height: 16pt;
	padding-right:10px;
}
h1 {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	color:#999900;
}
h2 {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	color:#999900;
	font-size: 16pt;
}
h3 {
	color:#666666;
	font-size: 8pt;
	margin:0px;
	padding:0px;
}
a {
	color: #708A04;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: normal;
}
ul, ol {
	padding:0;
	margin:0;
}
/* ========================================= */
/*               GLOBAL CONTAINERS 			 		 */
/* ========================================= */

#main_container {
	width:807px;
	margin:0 auto;
	background: #ffffff url('../images/main_bg.gif') repeat-y;
}
#header_container {
	width: 700px;
	margin:0 auto;
}
#body_container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#rightcolumn {
	float:left;
	width: 190px;
	padding-left: 30px;
	padding-right: 8px;
}
#leftcolumn {
	float:left;
	width: 425px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 15px;
	border-right: 1px solid #CCCCCC;
}
#footer_container {
	height:25px;
	width:807px;
	background:#E4E4E4 url('../images/footer_bg.gif') no-repeat;
	margin: 0px auto;
}
#nav {
	float:left;
}
/* ========================================= */
/*              		HEADER 							 		 */
/* ========================================= */

h1#logo_container {
	background:transparent url("../images/logo.gif") no-repeat;
	float:left;
	height:111px;
	margin: 8px;
	width:367px;
}
h1#logo_container a {
	display:block;
	height:111px;
	text-indent:-9999em;
	width:367px;	
}
#deco_container {
	float:right;
}
/* ========================================= */
/*              BODY ELEMENTS					 			 */
/* ========================================= */

#entry {
	border-bottom:1px dashed #cccccc;
	width: 400px;
}
#rightcolumn ul {
	margin: 18px 0 0 4px;
	padding: 0px;
}
#rightcolumn li {
	font-size: 9pt;
	font-weight: normal;
	line-height: 16pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#entry .about_img {
	margin:10px 10px 20px 10px;
}
#specialty {
	margin: 18px 0 0 25px;
	padding:0;
}
#specialty li {
	font-size: 9pt;
	font-weight: normal;
	line-height: 16pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img.left {
	float: left;
	border:1px dashed #cccccc;
	background:#ffffff;
	padding:4px;
	margin: 2px 8px 2px 2px;
}
#portfolio h3 {
	text-align:left;
	margin:0;
	padding-top:4px;
}
#portfolio p {
	font-size:8pt;
	margin:0;
	padding:0;
}
/* ========================================= */
/*              	NAVIGATION   				 			 */
/* ========================================= */

#welcome {
	display: block;
	width: 40px;
	height: 109px;
	background: url("../images/nav/welcome_roll.gif") no-repeat 0 0;
}
#welcome:hover {
	background: url("../images/nav/welcome_highlight.gif") no-repeat 0 0;
}
#welcome span {
	display: none;
}
#about {
	display: block;
	width: 40px;
	height: 109px;
	background: url("../images/nav/about_roll.gif") no-repeat 0 0;
}
#about:hover {
	background: url("../images/nav/about_highlight.gif") no-repeat 0 0;
}
#about span {
	display: none;
}
#contact {
	display: block;
	width: 40px;
	height: 109px;
	background: url("../images/nav/contact_roll.gif") no-repeat 0 0;
}
#contact:hover {
	background: url("../images/nav/contact_highlight.gif") no-repeat 0 0;
}
#contact span {
	display: none;
}
#projects {
	display: block;
	width: 37px;
	height: 162px;
	background: url("../images/nav/projects_roll.gif") no-repeat 0 0;
	float:right;
}
#projects:hover {
	background: url("../images/nav/projects_highlight.gif") no-repeat 0 0;
}
#projects span {
	display: none;
}
/* ========================================= */
/*              		FOOTER									 */
/* ========================================= */

#footer_container .copyright {
	float:left;
	width:350px;
	font-size:11px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#footer_container .footer_nav {
	float:right;
	width:350px;
	padding-right:50px;
	text-align:right;
	padding-top:30px;
	font-size:11px;
}
#footer_container a:link {
	color:#6C6C6C;
	text-decoration: none;
}
#footer_container a:visited {
	color:#6C6C6C;
	text-decoration: none;
}
#footer_container a:hover {
	color:#9f9f10;
	text-decoration: underline;
}
/* ========================================= */
/*              		MISC										 */
/* ========================================= */

.img_border {
	border:1px dashed #cccccc;
	background:#ffffff;
	padding:4px;
	margin: 2px;
}
.customLink {
	color:#fe4102;
}
.testimonials {
	font-style: italic;
}
.clear {
	clear:both;
}
.readmore {
	text-align:right;
	margin-bottom:8px;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
/* ========================================= */
/*              		FORM										 */
/* ========================================= */

.cform {
	width: 410px;
	margin-top: 30px;
}
.cform fieldset {
	margin-top:20px;
	border:none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cform legend {
	margin:0;
	padding:0;
	color: #E05D26;
	letter-spacing:3px;
}
ol.cf-ol {
	margin:0!important;
	padding:0!important;/*border-top:1px solid #f2f2f2;*/
}
ol.cf-ol li {
	background:none!important;
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.1em;
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:60px;
	margin:11px 10px 0 0;
	/*display:-moz-inline-box; for mozilla*/
	/*display:inline-block; for Opera & IE*/
	float:left;
	text-align:left;
	vertical-align:top;
	color: #999900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}
label.cf-before {
	margin:11px 10px 0 0;
}
label.cf-after {
	margin:11px 2px 0pt 6px;
	text-align:left;
	width:75px;
}
label.cf-after span {
	width:75px;
	display:block;
}
label.cf-group-after {
	margin:11px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input, .cform textarea, .cform select {
	padding:3px;
	border:1px solid #aaa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888;
	/*background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;*/
	vertical-align:top;
	margin:10px 0 0 0;
}
.cform input:hover, .cform textarea:hover, .cform select:hover {
	border: 1px solid #999900;/*background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; */
}
.cform input:focus, .cform textarea:focus, .cform select:focus {
	color:#01A2CA;/*background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; */
}
.cform textarea, .cform input {
	width:298px;
}
.cform select {
	width:306px; /* attempt to have equal length */
}
.cform select.cfselectmulti {
	height:7.5em;
}
.cform textarea {
	font-family: arial;
	font-size:11px;
	overflow:auto;
}
/*                                                    */
/* formatting for text:  "(required) & (optional)"    */
/*                                                    */

span.reqtxt, span.emailreqtxt {
	margin:0px 5px 7px 70px;
	display: block;
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 35px 0pt 0pt !important;
	text-align:right;
}
.cform input.sendbutton {
	background-color:#01B6E3;
	color:#FFFFFF;
	padding:6px;
	cursor:pointer;
	width:100px;
	border:0;
}
.cform input.sendbutton:hover {
	background-color:#999900;
	color:#FFFFFF;
	padding:6px;
	cursor:pointer;
	width:100px;
	border:0;
}