/* ============================ common ============================== */

body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#999999;
}

a{ color: #b1b1b1; text-decoration: underline; }
a:hover, a:active, a:focus { color:#999999; text-decoration:underline; }

img { display: block; }
a img { border: none; }
a span { cursor: pointer; }
em { font-style: italic; }
strong { font-weight: bold; }

.aural{
	position: absolute;
	font-size: 0;
	left: -2008px;
}

.alignright {
	float:right;
	width:40%;
	text-align:right;
}

.alignleft {
	width: 48%;
	float: left;
}

img.alignleft {
	width: auto;
	float: none;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */


.clear {
	clear:both;
}

#outer {
	width:100%;
	margin:0 auto;
}

.wrapper {
	width:805px;
	margin:0 auto;
}

label{
	display:block;
	padding:0.1em 0 0.3em 0;
}

.row {
	clear: both;
	margin: 0 0 1em 0;
}

.req {
	float: left;
	padding: 0.2em 0 0 0.5em;
}

.input {
	float: left;
	width: 200px; height: 20px;
	border:1px solid #999999;
	margin-bottom:8px;
}

.input input {
	display: block;
	width: 190px;
	background: #fff; border: none;
	margin: 1px 5px;
	color: #999; font: normal 12px Arial, sans-serif;
}

.textarea {
	clear:both;
	position: relative;
	width: 403px; height: 155px;
	border:1px solid #999999;
	padding: 10px;
	color: #999; font: normal 12px Arial, sans-serif;
}

.textarea textarea {
	display: block; position: absolute;
	color: #999; font: normal 12px Arial, sans-serif;
	top: 5px; left: 5px;
	width: 418px; height: 160px;
	background: #fff; 
	border: 0;
}

.submit {
	background: url(../img/btn-submit.gif) no-repeat 0 0;
	margin-top:10px; cursor:pointer;
	width:46px;
	height:17px;
	border:0;
}



/* ========================== layout end ============================ */

/* ============================ header ============================== */

#slide {
	background: #E6E6E6;
	margin: 0 auto;
}

#address-wrapper {
	width:840px;
	margin:0 auto;
	position:relative;
}

.address {
	float:left;
	width:100px;
	margin-left:34px;
	margin-right:34px;
	padding-top:40px;
	padding-bottom:30px;
	color:#777777;
}

#toggle-outer {
	width:100%;
	border-top:5px solid #e6e6e6;
}

#toggle {
	background-image:url(../img/toggle.gif);
	background-repeat:no-repeat;
	width:113px;
	height:13px;
	display:block;
	float:right;
}

#logo {
	float:left;
}

#logo span {
	background-image:url(../img/logo.gif);
	display:block;
	width:320px;
	height:82px;
}

#top-nav {
	float:right;
	font-size:11px;
	padding-top:33px;
}

#top-nav li {
	float:left;
	list-style:none;
	margin-right:5px;
}

#top-nav li a {
	color:#b4b4b4;
	text-decoration:none;
}

#flash-wrapper {
	background:url(../img/flash-bg.gif) no-repeat 0 0;
	position:relative;
	width:843px;
	height:185px;
	margin:0 auto;
	margin-bottom:10px;
}

#flash {
	position:absolute;
	top:29px;
	left:30px;
	width: 784px;
	height: 130px;
}



/* ========================== header end ============================ */

/* ============================ content ============================= */



#center {
	margin-left:20px;
	width:425px;
	float:left;
}

#center h2 {
	background:url(../img/icon-large.gif) no-repeat 0 0;
	font-weight:lighter; font-size:15px;
	padding:8px 0 6px 25px;
	color:#6699cc; letter-spacing:0.5px;
	margin-bottom:10px; text-transform:uppercase;
}

#center h2 a {
	color:#6699cc;
}

#center p {
	margin-bottom:20px;
	line-height:140%;
}

#center img {
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #d9d8d8;
}

#center .line {
	border-bottom: 1px solid #80bfe0;
	width:100%; display:block;
}

#center .line2 {
	border-bottom: 1px solid #80bfe0;
	width:100%; display:block;
	margin-bottom:15px;
}

#center .col-left {
	float:left; width:190px;
}

#center .col-right {
	float:right; width:190px;
}

#center .col-left h2, #center .col-right h2 {
	background:url(../img/icon-large.gif) no-repeat 0 0;
	font-weight:lighter; font-size:14px;
	color:#6699cc; letter-spacing:0.5px;
	padding:9px 0 7px 25px;
	margin:20px 0 10px 0;
	text-transform:uppercase;
}

#center .col-left img, #center .col-right img {
	background-color:#f9f9f9; margin-bottom:10px;
	padding:4px; border:1px solid #d5d5d5;
}

