html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}



body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #686868;
	background: #ffffff;
}

p, ul, ol, li, dd, h1, h2, h3, h4, h5, form, fieldset, input, select {
	margin: 0;
	padding: 0;
}

a {
	color: #3d93cc;
	text-decoration: underline;
}

a:hover {
	color: #3d93cc;
	text-decoration: none;
}

a img { border: none;}

ol.forms {
list-style-type: none
}
/* navigation */

#navbox {
	width: 100%;
	position: fixed;
	z-index:95535;
	top: 0;
	height: 40px;
	background: url(../img/topnavbg.png) repeat;
}

#fbLink, #linkedinLink {
	float: right;
	top: 0;
	right: 10px;
	position:absolute;
}

#linkedinLink {
	right: 55px;
	top: 3px;
}

.navigation {
	position: relative;
	height: 38px;
    width: 364px;
    padding: 0;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
                
.navigation li {
	float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}

html>body .navigation li { margin: 0 10px;}

.navigation li.back {
	border-bottom: 3px solid #ffffff;
    width: 9px;
    height: 28px;
    z-index: 8;
    position: absolute;
	margin: 0;
	padding: 0;
}

.navigation li a {
	font: bold 0.8em arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 8px;
}   

.navigation li a:hover, .navigation li a:active, .navigation li a:visited {border: none; color: #ffffff;}                     


#aboutmenu, #portfoliomenu { clear: both;}

/* content */

#bigcontainer {
	width: 100%;
	height: 100%;
	background: url(../img/topbg.gif) repeat-x left top;
}

#container {
	min-height: 100%; 
	height: auto;
	width: 990px;
	margin: 0 auto -440px auto;
	background: url(../img/clouds.png) no-repeat center 80px;
}

#header {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 40px 0;
}

#logo {
	float: left;
}

.cloudright {
	float: right;
}

h2, h3 {
	font: normal 1.3em 'Trebuchet MS', Arial;
	color: #998675;
	margin: 10px 0;
}
h2.white {
	color: #FFFFFF;
}


.contentbox {
	float: right;
	width: 662px;
	overflow: hidden;
}

#featwork {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

#featwork .contentbox { background: #ffffff;}

#featwork h1 {
	float: left;
	font: normal 1.4em Arial, Tahoma, Verdana, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#featwork h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#featwork p {margin-top: 18px;}

#featwork h2 { margin-top: 7px;}

img.featured, #gallery img {
	border: 3px solid #b2d6e4;
}

#gallery {

}

#gallery p {
	margin: 0;
}

#about {
	width: 100%;
	overflow: hidden;
	padding: 28px 0 40px 0;
	background: url(../img/sectiontopbg.gif) no-repeat center top #ffffff;
}

#about h1 {
	float: left;
	font: normal 1.4em Arial, Tahoma, Verdana, sans-serif;
	color: #b2d6e4;
	text-transform: uppercase;
}

#about h1 img {
	display: block;
	margin: 0 0 4px 0;
}

.boxleft {
	width: 302px;
	float: left;
}

.boxright {
	width: 302px;
	float: right;
	display: inline;
	margin-right: 8px;
}
.boxright ul {
	list-style-type: none;
}

.boxright ul li {
padding: 0 0 10px 40px;
margin: 15px 0;
border-bottom: 1px solid #cce7f2;
background: url(../img/talkbubble.png) no-repeat left top;
}
#about .boxleft p { margin-top: 18px;}

#about .boxright p {
	margin-top: 18px;
	padding: 0 0 6px 40px;
	border-bottom: 1px solid #cce7f2;
	background: url(../img/talkbubble.png) no-repeat left top;
}

.btn {margin-top: 12px;}	

#portfolio {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 45px 0;
	background: url(../img/sectiontopbg.gif) no-repeat center top #ffffff;
}

#portfolio h1 {
	float: left;
	font: normal 1.4em Arial, Tahoma, Verdana, sans-serif;
	color: #b2d6e4;
	margin-top: 30px;
	text-transform: uppercase;
}

#portfolio h1 img {
	display: block;
	margin: 0 0 4px 0;
}



#portfolio .boxleft p, #portfolio .boxright p { margin-top: 30px;}

#portfolio a.pfpic {
	display: block;
	width: 294px;
	height: 192px;
	margin-bottom: 16px;
	border: 3px solid #b2d6e4;
}

#portfolio a.pfpic:hover {border: 3px solid #b70605;}


#portfolio a.pfbtn {
	display: block;
	width: 82px;
	height: 27px;
	margin-top: 8px;
}

/* footer */

.push {height: 440px;}

#footerbox {
	width: 100%;
	height: 440px;
	background: url(../img/ftrbg.png) repeat-x left top;
}

#footer {
	width: 990px;
	padding-top: 95px;
	margin: 0 auto 0 auto;
}


#footer h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#footer h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#footer ul.services {
	margin-top: 18px;
}

#footer ul.services li {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 12px;
	color: #ffffff;
	background: url(../img/serviceslibg.png) no-repeat left center;
}

#footer ul.services li a, #footer ul.services li a:hover {
	color: #ffffff;
}

#footer .boxleft {
	margin-bottom: 35px;
}

#footer form li { margin-top: 10px;}

#footer label {
	display: block;
	float: left;
	width: 80px;
	color: #ffffff;
}

#footer input.txt {
	width: 200px;
	padding: 2px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #898989;
	border: 1px solid #75a633;
}

#footer .alert {
	color: #fff;
}

#submit {
background: url('../img/sendmessagebg.gif') repeat-x;
border: 0px;
height: 27px;
color: #fff;
font-size: 0.8em
}
span.error {
font-weight: normal;
color: #fff;
display: block;
}

#footer input.btn { margin: 0 0 0 80px;}

#footer textarea {
	width: 200px;
	padding: 2px;
}

#footer textarea, #footer input {
font: normal 0.9em Arial, Tahoma, Verdana, sans-serif;
	color: #898989;
	border: 1px solid #75a633;
	padding: 2px;
}
.boxleft #success, .boxleft #bademail, .boxleft #badserver {
	color: #FFFFFF;
}


#footer .copyrights {
	clear: both;
	color: #eaefe4;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}


p {
font-size: 0.9em;
line-height: 1.5em
}
/*SIFR*/
.sIFR-active h1,
.sIFR-active h2,
 {
      visibility: hidden;
      font-family: Verdana;
    }
