﻿/* (C) Copyright 2006-2009 Long2 Consulting. All Rights Reserved */
/* Start Layout CSS. This top section of CSS is what is used to layout each of the pages. To change general styles, look for the Start General Styles section below. We strongly urge you not to change the Layout styles unless you have an advanced knowledge of CSS. We cannot help you if you mess it up. */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 22pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #e2e2e2;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: #e2e2e2 url('../images/wrapper2.jpg') repeat-y;
}


#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/header.jpg') no-repeat;
	height: 105px;
	width: 1000px;
}

#headerleft {
	float: left;
	width: 825px;
}

/* To move the company name over to the right more, change the last padding value currently set at 40px in headerleftcontent */
.headerleftcontent {
	padding: 10px 0 0 40px;
}

#headerright{
	float: right;
	width: 175px;
}

.headerrightcontent {
	padding: 20px 20px 0 0px;
	text-align: right;
}


/* This is the company name area */

.companyname {
	padding: 6px 0px 0px 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-size: 30pt;
	font-family: Arial;
	text-transform: none;
}

.tagline {
	padding: 0px 0px 0px 60px;
	color: #287B2B;
	text-align: left;
	font-size: xx-large;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
}

.logo {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

/* This is the picture area */

#middle {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/middle.jpg') no-repeat;
	height: 262px;
	width: 1000px;
}

#middleleft {
	float: left;
	padding: 2px 0 0 6px;
}

.middleleft {
	width: 400px;
	height: 253px;
	padding: 0 0 0 7px;
}

#middleright {
	float: right;
	width: 555px;
}

.middleright {
	padding-top: 14px;
	padding-right: 40px;
	text-align: left;
	color: #ffffff;
}

.middleright h3 {
	color: #ffffff;
	border-bottom: thin #ffffff dashed;
}

.middleright h4 {
	color: #ffffff;
}


/* This is the horizontal top navigation bar */
#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/topnav.jpg') no-repeat;
	width: 1000px;
	height: 30px;
}

.topnavlinks {
	padding: 7px 18px 5px 8px;
	text-align: right;
	font-weight: bold;
	font-size: 12pt;
}

.topnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.topnavlinks li { display: inline; }
	
.topnavlinks a:link, .topnavlinks a:visited {
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}


/* This is the footer area */

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/footer.jpg') no-repeat;
	height: 54px;
	width: 1000px;
}

.footercontent {
	padding: 12px 10px 0px 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #000000;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #000000;
	text-decoration: underline;
	background-color: #e2e2e2;
}


/* Used in single column layouts */
#bodycolumn {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	min-height: 300px;
	clear: both;
}

.bodycolumncontent {
	padding: 0 30px 30px 30px;
	min-height: 400px;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 765px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
}

.body1content {
	padding: 4px 30px 30px 0px;
}

.body2content  {
	padding: 4px 0px 30px 30px;
}


/* Used in three column layouts */
#body1b {
	width: 765px;
	float: left;
}

#body1c { 
	width: 565px;
	float: right;
}

#body2b {
	width: 200px;
	float: left;
}

#body3 {
	width: 180px;
	float: right;
	margin-right: 10px;
}

.body1bcontent {
	padding: 4px 6px 30px 30px;
}

.body2bcontent {
	padding: 4px 0px 30px 30px;
}

.body3content {
	padding: 4px 0 0 0;
}


/* End of Layout CSS */


/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}


a:active, a:hover {
	color: #ffffff;
	background-color: #e2e2e2;
}

ul {
	list-style-image: url('../images/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}


/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */


h1 { 
	color: #ffffff;
	font-size: 175%;
	padding: 4px 2px 2px 0px;
	text-align: center;
	margin-top: 7px;
	font-weight: bold;
}

h2 {	
	font-size: 160%;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

h3 {	
	font-size: 145%;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

h4 { 
	font-size: 125%;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

h5 { 
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

h6 { 
	font-size: 100%; 
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.center {
	text-align: center;}

/*  This class can be applied to your buttons to create uniform submit or shopping cart buttons without using graphics.  */

.submitbuttons {
	font-weight: bold;
	color: #062365;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #062365;
	border-right: 5px solid #062365;
	border-bottom: 1px solid #062365;
	border-left: 1px solid #062365;
	background-color: #6795F3;
	width: 155px;
	height: 30px;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

/*  The items below sets the properties for the left or right sidelinks.  */

.sidelinks {
	padding: 10px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

.sidelinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.sidelinks li { 
	list-style-image: none;
	margin: 0px 0px 2px 0px;
}
	
.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 140px;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 1px solid #444444;
	text-decoration: none;
}
	
.sidelinks a:active, .sidelinks a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: underline;
	border-bottom: 1px solid #444444;
}


.clear {
	clear: both;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #467bd0;
	border-bottom: 4px solid #467bd0;
	background-color: #062365;
	padding: 6px;
}

.block2 {
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #062365;
	border-bottom: 4px solid #062365;
	background-color: #224EB1;
	padding: 6px;
}

.block3 {
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #062365;
	border-bottom: 4px solid #062365;
	background-color: #467bd0;
	padding: 6px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 155px;
	color: #fff;
	background-color: #224EB1;
	border-bottom: 2px solid #062365;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 155px;
	color: #fff;
	background-color: #062365;
	border-bottom: 2px solid #6795F3;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #0253a5;
	background-color: #cbe1fc;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	border: 2px solid #0253a5;
}


.tiny {
	font-size: 8pt;
}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #062365;
}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
	
.imageleft-border   {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #062365;
}

.imageright-border  {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #062365;
}
