﻿/* This section is for the standard HTML tags. */
BODY
{
    background-color: #dedede;
    background-image: url(images/bkgd.gif);
    background-repeat: repeat-x;
	margin-top: 25px;
	margin-bottom: 0px;
}
#frame
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
}

H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    color: black;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

H1 { font-size: 20px; font-weight: 500; margin-bottom: 10px; }	
H2 { font-size: 16px; font-weight: 600; margin-bottom: 7px; color: #333; }	
H3 { font-size: 14px; font-weight: 500; margin-bottom: 5px; }	
H4 { font-size: 13px; font-weight: 700; }	
H5, DT { font-size: 12px; font-weight: 700; }	
H6 { font-size: 11px; font-weight: 500; }	
TH { vertical-align: baseline; font-weight: bold; }
#sidebar H2 { color: black; }
#sidebarwide H2 { color: black; }

A:link { text-decoration: underline; color: #0167B1; }	
A:visited { text-decoration: underline; color: #0167B1; }	
A:active { text-decoration: underline; color: #0167B1; }	
A:hover { text-decoration: underline; color: #0285E3; }

SMALL { font-size: 11px; }	
BIG { font-size: 15px; }	
BLOCKQUOTE, PRE { font-family: Courier New, monospace; margin-top: 10px; margin-bottom: 10px; }
STRONG { font-weight: 700; }
EM { font-weight: bold; font-style: normal; color: black; }

UL
{
	margin-top: 0px;
	margin-bottom: 10px;
}
UL LI { list-style-type: disc; }	
UL LI LI { list-style-type: circle; }	
UL LI LI LI { list-style-type: circle; }	
OL LI { list-style-type: decimal; }	
OL OL LI { list-style-type: lower-alpha; }	
OL OL OL LI { list-style-type: lower-roman; }

P
{
    margin-top: 0px;
    margin-bottom: 15px;
}
HR
{
    width: 100%;
    height: 1px;
    border: none;
    background-color: #999;
    color: #999;
    margin-bottom: 10px;
}
.hrclear
{
	clear: both;
    width: 100%;
    height: 1px;
    background-color: #999;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}
INPUT, TEXT, TEXTAREA, SELECT
{
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
DIV
{
	margin-top: 0px;
	margin-bottom: 0px;
}
SPAN
{
	margin-top: 0px;
	margin-bottom: 0px;
}
IMG
{
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.brclearall { clear: both; }

#menu
{
	width: 200px;
	margin-bottom: 20px;
}

#content
{
	width: 960px;
	background-color: white;
}
#content2
{
	padding: 0px 30px 20px 30px;
	text-align: left;
}
#leftcolumn { width: 200px; }
#gutter { width: 60px; }
#rightcolumn { width: 640px; }

#leftcontent
{
	margin-top: 30px;
	text-align: right;
	font-size: 11px;
}
.quote
{
	padding-bottom: 5px;
}
.quoter
{
	color: #4A7832;
	padding-bottom: 10px;
}
.caption
{
	text-align: right;
	font-size: 13px;
	color: #4A7832;
	padding: 3px 5px 10px 5px;
}

#breadcrumb
{
	font-size: 11px;
	color: #0167B1;
	padding-bottom: 5px;
}

.sidebar
{
	float: right;
	background-color: White;
	width: 238px;
	margin: 0px 0px 10px 20px;
	border: solid 1px #ababab;
}
.sidebarheader
{
	background-color: #0167B1;
	color: White;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
}
.sidebarcontent
{
	padding: 10px;
	font-size: 11px;
}

.photo
{
	border: solid 1px #ababab;
}
.photoleft
{
	float: left;
	border: solid 1px #ababab;
	margin: 0px 20px 10px 0px;
	color: #666;
	text-align: center;
}
.photoright
{
	float: right;
	border: solid 1px #ababab;
	margin: 0px 0px 10px 20px;
	color: #666;
	text-align: center;
}
.photothumb
{
	border: solid 1px #ababab;
	margin-bottom: 10px;
}
.photointro
{
	clear: both;
	width: 960px;
	height: 320px;
	border: none;
	margin-bottom: 20px;
}

#portfoliolinks
{
}
#portfoliolinks A
{
	line-height: 23px;
}

#plain
{
	background-color: White;
	text-align: center;
	padding-bottom: 20px;
}
#plain A:link { text-decoration: none; color: #0167B1; }	
#plain A:visited { text-decoration: none; color: #0167B1; }	
#plain A:active { text-decoration: none; color: #0167B1; }	
#plain A:hover { text-decoration: underline; color: #0285E3; }

#copyright
{
	color: #666;
	font-size: 8pt;
	margin: 10px 0px 20px 0px;
}
#copyright A:link { text-decoration: underline; color: #666; }	
#copyright A:visited { text-decoration: underline; color: #666; }	
#copyright A:active { text-decoration: underline; color: #666; }	
#copyright A:hover { text-decoration: underline; color: #333; }

#footer
{
	background-color: White;
	padding-bottom: 20px;
}
