/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
	font-family		: Verdana, Sans-Serif;
	font-size		: 12px;
}

h1 
{
	font-size		: 14px;
	font-weight		: bold;
	text-transform	: uppercase;
}

h2 
{
	font-size		: 14px;
	font-weight		: bold;
	text-transform	: uppercase;
}

h3 
{
	font-size		: 14px;
	font-family		: Georgia, Serif;
	font-weight		: bold;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

#footer .vcard
{
	font-size		: 11px;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

#bookRoom h3
{
	font-family		: Georgia, Serif;
	font-size		: 16px;
	text-transform	: uppercase;
}

/*___ H4 _________________________________________________________________*/

#bookRoom h4
{
	font-weight		: normal;	
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header .nav a,
#header .nav a:visited,
#header .nav a:hover,
#footer .nav a,
#footer .nav a:visited,
#footer .nav a:hover
{
	text-decoration	: none;
}

#header .nav.main a
{
	text-transform	: uppercase;
	font-size		: 11px;
	font-weight		: bold;	
}

#header .nav.sub a
{
	font-size		: 11px;
	font-weight		: bold;
}

#footer .nav a
{
	text-transform	: uppercase;
	font-size		: 10px;
	font-weight		: bold;	
}

#footer .vcard a,
#footer .vcard a:visited,
#footer .vcard a:hover
{
	text-decoration	: none;	
}

#footer .nav + a {
	text-transform	: uppercase;
	font-size		: 10px;
	font-weight		: bold;
	text-decoration	: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
