/* JAC Data Style Sheet */

body {
	background:#CCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}





/* ----------------- Main Construction & Layout ----------------- */

#main_wrap {
	position:relative;
	width:924px;
	margin:0 auto;
	top:-15px;
}

#flash_header {
	position:relative;
	width:924px;
	height:300px;
}

#header_bar_home {
	background:url(../images/home_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#header_bar_aboutus {
	background:url(../images/aboutus_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#header_bar_services {
	background:url(../images/services_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#header_bar_portfolio {
	background:url(../images/portfolio_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#header_bar_faq {
	background:url(../images/faq_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#header_bar_itsupport {
	background:url(../images/itsupport_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#header_bar_contactus {
	background:url(../images/contactus_header.jpg) center repeat-x;
	position:relative;
	width:924px;
	height:39px;
}

#content_wrap {
	background:#333;
	position:relative;
	display:inline-block;
	width:924px;
}

#col_left {
	float:left;
	padding:15px 10px 15px 15px;
	width:545px;
}

#col_lrg {
	float:left;
	padding:15px 10px 15px 15px;
	width:895px;
}

#col_right {
	float:right;
	width:330px;
	height:50px;
	margin:5% 8px 15px 0px;
}

#content_header {
	background:url(../images/content_header.gif) bottom center no-repeat;
	position:relative;
	width:545px;
	height:14px;
}

#content_header_lrg {
	background:url(../images/content_header_lrg.gif) bottom center no-repeat;
	position:relative;
	width:895px;
	height:14px;
}

#content_repeat {
	background:#FFF;
	position:relative;
	width:545px;
}

#content_repeat_lrg {
	background:#FFF;
	position:relative;
	width:895px;
}

#content_footer {
	background:url(../images/content_footer.gif) top center no-repeat;
	position:relative;
	width:545px;
	height:14px;
}

#content_footer_lrg {
	background:url(../images/content_footer_lrg.gif) bottom center no-repeat;
	position:relative;
	width:895px;
	height:14px;
}

#main_footer {
	background:url(../images/main_footer.gif) bottom center no-repeat #333;
	position:relative;
	width:924px;
	text-align:center;
}

#contact_header {
	background:url(../images/contact_header.png) bottom left no-repeat;
	width:322px;
	height:44px;
}

#contact_body {
	background:url(../images/contact_body.png) bottom left no-repeat;
	width:322px;
	padding:20px 0px 30px 0px;
}

#main_headers {
	padding:10px 5px 5px 12px;
}

#contact_header_holder {
	padding:13px 5px 5px 12px;
}

#content_detail_holder {
	padding:0px 5px 5px 12px;
}

#content_text_holder {
	padding:5px 5px 5px 7px;
}

li {
	list-style:url(../images/jac_icon.png);
}

#name, #contact1, #contact2, #email1, #email2, #random {
	width:400px;
	height:15px;
	border:#999 1px solid;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

#name:hover, #contact1:hover, #contact2:hover, #email1:hover, #email2:hover, #random:hover {
	width:400px;
	height:15px;
	border:#999 1px solid;
	background:#ececec;
}

#address, #comments {
	width:400px;
	height:80px;
	border:#999 1px solid;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

#address:hover, #comments:hover {
	width:400px;
	height:80px;
	border:#999 1px solid;
	background:#ececec;
}

#type, #services {
	width:400px;
	color:#333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

#Submit {
	border:#999 1px solid;
	height:20px;
	width:50px;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-bottom:2px;
}

#Submit:hover {
	border:#999 1px solid;
	background:#999;
	cursor:pointer;
}



/* ----------------- Main Text Styles ----------------- */

.main_headers {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#fff;
}

.contact_header_text {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#fff;
}

.content_detail_text {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#fff;
}

.content_text {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333;
}

a:link.small_link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#333
}
