/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ccc;
	background-image:url(../images/background_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	scrollbar-base-color:#44444;
scrollbar-face-color:#777777;
scrollbar-arrow-color:#bbbbbb;
}

#wrapper {
	width: 750px;
	text-align: left;
	margin: auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	font: helvetica;
	background-color: #FFFFFF;
}

h1 {
	color: #046176;
	padding-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}


h2 {
	color: #046176;
	padding: 10px 0 0px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 15px;
	margin-right: 0;
	margin-left: 0px;
	text-align: left;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-variant: normal;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	background-color: #E1AC52;
}

h5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin-right: 0;
	margin-left: 0px;
	text-align: left;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h6 {
	color: #046176;
	padding: 10px 0 10px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
}

p {
	margin: 0px;
	padding: 0px 0 15px 0;
	color: #666;
	font-family:  Helvetica,Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

  
a, a:link, a:visited {
	color: #0b647f;
	text-decoration: none;
	padding: 1px 2px;
}

a:hover {
	background-color: #d1e7bd;
	}

img {
	border: none;
	}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.divider {
	line-height: 0;
	height: 0;
	border-top:1px solid #ccc;
	margin: 5px 0;
}

.img_border, .main_photo{
	border: 1px solid #ccc;
	margin: 4px;
	padding: 4px;

	}
	


/*<group=Header>*/

#header {
	height: 210px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 0px;
	background-image: url(../images/header_background.gif);
	background-color: #FFFFFF;
	padding: 54px 40px 0 40px;
	background-repeat: no-repeat;
}

#header #main_photo {
	position: absolute;
	top: 0;
	right: 0px;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}

#menu_bar {
	float:right;
	padding: 0px;
	height: 56px;
	width: 175px;
	overflow: hidden;
}

#main_graphic {
border-top:#d1e7bd solid 10px;
background-image:url(../images/main_graphic.jpg);
background-repeat:no-repeat;
height:157px;
float:left;
width:670px;
}

#content {
	float:left;
	padding: 25px 40px 20px 40px;
	width: 670px;
	background-color: #FFFFFF;
	overflow: visible;
}

/*Listing*/

.full_list {
	height:24px;
	color:1e5a7c;
	font-size:14px;
	line-height: 24px;
	float: left;
	width: 645px;
	background-color:#a2c0cb;
	padding-left: 25px;
}

.full_list_alt {
background-color:d0dee1;
}


/*SIDEBAR*/

#sidebar {
float:right;
margin:0px 0px 5px 0px; 0px;
position:relative;
width:210px;
background-color:#DA9727;
color:#ffffff;
}

#sidebar_blank {
	float:right;
	margin:0px 0px 65px;
	position:relative;
	width:210px;
	background-color:#ffffff;
	text-align: right;
}

p.orange {
color: #DA9727;
}

p.sidebar_alt {
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	background-color: #e1ac52;
	border-left: #da9727 1px solid;
	border-right: #da9727 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size:12px;
	}

#sidebar ul {
	margin-top:0px;
	list-style-image:url(../images/bullet_orange.jpg);
	padding-left:10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

#sidebar li {
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

/*FOOTER*/

#footer {
	float:left;
	width:670px;
	padding-top:15px;
	border-top:1px solid #ccc;
	padding-left:40px;
	padding-right:40px;
	background-color:#FFFFFF;
	text-align:left;
	padding-bottom:15px;
}

#footer a:hover {
background:none;
}

.right {
	text-align: right;
}
.left {
display:block;
float:left;
}

#ellex_logo {
float:left;
text-align:left;
height:52px;
width: auto;
}

#contact {
float:right;
text-align:right;
width:150px;
height:52px;
}

#contact img {
margin-bottom:10px;
}


/*FORM*/


fieldset {
width:186px;
border:none;
background-color:#e1ac52;
height:35px;
margin-bottom:0px;
padding-bottom:0px;
}

  
.textfield {
font-size:85%;
line-height:18px;
float:left;
color:#333;
margin:3px 0px 3px 0px;
padding-left: 5px;
height:18px;
border:solid 0px #949494;
width:132px;
}


.submit {
float:right;
margin:3px 30px 3px 3px;
height:15px;
border:solid 0 #999;
width:15px;
background-image:url(../images/bullet_orange.gif);
background-position:right;
background-repeat: no-repeat;
background-color:#e1ac52;
}

#thumbnails {
	margin:0px;
	padding-bottom: 15px;
	width: 660px;
}

#thumbnails a:hover{
background:none;
}


/*LISTS*/


#list_container,.listings {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 660px;
}

#list_container img,.listings img {
padding: 0 15px 0 15px;
}

#presentation_header {
	padding-top: 4px;
	padding-bottom:4px;
	background-color:#FFFFFF;
	color:#285982;
	line-height: 15px;
	height: 20px;
}

#list_a {
	padding-top: 4px;
	padding-bottom:4px;
	background-color:#a3b7c2;
	color:#285982;
	line-height: 20px;
	height: 20px;
}

#pres_a {
	padding-top: 0px;
	padding-bottom:0px;
	background-color:#a3b7c2;
	color:#285982;
	line-height: 24px;
	height: 24px;
}


#list_b {
	padding-top: 4px;
	padding-bottom:4px;
	background-color:#d1dbe1;
	color:#285982;
	line-height: 20px;
	height: 20px;
}

#pres_b {
	padding-top: 0px;
	padding-bottom:0px;
	background-color:#d1dbe1;
	color:#285982;
	line-height: 24px;
	height: 24px;
}


#list_a a, .list_b a {
color:#285982;
}


.list_col1{
	width:80%;
	float:left;
	line-height: 20px;
}

.pres_head1, .pres_head2, .pres_head3 {
background:#FFFFFF;
}

.pres_col1, .pres_head1 {
	width:50%;
	float:left;
	line-height: 24px;
}

.pres_col2 {
	width:25%;
	float:left;
	line-height: 24px;
	background-color: #b4cad5;
	padding: 0 10px 0 10px;
}
 
.pres_head2{
	width:25%;
	float:left;
	line-height: 24px;
	background-color: #ffffff;
	padding: 0 10px 0 10px;
}

.pres_col2a{
	width:25%;
	float:left;
	line-height: 24px;
	background-color: #dae5eb;
	padding: 0 10px 0 10px;
}

.pres_col3, .pres_head3 {
	width:15%;
	float:right;
	line-height: 24px;
	text-align: right;
	padding: 0 10px 0 10px;
}


#list_container a:hover,.listings a:hover {
background:none;
}

#list_col1 img {
padding-left:15px;
padding-right:15px;
}

.list_col2{
	width:18%;
	float:right;
	text-align:right;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

.list_col2 img {
padding-left:15px;
padding-right:15px;

}

#newsletter, #brochure, #poster, #slt-ellex {
padding-left:40px;
width:95%;
margin-top:8px;
}

.frame {
border: 15px solid #fff;
}
#content iframe {
	float: left;
	height: 225px;
	width: 425px;
	border: #ccc solid 0px;
}

.rowAlt  {background: #E6E6E6}
.rowReg  {background: #F6F6F6}

