@charset "UTF-8";
/* CSS Document */

body {
	background-color: #94BB3E;
}

#wrapper {
	background-image: url(images/wrapper.jpg);
	background-repeat: no-repeat;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 850px;
	background-position: center top;
	margin-top: 0px;
	padding-top: 0px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#-----NAVIGATION-------------{}

#navbar {
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
}

#navlist a:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	color: #CC3300;
	text-decoration: none;
}

#navlist a:active
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

#-----CONTENT----------------{}

#content {
	background-color: #94BB3E;
	background-image: url(images/column_header.jpg);
	background-repeat: no-repeat;
}

#-----LEFT COLUMN-------------------------------{}

#left_column {
	background-image: url(images/col1_bg.jpg);
	background-repeat: repeat-y;
}

#left_column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #71AF3C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F25C21;
}

#left_column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF5E34;
	font-style: italic;
}

#left_column p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}

#left_column a:link {
	color: #537B34;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #537A3D;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	font-style: oblique;
	font-weight: bold;
	font-size: small;
}

#left_column a:visited {
	color: #537B34;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #537A3D;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	font-style: oblique;
	font-weight: bold;
	font-size: small;
}

#left_column a:hover {
	color: #FA721D;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FA721D;
	font-size: small;
}

#left_column a:active {
	color: #537B34;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #537A3D;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	font-style: oblique;
	font-weight: bold;
	font-size: small;
}

#left_column_footer {
	background-image: url(images/col1_footer.jpg);
	background-repeat: no-repeat;
}

#-----RIGHT COLUMN-------------------------------{}

#right_column {
	background-image: url(images/col2_bg.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	text-align: center;
}

#styles_wrapper {
	float: left;
	width: 250px;
	margin-bottom: 30px;
}

#right_column li
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8DF27;
	margin-left: 30px;
	width: 180px;
}

#right_column a:visited
{
	color: #5C8B3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-decoration: none;	
}

#right_column a:link
{
	color: #5C8B3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-decoration: none;	
}

#right_column a:hover
{
	background-color: #94BB3E;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-decoration: none;
}

#right_column a:active
{
	color: #5C8B3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-decoration: none;	
}

#right_column_footer {
	background-image: url(images/col2_footer.jpg);
	background-repeat: no-repeat;
	float: left;
}

#-----CURRENT-------------------------------{}

#current {
    text-decoration: none;
	background-color: #5C8B3D;
}

#current p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

#current a:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

#current a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

#current a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

#current a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

#-----BLOG-----------------------------------{}

#blog {
	background-image: url(images/blog2.jpg);
	background-repeat: no-repeat;
}

#blog a:link {
	color: #E0E322;
}

#blog a:visited {
	color: #E0E322;
}

#blog a:hover {
	color: #FFFFFF;
}

#blog a:active {
	color: #E0E322;
}

#-----WORK------------------------------------{}

#work {
	background-image: url(images/work.jpg);
}

#work p {
	color: #FFFFFF;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: small;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#work a:link {
	color: #E0E322;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#work a:visited {
	color: #E0E322;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#work a:hover {
	color: #FFFFFF;
	background-color: #94BB3E;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#work a:active {
	color: #E0E322;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#-----TIDBIT----------------------------------{}

#tidbit {
	background-image: url(images/creative.jpg);
}

#tidbit p {
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	font-size: small;
}

#tidbit a:link {
	color: #E0E322;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#tidbit a:visited {
	color: #E0E322;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#tidbit a:hover {
	color: #FFFFFF;
	background-color: #94BB3E;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#tidbit a:active {
	color: #E0E322;
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

#-----FOOTER----------------------------------{}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#-----JS-SLIDESHOW----------------------{}

.jqGSContainer .jqGSPagination ul{margin-left:40px;}

.jqGSContainer .jqGSPagination ul li a.selected{
	background-color: #E0E322;
	}

#------CONTACT-FORM------------------------{}

#credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #94BB3E;
	margin-left: 40px;
}

#credit a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #94BB3E;
	font-style: italic;
}

#credit a:visited {
	color: #94BB3E;
}

#credit a:hover {
	color: #70A244;
}

#credit a:active {
	color: #94BB3E;
}

input {
	color: #333333;
	border: 1px solid #91B539;
	background-color: #DFE321;
	font-size: 12px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 15px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 5px;
	padding-bottom: 5px;
}

input:focus {
	background-color: #94BB3E;
}

.submit input {
	color: #333333;
	border: 2px outset #AC7CA8;
	background-color: #FF90D9;
}

.submit_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FC6A24;
	width: 70px;
	height: 30px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
}

.submit_button:hover {
	background-color: #55873D;
}

textarea {
	color: #333333;
	background-color: #DFE321;
	border: 1px solid #91B73A;
	width: 400px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

textarea:focus {
	background-color: #94BB3E;
}

