
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* CSS Document */

/* global styles */
* {
	padding:0;
	margin:0;
}

nav a.current {
  background:darkblue;
  color:white;
}

.more {
    background-image: url(/images/bg/darkBG.png);
    border: none !important;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    margin:12px 0 0 30px;
    border-radius:3px;
}

.mainBox {
    font-size: 200%;
    background-image: url(/images/bg/darkBG.png);
    height:380px;
}

.mainBox a {
        text-decoration: none;
}

.orangeBox2 {
    height: 120px;
    margin: 8px 4px 1px 15px;
    border-radius:1px;
    color:#fff;
}

.yellowBox {
    height: 120px;
    margin: 0 4px 1px 15px;
    border-radius:1px;
    color:#fff;
}

.greenBox {
    height: 120px;
    margin: 0 4px 8px 15px;
    border-radius:1px;
    color:#fff;
}

.grad {
    background: #CCCCCC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#666666,#CCCCCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#666666,#CCCCCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#666666,#CCCCCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#666666,#CCCCCC); /* Standard syntax (must be last) */
}

.gradOrange {
    background: #CC5500; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FF6600,#CC5500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF6600,#CC5500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF6600,#CC5500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF6600,#CC5500); /* Standard syntax (must be last) */
}

.gradYellow {
    background: #CC9900; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#CC9900,#CC9933); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CC9900,#CC9933); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CC9900,#CC9933); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CC9900,#CC9933); /* Standard syntax (must be last) */
}

.gradGreen {
    background: #66CC33; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#66CC33,#669933); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#66CC33,#669933); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#66CC33,#669933); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#66CC33,#669933); /* Standard syntax (must be last) */
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#c2c1c1 url(/images/bg/body.png) repeat-x left top;
}
#wrap {
	width:980px;
	margin:0 auto;
	background:transparent url(/images/bg/header.png) repeat-x left top;
	border:1px solid #000;
}
a img {
	border:none;
}

/* quote form styles */
.quote-form label {
	display:block;
	width:300px;
	font-weight:bold;
	float:left;
	clear:left;
}
.quote-form input[type=text] {
	width:250px;
}
.quote-form input[type=submit] {
	display:block;
	background-color:Transparent;
	background-image:none;
	border:none;
	width:75px;
	height:31px;
	cursor:pointer;
	background:transparent url(/images/button/red/right.png) no-repeat right top !important;
	color:#fff;
}
.quote-form input[type=submit]:hover {
	color:#000;
}
.quote-form div.btn {
	background:transparent url(/images/button/red/left.png) no-repeat left top !important;
	display:block;
	height:31px;
	padding-left:6px;
	float:left;
	margin-left:50px;
	margin-bottom:25px;
}
.quote-form select {
	width:255px;
}
.quote-form textarea {
	margin-top:25px;
	width:250px;
	height:100px;
}

/* color styles */
.green {
	color:#80a019 !important;
}
.white {
	color:#fff !important;
}

/* alignment styles */
.top {
	margin-top:8px;
}
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.alignTop {
	vertical-align:top;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
}
	img.floatLeft {
		float:left;
		margin-right:15px;
		margin-bottom:15px;
	}
.floatRight {
	float:right;
}
	img.floatRight {
		float:right;
		margin-left:15px;
		margin-bottom:15px;
	}
.clear {
	clear:both;
}

/* padding styles */
.padded {
	padding:0 10px;
}
.padded2 {
	padding:10px;
}
.padded3 {
    padding: 10px 10px 20px 10px;
}

/* box styles */
.greyBox {
	background-color:#ebebeb;
	margin-bottom:10px;
}
.orangeBox {
	background:#a83903 url(/images/bg/orangeBG.png) repeat-x left top;
	border-top:4px solid #a83903;
	color:#fff;
}
	.orangeBox h2 {
		color:#fff !important;
	}

/* button styles */
p.redButton {
	display:inline-block;
	line-height:30px;
	font-size:15px;
	background:transparent url(/images/button/red/left.png) no-repeat left top;
}
	p.redButton a.button:link,
	p.redButton a.button:visited {
		display:inline-block;
		line-height:30px;
		font-size:15px;
		background:transparent url(/images/button/red/right.png) no-repeat right top;
		margin-left:6px;
		padding-right:6px;
		text-decoration:none;
		color:#fff !important;
	}
	p.redButton a.button:active,
	p.redButton a.button:hover {
		color:#000 !important;
		text-decoration:none !important;
	}
p.whiteButton {
	display:inline-block;
	line-height:30px;
	font-size:15px;
	background:transparent url(/images/button/white/left.png) no-repeat left top;
}
	p.whiteButton a.button:link,
	p.whiteButton a.button:visited {
		display:inline-block;
		line-height:30px;
		font-size:15px;
		background:transparent url(/images/button/white/right.png) no-repeat right top;
		margin-left:6px;
		padding-right:6px;
		text-decoration:none;
		color:#000 !important;
	}
	p.whiteButton a.button:active,
	p.whiteButton a.button:hover {
		color:#cc6949 !important;
		text-decoration:none !important;
	}
	p.large {
		display:block;
		background:transparent url(/images/bg/large.png) repeat-x bottom left;
	}
		p.large a {
			display:block;
			padding-top:5px;
			height:30px;
			text-transform:uppercase;
		}
		p.large a.rss {
			background:transparent url(/images/rss.png) no-repeat right top;
		}
		p.large a.twitter {
			background:transparent url(/images/twitter.png) no-repeat right top;
		}
		p.large a.stumbleupon {
			background:transparent url(/images/stumbleupon.png) no-repeat right top;
		}
	

