/* andreas02 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 27, 2005)

Screen layout: */

body {
	padding: 0;
	margin: 0;
	font: 76% Verdana, Arial, sans-serif;
	background: #e0e0e0;
	color: #3D3D3D;
}

td { font: 76% Verdana, Arial, sans-serif;

}

#toptabs {
	margin: 10px auto -13px auto;
	font-size: 0.8em;
	width: 760px;
}
#toptabs p {
	text-align: right;
	color: #808080;
}
.toptab {
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	color: #505050;
	text-decoration: none;
	background: #ffffff url(../images/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
}
.toptabactive {
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	background: #0068B9 url(../images/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #eaeaea;
	color: #F78F1E;
	text-decoration: none;
}
.toptab:hover {
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	background: #0068B9 url(../images/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #eaeaea;
	color: #F78F1E;
	text-decoration: none;
}
#container {
	margin: 0 auto 15px auto;
	width: 760px;
	padding: 5px 20px 20px 20px;
	background: #fff;	
}
#logo {
	height: 90px;
	width: 200px;
	float: left;
	padding: 0;
	margin: 15px 0 0 0;	
}
#logo h1 a {
	color: #303030;
	padding-left: 150px;
}
#logo h1 a:hover {
	text-decoration: none;
}
#slogan {
	float: right;
	width: 490px;
	padding: 24px 0 0 0;
	margin: 0;
	font-family: Tahoma;
}
#slogan h1 {
	border-bottom: 1px solid #F78E1C;
	color: #0068B9;
	font-size: 16px;
	padding:0;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	letter-spacing: 0;	
}
#slogan h2 {
	color: #0068B9;
	font-size: 14px;
	padding:0;
	margin: 4px 0 0 0;
	text-transform: uppercase;	
	letter-spacing: 3px;
	font-weight: bold;	
}
#navitabs {
	clear: both;
	margin-top: 5px;
}
.navitab {
	padding: 7px 12px 5px 12px;
	margin: 0;
	text-decoration: none;
	background: #ececec url(../images/corner.gif) top right no-repeat;
	font: 11px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.navitab:hover {
	text-decoration: none;
	background: #0068B9 url(../images/corner.gif) top right no-repeat;
	color: #F78F1E;
}
.activenavitab {
	padding: 7px 10px 5px 10px;
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	background: #0068B9 url(../images/corner.gif) top right no-repeat;
	font: 11px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.activenavitab:hover {
	text-decoration: none;
}
/* wrapper for homepage blogfeed + flash */
#desc {
	color: #333;
	padding: 0;
	margin: 5px 0 0 0;
}
#desc p {
	width: 290px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px;
}
#desc h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	margin-bottom: 7px;
	color: #0068B9;
}
#desc ul {
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 9px;
}
#blogfeed {
	width: 375px;
	float: left;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: 230px;
	background: #fff url(../images/bg_desc.jpg) top left no-repeat;
}
#blogfeed h2 {
	margin-top: 14px;
	padding-top: 0;
}
#blogfeed ul {
	padding: 0;
	margin: 10px 10px 5px 42px;
}
#blogfeed li {
	margin: 5px 10px 5px 0;
}
#syndicate {
	margin: 0 0 0 30px;
}
#animation {
	height:230px;
	float: left;
	width: 370px;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
}
/* main body content */
#main {
	width: 570px;
	float: left;
	padding: 20px 15px 0 0;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	margin-top: 5px;
}
#main_home {
	width: 570px;
	float: left;
	padding: 20px 15px 0 0;
	border-right: 1px solid #d0d0d0;
	margin-top: 0;
}
#sidebar {
	width:160px;
	float:right;
	margin-top: 5px;
}
#sidebar p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 12px 0;
}
.sidelink {
	text-align: left;
	display: block;
	width: 120px;
	background: #ececec url(../images/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
}
.sidelink:hover {
	background: #0068B9 url(../images/corner.gif) top right no-repeat;
	color: #F78F1E;
	text-decoration: none;
}
#affiliateform {
	background: #f0f0f0;
	color: #0068B9;
	padding: 3px 0 7px 0;
	margin:0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
#footer {
	clear: both;
	background: #f0f0f0;
	color: #0068B9;
	padding: 3px 0 7px 0;
	margin:0;
	font-size: 11px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
}
#footer a {
	color: #0068B9;
}
#footer a:hover {
	text-decoration: none;
	color: #F78F1E;
}
#contact {
	background: #f5f5f5;
	font-size: 0.9em;
	border: 1px solid #0068B9;
	padding: 9px;
	background: #ececec;
	color: #333;
	margin-bottom: 15px;
}
#contact .input {
	width: 133px;
	font: 10px Verdana, Arial, sans-serif;	
	margin-bottom: 5px;
	padding: 2px;
	color: #0068B9;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contact textarea {
	width: 133px;
	height: 45px;
	font: 10px Verdana, Arial, sans-serif;	
	margin-bottom: 5px;
	padding: 2px;
	color: #0068B9;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
}
#contact .button {
	width: 75px;
}
#services {
	margin-left: 30px;
}
#services a:hover {
	background: #fff;
  text-decoration: none;
}
#address {
	margin: 40px 0 20px 0;
	text-align:center;
	font-size: 11px;
}
#logo a:hover {
	background: #fff;
}
#services .indent {
	padding-left: 15px;
}
#subnav {
	padding-top: 0;
	margin-top: 0;
}
/* recent blog posts */
#sidebar h2 {
	font-size: 14px;
	margin: 20px 0 2px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;	
}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar li {
	margin-bottom: 4px;
	font-size: 11px;
	padding: 3px 0 3px 0;
}
/* end recent blog posts */


/* contact form */
#contact_main {
	margin-top: 15px;
	padding: 10px 10px 0 10px;
	background-color: #F6F6F6;
	border: 1px solid #C7C7C7;
}
.txt_input {
	font: 9pt Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 2px;
	width: 200px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;		
}
.btn_send {
	width: 75px;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}
#contact_main textarea {
	font: 10pt Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 2px;
	width: 200px;	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;		
}
#contact_main select {
	font: 10pt Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 2px;
	width: 200px;	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;		
}


/* typography */
a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: underline;
  /* color: #F78F1E; */
	/* background-color: #0068B9; */
}
#main a:visited, #main_home a:visited  {
	text-decoration: none;
	color: #6293B6;
	background-color: #fff;
}
.hide {
	display: none;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	font-weight: normal;
	color: #003366;
}
#main h1, #main_home h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
}
.related { /* h2 in sidbar - related links */
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
#main h2, #main_home h2 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
#main h3, #main_home h3 {
	margin: 20px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;	
	margin: 20px;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
.accent { 
	font-family: Verdana, Arial, sans-serif; 
	color: #006699; 
	font-weight: bold;
}
.right {
	text-align: right;
}
.required {
	color: #f00;
}
/* images/captions */
#tr_photo {
	border: 1px solid #ccc;
}
a img {
	border: 0;
}
.photo {
	padding: 5px;
	display: block;
	margin: 0 auto 0 auto;
	background-color: #ececec;
}
.photo_caption {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #333;
	line-height: 12px;
}
/* not used ? */
.block {
	background: #ececec;
	padding: 15px;
}
#content li {
	margin-bottom: 10px;
}