/* --------------------------  
Version: 1.1
Modified Date: 5.15.08
------------------------------ */

body {
	text-align:center;
	min-width:900px;
	margin:0 auto;
	padding:0;
	font-family:"Century Gothic",arial;
	font-size:14px;
}	

#wrapper {
width: 860px;
margin: auto;
padding: 15px 0 0 0;
text-align:left;

}

#one-col {
	padding:10px 25px 25px 25px;
	float:left;
}

#col-left {
	width:400px;
	float:left;
	padding:10px 15px 15px 15px;
}

#col-right {
	width:400px;
	float:right;
	padding:10px 15px 15px 15px;
}

#col-left-sm {
	width:275px;
	float:left;
	padding:15px 0px 15px 15px;
}

#col-right-lg {
	width:540px;
	float:right;
	padding:15px;
}

#bg {
	background:url(/images/bg.gif) repeat-x;
	height:5px;
	padding:0;
	margin:0;
	width:100%;
	clear:both;
	font-size:1px;
}

#footer {
	background:url(../images/logo-plain.gif) no-repeat;
	margin:5px 0 0 0;
	padding:3px 0 0 30px;
	vertical-align:middle;
	height:28px;
	min-width:25px;
	font-size:11px;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.home-img-right {
	float:left;
	border:5px #eee solid;
	margin-right:6px;
	margin-bottom:6px;
}

.home-img {
	float:left;
	border:5px #eee solid;
	margin-bottom:6px;
}

.portfolio-img {
	border:5px #eee solid;
}

.prten {padding-right:10px;}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

a {
color:#3c6ab3;
text-decoration: none;
}
a:hover {
color:#ef6323;
text-decoration: underline;
}

h1 {
font-size: 20px;
font-weight:normal;
margin: 15px 10px 15px 10px;
font-family: georgia, arial;
color: #636363;
}
h2 {
font-family: "Century Gothic", arial;
font-size: 1.4em;
color: #636363;
font-weight: bold;
margin: 5px 0 -5px 0;
padding: 5px 0 0 0;
}
h2 a {
color: #8B8D09;
text-decoration: none;
}
h2 a:hover {
color: #848058;
}
h3 {
margin: 0 0 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: bold;
}

blockquote {
line-height: 1.4em;
font-family: "Century Gothic", arial;
}

/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

.clearboth {
clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */



	
/* nav*/
	   
.logo {
float:left;
margin: 15px 0 0 0;
padding: 0 0 15px 0;
border:0;
}
	   
#nav ul {
color: #fff;
float: right;
font-family: "Century Gothic", arial;
font-size: 18px;
display:inline;
margin:15px 0 0 0;
padding:0;
}	
			
#nav ul li {
display: inline;
}	
			
#nav ul li a {
padding: 0.4em 0.8em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
display:inline;
}
		
#nav ul li a:hover {
background-color: #81c341;
color: #fff;
}
		


#fnav ul {
color: #fff;
float: left;
font-family: "Century Gothic", arial;
font-size: 10px;
display:inline;
padding:0;
}	
			
#fnav ul li {
display: inline;
}	
			
#fnav ul li a {
padding: 0.2em 0.4em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
display:inline;
}
		
#fnav ul li a:hover {
background-color: #81c341;
color: #fff;
}
		
		
