body {
	background: #F5F5F5;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}

a:link, a:active, a:visited {
	color:#16457C;
}

.sml_grey {
	color: #ADABA8;
	font-size: 10pt;
	text-align: left;
	padding-right: 290px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.bold_16px {
	font-weight: bold;
	font-size: 16px;
}

.sml {
	font-size: 8pt;
}

.sml_bold {
	font-size: 8pt;
	font-weight: bold;
}

.sml_italic {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}

.dotted_line {
	background: url(../images/dotted_line.gif) repeat-x;
	height:1px;
	width:400px;
}

.red_bold {
	color: #cc0000;
	font-weight: bold;
}

.red {
	color: #cc0000;
}

h1{
	font-size: 22px;
}

li {
	padding-bottom: 5px;
}

.spacer {
	border-bottom: 1px dotted #ccc;
}

/**********************
	Layout
**********************/

#wrapper {
	background: url(../images/container_bkgd.gif) repeat-y;
	width: 961px;
	margin: 0 auto;
}

#container {
	margin: 0 4px;
}

/**********************
	Header
**********************/

#header {
	background: url(../images/dark_header_gradient.jpg) repeat-x;
}

#header-text {
	position: relative;
	top: -110px;
	left: 520px;
	color: #fff;
	font-style: italic;
	font-size: 0.9em;
	width: 400px;
	margin-bottom: -71px;
}

.logo {
	padding-left: 8px;
}

/**********************
	Left Column
**********************/

#leftcol {
	margin-left: 8px;
	background: url(../images/panel_bkgd.gif) repeat-y;
	padding-top: 50px;
	width: 160px;
	float: left;
}

#leftcol p {
	margin: 0;
	padding: 0;
}

/**********************
	Right Column
**********************/

#rightcol {
	width: 160px;
	float: right;
	margin-right: 10px;
}

#rightcol-2 {
	width: 203px;
	float: right;
	margin-right: 20px;
	padding-top: 20px;
}

#rightcol-2 p, #rightcol-2 td {
	font-size: 8pt;
}

#contact_bg {
	background: #CDDAE8 url(../images/contact-body.gif) repeat-y;
	padding: 10px;
	color: #3B6FA7;
	font-size: 9pt;
}

/**********************
	Content
**********************/

#content {
	margin: 0 180px;
}

#content-standard {
	margin-left: 200px;
	margin-right: 250px;
	padding-top: 20px;
}

#content-portfolio {
	margin-left: 200px;
	padding-top: 20px;
}

.index_box1 {
	width: 290px;
	float: left;
}

.index_box1_text {
	background: #EEECE8;
	width: 265px;
	height: 150px;
	padding: 0 10px;
	font-size: 9pt;
}

.index_box2 {
	float: right;
	margin-right: 10px;
}

.index_box2_text {
	background: #EEECE8;
	width: 265px;
	height: 150px;
	padding: 0 10px;
	font-size: 9pt;
}

#project-header {
	background-image:url(../images/project-header.gif);
	height:12px;
	position:relative;
	width:345px;
}

#project-body {
	background-image:url(../images/project-body.gif);
	position:relative;
	width:345px;
}

#project-footer {
	background-image:url(../images/project-footer.gif);
	height:12px;
	position:relative;
	width:345px;
}

#contact-form {
	background-color:#F4F3F1;
	border:1px solid #CCCCCC;
	color:#6E6E6E;
	padding:10px;
	position:relative;
	width: 400px;
	font-size:12px;
	margin: 0 auto;
}

#portfolio_links a {
	color: #9D9D9C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}

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

#portfolio_links a.selected {
	color: #3B6FA7;
	text-decoration: underline;
}

#webmedia {
	background-color:#F4F3F1;
	border:1px solid #CCCCCC;
	color:#6E6E6E;
	padding:10px;
	font-size:12px;
	margin: 0 auto;
}

/**********************
	Footer
**********************/

#footer {
	padding: 10px;
	color: #ADABA8;
}

#footer td {
	text-align: center;
}

#footer a {
	color: #16457c;
}
















