@charset "UTF-8";

/*--Reset--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #bddcd8;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	width: 1000px;
}

#top {
	width: 100%;
	height: 82px;
}

#top img{
	margin: 0 10px 0 0;
}

#imgRotator {
	width: 950px;
	height: 309px;
	text-align: center;
	background-image: url(../images/slide_bg.png);
	background-repeat: no-repeat;
}

#slider{
	width: 614px;
	height: 315px;
	margin: 0 auto;
}

#content {
	width: 990px;
	height: 345px;
	margin: 0 0 0 0;
	z-index: 10;
	background-image:url(../images/content_bg.gif);
	background-repeat: no-repeat;
}

#contentLeft {
	float: left;
	width: 530px;
	border-right: 1px solid #3e9ab0;
	margin: 90px 15px 15px 15px;
	padding: 10px 10px 25px 10px;
}

#contentLeft img{
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	float: left;
	margin: 0 20px 0 0;
}
	

#contentRight {
	float: right;
	width: 380px;
	padding: 20px 5px 25px 5px;
}

.button {
	padding: 8px 10px;
	color: #FFF;
	background-color: #3e9ab0;
	text-decoration: none;
	width: 155px;
	margin: 20px 20px;
}

.button:hover {
	background-color: #1a758b;
}

p {
	color: #862753;
	size: .6em;
}

#contentRight h2 {
	color: #862753;
	size: .9em;
	margin: 125px 0 0 0;
}

form {
	font-size: .9em;
	color: #862753;
	margin: 12px 0 2px 0;
}

#message {
	width: 350px;
	height: 100px;
}

#footer {
	color: #3e9aaf;
	font-size: .6em;
	text-align: center;
	margin: 55px 0 3px 0;
}

.textLink:link, .textLink:visited, .textLink:focus {
	text-decoration: none;
	color: #7c234d;
	border-bottom: 1px dotted #7c234d;
	cursor: pointer;
}

.textLink:hover {
	text-decoration: none;
	color: #3e9aaf;
	cursor: pointer;
}


