
/*HTML styles */

* {
	line-height: 19px ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #091858 ;
	margin: 0px ;
	color: #000 ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

h1 {
	font-size: 32px ;
	font-weight: normal ;
	letter-spacing: -3px ;
	color: #091858 ;
	margin-top: 0px ;
	line-height: 28px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #091858 ;
	margin-top: 0px ;
	line-height: 22px ;
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #091858 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: blue !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #495483 ;
	border-right: 1px solid #091858 ;
	color: #fff ;
	background-position: left center ;
	display: block ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 6px 12px 6px 25px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #434343 ;
	border-right: 1px solid #000 ;
}

a.button_sub:link, a.button_sub:active, a.button_sub:visited, a.button_sub:hover {
	display: block ;
	background: #091858 ;
	margin: 1px ;
	padding: 3px 9px ;
	font-size: 11px ;
	line-height: 15px ;
	color: #fff ;
	text-decoration: none ;
}

a.button_sub:hover {
	background: #B4B8CC ;
	color: #091858 ;
}

#content {
	padding: 15px ;
}

#right {
	padding: 15px ;
}

.top_address {
	font-size: 12px ;
	letter-spacing: -1px ;
	line-height: 15px ;
	color: #091858 ;
	padding: 0px 10px 0px 0px ;
}

.chromestyle {
	width: 100% ;
}

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
	border: 1px solid #091858 ;
	background: #fff ;
}


/* BLOGS STYLES */

div.blogs_list {
	border-top: solid 1px  ;
	border-bottom: solid 1px ; 
}

div.blogs {
	padding: 10px 0px; 
	border-top: 1px dashed  ; 
}

div.blogs:first-child {
	border-top: 0px; 
}

div.blogs_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blogs_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blogs_date {
	font-style: italic;
	font-size: 1em; 
}

div.blogs_link {
	text-align: right;
}

img.blogs_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blogs_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blogs_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blogs_comments {
	width: 100%; 
}

table.blogs_comments td {
	vertical-align: top;
}

div.blogs_leave_comment {
	margin-left: 10px; 
	background-color: ;
	padding: 10px; 
	border: solid 1px ;
}

div.blogs_comment_action_end {
	text-align: center;
	font-weight: bold;
	color:  ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

div.blogs_comment {
	border: solid 1px ;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.blogs_comment.row0 {
	background-color: ;
}

div.blogs_comment.row1 {
	background-color: ;
}

div.blogs_comment_date {
	font-size: .8em; 
}

div.blogs_comment_name {
	font-size: .8em;
}

div.blogs_comment_content {
	margin-top: 10px; 
}

a:link {
	color: #091858 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #495483 ;
}

img.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 20px ;
	border: 1px solid #091858 ;
}
