
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #1C1626;
}

p {
	margin: 12px 0px; /* top and bottom padding should match font-size */
}

p,
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.5; /* set general line height if different than standard (no units is multiplied by font size) */
}

ul {
	list-style-image: url(/images/list.gif) ;
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #5E517C;
	margin-top: 0px; 
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 1.25; 
}

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

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #5E517C;
	text-decoration: underline ;
}

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

a:hover {
	color: #493B63;
	text-decoration: none ;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
}

/* hr styles */
hr {
	height: 1px ;
	color: #5E517C ;
	background-color: #5E517C ;
	border: 0px ;
	margin: 0px ;
}

/*	template styles	*/

body {
	background-image: url(/images/page_bg.gif) ;
	background-color: #5E517C ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	height: 100%; /* for iE6 */
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 0px 10px; 
}

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #fff;
}

.top_text {
	background: #ffffff ; 
	padding: 7px ; 
	text-align: center ; 
	color: #5E517C ; 
	font-size: 11px ; 
	letter-spacing: -1px ;
}

.page_top {
	background-color: #C7C1E8;
}

.nav_bar {
	background: url(/images/nav_bg.gif) ; 
	background-position: center;
}

.page_body_div {
	background-image: url(/images/bottom.jpg) ;
	background-color: #fff ; 
	background-position: bottom ; 
	background-repeat: no-repeat ;
}

.content {
	padding: 15px ;
}

.spacer {
	height: 5px ;
	background: #ffffff ;
	font-size: 1px ;
	line-height: 1px ;
}

/* nav button styles */

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	color: #ffffff ;
	text-align: center ;
	font-size: 18px ;
	line-height: 1 ;
	font-weight: normal ;
	letter-spacing: -1px ;
	padding: 12px 15px ;
	text-decoration: none ;
	border-left: 1px solid #C7C1E8 ;
	border-right: 1px solid #5E517C ;
}

a.button:hover {
	color: #ffff00 ;
	background-image: url(/images/button_up.gif) ;
	background-position: center ;
	background-repeat: no-repeat ;
}

/* nav sub */

.nav li ul li a {
	width: 200px; 
}

a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	display: block ;
	background: #493B63 ;
	color: #fff ;
	font-size: 12px ;
	line-height: 16px ;
	padding: 5px 15px ;
	text-decoration: none ;
}

a.button_sub:hover {
	background: #5E517C ;
}

/* link_white */

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

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

/* misc standard styles */

.img_float {
	float: right ;
	margin: 0px ;
	margin-left: 10px ;
	border: 0px ;
	clear: right ;
}

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #C7C1E8;
	margin: 10px 0px; 
}

.gb {
	font-weight: bold; 
	color: #666;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dashed 1px #5E517C;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 15px 0px; 
	border-top: dashed 1px #5E517C;
	clear: both;
}

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

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: dashed 1px #5E517C;
	padding-top: 12px; 
}

.name {
	font-size: 13px ;
	font-weight: bold; 
	letter-spacing: -1px ;
}

.name a:link,
.name a:active,
.name a:visited,
.name a:hover {
	display: block ;
	text-decoration: underline ;
	color: #5E517C ;
}

.name a:hover {
	text-decoration: none ;
	color: #493B63 ;
}

.date {
	font-style: italic;	
	font-size: 11px; 
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	font-size: 10px ;
	line-height: 1.4 ;
	padding-top: 5px ;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

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

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #5E517C;
}

a:hover img {
	border-color: #493B63;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #C7C1E8;
}

.required {
	text-align: center;
	color: #C7C1E8;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #493B63;
}

.bad, 
.status0 {
	color: #C7C1E8;
}

table.form td {
	vertical-align: baseline; 
}

table.form td.label {
	text-align: right; 
}


/* BLOGS STYLES */

/* generic */

.blg.aut {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc.list_cont {
	width: 100%; 
}

table.bc.list_cont td {
	vertical-align: top;
}

td.bc.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc.comment_box {
	margin-left: 10px; 
	background-color: #C7C1E8;
	padding: 0px 10px; 
	border: solid 1px #493B63;
	color: #493B63; 
}

.bc.comments_result {
	text-align: center;
	font-weight: bold;
	color: #493B63 ;
}

textarea.bc.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc.comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc.comment.row0 {
	background-color: #eee;
}

div.bc.comment.row1 {
	background-color: #fff;
}

div.bc.comment_date {
	font-size: .8em; 
}

div.bc.comment_name {
	font-size: .8em;
}

div.bc.comment_content {
	margin-top: 10px; 
}


/* GALLERIES STYLES */

/* generic */


/* list */


/* detail */

table.gal.detail.img_add_cont {
	width: 100%; 
}

td.gal.detail.img_add_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
}

table.gal.detail.img_add_item {
	width: 100%; 
}

table.gal.detail.img_add_item td {
	text-align: center; 
}

/* module */


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}