/* decoration styles */
.border {
	border:1px solid #8a8989 !important;
}
h2.block {
	display:inline-block;
	line-height:50px;
	padding:0 10px;
	background:transparent url(/images/bg/block.png) repeat-x top left;
	color:#fff !important;
	font-weight:normal;
	font-size:21px;
}
.leftCol h2.block {
	width:264px;
}
.one3rd h2.block {
	width:280px;
}

/* link styles */
a:link,
a:visited {
	color:#cc6949;
}
a:active,
a:hover {
	text-decoration:none;
}

/* width styles */
.leftCol {
	width:304px;
	margin-left:8px;
}
.leftCol2 {
	width:304px;
    padding-left:8px;
}
.rightCol {
	width:668px;
}
.rightCol .one3rd {
		width:222px;
	}
.one5th {
	width:192px;
}
.two5th {
	width:384px;
}
.three5th {
	width:576px;
}
.four5th {
	width:768px;
}
.one4th {
	width:240px;
}
.two4th {
	width:480px;
}
.three4th {
	width:720px;
}
.one3rd {
	width:320px;
}
.two3rd {
	width:640px;
}
.two3rd .one3rd {
		width:213px;
	}
.half {
    width:50%;
}

/* header styles */
.header1 {
	display:block;
	height:175px;
	width:980px;
    
}

.header1 nav {
	
}
.header1 nav ul {
	list-style-type:none;
	margin:0;
    padding:0;
    overflow:hidden;
    background-color:#8a8989;
}
.header1 nav ul li {
	display:inline-block;
    text-decoration:none;
    text-align:center;
	/* IE7 hacks */
	zoom:1;
	*display:inline;
    width:16.666%;
    float:left;
}
.header1 nav a:link,
.header1 nav a:visited {
	color:#000;
	display:block;
	padding:15px 15px;
	text-decoration:none;
}
.header1 nav ul li:first-child a {
	
}
.header1 nav a:hover,
.header1 nav a:active,
.page1 .header nav li#link1 a,
.page2 .header nav li#link1 a,
.page3 .header nav li#link1 a,
.page4 .header nav li#link1 a,
.page5 .header nav li#link1 a {
    background-image: url(/images/bg/darkBG.png);
	color:#fff;
}

.header2 {
    background-image: url(/images/bg/darkBG.png);
}
/* content styles */
#content {
	background:#f7f7f7 url(/images/bg/content.png) repeat-x top left;
	padding-top:20px;
	color:#5d5d60;
}
	#content p,
	#content hr,
	#content ul,
	#content ol,
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content input,
	#content select,
	#content textarea {
		margin-bottom:15px;
	}
	#content h2 {
		color:#363636;
		font-size:26px;
		font-weight:normal;
	}
	#content ul {
		list-style-type:none;
		margin-left:15px;
	}
		#content ul li {
			padding-left:15px;
			background:transparent url(/images/bullet.png) no-repeat left 5px;
		}
		#content .blackBG ul li {
			background:transparent url(/images/grey-bullet.png) no-repeat left 5px;
		}
	#content ul.letters li {
		background:transparent url(/images/letters.png) no-repeat left 2px;
		padding-left:20px;
		padding-bottom:25px;
	}
	#content .blackBG {
		padding:20px 0;
		margin-top:20px;
		background:transparent url(/images/bg/darkBG.png) repeat top left;
	}
		#content .blackBG h2 {
			color:#fff;
		}
		#content .blackBG hr {
			border:none;
			height:1px;
			border-top:1px dotted #4b4c4d;
		}
		#content .blackBG a:link,
		#content .blackBG a:visited {
			color:#7c7c7c;
			text-decoration:none;
		}
		#content .blackBG a:active,
		#content .blackBG a:hover {
			text-decoration:underline;
		}

/* footer styles */
#footer {
	padding:10px;
	color:#666;
	background:#0d0d0d url(/images/bg/footer.png) repeat-x left bottom;
	border-top:1px solid #272727;
}
	#footer ul {
		list-style-type:none;
	}
		#footer ul li {
			display:inline;
			padding:0 5px;
			border-left:1px solid #666;
		}
		#footer ul li:first-child {
			padding-left:0;
			border-left:none;
		}
	#footer p {
		margin-bottom:10px;
	}
	#footer a:link,
	#footer a:visited {
		color:#666;
		text-decoration:none;
	}
	#footer a:active,
	#footer a:hover {
		text-decoration:underline;
		color:#fff;
	}

/* form styles */
.form input[type="text"],
.form textarea,
.form select {
	border:1px solid #e0e7ee;
	font-family:inherit;
	font-size:1em;
	background-color:#ffffff !important;
}
.form input[type="text"],
.form textarea,
.form select {
	margin-bottom:8px;
}
.form input[type="text"]:focus,
.form textarea:focus,
.form select:focus {
	background-color:#fdfe99 !important;
	border-color:#576162;
}
.form input[type="text"],
.form select {
	vertical-align:middle;
}
.form input[type="text"],
.form textarea {
	padding:2px;
}
.form input[type="text"],
.form textarea {
	width:245px;
}
.form input[type="text"].text2 {
	width:110px;
}
.form textarea {
	height:100px;
	overflow:auto;
}
.form input[type="submit"],
.form input[type="reset"] {
	margin-top:5px;
	background-color:#000;
	border:none !important;
	color:#fff;
	cursor:pointer;
	height:26px;
	width:77px;
}
.form br {
	clear:left;
}
.form label {
	font-weight:bold;
	text-align:left;
	display:block;
	margin-right:2px;
}
.form fieldset {
	padding:5px;
	margin-bottom:5px;
}
.form legend {
	margin-bottom:5px;
}
.form .radioCheckbox label {
    float: right;
    width: auto;
    margin-right: 20px;
}

.form .radioCheckbox input[type='radio'] {
    margin-right: 10px;
}
td {
    text-align: left;
}