@import "css-content.css";
@import "balloontip.css";
@import "navigation.css";
@import "lists.css";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML Tags 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html *
{
	margin: 0;
	padding: 0;
}

html
{
	background: url(../images/theme/bg.gif);
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
img
{
	border: none;
}

html.use_scroll_wrapper
{
	overflow: hidden;
}

p
{
	line-height: 21px;
	padding-bottom: 15px;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: auto;
	margin-bottom: 10px;
	width: 97%;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../images/theme/elements/bg-quote.gif) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Headings 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, H6
{
	font-size: 1.3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin:  5px 0;
	padding-left: 0px;
	padding-top: 5px;
	color: #5d4f35;
}

.legend 
{
	font-size: 1.3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #5d4f35;
}

h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
	margin-top: 0px;
}

h4.white
{
	color: White;
}

abbr, acronym, span.abbr
{
	border-bottom: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Links

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.h1:link
{
	text-decoration: underline;
}
a.h1:hover
{
	text-decoration: underline;
	color: #5d4f35;
}

a:link, a:active
{
	color: #5d4f35; /* #BF344F*/
	text-decoration: none;
}

a:visited
{
	color: #5d4f35;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #5d4f35;
}



a.divLoggedIn:link
{
	color: #C2D1E5;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}

a.divLoggedIn:active
{
	color: #C2D1E5;
	font-weight: normal;
}

a.advertise:link, a.advertise:visited
{
	margin-top: -10px;
	text-decoration: none;
	color: #999999;
}

a.advertise:hover
{
	color: #666666;
	text-decoration: underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Misc

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.txterr
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
	font-weight: bold;
}
.ddllist
{
	font-family: Verdana;
	font-size: 8pt;
}
.ddllistfixedsize
{
	font-family: Verdana;
	font-size: 8pt;
	 width: 200px;
}
.txtbox
{
	font-family: Verdana;
	font-size: 8pt;
}
.button
{
	font-family: Verdana;
	font-size: 8pt;
}


.clear
{
	clear: both;
}

.Required
{
	color: #BF344F;
}

.Required_bg
{
	padding: 5px 0 0 0;
}

.contentBox
{
	background-color: White;
}

#bottom
{
	position: fixed;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 15px;
	background: #e6efea;
	border: solid 1px #818181;
	border-bottom: 0px;
	z-index: -3;
	padding: 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}


.photo-float-left
{
	float: left;
	margin-right: 10px;
}

.image-border-none
{
	border: none;
}

.photo-border
{
	border: 1px solid #cecece;
	padding: 2px;
	background: #d9d9d9 url(resources/images/theme/elements/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}



.ajaxdivupdate
{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	background-color: #E5FFEB;
	padding: 20px 20px 20px 20px;
	border: solid 1px #A8FFBD;
}


#ValidationErrors
{
	background-color: #FFE5F9;
	padding: 10px;
	border: solid 1px #FFB3EC;
	width: 500px;
	text-align:left;
}

#SucessPanel
{
	position: relative;
	background-color: #E5FFEB;
	padding: 10px;
	border: solid 1px #A8FFBD;
	width: 500px;
	text-align:left;
}

#WarningPanel
{
	position: relative;
	background-color: #ffe196;
	padding: 10px;
	border: solid 1px #ff9e47;
	width: 500px;
	text-align:left;
}

#Success .CloseSuccess
{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Footer-Sub

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 0.5em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}

#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}
a.MapZoom
{
	position: relative; /*this is the key*/
	z-index: 24;
	color: #000;
	text-decoration: none;
}

a.MapZoom:hover
{
	z-index: 25;
}

a.MapZoom span
{
	display: none;
}

a.MapZoom:hover span
{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -200px;
	left: -300px;
	width: 15em;
	border: none;
	background-color: transparent;
	text-align: left;
}



