@charset "utf-8";
.tickbox {
	height: 100px;
	width: 80px;
	float: right;
	margin: 10px;
}
#menuBar a {
	color: #283a45;
}

/* CSS Document */


#paypalImg {
	float: right;
	margin-right: 50px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #012D5A;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #283a45;
	font-weight: normal;
}
#header {
	height: 120px;
	width: 100%;
}
.leftContent {
	width: 530px;
	float: left;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
}
.rightContent {
	width: 180px;
	float: left;
	padding-right: 30px;
	padding-left: 40px;
	text-align: center;
}
a:link {
	color: #E91442;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #E91C43;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.rightContent a {
	font-size: 13px;
}
#white  {
	color: #283a45;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h2 , h3, h4{
	font-size: 14px;
}

#logo {
	float: left;
	height: 95px;
	width: 570px;
	margin-top: 30px;
}
#wrapper {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#menuBar {
	width: 100%;
	background-image: url(images/menu_bar.jpg);
	height: 60px;
	margin-top: 10px;
	line-height: 60px;
	text-align: center;
	background-repeat: no-repeat;
}

.content_middle {
	width: 100%;
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: auto;
	float: left;
}
.content_top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	padding-top: 30px;
}
.content_bottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	padding-bottom: 20px;
	height: 28px;
	float: left;
}
#flashBanner {
	height: 144px;
	width: 100%;
}
#requestQuote {
	float: right;
	height: 85px;
	width: 261px;
	margin-top: 30px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 845px;
	float: left;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.rightContent ul {
	text-align: left;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}
.blue {color: #6AAEF7}
.silver {
	color: #CCC;
}

.purple {
	color: #BAAADF
}
.red {color: #FF0000}
.gold {	color: #FFCC00;
}
.green {color: #22BE43}
.bronze {
	color: #C60;
}
#areas {
	text-align: center;
	color: #F00;
	font-size: 10px;
}
#areas a {
	color: #F00;
}

