@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}


.MoteWebStyle #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 
.MoteWebStyle #header   {
	width: 980px;
	height: 140px;
	background-image: url(Images/GaleMoteHead.jpg);
	background-repeat: no-repeat;
} 
.MoteWebStyle #header  h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 3.0em; line-height: 1.2em; display: none;
}

.MoteWebStyle  #mainContent {
	border-right-width: 0px;
	border-right-color: #903954;
	width: 570px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
	line-height: 1.3em;
	border-right-style: none;
} 
.MoteWebStyle  #footer {
	width: 945px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
.MoteWebStyle  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.FootLinks {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.MoteWebStyle  #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: auto;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333333;
	list-style-type: square;
	border-left-color: #903954;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
.SideHead {
	color: #903954;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.Sidephoto {
	

	}
	
.articles {
	font-size: 1em;
}
.HeadClass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E2C8CD;
	text-align: right;
	margin-top: 10px;
	margin-right: 35px;
	float: right;
	display: inline;
}

.HeadClass a:link {
	color: #DEC6CB;
	font-weight: bold;

}
.HeadClass a:visited {
	color: #DEC6CB;
}
.HeadClass a:hover {
	color: #FFFFFF
}
.headlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #DEC6CB;
	font-weight: bold;
}
#HeadLinks {
	width:290px;
	height:20px;
	float: right;
}

.headertxt {
	font-size: 12px;
	color: #DEC6CB;
	padding-left: 873px;
	padding-top: 60px;
}
body,td,th {
	font-size: 13px;
}

p  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: .5em;
}
p + p {
	margin-top: 0em;
	margin-bottom: 0.5em;
} 

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #903954;
	font-weight: bold;
	margin-bottom: 2px;
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #86851B;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 1.2;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.6em;
}
h5 { font-size: 1.2em; color: #666666; line-height: 1.2em }
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #903954;
}
a:hover {
	text-decoration: none;
	color: #903954;
}
a:active {
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 12px;
	line-height: 0px;
}


/* The below is from CSS Generator, which took my values and made the nice clean code */
 #suckerfishnav {
    float:right;
	background:#ffffff repeat-x;
    font-size:15px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
	float:right;
	list-style:none;
	line-height:30px;
	padding:0;
	width:100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
    }
#suckerfishnav a {
	display:block;
	color:#903954;
	text-decoration:none;
	padding:0px 10px;
    }
#suckerfishnav li {
	float:right;
	padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:103px;/*was 101px*/
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #903954;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #903954;
    border-left:1px solid #903954;
    border-right:1px solid #903954;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:14px;
    color:#ffffff;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#edd1d5;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#903954;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#903954;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#903954;
    }


/*OTHER PAGES */
.SidebarDkGray {
	color: #333333;
	font-size: 1em;

}

.Testimonials {
	color: #903954;
	font-size: 0.9em;
	margin-bottom: 15px;
}

.SideHeadK {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0px;
}

.Bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}

.Bodylist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
}

.DarkLink a:link {
	color: #903954;
	font-weight: bold;

}
.DarkLink a:visited {
	color: #86851B;
}
.DarkLink a:hover {
	color: #333333
}

.MoteWebStyle  #mainContentfull {
	border-right-width: 0px;
	border-right-color: #903954;
	width: 700px;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
	line-height: 1.3em;
	border-right-style: none;
} 

.formstyle {
	width: 540px;
	font-size: 1.1em;
	}
