/* CSS Document */

html, body {
	height: 100%;
	font-size: 78%;
	font-family: Arial, Helvetica;
	color: #555555;
	margin: 0;
	padding: 0;
	border-top: 1px solid #332A1B;
}
body {
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica;
	color: #90B831;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a.on, a:visited.on {
	color:;
}
a:hover {
	color: #90B831;
	text-decoration: underline;
}
a:visited {
	color: ;
}
a img {
	border: 0;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 7px 0;
}

ul, ol {
	list-style: none;
}
code {
	background: #FFFFC1;
}

a img {
	border: none;
}

p {
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	margin: 7px 0 10px 0;
}

small {
	font-size: 10px;
}

medium {
	font-size: 1.3em;
}

h2 {
	font-size: 1.9em;
	margin: 18px 0 0 0;
	font-weight: normal;
}

img.header {
	margin: 0 0 7px 0;
}

img.bordered {
	padding: 10px;
	background-color: #FFFFFF;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#pagetop {
	width: 960px;
	height: 150px;
	position: relative;
	left: 20px;
}
#pagetop_logo {
	top: 12px;
	left: 35px;
	position: absolute;
}

#nav {
	height: 60px;
	margin:0px 15px;
	padding: 6px 0px;
	font-size: 1.0em;
	position: absolute;
	top: 38px;
	left: 290px;
}

#nav a {
	text-decoration: none;
}

#main_container {
}

#main {
	width: 960px;
	min-height: 520px;
	position: relative;
	left: 20px;
}

#col1_container {
	width: 844px;
	position: relative;
}

#col1 {
	width: 800px;
	position: relative;
	left: 45px;
}

#portfolio_navigation {
	float: right;
	margin-right: 113px;
}

#pageheader {
	width: 200px;
	height: 24px;
	margin: 10px 0 10px 45px;
	border-bottom: 1px solid #2C2315;
}

#col2_left_container {
	width: 253px;
	position: absolute;
}

#col2_left {
	width: 200px;
	margin: 0px 0 0 45px;
	text-align: right;
}

#col2_left_box_top {
	height: 9px;
	background-image: url(/images/col2_left_bg_top.png);
	background-repeat: no-repeat;
}

#col2_left_box_body {
	padding: 7px 13px 3px 13px;
	background-image: url(/images/col2_left_bg_body.png);
	background-repeat: repeat-y;
}

#col2_left_box_bottom {
	height: 9px;
	background-image: url(/images/col2_left_bg_bottom.png);
	background-repeat: no-repeat;
}

#col2_left h3 {
	margin: 10px 0 7px 0;
	padding: 0;
	color: #000000;
	font-size: 1.5em;
}

#col2_left h4 {
	margin: 0 0 7px 0;
	padding: 0;
	color: #777777;
	font-size: 1.1em;
	letter-spacing: 1px;
}

#col2_left p, #col2_left_item_body p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #888888;
}


#col2_left p.meta {
	color: #888888;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#col2_left p.meta a {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 0;
}

#col2_right_container {
	width: 680px;
	min-height: 480px;
	position: relative;
	left: 280px;
}

#col2_right {
	position: relative;
}







#col3_right_container {
	width: 253px;
	position: absolute;
	left: 814px;
}

#col3_right {
	width: 200px;
	margin: 0px 0 0 45px;
	text-align: right;
}

#col3_right_box_top {
	height: 9px;
	background-image: url(/images/col2_left_bg_top.png);
	background-repeat: no-repeat;
}

#col3_right_box_body {
	padding: 7px 13px 3px 13px;
	background-image: url(/images/col2_left_bg_body.png);
	background-repeat: repeat-y;
}

#col3_right_box_bottom {
	height: 9px;
	background-image: url(/images/col2_left_bg_bottom.png);
	background-repeat: no-repeat;
}

#col3_right h3 {
	margin: 10px 0 7px 0;
	padding: 0;
	color: #000000;
	font-size: 1.5em;
}

#col3_right h4 {
	margin: 0 0 7px 0;
	padding: 0;
	color: #777777;
	font-size: 1.1em;
	letter-spacing: 1px;
}

#col3_right p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #888888;
}







#pagefooter {
	width: 844px;
	position: relative;
	left: 65px;
	padding: 30px 0;
}

#pagefooter_left {
	float: left;
}

#pagefooter_right {
	float: right;
	margin-right: 45px;
}

#pagefooter p, #pagefooter a {
	font-size: 1.1em;
	font-weight: normal;
	color: #A7A7A7;
}