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



/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	background: #ffffff url(images/bg_new.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

img {
	border: 0;
	}

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}
	
	
p {
	margin: 10px 0;
	text-align: justify;
	}
	
h1 {
	color: #00a5a3;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#page_title {
	background: url(images/header_bg.gif) repeat-x;
	padding-bottom: 20px;
	}	
	
h2 {
	color: #90278e;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	}
	
#info h2 {
	font-size: 18px;
	}
	
	
h3 {
	color: #90278e;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;	
	}
	
h4 {
	color: #90278e;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;	
	}
	
	
small {
	color: #90278e;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
 	}
	
#content a {
	background: #00a5a3;
	color: #fff;
	text-decoration: none;
	}
	
#content a:hover {
	background: #90278e;
	color: #fff;
	text-decoration: none;
	}





/*--------------------structure--------------------*/


#wrapper {
	background: #fff;
	width: 870px;
	margin: 0 auto;
	}
	
#header {
	background: url(images/header.gif) no-repeat;
	width: 870px;
	height: 105px;
	}
	
#header_img {
	background:  url(images/header_img_bg.gif) no-repeat;
	width: 870px;
	height: 250px;
	}
	
#header_img .image {
	margin-left: 30px;
	}
	
#header_btm {
	background: url(images/header_btm.gif) no-repeat;
	width: 870px;
	height: 15px;
	}
	
#home {
	position: absolute;
	width: 120px;
	height: 130px;
	margin: 20px 0 0 45px;
	}
	
#content {
	padding: 45px;
	}

	
#footer {
	background: url(images/footer_bg.gif) repeat-x;
	margin: 0 45px;
	height: 30px;
	line-height: 27px;
	color: #999;
	padding-bottom: 25px;
	clear: both;
	}
	
#footer a {text-decoration: none; color: #999;}
#footer a:hover {color: #90278e;}
	
	
/*--------------------layout--------------------*/

	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	
/*--------------------lists--------------------*/

#content ul {
	margin: 10px 0;
	}
	
#content ul li {
	margin: 3px 0;
	}
	
	
/*--------------------contact--------------------*/

	
.contact ul {
	width: 250px;
	float: left;
	padding: 0 20px 20px 0;
	}
	
.break {
	background: url(images/dots.gif) repeat-x;
	width: 500px;	
	height: 1px;
	margin: 10px 0;
	clear: both;
	}
	
#content .contact a {
	background: #fff;
	color: #90278e;
	}
	
#content .contact a:hover {
	background: #fff;
	color: #00a5a3;
	}

