/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
	background : #DDEAF1 url(images/bodyBackground_Winter.jpg) repeat-x top left;
}

html.lost
{
	/*background : #23913D url(images/lostBackground.jpg) repeat-x top left;*/
	background : #DDEAF1 url(images/bodyBackground_Winter.jpg) repeat-x top left;

}

body 
{
    color : #656565;
}

h1 
{
    color : inherit;
}

h2 
{
    color : inherit;
}

h3 
{
    color : inherit;
}

h4 
{
    color : inherit;
}

h5 
{
    color : inherit;
}

h6 
{
    color : inherit;
}

p 
{
    color : inherit;
}

ul 
{
    color           : inherit;
    list-style-type : disc;   
}

ol 
{
    color           : inherit;
    list-style-type : decimal;
}

li 
{
    color : inherit;
}

strong 
{
    color : inherit;
}

em 
{
    color : inherit;
}

u 
{
    color : inherit;
}

a 
{

}

a:visited 
{

}

a:hover 
{
 
}

table 
{
    color   : inherit;
    border  : solid 1px #000000;
}

tr 
{
    color   : inherit;
    border  : solid 1px #000000;
}

th 
{
    color   : inherit;
    border  : solid 1px #000000;
}

td 
{
    color   : inherit;
    border  : solid 1px #000000;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
	background : transparent url(images/brandingBackground.png) no-repeat;
}

div#brandingMien
{
	background : transparent url(images/clockParts.png) no-repeat;
}

div#nav
{
	background : transparent url(images/navBackground.png) no-repeat;
}

div#content
{
	background : transparent url(images/contentBackground.png) repeat-y top left;
}

div#content_sub
{
	background : transparent url(images/contentSubTopper.png) no-repeat top left;
}

div#content_main
{
	background-color : white;
}

/*___ SPAN _________________________________________________________________*/

span#contentSubFooter
{
	background : transparent url(images/contentSubFooter.jpg) no-repeat;
}

span#contentMainFooter
{
	background : transparent url(images/contentMainFooter.jpg) no-repeat;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul#ulNav li:hover a
{
	color : white;
	cursor: pointer;
}

a.aULNav,
ul#ulNav a,
ul#ulNav a:visited
{
    color : #000000;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img#townMap
{
	border : solid 3px #8D9DD0;
}

img#townMapZoomout
{
	border : solid 3px #8D9DD0;
}

img.contentSubImage
{
	border : solid 3px #8D9DD0;
}

img.homePic
{
	border : solid 3px #8D9DD0;
}

/*___ CITE _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
