@charset "UTF-8";

/* 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;
}


/* CSS Document */
*
{
	border:  0;
	padding: 0;
	margin:  0;
	font-family:Arial;
	font-size: 12px;
	color:#000;
	line-height: 1.5;
	
	/*
	-border: 1; /*for IE6*/
	/*
	*border: 2; /*for IE7*/
}

body
	{
	margin-top: 20px;
	}
	
h1
	{
	font-size: 24px;
	}

h2
	{
	font-size: 18px;
	text-transform:uppercase;
	}
	
h3
	{
	font-size: 18px;
	color:#880000;
	margin: 20px 0 10px 0;
	}
	
a.text:link { color:#880000; font:Arial, Helvetica, sans-serif; border-bottom:dotted #880000 1px; text-decoration:none;}
a.text:visited { color:#880000; font:Arial, Helvetica, sans-serif; border-bottom:dotted #880000 1px; text-decoration:none; }
a.text:hover { color:#666; font:Arial, Helvetica, sans-serif; border-bottom:dotted #666 1px; text-decoration:none; }

.clear
	{
	clear:both;
	}

#wrapper
	{
	width: 971px;
	margin: 0 auto; /*top&btn:0 left&Right:auto*/
	}

#header
	{
	margin:0 0 5px 0;
	float:left;
	}
	
#navigation
	{
	background-image:url(images/tab.jpg);
	background-repeat:repeat-x;
	height:42px;
	}
	
#main-links
	{
	list-style-type:none;	
	}

#main-links li /*to apply main-links style to all li and a */
	{
	float:left;
	padding:9px 15px 0 15px;
	position: relative;
	cursor: pointer;
	}
	
#main-links li img
	{
		right: -3px;
		top: 0px;
	}
	
#main-links li a
	{
	text-decoration:none;
	color:#FFF;
	}
	
#main-links li:hover, #main-links li.current_page_item
	{
	background-image:url(images/tabHL.jpg);
	background-repeat:repeat-x;
	height:42px;
	}
	
.tabdivider
	{
	float:left;
	background-image:url(images/tabDivider.jpg);
	background-repeat:no-repeat;
	height:42px;
	width:2px;
	*margin:-32px 0 0 -15px;
	}

#header-image
	{
		width: 971px;
		height: 289px;
	}
	
#content
	{
	padding:20px 22px 30px 22px;
	overflow:auto;
	border: 1px solid #880000;
	}

.home-bottom-box
	{
		float: left;
		width: 250px;
		padding-left: 27px;
		padding-right: 28px;
		vertical-align: top;
	}

.home-bottom-box ul
	{
	list-style-type: none;
	}

.home-bottom-box li
	{
	color:#000;
	font-size:12px;
	}

.home-bottom-box p
	{
	font-size:12px;
	}
	
.home-bottom-box img
	{
	border:1px solid #000;
	}
	

.red
	{
	color:#800;
	}
	
.read-more
	{
	background-image:url(images/readmoreBtn.jpg);
	width:83px;
	height:20px;
	cursor:pointer;
	margin-top:5px;
	}

.read-more:hover
	{
	background-image:url(images/readmoreBtn1.jpg)
	}
	
#footer
	{
	text-align:center;
	font-size:12px;
	padding-top:10px;
	padding-bottom:20px;
	}
	
/* Sub Page Template */

.contentWrap
	{
	width:800px;
	margin:0;
	padding:0;
	}
	
.headerhorline
	{
	width:600px;
	height:1px;
	border-top:dotted 1px #880000;
	margin-bottom: 20px;
	}

.leftcol 
	{
	width:600px;
	float:left;
	font-size:12px;
	}
	
	.leftcol p {
		font-size: 14px;
		line-height: 1.4;
		padding-bottom: 30px;
	}

.rightcol
	{
	width:300px;
	padding:60px 0 0 25px;
	float:left;
	}
	
.contentimg
	{
	/*border:solid 1px #999;*/
	}
	
.contentlist
	{
	font-size:12px;
	padding-left:12px;
	float:left;
	}
	
.contentlist li
	{
	list-style:square;
	line-height:1.5;
	}

.contentlist2
	{
	font-size:12px;
	padding-left:90px;
	float:left;
	}
	
.contentlist2 li
	{
	list-style:square;
	line-height:1.5;
	}
	
/* Contact Us */
.contacthorline
	{
	width:904px;
	height:1px;
	border-top:dotted 1px #880000;
	position: relative;
	margin-bottom: 20px;
	}

.rowWrap
	{
	width:920px;
	}

.leftcolGrey
	{
	width:420px;
	/*height:340px;*/
	margin-right:2px;
	padding:15px 15px 15px 15px;
	background-color:#eee;
	float:left;
	font-size:12px;
	}
	
.rightcolGrey
	{
	width:420px;
	/*height:340px;*/
	margin-left:2px;
	padding:15px 15px 15px 15px;
	background-color:#eee;
	float:left;
	font-size:12px;
	}
	
.leftcolWhite
	{
	width:420px;
	/*height:340px;*/
	margin-right:2px;
	padding:15px 15px 15px 15px;
	background-color:#fff;
	float:left;
	font-size:12px;
	}
	
.rightcolWhite
	{
	width:420px;
	/*height:340px;*/
	margin-left:2px;
	padding:15px 15px 15px 15px;
	background-color:#fff;
	float:left;
	font-size:12px;
	}
	
.contact-navi {
	position: absolute;
	width: 551px;
	left: 345px;
	top: -25px;
}

	.contact-navi li {
		float: left;
		font-size: 14px;
		margin-right: 30px;
	}
		.contact-navi li a {
			text-decoration: none;
			color: #666;
		}
		.contact-navi li a:hover, .contact-navi li.current_page_item a {
			color: #880000;
		}
		
.office-row {
	width: 904px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.contact h3 {
	font-size: 12px;
	color: #880000;
	margin: 0 0 3px 0;
}

.contact h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #666;
}

.contact p {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
	padding-bottom: 10px;
}

.city-photo {
	width: 320px;
	margin-right: 21px;
	float: left;
}

.city-info {
	width: 551px;
	float: left;
}
	
	
