/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

body {
	margin:0 0 -10 0px;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#fff;
	background-image:url("/img/copyright.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
}

div#container {
	position:relative; 
	width:800px;
	margin:30 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

div#branding {
	position:relative; 
	height:82px;
	background-image:url("/img/tagline.gif");
	background-position:532px 25px;
	background-repeat:no-repeat;
	border-bottom:1px solid #737373;
}

#branding img {
	position:absolute;
	top:0px;
	left:10px;
}

div#content {
	position:relative;
	min-height:326px;
	height:326px!important;
	height:326px;
	background-image:url("/img/content-bg-bottom.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	overflow:hidden;
	border:0px solid blue;
}

img#quote {
	position:absolute;
	top:10px;
	right:20px;
	z-index:50;
}

div#content_main {
	padding:20 0 0 0px;
	float:left;
	width:490px;
	min-height:170px;
	height:170px!important;
	height:170px;
	background-image:url("/img/content-bg.gif");
	background-position:top left;
	background-repeat:repeat-x;
	border:0px solid black;
}

div#content_main_wide {
	padding:20 0 0 0px;
	float:left;
	width:800px;
	min-height:170px;
	height:170px!important;
	height:170px;
	background-image:url("/img/content-bg.gif");
	background-position:top left;
	background-repeat:repeat-x;
}

div#content_sub {
	float:left;
	width:310px;
	min-height:170px;
	height:170px!important;
	height:170px;
	background-image:url("/img/content-bg.gif");
	background-position:top left;
	background-repeat:repeat-x;
}

/*div#content_sub div#photo{
	width:300px;
	height:326px;
	background-image:url("/img/frog.png");
	background-position:0px 70px;
	background-repeat:no-repeat;
}*/

ul#nav {
	position:relative;
	clear:both;
	width:800px;
	height:30px;
	margin:0 0 0 0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#nav li{
	border-top:1px solid #737373;
	border-left:1px solid #737373;
}

#nav a{
	display:block;
	height:40px;
	border:0px solid black;
}

#home, #portfolio, #services, #company, #contact {
	float:left;
	width:159px;
	height:40px;
}

#nav li#home {border-left:0;}

#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}

#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#portfolio a, #portfolio a:visited {background:url("/img/btn-portfolio.gif") top left no-repeat;}

#portfolio a:hover {background:url("/img/btn-portfolio.gif") top right no-repeat;}

#services a, #services a:visited {background:url("/img/btn-services.gif") top left no-repeat;}

#services a:hover {background:url("/img/btn-services.gif") top right no-repeat;}

#company a, #company a:visited {background:url("/img/btn-company.gif") top left no-repeat;}

#company a:hover {background:url("/img/btn-company.gif") top right no-repeat;}

#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}

#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#212121;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	color:#383838;
	margin:0px 30px 4px 20px;
}

p, ul, ol {font-size:1.2em;}

h1 {font-size:1.6em;} 

h2 {font-size:1.4em;margin:0px 30px 0px 20px;}

h3 {font-size:1.2em;}

h4 {font-size:1.2em;}

p {margin:0px 30px 10px 20px;}

a {
	font-size:1em;
	color:#0086d3;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0 0 10 40px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0 0 10 40px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.nomargin {margin:0px;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:0.8em;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */

/* BEGIN PORTFOLIO*/
div#screenshot {
	float:left;
	width:310px;
	min-height:170px;
	height:170px!important;
	height:170px;
	background-image:url("/img/content-bg.gif");
	background-position:top left;
	background-repeat:repeat-x;
}

div#screenshot img {
	margin:20 0 20 20px;
}

div#project_details  {
	background-image:url("/img/project-details-bg.gif");
	background-position:top left;
	background-repeat:no-repeat;
	margin:20 0 0 20px;
	padding:10 0 0 0px;
}

div#project_details h2 {
	margin-left:10px;
}

div#project_details ul {
	margin:0 0 0 0px;
	padding:0px 0px 10px 10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
	width:100%;
	border:0px solid black;
}

div#project_details ul li {
	float:left;
	width:200px;
	background-image:url("/img/icon-arrow-right.gif");
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:5 10 5 0px;
	border:0px solid black;
}

div#portfolio_nav {
	position:absolute;
	top:418px;
	left:177px;
	z-index:30;
}
/* END PORTFOLIO*/