@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/navBodyBg.jpg) repeat-x #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333;
}
.layout #container {
	width: 960px;  
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
}

/* HEADER */
#header {
	background: #fff; 
	padding: 20px 10px 0 10px;
	height: 120px;
	margin:0;
}
a#logo {
	display: block;
	float: left;
	margin: 0;
}

a#logo img {
    display: block;
}
p#slogan {
	font-size: 18px;
	clear: both;
	color: #333;
	margin: 0;
}
#header h1 {
	margin: 0; 
	padding: 0; 
}

/* NAVIGATION */
#nav-container {
	background: transparent url('../images/nav.png') repeat-x;
	height: 37px;
	margin-top: 0;
}
ul#nav, ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav {
	float: right;
	margin: 0;
}
ul#nav li {
	display: block;
	float: left;
	font-size: 15px;
	position: relative;
	z-index: 200;
}
ul#nav li a {
	border-bottom: 5px solid #ddd;
	color: #fff;
	display: block;
	height: 32px;
	line-height: 32px;
	outline: none;
	padding: 0 12px;
	text-decoration: none;
	/*text-shadow: 2px 2px 2px #111;*/
}
ul#nav li a:hover {
	border-bottom-color: #999;
}
ul#nav li a:active, ul#nav li a:focus {
	line-height: 33px;
}
ul#nav li.current a {
	border-bottom-color: #333;
}

/* SIDE BAR RIGHT */
#wrapper {
    margin-top: 20px;
	margin-bottom: 20px;
}
#sidebarRight {
	float: right;
	width: 260px;
	background: #fff; 
	padding: 20px 10px 0 10px;
}
#sidebarRight p {
    font-size: 14px;
	font-weight: normal;
}
#sidebarRight h4 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#mainContentSidebarRight {
    float: left;
	border-right: 1px solid #eee;
	width: 659px;
	padding: 0; 
	background: #fff;
	padding: 20px 0 20px 20px;
	margin:0 0 20px 0;
}
#mainContentSidebarRight p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
}

#mainContentSidebarRight h1 {
	color: #d40418;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}

#mainContentSidebarRight h2 {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}
#mainContentSidebarRight h3 {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
}

/* MAIN CONTENT */
#mainContent {
	padding: 0; 
	background: #fff;
	padding: 20px 0;
}
#mainContent p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
}

#mainContent h1 {
	color: #d40418;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}

#mainContent h2 {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}
#mainContent h3 {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
}

/* HOME PAGE BANNER */
.layout #banner {
    width: 960px;
	height: 280px;
	background: url(../images/home/HomeBanner.jpg) no-repeat;
}

/* HOME PAGE TESTIMONIALS */
#testimonial {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	clear: both;
	color: #444;
	font-size: 24px;
	margin: 20px 0;
	padding: 20px;
	text-align: center;
}

#testimonial p {
    margin: 0;
}
#testimonial span {
	color: #666;
	font-size: 12px;
}
#testimonials {
    width: auto;
	height: 80px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#testimonials .slide {
	margin: 0;
	padding: 0;
}
blockquote {
    font-size: 24px;
	line-height:32px;
	color: #333;
	margin: 0;
	padding: 0;
}

/* HOME PAGE COLUMNS */
.column-container {
    width: 960px;
	margin: 0;
	padding: 0;
}
.column {
	float: left;
	margin: 0 30px 0 0;
	width: 300px;
}
#column-c { 
	float: right; 
	margin: 0;
}
.column h3 {
	color: #d40418;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.column h3 span {
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform:lowercase;
}
.column img {
	border-bottom: 10px solid #ddd;
	display: block;
	margin-bottom: 10px;
	width: 300px;
}
.column p.column-info {
	font-size: 12px;
	margin-bottom: 10px;
}
p.column-learnmore {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
p.column-learnmore a {
	background: url('../images/home/arrows.jpg') no-repeat left 5px;
	padding: 0 0 0 12px;
	text-decoration: none;
	color: #d40418;
}
p.column-learnmore a:hover {
	background-position: left -13px;
	text-decoration: underline;
	color:#373737;
}

/* FOOTER */
.layout #footer {
	background:#fff;
}
#footer {
	border-top: 10px solid #9D27D6;
	margin-bottom: 40px;
	padding: 0;
	width: 960px;
}
#footerInner {
	border-top: 5px solid #ddd;
	margin-bottom: 40px;
	padding: 0;
	width: 960px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-top: 5px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	text-decoration: underline;
}
p#legal {
	float: right;
	margin: 0;
}
p#copyright {
	float: left;
	margin: 0;
}


/* FLOATS */
.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* LISTS */
li {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5%;
	margin-right: 5%;
}


/* Misc Styles */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
a {
	color: #3C89CF;
	outline: none;
}
.style1 {
    color: #BB1612 !important;
	font-weight:bold !important;
}