/* BASE STYLES
-------------------------------------------- */
*,
html {
	margin:0px;
	padding:0px;
	outline: none;
	}

body {
	margin:0px;
	padding:0px;
	background:#1b1b1b;
	}
				  
div#hug {
	margin-top:0px;
	padding:0px;
	background:#1b1b1b;
	width: 100%;
	}

img {
	}	
	
#container {
	height: 0px;
	overflow: hidden;
	}

#myInfo {
	}

/* HEADER INCLUDE STYLES
-------------------------------------------- */

#headerBar {
	width: 100%;
	height: 50px;
	background-color: #1b1b1b;
	margin: 0px;
	border-bottom: 4px solid #750202;
	}
	
#redHeader {
	overflow:hidden;
	width: 100%;
	background-color: #1b1b1b;
	border-top: 15px solid #1b1b1b;
	border-bottom: 15px solid #1b1b1b;
	}

#quotesBar {
	width: 100%;
	background-color: #000000;
	margin: 0px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}

div.quotes {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
#quotesHug {
	background-color: #750202;
	width: 100%;
	margin: 0;
	padding: 0px;
	}
	
#contactBar {
	width: 100%;
	height: 40px;
	background-color: #1b1b1b;
	margin: 0px;
	border-bottom: 4px solid #FFF;
	}

#bodycopy {
	width: 100%;
	background-color: #1b1b1b;
	}

#footerBar {
	width: 100%;
	height: 40px;
	background-color: #1b1b1b;
	margin: 0px;
	}
		
/* FOOTER INCLUDE STYLES
-------------------------------------------- */

#headerContainer, #redContainer, #footerContainer {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	}	

#footerContainer {
	border-top: 50px solid #FFF;
	}
	
#headerColumns, #redColumns, #footerColumns {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
div.columnTop h2, div.columnBottom h2 {
	color: #FFF;
	text-decoration: none;
	border-left: 2px solid #FFF;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 0px;
	}
	
div.columnBottom h2 {
	margin-bottom: 30px;
	}
	
div.contactTop h2 {
	font-family: Georgia, serif;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	border-left: 2px solid #999;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
	}
	
div.columnRed h2 {
	color: #FFF;
	text-decoration: none;
	border-left: 4px solid #750202;
	padding-left: 8px;
	margin-top: 0px;
	}
			
div.columnC {
	width: 270px;
	}
		
	
div.columnC1, div.columnC2 {
	margin:0px 40px 0px 0px;
	padding:0px;
	width: 270px;
	float:left;
	}
	
div.columnC3 {
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 270px;
	float:left;
	}

/* HYPERLINKS
-------------------------------------------- */

a, a:visited {color: #fa630a; text-decoration: underline;}

a:hover {color: #fa630a; text-decoration: underline;}

#grid a, #grid a:visited {color: #fa630a; text-decoration: none;}

#grid a:hover {color: #fa630a; text-decoration: underline;}

.column h2 a, .column h2 a:visited {
	color: #fa630a;
	text-decoration: none;
	}

.column h2 a:hover {
	color: #fa630a; 
	text-decoration: underline;
	}

.columnRed a, columnRed a:visited {
	text-decoration: none;
	}

.columnRed a:hover {
	text-decoration: underline;
	}
	
.contactTop h2 a, .contactTop h2 a:visited {color: #fa630a;}

.contactTop h2 a:hover {
	color: #fa630a; 
	text-decoration: underline;
	}
		
h4 a, h4 a:visited {color: #fa630a; text-decoration: none;}

h4 a:hover {color: #fa630a; text-decoration: underline;}


/* DECORATION
-------------------------------------------- */

#triangle {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 20px fff;
	border-right: 20px solid #fff;
	display: inline;
	}

/* TYPOGRAPHY
-------------------------------------------- */

h1 {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 20px;
	color: #999;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:10px;
	}
	
#grid h1 {
	margin-bottom:-10px;
	padding-bottom: 5px;
	}

div.quotes h1 {
	font-family: Georgia, Helvetica, Sans-serif;
	font-size: 24px;
	color: #FFF;
	line-height: 34px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	margin-top:20px;
	margin-bottom:20px;
	}
	
h2 {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	line-height: 12px;
	clear:left;
	margin-top:5px;
	margin-bottom:15px;
	}
	
div.columnTop h2 {
	font-size: 14px;
	}
	
h2.top {
	border-top: 2px solid #fa630a;
	padding-top: 8px;
	}

h2.topless {
	border: 0px;
	padding-top: 8px;
	}
 	
.columnC h1 {
	font-weight: normal;
	color: #FFF;
	}

h3 {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 15px;
	letter-spacing: .25px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	}

li {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 15px;
	letter-spacing: .25px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #750202;
	margin-bottom: 10px;
	margin-left: 15px;	
	}

#grid li {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 15px;
	letter-spacing: .25px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	margin-left: 15px;
	}
	
h4 {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 15px;
	letter-spacing: .25px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
h5 {
	font-family: Din, Lucida Grande, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 15px;
	letter-spacing: .25px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	}


/* MAIN BODY LAYOUT
-------------------------------------------- */

div#core {
	margin:0px auto;
	padding:0px;
	width:900px;
	position:relative;
	}
	
div#grid {
	z-index: 0;
	margin: 0px auto 0px auto;
	padding:0px;
	width:900px;
	position:relative;
	background: #1b1b1b;
	}

div.column {
	margin-top:0px;
	width: 270px;
	}
	
div.columnWide {
	margin-top:10px;
	width: 580px;
	background: #1b1b1b;
	}
	
div.column1 {
	margin:0px 40px 0px 0px;
	padding:0px;
	width: 270px;
	float:left;
	}
	
div.column2 {
	margin:0px 40px 0px 0px;
	padding:0px;
	width: 270px;
	float:left;
	}
	
div.column3 {
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 270px;
	float:left;
	}

div.column4 {
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 580px;
	float:left;
	}