body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #369;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #369;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-left: 5px;
	height: 26px;
	border: 1px solid #CCC;
	padding-top: 4px;
	background-color: #C0D0DF;
}
#name {
	width: 140px;
	float: left;
	font-size: 19px;
	letter-spacing: 3px;
}
#name a:hover {
	color: #1F4263;
	text-decoration: none;
}
#navbar {
	float: right;
	width: 783px;
	font-size: 11px;
	color: #262626;
	font-weight: bold;
	z-index: 1002;
}
#navbar ul{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 1003;
}
#navbar li{
	float: left;
	position: relative;
	z-index: 1004;
}
#navbar li.arrow {
	background-repeat: no-repeat;
	background-position: 4px 7px;
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
}
#navbar a{
	display: block;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 29px;
	margin: 0px;
	z-index: 1005;
}
#navbar ul li a:hover {
	color: #369;
}
#navbar   ul    ul{
	display: none;
	position: absolute;
	background-color: #C0D0DF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#navbar ul ul li a{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	width: 110px;
}
#navbar ul ul li a:hover {
	background-color: #E5ECF2;
	color: #000;
}
#navbar ul li:hover ul.submenu   {
	display: block;
}
#navbar ul.submenu li:hover ul.subsubmenu {
	display: block;
}
#main {
	clear: both;
}
#sidebar {
	float: left;
	width: 150px;
	color: #8B8B8B;
}
#sidebar h2 {
	font-size: 11px;
	color: #666;
	margin: 0px;
}
#sidebar img {
	height: 35px;
	width: 35px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#sidebar img:hover {
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#sidebar div.teaser {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 128px;
	border: 1px solid #CCC;
	padding: 5px;
	min-height: 37px;
}
#sidebar div.teaser_share {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 128px;
	border: 1px solid #CCC;
	padding: 5px;
	min-height: 25px;
	text-align: center;
}
#sidebar #copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 128px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#sidebar img.share {
	height: 16px;
	width: 83px;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 5px;
}
#sidebar div.teaser h1{
	font-size: 9px;
	margin-top: 3px;
	margin-bottom: 1px;
}
#sidebar div.teaser h2 {
	font-size: 9px;
	margin-top: 3px;
	margin-bottom: 1px;
	color: #369;
}
#sidebar div.teaser p , #sidebar div.teaser_share p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}
#sidebar #searchButton, #sidebar #joinButton, #content input.contactButton {
	background-color: #CCC;
	height: 17px;
	width: 37px;
	font-size: 9px;
	margin-top: 4px;
	margin-bottom: 5px;
	color: #000;
	border: 2px outset #CCC;
	padding: 0px;
	margin-right: 15px;
	margin-left: 0px;
}
#sidebar #searchButton:hover , #sidebar #joinButton:hover, #content input.contactButton:hover {
	color: #146398;
}
#searchField, #joinField {
	width: 120px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 4px;
	margin-bottom: 2px;
}
#content {
	float: right;
	width: 758px;
	border: 1px solid #CCC;
	margin-top: 8px;
	min-height: 510px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#content a {
	color: #1E4669;
	text-decoration: none;
}
#content a:hover {
	color: #369;
	text-decoration: underline;
}
#content a.download {
	color: #369;
}
#content a.download:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 14px;
	color: #369;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h1.clearboth {
	clear: both;
}
#content p {
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
}
#content p.description {
	font-size: 11px;
	line-height: 13px;
}
#content .center {
	text-align: center;
}
#content .resumeIndent {
	margin-left: 27px;
}
#content #blogroll p{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: lowercase;
	font-size: 11px;
}
#content div.projectLeftCol{
	width: 250px;
	min-height: 475px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	padding-right: 25px;
}
#content .projectLeftCol h1 {
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	color: #333;
	padding-top: 5px;
}
#content .projectLeftCol h2 {
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .projectLeftCol p {
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content div.projectRightCol{
	float: left;
	width: 500px;
	text-align: center;
	margin-right: -20px;
	margin-top: -20px;
}
#content .projectRightCol a {
	color: #369;
	font-size: 10px;
	font-weight: bold;
}
#content .projectRightCol p {
	font-size: 10px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
}
#content .projectRightCol p.right {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#content .projectRightCol #navProjects {
	margin-top: 11px;
	margin-bottom: 0px;
	text-align: center;
}
#content .projectRightCol #navProjects a{
	padding-left: 0px;
	padding-right: 0px;
}
#content #subnav {
	padding-top: 5px;
}
#content #subnav a {
	margin-right: 1px;
	margin-left: 1px;
}
#subnav p.subnavparagraph {
	margin: 0px;
	text-align: center;
}
#subnav p.clicktoenlarge {
	text-align: center;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999;
}
#content .projectRightCol img.page_thumbnail{
	height: 50px;
	width: 50px;
	border: 1px solid #CCC;
}
#content img.page_thumbnail:hover {
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
}
#content .projectRightCol #video {
	border: 1px solid #CCC;
	text-align: right;
}
#content div.newsitem {
	width: 320px;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 15px;
	text-align: left;
	min-height: 120px;
}
#content div.newsitem h1 {
	font-size: 12px;
}
#content div.newsitem a {
	color: #369;
}
#content div.newsitem p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 13px;
	text-align: left;
}
#content div.newsitem p a {
}
#content div.newsitem li {
	margin-bottom: 10px;
}
#content img.newsimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 2px;
}
#content img.newsimage:hover {
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
}
#content #tvradio td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#content #tvradio img {
	border: 1px solid #369;
}
#content #magazines td{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#content #magazines img {
	border: 1px solid #369;
	height: 100px;
	width: 75px;
}
#content #magazines p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content #catalogs td {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
}
#content #catalogs img {
	border: 1px solid #369;
	height: 100px;
	width: 85px;
}
#content #catalogs p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content div.flatFile {
	padding: 0px;
	width: 100px;
	float: left;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	height: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 7px;
	line-height: 12px;
}
#content div.flatFile img {
	height: 100px;
	width: 100px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	display: block;
}
#content #flatFile_table #enlargement {
	border: 1px solid #CCC;
}
#content div.portfolioThumb {
	padding: 0px;
	width: 100px;
	float: left;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	height: 133px;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
	line-height: 13px;
}
#content div.portfolioThumb:hover {
	color: #369;
}
#content div.portfolioThumb img {
	height: 100px;
	width: 100px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	display: block;
}
#content div.portfolioThumb img:hover {
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
}
#content input.contactField, #content #message {
	width: 300px;
	font-size: 11px;
	color: #369;
	padding: 2px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#fadeshow2toggler {
	color: #999;
}
#fadeshow2toggler p {
	font-size: 10px;
	color: #8C8C8C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#fadeshow2toggler a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#fadeshow2toggler a:hover {
	text-decoration: none;
}
