/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	color: #333f3f;
}

h2 {
	font-size: 1.2em;
	color: #a03022;
}

h3 {
	margin: 10px 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
	width: 266px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 216px;
	padding: 2px;
}

#container {
	width: 730px;
	margin: auto;
	text-align: left;
}

#nav {
	clear: both;
	float: left;
	margin: 2px 0px;
	background-color: #e6e6e6;
	width: 730px;
}

#nav li {
	float: left;
	border-right: 2px solid #fff;
}

#nav a {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	padding: 0px 18px;
	color: #3b4b4b;
}

#nav a:hover {
	color: #fff;
	background-color: #3b4b4b;
	text-decoration: none;
}

#navon a, #navon a:hover {
	color: #fff;
	background-color: #a03022;
}

.pageheader {
	float: left;
	margin-top: -29px;
	padding: 0px 30px;
	height: 1.3em;
	line-height: 1.3em;
	width: 670px;
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.pageheadernobg {
	float: left;
	margin-top: -35px;
	padding: 0px 30px;
	height: 1.3em;
	line-height: 1.3em;
	width: 670px;
}

.leftcol {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 180px;
}

.leftcolcontent {
	width: 151px;
	padding: 0px 10px;
	margin-top: 10px;
	text-align: center;
}

.leftcolcontent h2 {
	color: #3b4b4b;
	margin-bottom: 15px;
}

.leftcolcontent li {
	float: left;
	margin: 0px 2px 2px 0px;
}

.leftcolcontent a {
	display: block;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	width: 1.8em;
	color: #3b4b4b;
	background-color: #e6e6e6;
}

.leftcolcontent a:hover {
	color: #fff;
	background-color: #3b4b4b;
	text-decoration: none;
}

.rightcol {
	float: right;
	margin-top: 30px;
	width: 530px;
}

.rightcol ul {
	margin-left: 20px;
}

.rightcol li {
	list-style: square;
	margin-bottom: 2px;
}

#portfolios {
	width: 730px;
	height: 24em;
	overflow: hidden; 
	position: relative;
	clear: both;
}

#portfoliostrip {
	width: 8760px;
	height: 24em;
	position: absolute;
}

.portfoliodescription {
	float: left;
	margin-top: -100px;
	padding: 5px 30px 10px 30px;
	height: 6em;
	width: 670px;
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.portfoliodescription h1 {
	font-size: 1.6em;
	padding: 0px;
	color: #333f3f;
}

.portfoliodescription p {
	margin-top: 0px;
}

.portfoliodescription a {
	color: #801003;
}

.portfolio {
	width: 730px;
	height: 24em;
	float: left;
}

#footer {
	clear: both;
	float: left;
	margin-top: 10px;
	background-color: #a03022;
	color: #fff;
	width: 690px;
	padding: 5px 20px;
}

#footer p {
	margin: 0px;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

#footer img {
	position: relative;
	top: 2px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.error {
	font-weight: bold;
	color: red;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.leftpic {
	float: left;
	margin: 0px 10px 10px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 10px 10px;
}

.clear {
	clear: both;
}

.textright {
	clear: both;
	text-align: right;
}