
/**
*	General styles
*/

a img
{
	border: none;
}

body
{
	background: white;
	color: black;
	font-family: arial, sans-serif;
	font-size: 100%;
}

img
{
	vertical-align: bottom;
}

/**
*	Navigation
*/

ul#nav
{
	font-size: 0.7em;
	line-height: 1.4em;
	text-transform: uppercase;
}

ul#nav a
{
	color: #9d9ea3;
	text-decoration: none;
}

ul#nav a:hover
{
	color: #FFFFFF;
	font-weight: normal;
}

body#home ul#nav li#nav-home a, body#services ul#nav li#nav-services a, body#contact ul#nav li#nav-contact a {
	color:#7e7f87;
	font-weight:normal;
}

/**
*	Content
*/

div#content a
{
	color: #251E7E;
	text-decoration: none;
}

div#content a:hover
{
	color: #248db1;
	text-decoration: none;
}

div#content h2
{
	color: #251E7E;
	font-size: 1.2em;
}

div#content h3
{
	color: #DFA004;
	font-size: 1.1em;
}

div#content h4
{
	color: #DFA004;
	font-size: 0.8em;
	margin-bottom:0px;
}

div#content h4.blue
{
	color: #248db1;
}

div#content p
{
	color: #61646D;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 1em 0em;
}

div#content p.content-leader
{
	color: #41444E;
}

div#content p#content-contact
{
	margin-top: 1.3em;
}

/**
*	Feature boxes
*/

div#lounge-and-bedrooms
{
	background: #5FBDDE;
}

div#lounge-suites
{
	background: #4DC0E7;
}

div#seven-day-service
{
	background: #E6B53D;
}

div#lounge-and-bedrooms p,
div#lounge-suites p,
div#seven-day-service p
{
	color: white;
	font-size: 0.9em;
}

/**
*  Content Inner Pages
*/

ul#services-list li {
	color:#61646d;
	font-size:0.7em;
	line-height:1.4em;	
}

/**
*	Footer
*/

ul#footer
{
	color: #8C8E95;
	font-size: 0.7em;
	line-height: 1.4em;
}

ul#footer a
{
	color: #8C8E95;
	text-decoration: none;
}

ul#footer strong
{
	font-weight: normal;
}

ul#footer #credit img
{
	vertical-align: middle;
}
