/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #e2021b;
	margin-bottom: 1px;
}
h1 {
	color: #e2021b;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #e2021b !important;
}
hr {
	height: 1px;
	border: 1px solid #e2021b;
}
#my-body {
	background: white;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logo {
	margin-top: 10px;
	margin-left: 100px;
}

#header {
	background: #e2021b;
	height: 250px;
	vertical-align: bottom;
}

#navigation {
	background: #e2021b;
	height: 26px;
	color: white;
}

#content {
	background: #EEE url(img/background.jpg) bottom left no-repeat;
}

#footer {
	text-align: center;
	height: 18px;
	color: #999;
	padding: 5px;
	font-size: 10px !important;
}
#footer a {
	color: #999;
	text-decoration: none;
	font-size: 10px !important;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: white;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	float: left;
	padding: 5px 5px 5px 15px;
	color: white !important;

	font-size: 14px !important;
}
.navigation li a:hover,
.navigation li.current a {
	font-weight: normal;

	color: white;
}







.navigation li a span {
	color: white;
}


#navigation .navigation {

	margin: 0 15px;
	padding: 0px;

}



#navigation ul {
	display: none;
}



/*
#navigation li {
	position: relative;
}


*/

#navigation li ul {
  position: absolute;
  top: 0;
  display: none;
  float: left;
}



#navigation ul.level0 {
	display: block;
	position: relative;
}



#navigation li.level0 {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px;
	line-height: 18px;
	padding: 0px 2px 0px 2px;
}



#navigation li.level0 a {
	line-height: 18px;
	padding: 4px;
}



#navigation li:hover ul.level1, 


#navigation li.over ul.level1 {
	display: block;
	float: none;
	position: absolute;
	margin-top: 25px;
	padding-top: 0px;
	background: #e2021b;
	color: white;
}



#navigation li.level1 {
	padding: 0;
	margin: 0;
	margin-left: -40px;
	width: 200px;
	color: white !important;
}



#navigation li.level1 a {
	min-width: 100px;
	padding: 3px 3px 5px 10px;
	margin: 0;
	display: block;
	color: white !important;
}



#navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	float: left;
}



#navigation li a:hover {
	color: white;
	font-weight: normal;
}



#navigation li.current > a {
	color: white;
	font-weight: bold;
}


#navigation ul li ul li a {
	color: white !important
}
#navigation ul li ul li a span {
	color: white !important
}


/*******************************************************************************/


/************************************ Content **********************************/
#content p,
#content .introduction,
#content a {
	font-size: 12px;	
}

#content {
	padding: 10px 25px 20px 25px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #e2021b;
}

#content {
	height: 320px;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 320px;
}
/*******************************************************************************/
