@charset "utf-8";
body {
	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;
	background-image: url(images/background.png);
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #ffae00;;
}
.oneColElsCtr #container {
	width: 757px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {

}

.lefthandside {
	background-repeat: no-repeat;
	height: 526px;
	width: 401px;
	float: left;
}
.right {
	padding-left: 30px;
}
.left {
	padding-left: 65px;
}
.thumbnail {

	float: left;
	text-align: center;
	margin-bottom: 10px;
		width: 130px;
	padding-left: 60px;
	text-align: center;
}
.linktext {
	background-color: #E9E9EA;
	width: 140px;
	font-size: .8em;
	background-image: url(images/lb/bg-linktext.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.thumbnail img {
	border: 10px solid #e9e9ea;
}


#left-home {
	background-image: url(images/left-background-home.png);
	background-repeat: no-repeat;
}
#left-about {
	background-image: url(images/left-background-about.png);
	background-repeat: no-repeat;
}
#left-web {
	background-image: url(images/left-background-web.png);
	background-repeat: no-repeat;
}
#left-other {
	background-image: url(images/left-background-other.png);
	background-repeat: no-repeat;
}
#left-portfolio {
	background-image: url(images/left-background-portfolio.png);
	background-repeat: no-repeat;
	padding-top: 153px;
	height: 290px;
}

#left-contact {
	background-image: url(images/left-background-contact.png);
	background-repeat: no-repeat;
}


.welcome {
	height: 33px;
	font-style: italic;
	font-weight: bold;
	color: #714e19;
}
.welcome h1 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.righthandside {
	background-image: url(images/right-background.png);
	background-repeat: no-repeat;
	height: 526px;
	width: 309px;
	float: left;
}
.content {
	height: 214px;
	font-size: 13px;
	color: #FFAE00;
	margin-bottom: 65px;
	padding-top: 15px;
	overflow: auto;
	width: 270px;
	margin-left: 0px;
	padding-left: 0px;
}
.content p {
	margin-top: 0px;
	color: #8F6831;
	margin-right: 10px;
	margin-bottom: 8px;
}

.logo {
	height: 22px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #714e19;
	padding-top: 6px;
	margin-top: 7px;
}
.email {
	height: 30px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #714e19;
}
.email a {
	color: #714e19;
	text-decoration: none;
}
.email a:hover {
	color: #714e19;
	text-decoration: underline;
}

.golbal-nav {
	height: 100px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

.golbal-nav a {
	text-decoration: none;
	color: #FFF;
}

.golbal-nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.righthandside .content a {
	color: #714e19;
}
.righthandside .content a:hover {
	text-decoration: none;
}
#contact_form					{
	margin:0 auto;
}
form fieldset					{
	position:relative;
	border:0;
	margin: 0px;
	padding: 0px;
}
form fieldset legend	{
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
}
label									{
	margin:0.2em 0em 0.2 0;
	color:#000;
}
label.error           {
	color:#FFF;
	background: #F00;
}
input.text-input			{
	color:#714E19;
	margin-bottom: 4px;
	background: url(images/bg-fftext.png) no-repeat;
	height: 19px;
	width: 156px;
	border-style: none;
	padding: 2px;
}
.text-inputlarge {
	background: url(images/bg-inputlarge.png) no-repeat;
	border-style: none;
	height: 62px;
	width: 206px!important;
	padding: 2px;
}

label#name_label      {}
input#name            {}
label#name_error      { }

label#email_label     {}
input#email           {}
label#email_error      {}

label#phone_label     {}
input#phone           {}
label#phone_error      {}

input.button					{}

input.button:hover		{ }
#message							{
	margin-bottom: 0;
}
#message h2						{
	font-size:150%;
}
#message p						{}
.checkmark						{
	background: no-repeat center center;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
#phone {
	width: 90%;
	margin-bottom: 5px;
}
.submittedwrapper {
	width:200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

