
body {
	line-height: 1.4;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #BDBEC0;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:left;
}
div {
cursor: url(../images/cursor.png), auto;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.menu {
	height: 15px;
	display: block;
	padding: 0px
}
/* ~~ LINKS */
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.whiteLink {
	color: #fff;
	text-decoration: none;
}
.whiteLink:link {
	color: #fff;
	text-decoration: none;
}
.whiteLink:visited {
	color: #fff;
	text-decoration: none;
}
.whiteLink:hover, .whiteLink:active, .whiteLink:focus { 
	border-bottom: 2px solid #F7941E;
}

/* ~~ LINKS */
.wrapper {
	width: 1000px;
	margin: 0 auto;

}
.container {
	width: 1000px;
	background-color: #FFFFFF;
}
.containerTop {
	width: 1000px;
	height: 65px;
	background-image:url(../images/container-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.containerBottom {
	width: 1000px;
	height: 61px;
	background-image:url(../images/container-bottom.png);
	background-repeat: no-repeat;
}
.indexSlide {
	width: 1000px;
	margin: -20px 0 0 -30px;
}
header {
	height: 130px;
}
.headerPhone {
	font-size:24px;
	color: #011B58;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.sidebar1 {
	float: left;
	width: 350px;
	height: auto;
	margin: 0px 10px 0px -52px;
	padding: 10px;
}
.news {
	width: 350px;
	background-image: url(../images/latest-news-middle.png);
	background-repeat: no-repeat;
	background-color: #2C588B;
	background-position: top;
	
}
.newsTop {
	width: 350px;
	height: 28px;
	background-image: url(../images/latest-news-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.newsBottom {
	width: 350px;
	height: 52px;
	background-image:url(../images/latest-news-bottom.png);
	background-repeat: no-repeat;
}
.content {
	padding: 10px 0;
	width: 650px;
	float: left;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.contentFull {
	padding: 10px 0;
	width: 1000px;
	float: left;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.contentFull section {
	padding: 0 20px;
}

aside {
	float: left;
	width: 283px;
	margin: 8px 20px;
	background-color: #fff;
	padding: 10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

/* ~~ The navigation list ) ~~ */
nav ul{
	list-style: none; /
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
nav a, nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #C6D580;
}
nav a:hover, nav a:active, nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	padding: 45px 45px 35px 45px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 1045px;
	color: #fff;
	height: 257px;
	margin-left: -53px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
}
footer h2 {
	font-size: 18px;
	color: #F7941E;
	line-height: 22px;
	padding: 20px 0px 10px;
	margin: 0;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.stickyY {
	background-image:url(../images/sticky-yellow.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyY:hover {
	background-image:url(../images/sticky-hover.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyR {
	background-image:url(../images/sticky-red.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyR:hover {
	background-image:url(../images/sticky-hover.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyB {
	background-image:url(../images/sticky-blue.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyB:hover {
	background-image:url(../images/sticky-hover.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyltB {
	background-image:url(../images/sticky-lgtblue.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.stickyTitle {
	color: #fff;
	text-align: center;
	padding: 20px 0px 0px 10px;
	font-size: 18px;
	font-stretch:condensed;
	margin-bottom: 5px;
	font-family: 'Shadows Into Light', cursive;
}
.stickyNotes {
	color: #fff;
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
	width: 180px;
	padding-left: 15px;
}
.stickyltB:hover {
	background-image:url(../images/sticky-hover.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 235px;
	height: 240px;
	display: inline-block;
}
.testimonial {
	margin: 20px auto;
	padding: 20px 10px 10px;
	background-color: #F8F5DD;
	font-style: italic;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
.ribbon {
	background-image: url(../images/header-Orange.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 128px;
	margin-left: -7px;
	padding: 35px 0px 0px 10px;
}
.ribbon h1{
	line-height: 30px;
	font-size: 28px;
	
}
.ribbonRed {
	background-image: url(../images/headers/headerRed.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 100px;
	margin-left: -23px;
	padding: 45px 0px 0px 35px;
}
.ribbonRed h1{
	line-height: 30px;
	font-size: 30px;
	
}
.ribbondkBlue {
	background-image: url(../images/headers/headerdkBlue.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 100px;
	margin-left: -23px;
	padding: 45px 0px 0px 35px;
}
.ribbondkBlue h1{
	line-height: 30px;
	font-size: 34px;
	
}
.ribbonYellow {
	background-image: url(../images/headers/headerYellow.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 100px;
	margin-left: -23px;
	padding: 45px 0px 0px 35px;
}
.ribbonYellow h1{
	line-height: 30px;
	font-size: 34px;
	
}
.ribbonltBlue {
	background-image: url(../images/headers/headerltBlue.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
	margin-left: -23px;
	padding: 45px 0px 0px 35px;
}
.ribbonltBlue h1{
	line-height: 30px;
	font-size: 34px;
	
}
.ribbonOrange {
	background-image: url(../images/headers/headerOrange.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 100px;
	margin-left: -23px;
	padding: 45px 0px 0px 35px;
}
.ribbonOrange h1{
	line-height: 30px;
	font-size: 34px;
	
}
.Column{
	display: block;
	float: left;
	width: 25%;
	margin-left: 30px;
}
.orangeSd {
	background-color: #F7941E;
	float: right;
	margin: 10px 30px 30px;
	padding: 20px 10px 0 10px;
	width: 330px;	
}
.orangeSd img {
	border-top: 10px solid #011B58;
	border-bottom: 10px solid #011B58;	
}
.orangeSdBm {
	background-image:url(../images/orange-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 350px;
	height: 40px;
	margin-left: -10px;	
}
.greySd {
	background-color: #bbbdc0;
	float: right;
	margin: 10px 30px 30px;
	padding: 20px 10px 0 10px;
	width: 330px;	
}
.greySd img {
	border-top: 10px solid #011B58;
	border-bottom: 10px solid #011B58;	
}
.greySdBm {
	background-image:url(../images/grey-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 350px;
	height: 40px;
	margin-left: -10px;	
}
.smItalic {
	color: #666;
	font-size: 9px;
	font-weight: 500;
}

/*  css Buttons  */
.orangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:42px;
	line-height:42px;
	width:160px;
	text-decoration: none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}
.orangeButton:link {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:42px;
	line-height:42px;
	width:160px;
	text-decoration: none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}
.orangeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
	text-decoration: underline;
	color:#fff;
}.orangeButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
}
.redButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.redButton:link {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.redButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.redButton:active {
	position:relative;
	top:1px;
}
.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.blueButton:link {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.blueButton:active {
	position:relative;
	top:1px;
}

