/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

h1,h2,h3,h4,h5,h6
{
	color: #000080;
}

#body
{
	height:100%;
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
	
}

a
{
	color: #873c27;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 1em 1.0em 1em 1.0em;
}

/* Header */

#header
{
	background: url('images/lebg.png') top left repeat-x;
	height: 50px;
	width: 12em;
	float: left;
	position: relative;
	padding-top:0em;
	
}
#header_banner a span
{
	background-image: url("images/living.png") ;
	background-repeat:no-repeat;
	height: 49px;
	width : 105px;
	margin-left: 2em;
	margin-top: 1px;
	display:block;
	
}
#header h1
{
	position: absolute;
	bottom: 1.5em;
	font-size: 1.3em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 1em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 50px;
	background: url('images/lebg.png') top left repeat-x;
	margin-left:12em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 1.0em;
	margin-left: 0.8em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: url('images/lebg.png') bottom left repeat-x;
	color: #fff;
	text-decoration:underline;
}

/* Content */

#content
{
	background: url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 0em;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.3em;
}

#content h2
{
	font-size: 1.1em;
}

#content h3
{
	font-size: .9em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}


#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#Xcontent table
{
	margin-bottom: 1.5em;
}

#Xcontent table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#Xcontent table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}
#flashcont
{
	margin: 0em 0em 0em 0em;
	width: 100%;
	height: 80%;

}
/* Primary Content  */

#primaryContentContainer
{
	float: right;
	margin-left: -12em;
	width: 100%;
	height: 100%;

}

#primaryContent
{
	margin: 0em 0em 0em 12em;
	padding: 1.0em;
	border-left: dotted 1px #cacaca;
height: 100%;

}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 10em;
	padding: 1.0em;
}


/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.0em;
	font-size: 0.9em;
	text-align: center;
}

/* Primary Content */

.country_content
{
    margin-left:2em;
}

.clear
{
	clear: both;
}
.navbox
{
	background-color: gray;
}

