/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    width       : 960px;
    margin      : 0 auto;
    margin-top  : 15px;
}

h1 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h2 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h3 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h4 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h5 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h6 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

p 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

ul 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

ol 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

li 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

strong 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

em 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

u 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a:visited 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a:hover 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

table 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

tr 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

th 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

td 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding,
div#brandingMien
{
	position 	: relative;
	width 		: 960px;
	height 		: 185px;
}

div#nav
{
	position 	: relative;
	width		: 960px;
	height		: 38px;
}

div#content
{
    position 	: relative;
    width    	: 960px;
	margin-top 	: 28px;
}

div#content_wrapper
{
	position 	: relative;
	width 		: 100%;
	float 		: right;
	margin-left : -330px;
	margin-top  : -28px;
}

div#content_sub
{
	position 		: relative;
	float 			: left;
	width 			: 295px;
	padding-top 	: 38px;
	padding-left	: 10px;
	padding-right 	: 10px;
	margin-top      : -28px;
}

div#content_main
{
	position 		: relative;
	margin-left 	: 330px;
	padding-top		: 15px;
	padding-left 	: 10px;
	padding-right 	: 10px;
}

div#site_info
{
    clear		: both;
    position	: relative;
}

/*___ SPAN _________________________________________________________________*/

span#contentSubFooter
{
	display 	: block;
	float 		: left;
	width 		: 315px;
	height 		: 18px;
}

span#contentMainFooter
{
	display 	: block;
	float 		: right;
	width 		: 630px;
	height 		: 18px;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

div#content_main h2
{
	margin-bottom : 0.7em;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.pSubContent,
div#content_sub p
{
	margin-bottom : 0.7em;
}

div#content_main p
{
	margin-bottom : 0.7em;
}

/*___ UL _________________________________________________________________*/

ul#ulNav
{
	list-style-type : none;
	padding-top 	: 10px;
	padding-left 	: 10px;
	text-align 		: center;
}

ul#ulCityFacts
{
	list-style-type : none;
}

ul.ulRestaurant
{
	list-style-type : none;
	margin-bottom 	: 0.5em;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul#ulNav li
{
	display : block;
	float 	: left;
	width 	: 12%;
}

ul.ulRestaurant li
{
	margin-bottom : 0.3em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img#townMap
{
	margin-left : 40px;
}

img#townMapZoomout
{
	position 	: absolute;
	top 		: 140px;
	right 		: 10px;
}

img.contentSubImage
{
	margin-left : -3px;
}

img.homePic
{
	margin-left : 40px;
}

/*___ CITE _________________________________________________________________*/

cite.citeSubContent,
div#content_sub cite
{
	display			: block;
	text-align 		: right;
	padding-bottom 	: 2em;
}

div#content_main cite
{
	display			: block;
	text-align	    : right;
	padding-bottom  : 0.5em;
	margin-right    : 25px;
}

/*___Group/Section/Class_________________________________________________________________*/
