/* Let's Get Moving Styles, by
 * Nissi Creative Services
 * www.NissiCreative.com
 */
 
/* Begin by setting default margins and padding ======== */
* {
	margin: 0;
	padding: 0;
}


/* General Declarations ================================= */
body {
	background: #4C99D8 url(images/bg.png) repeat;
	margin: 0;
	padding: 0;
}
p {
	font: 14px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: black;
	padding: 0 0 1em 0;
}
h1 {
	margin: 5px 0 20px 0;
	font-size: 9px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
ul {
	margin-left: 2em;
	padding: 0 0 1em 0;
	list-style-image: url(images/diamond.gif);
}
li {
	font: 14px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
	padding-left: 1em;
}
blockquote {
	margin: 0 2em;
}
cite {
	display: block;
	margin: 0 2em 1em;
	text-indent: -1em;
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
}
small {
	font-size: 10px;
}

/* Links ================================================== */
a:link, a:visited {
	text-decoration: underline;
	color: #0072BB;
}
a:hover {
	color: #7E172B;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

/* Layout Logic =========================================== */
#outerShadow {
	width: 800px;
	margin: 0 auto;
	background: url(images/main_shadow.png) repeat-y 0 0;
}
#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat 0 0;
}
#container {
	width: 760px;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/flowers.png) no-repeat bottom left;
}
#footer {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	background: url(images/bottom_shadow.png) no-repeat;
}
#content {
	float: right;
	margin: 0 9px 0 0;
}

/* Navigation Bar ====================================== */
#nav {
	margin-left: 20px;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
}
#topNav {
	background: transparent url(images/navTop.png) no-repeat;
	width: 183px;
	height: 12px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#home {
	background: transparent url(images/home_up.png) no-repeat;
	width: 183px;
	height: 33px;
}
a#home:hover {
	background-image: url(images/home_ov.png);
}
#whyUs {
	background: transparent url(images/whyUs_up.png) no-repeat;
	width: 183px;
	height: 44px;
}
a#whyUs:hover {
	background-image: url(images/whyUs_ov.png);
}
#ourServices {
	background: transparent url(images/ourServices_up.png) no-repeat;
	width: 183px;
	height: 41px;
}
a#ourServices:hover {
	background-image: url(images/ourServices_ov.png);
}
#contactUs {
	background: transparent url(images/contactUs_up.png) no-repeat;
	width: 183px;
	height: 40px;
}
a#contactUs:hover {
	background-image: url(images/contactUs_ov.png);
}
#testimonials {
	background: transparent url(images/testimonials_up.png) no-repeat;
	width: 183px;
	height: 33px;
}
a#testimonials:hover {
	background-image: url(images/testimonials_ov.png);
}
#bottomNav {
	background: transparent url(images/navBottom.png) no-repeat;
	width: 183px;
	height: 30px;
}

/* Forms ================================================== */
form {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 20px 0 10px;
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
	border-top-width: 0;
	border-left-width: 0;
	clear: both;
}
input, textarea {
	width: 300px;
}
.defaultInput {
	width: auto;
}
form table tr td {
	padding: 5px;
	vertical-align: top;
}

/* Layout Styles ========================================== */
.textBoxTop {
	width: 516px;
	height: 15px;
	background: transparent url(images/textBox_top.png) no-repeat;
}
.textBoxMain {
	width: 516px;
	background: transparent url(images/textBox_main.png) repeat-y;
}
.textBoxBottom {
	width: 516px;
	height: 9px;
	background: transparent url(images/textBox_bottom.png) no-repeat;
}
.textArea {
	padding: 0 25px 1px 15px;
}
.copyright {
	font: 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 5px;
}
.divider {
	height: 25px;
	width: 400px;
	margin: 0 auto 15px;
	background: transparent url(images/divider.png) no-repeat;
}

/* Headline Graphics ===================================== */
.offeringAssistance {
	height: 18px;
	background: transparent url(images/offering_assistance.png) no-repeat;
}
.services {
	height: 18px;
	background: transparent url(images/services.png) no-repeat;
}
.testimonials {
	height: 18px;
	background: transparent url(images/testimonials.png) no-repeat;
}
.contactUs {
	height: 18px;
	background: transparent url(images/contact_us.png) no-repeat;
}
.whyUs {
	height: 18px;
	background: transparent url(images/why_us.png) no-repeat;
}

/* General Styles ========================================= */
.hidden {
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.spacer {
	height: 300px;
}
.imgFloatRight {
	float: right;
	margin: 0 0 .5em .5em;
}
.lgm {
	font-style: italic;
	font-weight: bold;
	color: #7E172B;
}
