@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

p, h1, h2, h3, h4, h5, li, ul, form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
} 

#container {
	position: relative;
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 726px;
	height: 162px;
}

#menu {
	position: relative;
	width: 980px;
	height: 50px;
	background-color: #c40d3f;
	z-index: 50;
}	

#menu h2 {
	color: #fff;
	width:auto;
	text-align:center;
	padding-top:20px;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	display:block;
}

#menu h2 a {
	color: #fff;
	width:auto;
}

#menu h2 a:hover {
	color: #000;
	background-color: #890026;
}

#menu ul ul {
	position: absolute;
	top:40px;
	width:auto;
	margin:0;
	z-index: 500;
}

#content_container {
	position: relative;
	width: 980px;
	height: auto;
	background-image: url(/images/content_back.jpg);
	background-repeat: repeat-y;
}

#content_left_container {
	position: relative;
	float: left;
	width: 726px;
	height: auto;
}

#content_right_image {
	position: relative;
	float: left;
	width: 253px;
	height: auto;
}

#content_left {
	position: relative;
	width: 685px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px
}

#content_left h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #c40d3f;
	padding-bottom: 5px;
}

#content_left ul {
	margin-left: 25px;
}	

#content_left li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style:url(../images/list_arrow.gif);
	list-style-position: outside;
	line-height: 25px;
}

#content_left a:link {
	color: #959595;
	text-decoration: none;
}

#content_left a:visited {
	text-decoration: none;
	color: #959595;
}

#content_left a:hover {
	text-decoration: underline;
	color: #c40d3f;
}

#content_left a:active {
	text-decoration: none;
	color: #959595;
}

#content_right {
	position: relative;
	float: left;
	width: 212px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#content_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px
}

#content_right h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c40d3f;
	padding-bottom: 5px;
}

#content_right h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #c40d3f;
	padding-bottom: 5px;
}

#content_right h2 a:link {
	color: #c40d3f;
	text-decoration: none;
}

#content_right h2 a:visited {
	text-decoration: none;
	color: #c40d3f;
}

#content_right h2 a:hover {
	text-decoration: underline;
	color: #959595;
}

#content_right h2 a:active {
	text-decoration: none;
	color: #c40d3f;
}

#content_right a:link {
	color: #959595;
	text-decoration: none;
}

#content_right a:visited {
	text-decoration: none;
	color: #959595;
}

#content_right a:hover {
	text-decoration: underline;
	color: #c40d3f;
}

#content_right a:active {
	text-decoration: none;
	color: #959595;
}

#content_right ul {
	margin-left: 10px;
}	

#content_right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style:url(../images/list_arrow.gif);
	list-style-position: outside;
	line-height: 22px;
}

.elexco {
	color: #000000;
}

#clear {
	clear: both;
}
		
#footer {
	position: relative;
	width: 980px;
	height: auto;
	border-top: #959595 solid 2px;	
	padding-top: 20px;	
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	padding-top: 5px;
}

#footer a:link {
	color: #959595;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #959595;
}

#footer a:hover {
	text-decoration: underline;
	color: #c40d3f;
}

#footer a:active {
	text-decoration: none;
	color: #959595;
}

.search {
	width: 280px;
	float: left;
}

.appform {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}

.odd_row {
	background-color:#F0E9D0;
}
