*{ margin: 0; padding: 0; }*
:focus, :active { outline: 0; }

body { font: .9em Georgia, "Times New Roman", Sans-Serif; background: #fff url(../images/bg.gif) repeat-x; color: #333; }
a { color: #A82A15; text-decoration: none; }
img { border: 0; }
h1 {  float: left; margin: 20px 0 50px; font-size: 4em; color: #fff; }
h2 { font-size: 2.4em; font-weight: normal; margin: 0 0 20px; }
h3 { font-size: 1.4em; font-weight: normal; margin: 0 0 20px; color: #A82A15; }
h4 { font-size: 1.0em; font-weight: normal; margin: 0 0 20px; }
h5 { font-size: 1.4em; font-weight: bold; margin: 0 0 12px; }
h2 a:hover { background: #A82A15; color: #fff; }
.hr { color: #ccc; }
p  { margin: 5px 0 15px; line-height: 1.6em; }
#content { margin: 0 auto; width: 900px; }
#top { float: right; margin: 38px 0 30px 0;}
	#top li { list-style: none; display: inline; }
	#top li a { float: left; padding: 6px 10px; margin: 3px 2px 0 0; color: #ccc; }
	#top li a.current { color: #fff; background: #A82A15; }
	#top li a:hover { background: #808080; color: #fff; }
#intro { clear: both; padding: 15px 0 1px 20px; border: 1px solid #dedede; font-size: 1.3em; background: #eee; margin: 0 0 30px; }
#content_secondary { margin: 0 0 15px; }
#left { float: left; width: 500px; margin: 0 0 15px; }
#right { float: right; width: 280px; }
#right h3 { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
#right img { margin: 0 3px 3px 0; border: 2px solid #eee; padding: 2px; }
#right li { list-style: none; }
	#right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }
#footer { clear: both; padding: 15px 0; border-top: 1px solid #ccc; text-align:center; }
	#r { float: right; }
	
	.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.outerPopup 
{
    background-color:transparent;  
    padding:1em 6px;
}

.innerPopup
{
    background-color:#fff;
}

div.columns {
	width:100%;
}
div.columns div {
	float:left; margin-right:1%;
}
div.oneColumn.columns div {
	width:98.5%;
}

.tbl_padding
{
	PADDING-TOP: 15px;
	PADDING-RIGHT: 15px;
	PADDING-BOTTOM: 15px;
	PADDING-LEFT: 11px;
	padding : 15px 15px 15px 15px;
	font-family: Georgia;
	font-size: 1.0em;
}

.tbl_padding_small
{
	PADDING-TOP: 1px;
	PADDING-RIGHT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-LEFT: 1px;
	padding : 1px 1px 1px 1px;
	font-family: georgia;
	font-size: .9em;
	text-align: left;
}

td.message_title {
	font-weight: bold; font-size: 16px; line-height: 20px; font-family: georgia, times, serif; letter-spacing: 1px; padding: 7px 7px 7px 7px;
}
td.message_text {
	font-weight:normal; font-size: 14px; line-height: 20px; font-family: georgia, times, serif; letter-spacing: 1px; padding: 7px 7px 7px 7px;
}

.galleryList li {
    display:inherit;
    float:left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.a_no_link { color: #333; text-decoration: none; }