﻿/* GLOBAL */

* {
	margin:0px;
	padding:0px;
}

A {
	color: #FFF; 
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #EC008C; 
	font-weight: bold;
	text-decoration: underline;
}

BODY {
	background-image: url('../images/background.gif');
	background-color: #BCBCBC;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial; 
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
}

A IMG {
	border: 0;
}

ul {
	margin-left:20px;
	list-style-image: url('../images/bullet.gif');
}

h1 {
	font-size:28px;
	margin:0px;
	padding-top:9px;
	text-transform:uppercase;
	display:none;
}

h2 {
	font-size:24px;
	margin:0px;
	text-transform:lowercase;
	display:none;
}

#container {
	margin: 0 auto;
	width: 846px;
}

#body {
	width: 790px;
	height: 509px;
	padding:28px;
	background-image:url('../images/body.png');
	background-repeat:no-repeat;
}

/* HEADER */

#header {
	position:relative;
	width: 750px;
	height:65px;
	padding-top:15px;
	margin-left:20px;
}

#header-logo {
	position: absolute;
}

#header-telephone {
	position: absolute;
	top: 30px;
	left: 265px;
}

#header-newsletter {
	position: absolute;
	top: 17px;
	left: 540px;
}

#nav {
	height:26px;
}


#hr {
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	height: 1px;
}

#bg-image {
	position:relative;
	background-color: #59546b;
	width: 790px;
	height: 403px;
}

#home-dottedline {
	position: absolute;
	top: 0px;
	left: 203px;
	background-image: url('../images/dottedline-vertical.gif');
	background-repeat: repeat-y;
	width: 1px;
	height: 403px;
	z-index: 150;
}

#random-image {
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}

#quote {
	position:absolute;
	z-index:50;
}


/* HOMEPAGE */

#home-bg-text {
	position: absolute;
	top: 247px;
	left: 203px;
	width:547px;
	height:116px;
	padding:20px;
	background-image: url('../images/home-bg-text.png');
	z-index: 100;
}

/* LATEST NEWS */

#left-bg-latestnews {
	position:relative;
	width:203px;
	height: 403px;
	line-height: 15px;
	background-image:url('../images/home-bg-latestnews.jpg');
	background-repeat:no-repeat;
	z-index: 3;
}

#left-latestnews {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 168px;
	z-index: 150;
	font-size:11px;
}

#left-latestnews A{
	color: #EC008C;
	text-decoration: underline;
}

#left-latestnews-artcile {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.left-latestnews-dottedline {
	position: absolute;
	background-image: url('../images/dottedline-horizontal.gif');
	background-repeat: repeat-x;
	width: 168px;
	height: 1px;
}

.left-latestnews-date {
	font-style: italic;
}

.left-latestnews-headline {
	font-weight: bold;
}

/* CONTENT */

#content-title {
	padding-top: 0px;
}

#h1 {
	padding-top:8px;
	padding-bottom:14px;
}

#h2 {
	margin-top:-5px;
	padding-bottom:14px;
}

.h2-margin {
	margin-bottom:-4px;
}

#content-container {
	position:relative;
	margin-left:20px;
	padding-top:10px;
	z-index:20;
}

#content {
	width:415px;
	height:255px;
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
	padding:13px 0px;
}

#page {
	padding-top:7px;
}

#page A {
	text-decoration:none;
}

/* FOOTER */

#footer {
	margin-top:-12px;
	color: #4F3795;
	text-align: center;
	font-size:11px;
	clear:both;
}

#footer A {
	color: #4F3795;
	font-weight: normal;
}

/* CONTACT FORM */

.contact-form {
	background-image: url('../images/form-bg.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Arial;
	font-size: 11px;
	color: #513A97;
	padding: 6px;
	width: 229px;
	height: 15px;
	border: 0px;
	margin-bottom: 7px;
}

#left-newsletter {
	position:absolute;
	width: 420px;
}

#news-scroller {
	height: 280px;
	width: 740px;
	/* overflow-y: scroll; */
	/* overflow-x: visible; */
}