﻿/******** Defaults ********/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #626060;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
}


/***Anchors***/
a img {border: none;}
a:active {
	color: #626060;
	text-decoration: none;
}
a:link {
	color: #626060;
	text-decoration: none;
}
a:visited {
	color: #626060;
	text-decoration: none;
}
a:hover {text-decoration: underline;}



/***Forms, Form Fields & Fieldsets***/
input, select, textarea, form {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0.4em;}
textarea { width: 90%; }
textarea:focus, select:focus, input:focus {}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;}
legend {
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 0.3em;}


/***Labels***/
label , h4.optionName {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0.3em;}
label.radioButtonLabel, label.checkboxLabel {margin: 0.5em 0.3em;}
label.inputLabel{
	width: 11em;
	float: left;}
label.selectLabel{
	width: 11em;
	float: left;}
label.textareaLable {
}

/***Headers***/
h6 {margin: 0.8em 0;}
h5 {margin: 0.8em 0;}
h4 {margin: 0.8em 0;}
h3 {margin: 0.8em 0;}
h2 {margin: 0.8em 0;}
h1 {margin: 0.8em 0;}
#home h2{ 
	color: #626060;
	font-size: 1.4em;
	font-weight: 700;
}
h1{ 
	color: #626060;
	font-size: 1.4em;
	font-weight: 700;
}
#home h1 {
	color: #626060;
	font-size: 1.3em;
	font-weight: 700;
}
h2 {
	color: #626060;
	font-size: 1.3em;
	font-weight: 700;
}
h3{
	color: #626060;
	font-size: 1.2em;
	font-weight: 700;
}
h4 {
	color: #626060;
	font-size: 1.1em;
	font-weight: 700;
}
h5 {
	color: #626060;
	font-size: 1.0em;
	font-weight: 700;
}
h6 {
	color: #626060;
	font-size: 1.0em;
	font-weight: 700;
}


/***Lists***/
ul, ol {
	list-style: disc outside url('../images/bullet_sq1.gif')/*tpa=http://www.theframerscottage.com/includes/templates/images/bullet_sq1.gif*/;
	padding-left: 40px;
}
li {
	margin-bottom:10px;
	padding-left:10px;
}


/***Paragraph***/
p {padding: 0.5em;}


/***Form Error Container***/
div#errContainer {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div#errContainer ol {
	list-style: disc outside none;
	margin: 20px;
	padding: 0;
}
div#errContainer ol li {
	margin: 0;
	padding: 0;
}
div#errContainer {display: none}
#errContainer label.error {
	display: inline;
	float: none;
}
input.error, select.error, textarea.error {
	border: 2px solid red;
	background-color: #FFFFD5;
	color: red;
}


/***Page & Section Wrappers***/
#mainWrapper {
	margin: 0 auto;
	min-height: 500px;
	width: 1000px;
}
#headerWrapper {
	background:transparent url('../images/swasslogo_top.jpg')/*tpa=http://www.theframerscottage.com/includes/templates/images/swasslogo_top.jpg*/ no-repeat;
	margin: auto;
	padding-left:0px;
	min-height: 270px;
}
#taglineWrapper {
	font-size: 18px;
	letter-spacing: 0.35em;
	color: #2c2a6f;
	float:left;
	margin-top: 125px;
/*	margin-right: 330px;*/
	text-indent:-5000px;
}
#topNavWrapper {
	margin:110px auto 0px 0px;
}
#contentWrapper {
	margin-top: 0px;
	border-collapse: collapse;
	font-size: 1em;
}
#footerWrapper {
	background:transparent url('../images/swass_footer.gif')/*tpa=http://www.theframerscottage.com/includes/templates/images/swass_footer.gif*/ no-repeat;
	margin: 0px auto;
	padding-top:60px;
	text-align: center;
	width: 1000px;
}
#home #footerWrapper {
	background-position: left -50px;
	padding-top: 10px;
	margin-top: 20px;
}
#footerNavWrapper {
	text-align: center;
	margin: 5px auto;
	width: 100%;
}


/***Top Menu***/
/*Level One*/
#topNavWrapper ul {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	position: relative;
	text-align:left;
}
#topNavWrapper ul li {
	margin: 0;
	padding: 0;
}
#topNavWrapper > ul > li {
	display: inline;
	margin: 0;
	padding-top:10px;
	padding-bottom:5px;
	position: relative;
	z-index: 500;
	text-align:left;
}
#topNavWrapper > ul > li.hover, 
#topNavWrapper > ul > li:hover {
	background-color: #bdc198;
	border-bottom: 1px #ccc solid;
	position: relative;
}
#topNavWrapper > ul > li > a {
	color: #626060;
	display: inline-block;
	font-weight: 700;
	height: 23px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
/*Level Two*/
#topNavWrapper > ul ul {
	background-color: #bdc198;
	color: #2c2a6f;
	font-size: 0.8em;
	left: 0;
	padding-top: 5px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	min-width: 150px;
	max-width: 250px;
}
#topNavWrapper > ul ul li {
	border-bottom: 1px solid #ccc;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#topNavWrapper > ul ul li:hover {background: #c3c6a1;}
#topNavWrapper > ul ul li a {
	display: inline-block;
	padding: 5px 30px 5px 5px;
	width: 100%;
}
/*Level Three*/
#topNavWrapper > ul ul ul {
	left: 100%;
	top: 0;
}
#topNavWrapper > ul ul li:hover > ul {visibility: visible;}


/***Content***/
#mainContent {
	float: left;
	width: 550px;
}
#mainContent > p {margin-bottom: 1em;}
#rightContent {
	float: right;
	width: 425px;
	padding-top: 50px;
	min-height: 100px;
}
.imageCaption {
	color:#2c2a6f;
	font-size:1.1em;
	font-weight:700;
	margin-left:5px;
	margin-top: 15px;
	text-align:center;
	width:200px;
}



/***Footer Menu/Info***/
#footerNavWrapper ul {
	font-size: 0.8em;
	list-style: none;
	margin:0 auto;
	padding:0;
	width: 1000px;
}
#footerNavWrapper ul li {
	display: inline;
	margin: 0 14px;
	position: relative;
	z-index: 500;
}
#footerNavWrapper ul li a {
	color: #2c2a6f;
	font-weight: 700;
	height: 23px;
	padding: 8px 5px 0 5px;
	text-align: center;
	text-decoration: none;
}
#footerNavWrapper ul li a:hover {text-decoration: underline;}
#footerInfo {
	color:  #666633;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 5px;
}
#footerInfo a {
	color: #666633;
}


/***Misc Properties**/
.advisory {}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	vertical-align: top;}
.back {float: left;}
.biggerText {font-size: 1.3em;}
.buttonRow {margin: 0.5em;}
.bold {font-weight: bold;}
.clearBoth {clear: both;}
.forward {float: right;}
.hiddenField {display: none;}
.important {font-weight: bold;}
.information {padding: 10px 3px; line-height: 150%;}
.italic {font-style: italic;}
.larger {font-size: 1.1em;}
.normal {font-weight: normal;}
.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;}
.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;}
.underline {text-decoration: underline;}
.visibleField {display: inline;}

/***Galleries***/
#myGallery {
	list-style: none;
}
#myGallery li {
	display:inline-block;
	margin-bottom:10px;
	margin-right:10px;
}