﻿/* HTML overrides */

body 
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Arial, Verdana;
	background-image: url(../../images/woodbarbg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

h1
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
}

h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
}

h3
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
}

h4
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

p
{
}

a, a:visited
{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

/* End HTML Overrides */

/* Layout definitions */

#outside
{
	background-image: url(../../images/background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper
{
	padding: 0;
	margin: 0 auto;
	width: 780px;
	
}

#header
{
	width: 780px;
	/*border-bottom: solid 2px black;*/
	height: 181px;
	background-image: url(../../images/mainlogo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #logo
{
	/*background-image: url(../../images/slglogo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	margin-left: 150px;
	width: 255px;
	height: 56px;
	/*text-indent: -5000px;*/
}

#menu
{
	width: 670px;
	padding-top: 80px;
	padding-left: 110px;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
	padding: 3px 13px 3px 0px;
	background-image: url(../../images/gap.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu ul li.last
{
	display: inline;
	padding: 3px 12px 3px 0px;
	background-image: none;
}

#menu a, #menu a:visited
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;	
}

#content
{
	width: 685px;
	padding: 0 0 30px 15px;
}

#rightcolumn
{
	float: right;
	width: 180px;
	margin-left: 5px;
}

#footer
{
	width: 780px;
}


/* End Layout definitions */

/* Classes */

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.formline
{
	clear: both;
	padding: 5px;
}

	.formline .formleft
	{
		float: left;
	}
	
	.formline .formright
	{
		float: left;
	}

img.articlel
{
	padding-left: 4px;
}

img.articler
{
	padding-right: 4px;
}

.contactform
{
	border: solid 1px black;
	background-color: White;
	width: 450px;
	font-size: 18px;
}

.contactformbox
{
	border: solid 1px black;
	background-color: White;
	width: 450px;
	height: 200px;
	font-size: 18px;
}

.contactformbutton
{
	border: solid 2px black;
	background-color: #a9a9a9;
	width: 450px;
	font-size: 18px;
}


.f18px
{
	font-size: 18px;
}

.w160
{
	width: 160px;
}

.w230
{
	width: 230px;
}

.w400
{
	width: 400px;	
}
.w460
{
	width: 460px;
}

/* End Classes */