
.main_container { font-size:0.8em; color:#6A6969;
 }
.listings { background-color: #F9F9F9; padding:10px; }
.spec { color:#000000; float:right; text-decoration:none; font-size:small; font-weight:bold; }
.spec:hover { text-decoration:underline; }
.imgtfe { margin-right:10px; }
.linklove { display: none; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
} .test {  margin-bottom:10px; color:#6A6969; }
#map { width: 233px, height: 193px; float:right; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
/* typography.css */
body {
	
	font-family: Tahoma, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	
}
h1 {
	font-size: 1.3em;
	
	margin:0px 0px 10px 0px;
color:#333333;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.6em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: .5em;
	height: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* forms.css */
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
input.text, input.title, textarea, select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666;
}
input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* my.css */
.wraper {
	width: 922px;
	margin: 20px auto;
	background: #FFF;
}
#mainimage, #rotator { display:none; }
.logo {

display:none;
}
.logo h1 {
	display: block;
	width: 350px;
	height: 200px;
}
.logo h1 a {
	display: block;
	text-indent: -300em;
	height: 350px;
	height: 200px;
}
.inside {
	padding: 10px;
}
.left_container {
	display:none;
}
.left_container img {
	float: left;
	margin: 0 5px 0 0;
}
.left_container p {
	font-size: .8em;
}
.left_container h2 {
	margin: 0 0 5px;
}
.box_blue {
	position: relative;
	width: 100%;
	background: #00007C;
	color: white;
	margin: 0 0 5px;
}
.tl_blue {
	top: 0px;
	left: 0px;
	position: absolute;
	background: url(images/blue_tl.gif);
	width: 10px;
	height: 8px;
}
.tr_blue {
	top: 0px;
	right: 0px;
	position: absolute;
	background: url(images/blue_tr.gif);
	width: 10px;
	height: 8px;
}
.br_blue {
	bottom: 0px;
	right: 0px;
	position: absolute;
	background: url(images/blue_br.gif);
	width: 10px;
	height: 8px;
}
.bl_blue {
	bottom: 0px;
	left: 0px;
	position: absolute;
	background: url(images/blue_bl.gif);
	width: 10px;
	height: 8px;
}
.box_blue h2 {
	color: #FFF;
	font-size: 1em;
}
.box_blue h2 a {
	color: #FFF;
	text-decoration: none;
}
.box_blue p {
	color: #FFF;
}
.box_gray {
	position: relative;
	width: 100%;
	background: #F1F1F1;
	color: white;
	margin: 0 0 5px;
}
.tl_gray {
	top: 0px;
	left: 0px;
	position: absolute;
	background: url(images/box_gray_tl.gif);
	width: 10px;
	height: 8px;
}
.tr_gray {
	top: 0px;
	right: 0px;
	position: absolute;
	background: url(images/box_gray_tr.gif);
	width: 10px;
	height: 8px;
}
.br_gray {
	bottom: 0px;
	right: 0px;
	position: absolute;
	background: url(images/box_gray_br.gif);
	width: 10px;
	height: 8px;
}
.bl_gray {
	bottom: 0px;
	left: 0px;
	position: absolute;
	background: url(images/box_gray_bl.gif);
	width: 10px;
	height: 8px;
}
.box_gray h2 {
	color: #6A6969;
	font-size: 1em;
}
.box_gray h2 a {
	color: #6A6969;
	text-decoration: none;
}
.box_gray p {
	color: #6A6969;
}
.main_container {

	width: 100%;
	margin: 0 10px 0 0;
}
.main_container p {
	
margin-bottom:10px;
}
.main_left {
	float: left;
	width: 700px;
	margin: 0 10px 0 0;
}
.main_left h2 a {
	color: #00007B;
}
.main_right {
	float: right;
	width: 233px;
}
.footer {
	width: 900px;
	margin: 0px auto;
	background: #FFF;
	clear: both;
	font-size: .9em;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

