/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	height: 100%;
	font:16px/1.25 Arial, Helvetica, sans-serif;
	color:#555;
	background: #d7d7d7 url(../images/body-bg.png) repeat-y center;
}
/***** Nav Buttons *****/
#nav a, a:link, a:visited{
	text-decoration:none;
	font-weight:bold;
	color: #2e2e2e;
}

#nav a:hover{
	color:#fff;
}


.nav {
	display: inline-block;
	color:#2e2e2e;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	margin-left:20px;
}
.nav:hover {
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.nav:active {
	position: relative;
	text-decoration: none;
	top: 1px;
}
.orange:hover {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	padding: .45em .9em .45em;
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/***** Forms ******/
# form {
	width:100%;
	margin:0;
	border:none;
	float:right;
}
#form fieldset {
	border:none;
	padding-left:20px;

}

#form p {
	margin:0;
	overflow:hidden;
}
#form label {
	clear:both;
	float:right;
	width:100px;
	display:block;
	text-align:left;
	margin-right:10px;
	margin-top:4px;
}

#form input, #form textarea {
	margin:0;
	width:220px;
	max-width:220px;
	border:1px solid #ddd;
	padding:0px 5px 3px 25px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

#form input#name {
	background:#fff url(../images/form_name.gif) no-repeat 5px 50%;
}

#form input#email {
	background:#fff url(../images/form_email.gif) no-repeat 5px 50%;
}

#form input#web {
	background:#fff url(../images/form_url.gif) no-repeat 5px 50%;
}

#form textarea#message {
	background:#fff url(../images/form_note.gif) no-repeat 5px 1px;
}

#form textarea {
	height:125px;
	overflow:auto;
}

#form.submit {
	margin:0;
	padding:0;
}

#form button {
	height:28px;
	line-height:28px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background:url(../images/form_button.gif) no-repeat;
	padding:0 20px 0 25px;
	color:#333;
	cursor:pointer;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin:0;
	margin-top:10px;
}

#form .error {
	font-size:10px;
	width:100%;
	float:left;
	margin:0;
	padding-top:5px;
	margin-left:6px;
}

#form img{
	position:relative;
	padding-right:5px;
	vertical-align:middle;
	margin-top:-3px;
}

/***** Headings *****/
 

h1 {
	clear:both;
	position:relative;
	padding-bottom:5px;
	margin-right:10px;
	font-size:1em;
	font-weight:bold;
	color:#333;
}

hr{
	position:relative;
	top:20px;
	border:none;
	padding:0;
	margin:0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #fff;
	line-height:0;
	overflow:hidden;
}

/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

/***** Links *****/
 
a, a:link, a:visited {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

a:hover {
	color: #f47a20;
}

/***** Misc Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:798px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

.copyright {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#111;
	text-align:center;
	padding-top:8px;
	padding-bottom:0;
}
.comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#666;
}

/***** Wrapper *****/
 
#wrap {
	width:798px;
	height:auto;
	position:relative;
	margin: auto;
}

/***** Page layout *****/

#top {
	width:auto;
	min-width:100%;
	height: 11px;
	background:url(../images/header-bg.png) repeat-x top;
}
#nav {
	height:auto;
	text-align:right;
	padding: 38px 0 35px 0;
}
#header {
	background:url(../images/header-logo.png) no-repeat;
	height:120px;
}

#work {
	width:auto;
	height: auto;
	margin-bottom:70px;
}

#information {
	width:auto;
	height:210px;
	margin-bottom:90px;
}

#infoLeft {
	display:block;
	position:relative;
	clear:both;
	width:50%;
	height:auto;
	float:left;
}
#infoLeft p {
	padding-right:20px;
}

#infoRight {
	dislay:block;
	position:relative;
	width:50%;
	height:inherit;
	height:210px;
	float:left;
}
#infoRight ul li {
	list-style-type:none;
	line-height:25px;
}
#infoRight img {
	margin-left:-5px;
	padding-right:15px;
}

#contact {
	width:auto;
	height:auto;
	margin-bottom:90px;
}

#contactLeft {
	display:block;
	position:relative;
	clear:both;
	width:50%;
	height:auto;
	float:left;
}
#contactLeft p {
	padding-right:20px;
}
#contactRight {
	position:relative;
	display:block;
	width:50%;
	float:right;
}

#footer {
	position:relative;
	clear:both;
	top:100px;
	width:100%;
	height:33px;
	background:url(../images/footer-bg.png) repeat-x top;
	bottom:0;
}

#checkmark {
	margin-left:182px; 
}

label.error           {
	position:relative;
	overflow:visible;
 }
/***** End *****/
