@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0px;
}

img {
	border:none;
}

#wrapper {
	width:960px;
	height:auto;
	margin:0px auto;
}

#topbar {
	width:960px;
	height:91px;
}

#banner {
	width:960px;
	height:212px;
}

#banner_inner {
	width:960px;
	height:106px;
}

#menubar {
	width:960px;
	height:46px;
	background-image:url(../images/banner_bottom.jpg);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
	font-size:15px;
}

div#menubar ul {
		line-height:45px;
		margin:0px;
		padding:0px;
}

div#menubar li {
	display:inline;
	list-style-type:none;
	padding:5px;
}

#menubar li a {
	padding:0px 5px;
	color:#FFF;
	text-decoration:none;
}

#menubar li a:hover { 
	background-color:#FFF;
	color:#666;
}

#menubar .active {
	background-color:#FFF;
	color:#666;
}
/* end of homepage banner */

#innercontent {
	width:960px;
	float:left;
	height:auto;
}

#welcome_word {
	margin-top:15px;
}

#welcome_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:15px;
	padding-top:15px;
	padding-bottom:15px;
	line-height:18px;
}

#welcome_text a {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	text-decoration:none;
}


#footer {
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
	float:left;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#b20012;	
}

#footer p {
	margin-top:5px;
	margin-bottom:0px;
}

/* services */

#breadcrumbs {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

#breadcrumbs a {
	color:#666;
	text-decoration:none;
}

#breadcrumbs p {
	padding-top:15px;
	padding-bottom:15px;
	
}

#breadcrumbs a:hover {
	color:#b20012;
}

#left_services {
	float:left;
	width:293px;
	vertical-align:top;
}

#left_services h2 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	vertical-align:middle;
	margin-bottom:10px;
	line-height:20px;
	padding-top:15px;
}

#left_services p {
	margin-top:7px;
	padding-top:0px;
}

#left_services ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	list-style-image:url(../images/bulletimg.jpg);
	line-height:25px;
	list-style-position:outside;
	padding-left:25px;
}

#left_services li {
	padding-top:10px;
	line-height:18px;
}

.service_menu {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:30px;
	line-height:30px;
}

.service_menu:hover {
	background-image:url(../images/services_active.jpg);	
}

.service_menu a {
	color:#666;
	text-decoration:none;
}

.service_menu a:hover {
	color:#b20012;
	text-decoration:none;

}

.active_menu {
	background-image:url(../images/services_active.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:30px;
	line-height:30px;
}

.active_menu a {
	color:#b20012;
	text-decoration:none;
}
#right_services {
	width:642px;
	float:left;
	margin-left:15px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#666;
	margin-bottom:10px;
	line-height:20px;
	padding-top:15px;
}


/* inner pages */

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	line-height:18px;
	margin-top:7px;
	padding-top:0px;
}

.body_text a {
	color:#b20012;
}

.bullet ul {
	padding-left:15px;	
	margin-left:20px;
	margin:5px;
}

.bullet li {
	vertical-align:top;
	list-style-image:url(../images/bulletimg.jpg);
	list-style-position:outside;
	margin-left:45px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
}

.bullet li a {
	color:#b20012;
}

.imgholder {
	width:auto;
	height:auto;
	float:left;
	margin-right:10px;
}

.news_thumb {
	float:left;
	width:302px;
	margin-bottom:10px;
	margin-right:10px;
	height:157px;
	background-color:#666;
	
}

.newstitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
	font-size:16px;
	font-weight:700;
	margin-bottom:0px;
	padding-bottom:0px;
}

.news_teaser {
	height:160px;
	margin-bottom:10px;
}

.news_date {
	color:#b20012;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
}

.news_header_text {
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}

.article {
	width:800px;
	height:500px;
}

.article_body {
	height:470px;
	overflow:auto;
}

/* our team */

.profile_thumb {
	width:297px;
	height:84px;
	margin-left:10px;
	background-image:url(../images/profile_bg.jpg);
	background-repeat:no-repeat;
	padding:7px;
	float:left;
}

.profile_thumb_small {
	width:190px;
	height:84px;
	margin-left:10px;
	background-image:url(../images/profile_bg_small.jpg);
	background-repeat:no-repeat;
	padding:7px;
	float:left;
}

.profile_thumb_small a {
	text-decoration:none;	
}


.profile_thumb a {
	text-decoration:none;	
}

.profile_thumb_small:hover {
		background-image:url(../images/profile_bg_small_active.jpg);
}


.profile_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin-bottom:0px;
	font-weight:bold;
}


.active_thumb {
	width:254px;
	height:84px;
	margin-left:10px;
	background-image:url(../images/profile_active_bg.jpg);
	background-repeat:no-repeat;
	padding:7px;
}

.profile_thumb:hover {
		background-image:url(../images/profile_active_bg.jpg);
}

.active_thumb a {
	text-decoration:none;	
}

.profile_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	margin-top:0px;
}

/* contact us */

.office_contact {
	width:168px;
	height:154px;
	background-image:url(../images/contact_bg.jpg);
	float:left;
	margin:5px;
}

.office_name {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#c30d0e;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:0px;
}

.office_detail {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	vertical-align:middle;
}

.office_detail a {
	color:#b20012;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