#center .col-left span, #center .col-right span {
	color:#6699cc;
	display:block;
	margin-bottom:5px;
	text-transform:uppercase;
}

#center .col-left p, #center .col-right p {
	margin:0; margin-bottom:5px;
}

#center .col-left .line, #center .col-right .line {
	border-bottom: 1px solid #80bfe0;
	width:113px; float:left;
	padding-top:7px;
	display:block;
}

#center .col-left .more, #center .col-right .more {
	background:url(../img/btn-more.gif) no-repeat 0 0;
	width:65px; height:17px;
	float:right;
}

.office {
	width:179px;
	height:85px;
}

.more-line {
	border-bottom: 1px solid #80bfe0;
	width:340px; float:left;
	margin-top:-20px;
	padding-top:7px;
	display:block;
}

.more-posts {
	margin-top:15px;
}

.more-posts p {
	margin-bottom:5px;
}

.read-more {
	background:url(../img/btn-more.gif) no-repeat 0 0;
	width:65px; height:17px;
	margin-top:-20px;
	float:right;
}


.news {
	margin-top:25px;
}

.news a {
	color:#999999;
}

.news h3 {
	background:url(../img/icon-large.gif) no-repeat 0 0;
	font-weight:lighter; font-size:12px;
	padding:0px 0 17px 25px;
	color:#6699cc;
	margin-bottom:10px; text-transform:uppercase;
}

.news h3 a {
	color:#6699cc;
}

.news .date {
	float:left;
	margin-top:-25px;
	margin-left:25px;
}

.news .postlinks {
	float:right;
	text-align:right;
	margin-top:-28px;
	text-transform:uppercase;
}

.post {
	padding-top: 10px;
	padding-bottom: 10px;
}

#reg {
	padding-top: 10px;
}

/* ========================== content end =========================== */

/* ============================ side-bar left ======================= */


#left {
	float:left;
	width:162px;
}

#nav {
	font-size:11px;
	margin:0; padding:0;
	margin-bottom:50px;
}

#nav li {
	list-style:none;
	position:relative;
	display:block;
	height:20px;
	padding-top:10px;
	border-bottom:1px solid #80bfe0;
}

#nav li:hover {
	background-color:#f0f0f0;
}

#nav #active {
	background-color:#f0f0f0;
}

#nav li a {
	text-decoration:none;
	padding-left:15px;
	color:#999999;
}

#left h3 {
	text-transform:uppercase;
	margin-bottom:5px;
	font-size:14px;
	color:#6699cc;
}




/* ========================== side-bar end ========================== */

/* ============================ side-bar right ======================= */


#right {
	float:right;
	width:162px;
}

.menu-box {
	display:block;
	background-color:#f0f0f0;
	margin-bottom:10px;
	padding-bottom:10px;
	width:160px;
}

.menu-box h3 {
	font-weight:normal; font-size:14px;
	padding-left:8px; padding-top:8px;
	color:#6699cc; letter-spacing:0.5px;
	margin-bottom:10px;
}


.menu-form {
}

.menu-form .row {
	padding-bottom:10px;
}

.menu-form label {
	margin-left:10px;
	padding-bottom:2px;
	font-size:10px;
	color:#999999;
	display:block;
}

.menu-form .row .input-text {
	width:140px; height:20px;
	border:1px solid #999999;
	position:relative;
	margin-left:9px; display:block;
	background:#FFFFFF;
}

.menu-form .row input {
	width:135px;
	height:15px;
	border:0;
	position:absolute;
	top:2px; left:3px;
}

.menu-form .submit {
	background:url(../img/btn-submit.gif) no-repeat 0 0;
	border:0;
	width:46px;
	height:17px;
	float:right;
	margin:0;
	margin-right:10px;
}

.menu-form .row {
	margin:0;
}


/* ========================== side-bar end ========================== */


/* ============================= footer ============================= */

#footer {
	background:#e6e6e6;
	width:100%; height:33px;
	margin-top:30px;
}

#footer-left {
	float:left;
	padding-top:11px;
}

#footer-left a {
	color:#a5a5a5;
	text-decoration:none;
	margin-right:5px; margin-left:5px;
}

#footer-right {
	float:right;
	padding-top:11px;
}

#footer-right #feeds {
	background:url(../img/feed.gif) no-repeat 0 0;
	width:17px; height:19px;
	float:left; display:block;
	margin-top:-4px; margin-right:10px;
}

#footer-right a {
	text-decoration:underline;
	color:#a5a5a5;
}


/* =========================== footer end =========================== */

#center ul {
	margin-bottom: 20px;
}

#center li {
	list-style: circle;
	margin-left: 10px;
	margin-bottom: 5px;
}