/* Tradmark Graphics */

@import url("global.css");
@import url("nav.css");
@import url("portfolio.css");

div#content {
	background: url("../images/content_bg.gif") no-repeat;
	font-size:1.1em;
	line-height:1.4em;
	padding:0 7em;
}

div#content h1 {
	color:#679ac9;
	font-size:1.4em;
	font-weight:normal;
	text-transform:lowercase;
}
div#content h2 {
	color:#679ac9;
	font-size:1.3em;
	font-weight:normal;
	text-transform:lowercase;
}
div#content h3 {
	color:#679ac9;
	font-size:1.2em;
	font-weight:normal;
	text-transform:lowercase;
}

div#content p, div#content h1, div#content h2, div#content h3 {
	padding:.5em 0;
}

div#content .light {
	color:#a8bace;
}
div#content .lighter {
	color:#c2d1e1;
	font-size:1.2em;
}

#f_title { background: url('../images/bg-f.jpg') no-repeat 0 0; }

div#content div.copyhome {
	width:440px;
}

div#content div.copy {
	width:auto;
}

div#content div.copy ul {
	margin: 1em 0;
} 

div#content div.copyhome ul {
	margin: 1em 0 1em 2em;
}

div#content div.copy li, div#content div.copyhome li {
	margin-bottom:.5em;
}

div#content div.copy table.formtable tr td {
	padding:5px;
}

div#content div.copy input, 
div#content div.copy textarea, 
div#content div.copy select {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}