
* {
	margin: 0;
	padding:0;
	outline:none;
}
 html[xmlns^="http"] {
 overflow-y: scroll;
}

body {
	font:62.5%/180% Arial, Helvetica, sans-serif;
	color:#414141;
}

/* ----------------------------------> Global classes <-----------------------------*/
a {
	color:#d38b1f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

ul {
	list-style-type:none;
}

.highlight {
	font-weight:bold;
}

.image {
	border:solid 1px #aaaaaa;
	background:#fff;
	padding:1px;
}

.floatRight {
	float:right;
	margin:0 0 10px 10px;
}

.floatLeft {
	float:left;
	margin:0 10px 10px 0;
}

.clear {
	float:none;
	clear:both;
}

.separator {
	height:30px;
	float:none;
	clear:both;
}

#map {
	border:solid 1px #aaaaaa;
	background:#fff;
	padding:1px;
	margin:0 0 5px 0;
}

/* ----------------------------------> Container <-----------------------------------*/
#container {
}

/* ----------------------------------> Header <--------------------------------------*/

#header {
	height:100px;
}

#branding a {
}

/* ----------------------------------> NaviAdd <-------------------------------------*/
#naviAdd {
	display:none;
}

/* ----------------------------------> Navi <----------------------------------------*/
#navi {
	display:none;
}
/* ----------------------------------> Content Main <--------------------------------*/
#contentMain {
	position:relative;
	z-index:2;
	font-size:1.4em;
}

#contentMain h2 {
	font-size:2.5em;
	font-weight:normal;
	margin:0 0 10px 0;
}

#contentMain h3 {
	font-size:1.3em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px 0;
}

#contentMain h5 {
	font-size:1em;
	font-weight:normal;
	padding:0 0 0 2px;
}

#contentMain p {
	margin:0 0 18px 0;
}

#contentMain ul.list {
	padding:0 0 0 24px;
}

#contentMain ul.list li {
	background:url(../images/bg-list.gif) 0 5px no-repeat;
	padding:0 0 0 12px;
}

/* ----------------------------------> Content Sidebar <-----------------------------*/
#contentSidebar {
	display:none;
}

/* ----------------------------------> Footer <--------------------------------------*/
#footer {
	display:none;
}
