@charset "utf-8";


body, html {margin: 0; padding: 0; height: 100%; 
}

body {
	background: #dcdcdc;
	font-family: arial, verdana,  sans-serif;
	font-size: 11px;
	line-height: 1.45;
	color: #000;
	}

p {}
a {color: #b11c23;}
a:hover {color: #b11c23; text-decoration: none;}

h1, h2, h3, h4 {
	font-weight: normal;
	}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 2.4em;
	padding-bottom: 0px;
	}
h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
color: #A91A20;
	}
h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 5px;
color: #A91A20;
	}
h4 {
font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 5px;
color: #A91A20;
}
h5 {}

hr {
	border: 0;
	border-bottom: 1px dotted #766a5e;
	background: transparent;
	}

ul {
padding: 0px;
margin: 0px;
margin-left: 15px;}

li {margin: 5px 0px;}

.clear {clear: both;}
.center {text-align: center; margin: 15px;}
.right {float: right;}
.left {float: left;}

.image { border: 3px solid #d2cac1; margin: 5px 15px;}
.image.right {margin-right: 0px;}
.image.left {margin-left: 0px;}


.heading{
background: #A91A20 url(images/heading_bg.gif) no-repeat;
padding: 12px 20px 4px 20px;
height: 50px;
}

.heading h1 {margin: 0px;
color: #fff;
font-size: 3.2em;
}

/* -----------------
SECTIONS
--------------------*/
#container-inner {
background:  url(images/col1_bg.gif) bottom left no-repeat;}

#container-inner.home{
height: 350px;
background:  url(images/home.jpg) bottom left no-repeat;}

#downloadbutton {margin-top: 175px; border: 0px;
float: left;
}


#homecontent p {margin: 0px;}

#container {
	width: 770px;
	margin: 0px auto;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
background: url(images/container_bg.gif) repeat-y;
	}

#header {
background: url(images/header_bg.gif) repeat-x;
height: 125px;
border-bottom: 1px solid #fff;
}

#header-inner {
width: 773px;
margin: 0px auto;
}

#logo {float: left;

}
	
#col1 {
	width: 255px;
	float: left;
min-height: 540px;	
}

#col1 h3 {
padding: 10px 15px;
line-height: 1.2;
}

#col1 img {border-bottom: 1px solid #fff;}

#col2 {
	width: 512px;
	float: right;
background: #eaeaea;
	}

#col2 .content {
padding: 20px;
}

#footer {clear: both;	font-size: 10px;
background: url(images/footer_bg.gif) top repeat-x;
height: 90px;
border-top: 1px solid #fff;
color: #555;
}

#homecontent {

}


#footer-inner {width: 770px; margin: 0px auto; }
#footer strong {color: #b11c23;}
#footer-left {float: left; width: 200px; padding-top: 25px;}
#footer-right {float: right; width: 400px; text-align: right; padding-top: 25px;}
	
/* -----------------
MENU
--------------------*/	

#menu {float: right;}

#menu img {border: 0px;}

#menu ul {
list-style-type: none; 
margin: 0px;
padding: 0px;
}

#menu li {
display: inline;
margin: 0px; padding: 0px;
}

#menu li a {
text-decoration: none;
padding: 0px;
}

/* -----------------
TABLE
--------------------*/	

table.datatable{
border-collapse: collapse;
}

table.datatable .tableheading {
background-color: #dcdcdc;
}

table.datatable td {
border: 1px solid #C1C1C2;
padding: 5px;
}

table.datatable td p {
margin: 0px;
}
