/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #c0c0c0;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}

#wrapper	{
	clear: both;
	float: none;
	width: 900px;
	margin:0px auto;
}
.curvetop	{
	background-image: url(../images/curve-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	height: 12px;
}
.curvebot	{
	background-image: url(../images/curve-bot.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
	height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

/* top menu */
.top-menu {
	background-image: url(../images/top-menu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 29px;
	vertical-align: top;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	line-height: 26px;
	width: 575px;
	float: right;
}
.top-menu a:link, .top-menu a:visited, .top-menu a:active {
	color: #fff;
	margin: 0 5px;
	text-decoration: none;
}
.top-menu a:hover	{
	text-decoration: none;
	color: #FFB400;
}
/* /top menu */



/* header */
#header {
	height: 105px;
	padding: 0 15px 0 0px;
	width: 900px;
}
#logo {
	float: left;
	width: 275px;
	background: url(../images/logo.jpg) no-repeat 0px 0px;
	height: 90px;
}

#logo a {
	width: 275px;
	height: 90px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
	width: 300px;
}
#tag h1 {
	font-size: 18px;
	text-align: right;
	width: 400px;
	float: right;
	padding-top: 20px;
	margin: 0px;
}

/* /header */


/* navigation */
#menu	{
	height: 30px;
	line-height: 30px;
}
#menu ul	{
	text-align: center;
	margin: 0px;
}
#menu li	{
	display:inline;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu li a:link, #menu li a:visited	{
}
#menu li a:hover	{
}

/* /navigation */


/* content */
#content-wrapper {
	padding: 20px 15px 10px;
	margin: 0px;
	background-color: #fff;
}

#content {
	background-color: #fff;
}
#content a:link, #content a:visited {
	color: #0676A6;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
	color: none;
	background-color: #FFB400;
}

#content a img, #content abbr {
	border: 0;
}
#content a:hover img	{
	background-color: #fff;
}
#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol, #content p {
	margin-bottom: 1em;
}

#content blockquote {
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: #666666;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	/*border-left: 1px solid #ccc; */
}
/* /content */

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	color: #0676A6;
	letter-spacing: -1px;
	margin-top: 4px;
}
h2 {
	color: #0266B2;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0px;
}
h3 {
	color: #0676A6;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1D1D1D;
	font-size: 16px;
	margin: 0px;
}
h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #0481B7;
}
#sidebar {
	display: block;
	padding: 10px 10px 6px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover	{
	font-weight:bold;
	color:#333;
	text-decoration:underline;
}
#sidebar a:hover	{
	text-decoration:none;
	color: #0481B7;
}
/* /sidebar */

/* footer */
#footer {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 11px;
	padding-top: 12px;
	clear: both;
}
#footer p {
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#footer p a {
	color: #fff;
	text-decoration: underline;
	margin: 0 5px;
}
/* /footer */
.biophoto {
	margin: 10px;
	border: 1px solid #0676A6;
}
.smalltext {
	font-size: 11px;
}
