@charset "utf-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #527271;
	background-image: url(images/hexumBG.png);
}
.main #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #969050;
} 
.main #header {
	background-color: #480000;
	margin: 0px;
	height: 230px;
} 
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.main #container #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
}
.main #header h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #969050;
	margin: 0;
	padding: 0px;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.main #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}
.main #mainContent a:link {
	color: #480000;
	text-decoration: none;
}
.main #mainContent a:visited {
	text-decoration: none;
	color: #480000;
}
.main #mainContent a:hover {
	text-decoration: underline;
	color: #3F3F3F;
}
.main #homePage {
	font-size: 14px;
	width: 478px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 10px;
}
.main #homePageTestimonials {
	margin-left: 85px;
}
.main #footer {
	padding: 0 10px 0 20px;
	background-color: #480000;
} 
.main #footer a:link {
	color: #969050;
	text-decoration: none;
}
.main #footer a:visited {
	text-decoration: none;
	color: #969050;
}
.main #footer a:hover {
	text-decoration: underline;
	color: #3F3F3F;
}
.main #footer h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #969050;
}
.main #logos {
	width: 400px;
	height: 48px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	margin-top: 10px;
}
.main #container #links {
	background-color: #480000;
	height: auto;
	width: 100%;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#up {
	height: auto;
	width: 350px;
	position: relative;
	left: 385px;
	top: -75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -43px;
	margin-left: 0px;
}
.main #container #colorchart {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	padding: 10px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #colortabs {
	width: 440px; /* the auto margins (in conjunction with a width) center the page */
	height: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main #container #ctleft {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 550px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main #container #ctright {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 550px;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main #container #ct {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 55px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct1 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #F0F4F1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct2 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #B93627;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main #container #ct3 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #E5EEC2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct4 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #9A2620;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct5 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #F6F0A8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct6 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #421211;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct7 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #D3D387;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct8 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #958F50;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct9 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #C8B169;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct10 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #B3D48E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct11 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #6C401D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct12 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #24421D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct13 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #3D2C1E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct14 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #8D8D65;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct15 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #42321D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct16 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #4B4C3C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct17 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #49837D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct18 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #161413;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct19 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #345068;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.main #container #ct20 {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	background-color: #202D20;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

