
/* general tags ============================================================ */
body,
table,
td {
	font-family: Georgia,'New Times Roman',Times,Serif;
	font-size: 12px;}

body {
	background-color: white;
	color: #111;}

p {
	line-height: 1.5em;}

a {
	color:#759184;}

a:link,
a:visited {
	text-decoration: none;}
	
a:hover,
a:active {
	text-decoration: underline;}

/* main styles ============================================================ */

#main h1 {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	margin-bottom: .5em;
	font-size: 150%;
	color:#644b02; 
	font-weight: normal;}

#main h2 { 
	font-family: Georgia,'New Times Roman',Times,Serif; 
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #644b02;}

#main h3 {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	margin-top: 0;
	font-size: 90%;
	font-weight: bold;
	padding: 0;}

#main h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 10px 0 3px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #2A4629; }
	
#main h5 {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	font-size: 110%;
	font-weight: bold;
	color: #644b02;}
	
#main h6 {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	font-size: 90%;
	line-height: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #898066;}
	
.red {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	margin-bottom: .5em;
	font-size: 140%;
	font-weight: normal;
	color:#AD2637;
	line-height: 1.15em;}

.strong {
	font-weight: bold;}

#services {
	font-size: 100%;
	color:#666;
	line-height: 1.3em;}
			
#work {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#work li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
	
#work li a {
	float: left;
	display: block;
	margin: 0 8px 6px 0;
	padding: 0px;
	}
	
#col_left {
	float: left;
	width: 200px;
	padding: 0 24px 0 0;
	margin-top: -12px;
	}

#col_right {
	float: left;
	width: 150px;
	margin-top: -12px;
	}

#links-wrap {
	width: 390px;
	}
	
#portfolio-msg {
	margin: 0 auto;	
	clear: both;
	width: 660px;
	text-align: center;
	padding: 0 0 30px 0;
}	
/* head styles ============================================================ */

#head a:link,
#head a:visited {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	margin-bottom: .5em;
	font-size: 140%;
	font-weight:400;
	padding-left: .2em;
	color:#644b02;
	text-decoration:none;}

#head a:hover,
#head a:active {
	font-family: Georgia,'New Times Roman',Times,Serif; 
	margin-bottom: .5em;
	font-size: 140%;
	font-weight:400;
	padding-left: .2em;
	color: #759184;
	text-decoration: none;}

#head a.current {
	color:#759184;}

#menu  {
	float:right;
	text-align:right;}

#menu li {
	list-style:none;}

/* foot styles ============================================================ */

#foot {
	color:#666;
	font-size: 100%;}

.contact {
	color: #000;}

.copyright {
	color: #999;}

/* utility classes ============================================================ */
div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;}

#top-align {height: 3px;}

/* form classes ============================================================ */

.form {
	background-color: #DDD;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	border: 1px dotted #666;}

input,
select,
textarea{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 3px;
	background-color: #FFF;}
	
/* lists ============================================================ */

#indent li{
	list-style-type: circle;
	margin: 0px 0px 6px 20px;
	line-height: 16px;
	}