/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px;
	font: 70% Verdana;
	color: #555555;	
}

h1, h2, h3, h4, h5, h6, p, ul, dl, table, form {
	margin-bottom: 15px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	background-color: #eeeeee;
	padding: 2px 4px 4px;
}
h2 { 
	font-size: 1.2em;
	font-weight: normal;
	background-color: #eeeeee;
	color: #666;	
	padding: 2px 4px 4px;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;	
	padding: 2px 4px 4px;
}

a:link {
	color: #aa4444;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #cc3300;
	font-weight: bold;
}
a:visited {
	color: #660000;
}

ul, ol {
	margin-left: 20px;
}
li {
	margin-bottom: 2px;
}

dl {
	padding: 10px 10px 0;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin-bottom: 10px;
}

table, th, td {
	font-size: 100%;
}
th, td {
	padding: 2px 4px;
	background-color: #f3f3f3;
}

/****** BASIC LAYOUT *****/

#layoutWrapper {
	position: relative;
	width: 100%;
}
#layoutHeader {
	position: relative;
	margin-bottom: 10px;
}
#layoutLeftNav {
	position: relative;
	float: left;
	width: 22%;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	padding: 1%;
}
#layoutMain {
	position: relative;
	float: right;
	width: 75%;
	margin-bottom: 10px;
}
#layoutContent {
	position: relative;
	float: left;
	width: 63%;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	padding: 1%;
}
#layoutRightNav {
	position: relative;
	float: right;
	width: 31.5%;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	padding: 1%;
}
#layoutFooter {
	position: relative;
	clear: both;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

span.clear {
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
	width: 0px;
	height: 0px;
	overflow: 1px;
	background-color: black;
}

/****** BASIC STYLES *****/

span.label {
	display: none;
	position: absolute;
	padding: 2px 4px;
	background-color: #ffffa4;
	border: 1px solid #ebeb71;
	font-size: 83.3%;
	font-family: Tahoma, Arial;
	line-height: 1em;
	left: 0px;
	top: -2.7em;
}
span.label strong {
	color: black;
}

/****** COMPONENT STYLES *****/

#logo {
	margin: 0 0 10px;
}

div.breadcrumbs {
	position: relative;
}

#layoutHeader .breadcrumbs ul {
	float: right;
}

ul.navigation {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
	margin: 0;
	padding: 0;
	
}
ul.navigation ul {
	margin: 1px 0 0;
}
ul.navigation li {
	display: block;
	line-height: 1em;
	margin-bottom: 1px;
	color: #643a3a;
}
ul.horizontal li {
	display: block;
	float: left;
	padding-right: 2px;
}
ul.navigation a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	background-color: #fcf3f3;
	border: 1px solid #f2caca;
	color: #643a3a;
}
ul.navigation a:hover, ul.navigation a:focus {
	background-color: #b66060;
	border: 1px solid #b66060;
	color: white;
}
#primarynavigation, #secondarynavigation {
	margin: 0 10px 10px;
}
ul.navigation ul li a, ul.navigation ul li a:hover {
	border-left-width: 15px;
}
ul.navigation ul ul li a, ul.navigation ul ul li a:hover {
	border-left-width: 30px;
}

p.controls
{
	text-align:center;
}
