/* -------------------------------------------
General 
------------------------------------------- */

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background: #C5C6C9;
}
a:link{
	color:#EC008C;
	text-decoration: none;
}

a:visited{
	color:#EC008C;
	text-decoration: none;
}

a:hover, a:active  {
	color: #000000;	
}

/* -------------------------------------------
Header
-------------------------------------------*/


#container {
	width: 847px;
	margin: 15px auto 0 auto;
	padding: 0;
	background: url(../images/bg_body.jpg) repeat-y #FFFFFF;
}

#header {
	width: 841px;
	height: 102px;
	border-bottom: solid 2px #C5C6C9;
}

#content {
	width: 840px;
	overflow: hidden;
}

#column_right {
	width: 450px;
	float: left;
	margin-top: 50px;
	margin-left: 22px;
}

#column_left {
	width: 285px;
	height: 450px;
	float: left;
}

#hometext{
	width: 200px;
	float: right;
	margin-top: 60px;
	margin-right: 25px;
	
}

#textarea {
	width: 532px;
	padding: 0;
	margin: 0;
}

#text {
	width: 220px;
	float: left;
	margin-right: 15px;
}

#column_right a:link{
	color: #EC008C;
	text-decoration: underline;
}

#column_right a:hover  {
	color:#000000;
}

#footer {
	width: 822px;
	height: 20px;
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
	border-top: solid 2px #C5C6C9;
}

#footerbar {
	height: 15px;
	width: 847px;
	background: url(../images/bg_footer.jpg) no-repeat #C5C6C9;
}

#logo {
	width: 258px;
	height: 69px;
	float: left;
	margin-top: 15px;
	margin-left: 11px;
	display: inline;
}

.map {
	width: 232px;
	height: 177px;
	margin-bottom: 10px;
	border-style: none;
}

/* -------------------------------------------
List
------------------------------------------------ */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li{
	background: url(../images/bullet.gif) top left no-repeat;
	margin:0; 
	padding: 0 0 5px 15px;
}

/* -------------------------------------------
Menu
------------------------------------------------ */

#menu {
	width: 470px;
	float: right;
	margin-top: 46px;
}

a.aboutus { 
	background: url(../images/button_aboutus.jpg) no-repeat; 
	text-decoration: none; 
	display: block; 
	width: 74px; 
	height: 21px; 
	float:left;}
	
a.aboutus:hover { 
	background-position: 0px -42px; 
	text-decoration: none;
}

a.services { 
	background: url(../images/button_services.jpg) no-repeat; 
	text-decoration: none; 
	display: block; 
	width: 96px; 
	height: 21px; 
	float:left;}
	
a.services:hover { 
	background-position: 0px -42px; 
	text-decoration: none;
}

a.support { 
	background: url(../images/button_support.jpg) no-repeat; 
	text-decoration: none; 
	display: block; 
	width: 120px; 
	height: 21px; 
	float:left;}
	
a.support:hover { 
	background-position: 0px -42px; 
	text-decoration: none;
}

a.careers { 
	background: url(../images/button_careers.jpg) no-repeat; 
	text-decoration: none; 
	display: block; 
	width: 76px; 
	height: 21px; 
	float:left;}
	
a.careers:hover { 
	background-position: 0px -42px; 
	text-decoration: none;
}

a.contact { 
	background: url(../images/button_contact.jpg) no-repeat; 
	text-decoration: none; 
	display: block; 
	width: 83px; 
	height: 21px; 
	float:left;}
	
a.contact:hover { 
	background-position: 0px -42px; 
	text-decoration: none;
}

a.news { 
	background: url(../images/button_news.jpg) no-repeat; 
	text-decoration: none; 
	display: block; 
	width: 52px; 
	height: 21px; 
	float:left;}
	
a.news:hover { 
	background-position: 0px -42px; 
	text-decoration: none;
}

a#current { background-position: 0px -21px; }
/* -------------------------------------------
 Headers  
 ------------------------------------------- */

.header {
	height: 50px;
	margin-bottom: 30px
}

h2 {
	color: #EC008C;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.largetext {
	font-size: 12px;
	color: #888888;
	line-height: 15px;
	font-weight: 300;
}

.pinktext {
	font-size: 12px;
	color: #EC008C;
	font-weight: bold;
}

.pinktext_small {
	font-size: 11px;
	color: #EC008C;
}
