@charset "UTF-8";

/* Colors 
dark green - #036735
dark blue - #0C2661
*/

html {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bkgnd_grad.jpg) repeat-x left top;
}

body {
	min-width: 940px;
	margin: 0;
	padding: 0;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

a:link, a:visited {color: #0C2661; text-decoration: none;}
a:hover, a:active, a:focus {color: #000000; text-decoration: underline;}

a.more {font-size: .8em !important;}

strong {color: #0C2661;}	

#container {
	margin: 0 0 0px 173px;
	padding-top: 0px;
	text-align: left;
}

#header {
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
} 
#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 */
}

.logo {
	width: 715px;
	float: left;
	margin: 0;
}

.contact {
	width: 180px;
	float: right;
	margin: 44px 20px 0 0;
	background: transparent;
}

#navlist {
	height: 34px;
	font-size: .75em;
	margin: 0;
	padding: 0;
	background: #000 url(../images/topnav_bkg.png) repeat-x top left;
	z-index: 99;
}
#navlist ul {
	margin: 0 0 0 232px;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navlist a {
	color: #FFF;
	font-weight: bold;
	display: block;
	width: auto;
	line-height: 1;
	text-decoration: none;
	padding: 14px 20px 8px 20px;
}
#navlist a:link, #navlist a:visited {color: #CCC;}
#navlist a:hover, #navlist a:active {
	color: #FFF;
	background: #000 url(../images/topnav_over.png) repeat-x top left;
}

#mainContent {
	width: 70%;
	float: left;
	min-height: 550px;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
}

#mainContent p {
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 5px 20px 5px 0px; 
	line-height: 17px;
} 
#mainContent p.company {
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 80px;
}
#mainContent p.signature {
	color: #000;
	font-size: 16px;
	font-style: oblique;
	margin: 20px 0 5px 0;
	padding: 0 0 0 80px;
}
#mainContent h1 {
	color: #333;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 10px 0px;
}
#mainContent h2 {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 15px 0 0 0;
}

#mainContent ul {
	margin: 15px 0 0 0;
	list-style: disc;
	padding: 0;
}
#mainContent li {
	font-size: 16px;
	margin: 0 100px 0 30px;
	padding: 0 0 8px 0;
}

#footer {
	position: fixed !important;
	bottom: 0;
	width: 100%;
	height: 310px;
	margin: 0;
	padding: 0; 
	background: transparent url(../images/bottom_img.png) no-repeat bottom right;
} 
#subfooter {
	width: 100%;
	float: left;
	height: 50px;
	margin: 260px 0 0 0;
	padding: 0; 
	background-color: #0C1423;
} 
#footer h2 {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 10px 300px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p {
	color: #999999;
	font-size: 14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link, #footer a:visited {color: #660000; text-decoration: none;}
#footer a:hover, #footer a:active, #footer a:focus {color: #660000;  text-decoration: underline;}

/* Classes */

.drop span {
  float: left;
  margin: 0 3px 0 0; /*adjust based on your font - can use a negative left margin if needed */
  padding:0 .6em 0 0;
  font: 4em/0.8em "Edwardian Script ITC", "Lucida Handwriting", "Bradley Hand ITC", Skia, sans-serif;
  color: #666;
}
drop span {
	float: left;
	margin: 0 2px 0 0; /*adjust based on your font - can use a negative left margin if needed */
	padding:0 .2em 0 0;
	font: 4em/0.8em Georgia, "Times New Roman", Times, serif;
	color: #666;
}
drop:first-letter {
	float: left;
	margin: 0 2px 0 0; /*adjust based on your font - can use a negative left margin if needed */
	padding:0 .2em 0 0;
	font: 4em/0.8em Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.firstletter {
	color: #000;
	font-size: 1.5em;
	line-height: 1.2em;
}
.imgbdr {
	padding: 1px;
	border: 1px solid #333;
}
.imgleft {
	margin: 10px 0;
	padding: 1px;
	border: 1px solid #333;
}

.imageleft, .imageleftnb {
	float: left;
	margin: 10px 20px 15px 0px;
	padding: 1px;
	border: 1px solid #333;
}
.imageleftnb {border: 0px solid #333;}

.imageright, .imagerightnb {
	float: right;
	margin: 6px 20px 15px 20px;
	padding: 0;
	border: 1px solid #333;
}
.imagerightnb {border: 0px solid #333;}

.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;
}