/************************* General Reset **************************/
html {
	min-height: 101%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 1.45;
	background-color: #FFFFFF;
	behavior:url("csshover3.htc");	/* IE6 fix for hover */
	font-family: arial, helvetica, sans-serif, lucida grande, tahoma;
	font-size: 12px;
	color: #666666;
/*	letter-spacing: 0.08em;		*/
	background: url(../images/pattern.png);
	background-repeat: repeat;
}

/*************************** divs ******************************/
div {
	float: left;
	display: inline;
}

/*************************** Images ******************************/
img {
	float: left;
	display: inline;
	border: none;
}

/*************************** Paragraphs ***************************/
p {
	margin: 0;
	padding: 0;
}

/*********************** Anchors & Links *************************/
a {
	color: #464646;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #CF521A;
	text-decoration: none;
	background-color: transparent;
}

a.social { color: #797874; font-size: 11px; }
a.social:hover { color: #CF521A; font-size: 11px; }

a.letstlk { color: #CF5219; font-size: 11px; }
a.letstlk:hover { color: #CF521A; font-size: 11px; }


/************************* Contact Us Form **************************/
div.box1 {
	float: left;
	display: inline;
	width: 165px;
	margin: 8px 0 15px 10px;
}

div.box2 {
	float: left;
	display: inline;
	width: 165px;
	margin: 2px 0;
}

div.box3 {
	width: 360px;
	margin: 3px 0;
}

input, select {
	float: left;
	display: inline;
	margin: 4px 10px 0 0;
	width: 10px;
}

input.form {
	margin: 2px 10px 0 0;
	width: 10px;
}

input.user {
	width: 175px;
	height: 20px;
}

/************************** Bands *******************************/
div#headerBand {
	float: left;
	display: inline;
	height: 115px;
	width: 100%;
	background: url(../images/backgroundTop.jpg);
	background-repeat: repeat-x;
}

div#contentBand {
	float: left;
	display: inline;
	width: 100%;
	background-color: #FFFFFF;
}

div#footerBand {
	float: left;
	display: inline;
	height: 187px;
	width: 100%;
}

/************************ misc **********************************/

div.selectgroup {
	float: right;
	width: 126px;
	height: 28px;
	background: url(../images/roundbox.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	text-weight: bold;
	font-size: 14px;
	margin: 6px 0;
}

div.selectgroup:hover {
	float: right;
	width: 126px;
	height: 28px;
	color: #CF521A;
	font-weight: bold;
	background: url(../images/roundbox.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	text-weight: bold;
	font-size: 14px;
	margin: 6px 0;
}

div.vera {
	float: left;
	display: inline;
	cursor: pointer;
	margin-top: 5px;
	width: 800px;
	color: #666666;
}
div.vera:hover {
	float: left;
	display: inline;
	cursor: pointer;
	margin-top: 5px;
	color: #CF521A;
	width: 800px;
}

