/* @override 
	http://www.ladig.org/twoColFixLtHdr.css
	http://ladig.org/twoColFixLtHdr.css
*/

/* DW CS4 css template */

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: 11pt/12pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a {
	color: #00228A;
	text-decoration: none;
-webkit-transition: all .2s ease-in-out; 
-moz-transition: all .2s ease-in-out; 
-o-transition: all .2s ease-in-out; 
transition: all .2s ease-in-out;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00228A;
}
#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(2ToneBG.gif);
	background-repeat: repeat-y;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
#header {
	background-color: #07456E;
	height: 200px;
	width: 980px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
} 
#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 */
}
#navigation {
	height: 25px;
	width: 940px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	top: 20px;
	position: relative;
	margin: 0px;
	background-image: url(50graytile.png);
	text-align: center;
}
#navigation a {
	color: #FC0;
	margin: 0px;
	height: 30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	height: 30px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 365px;
	width: 605px;
	padding: 0;
} 
ul {
	margin: 0px;
	padding: 0px;
}


li {
	list-style-type: none;
	list-style-position: outside;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height:9pt;
	margin-top: 4px;
	margin-left: 25px;
	margin-bottom: 16px;
	font-weight: bold;
}
h1 {
	text-transform: none;
	font: normal 20pt/24pt Myriad, Verdana, Helvetica, Arial;
}
h2 {
	margin-top: 20px;
	margin-bottom: 2px;
	font: bold 13pt/16pt Myriad, Verdana, Helvetica, Arial;
}
h3 {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D6AAE;
	margin-top: 20px;
	padding-top: 0px;
	font: normal 14pt/16pt Myriad, Verdana, Helvetica, Arial;
	padding-bottom: 4px;
}

h4 {
	margin-bottom: 2px;
	margin-top: 16px;
	font: bold 12pt/14pt Myriad, Verdana, Helvetica, Arial;
}

p {
	margin-top: 4px;
	margin-bottom: 12px;
}

.smallprint {
	font-family: Myriad, Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-weight: normal;
}

#footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #333;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 7pt;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#footer p a {
	color: #FFF;
	background-color: rgba(255,255,255,0.15);
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
	padding: 1px 3px;
}

#footer p a:hover, #footer p a:active, #footer p a:focus {
	background-color: #009cff;
}

.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: 1px;
    line-height: 0px;
}

table {
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
td {
	border-style: none;
	padding: 2px;
	background-color: #fffeff;
}
th {
	background-color: #cccccc;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
.active {
	color: #000;
}
.inactive {
	color: #c9c9c9;
}

.status {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #EC0;
	text-align: center;
	display: block;
	padding: 4px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.leftimage {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightimage {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mailchimform {
	background-color: #B3C4C6;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Members Area Styles */
fieldset {
  border: none;
	padding: 0 20px;
	margin-right: 0;
	margin-top: 10px;
	margin-left: 0;
}

legend {
	font: bold 12pt/14pt Myriad, Verdana, Helvetica, Arial;
	padding-bottom: 8px;
}

label {
  display: block;
  font-weight: bold;
  line-height: 12pt;
  color: #333;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 1px #fff;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 10pt;
}
  
input[type="text"], input[type="password"]  { 
  padding: 3px 8px; 
  color: #333; 
  background-color: #fff; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}
 
 textarea  { 
  padding: 5px 8px; 
  color: #333; 
  background-color: #fff; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px; 
  }
 
input[type="text"]:focus, input[type="password"]:focus { 
 -webkit-box-shadow: 0 2px 12px rgba(51, 204, 255, 0.5); 
 -moz-box-shadow: 0 2px 12px rgba(51, 204, 255, 0.5); 
 box-shadow: 0 2px 12px rgba(51, 204, 255, 0.5); 
 }
  
input[type="submit"] {
padding: 8px 15px;  
font-weight: bold;
color: #444; 
border: none; 
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85); background-image: -webkit-gradient(linear,
0% 0%, 0% 100%, from(#fff), to(#aaa)); 
background-image: -moz-linear-gradient(0 100% 90deg, #fff, #aaa); 
background-color: #fff; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
-o-border-radius: 6px; 
border-radius: 6px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}


