body {
	background-color: #d3dfa5;
}


#container {
	font-family: Arial;
	width: 760px;
	margin: 50px auto 0px auto;
	font-size: 13px;
}

#header {
	font-size: 0px;
}

#logo {
	float: left;
}


#slogan {
	float: right;
}


#navigation {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 36px;
	background-color: #870066;
	clear: both;
}

#navigation ul {

}

#navigation li{
	float: left;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 12px 11.33px 13px 11.33px;
}

#navigation a:hover {
	background-color: #a11f7b;
	clear: both;
}

#banner {
	position: relative;
	font-size: 0px;
}

#index_content {
	background-color: #fff;
	clear: both;
	height: auto;

}

#index_welcome {
	background-color: #fff;
	width: 480px;
	float: left;
	padding: 20px;
	color: #575757;
}

#index_events {
	background-color: #fff;
	width: 200px;
	float: right;
	padding: 20px;
	color: #575757;
}


#index_events ul {
	font-size: 12px;
	line-height: 14px;
}

#index_events ul li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left_column {
	float: left;
	width: 50%;
}


#right_column {	
	float: right;
	width: 50%;
}

#left_column2 {
	float: left;
	width: 40%;
}

#right_column2 {	
	float: right;
	width: 55%;
}



#footer {
	clear: both;
	width: 760px;
	height: 60px;
	margin-bottom: 60px;
}

#footer_content {
	font-size: 11px;
	padding-top: 17px;
	text-align: center;
	color: #747e51;
}

#footer_content a {
	color: #747e51;
}


#main_content {
	background-color: #fff;
	clear: both;

}

#main_content a:link {
	color: #186da9;
}

#main_content a:visited {
	color: #186da9;
}

#main_content a:hover {
	color: #6b98b2;
}

#content_text {
	padding: 40px;
	clear: both;
	background-color: #fff;

}

#content_text h1 {
	font-size: 22px;
	font-weight: bold;
	color: #3d7281;
}

#content_text h2 {
	font-size: 15px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #3d7281;
}

#content_text h3 {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #3d7281;
}

#content_text p {
	font-size: 13px;
}

#content_text strong {
	font-size: 13px;
	font-weight: bold;
}

#content_text ul {
	margin: 4px 0 4px 25px;
}

#content_text ul li {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#content_text em {
	font-style: italic;
}

.dotted_divider {
	background-image: url(/images/dotted_divider.png);
	background-repeat: repeat-x;
	height: 1px;
	font-size: 0px;
	margin: 3px 0 10px 0;
}

.dotted_divider_faint {
	background-image: url(/images/dotted_divider_faint.png);
	background-repeat: repeat-x;
	height: 1px;
	font-size: 0px;
	margin: 20px 0 20px 0;
}


#contact_message {
	float: right;
	color: #186da9;
	margin-top: 20px;
	width: 270px;
	border: 1px solid #a3e0e3;
	padding: 13px;
	background-color: #e5f6f7;
	font-size: 14px;
	font-weight: bold;
}

#blue_box {
	color: #186da9;
	margin-top: 20px;
	width: auto;
	border: 1px solid #a3e0e3;
	padding: 13px;
	background-color: #e5f6f7;
	font-size: 14px;
	font-weight: bold;
}

#map {
	float: right;
	color: #186da9;
	width: 270px;
	border: 1px solid #a3e0e3;
	background-color: #e5f6f7;
	font-size: 14px;
	font-weight: bold;
}

#contact_message h2{
	color: #186da9;
}


#contact_form label, #contact_form input, #contact_form textarea {
	border: 2px solid #d4d4d4;
	display: block;
	width: 230px;
	float: left;
	padding: 2px;
}

#contact_form label {
	text-align: left;
	width: 75px;
	border: 0;
	padding: 4px 20px 0 4px;
}

#contact_form br {
	clear: left;
}

#input_name, #input_company, #input_email, #input_phone, #input_comments {
	background-color: #fff;
	padding:6px 0;
	border: 0px;
	border-width: 1px 0;
	width: 340px; 
}


.button_container {
	margin: 20px 7px 0 100px;
    overflow: hidden;
    width: 80px;
}


a.button:active {
    background-position: bottom right;
    color: #000;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}


#input_checkbox {
	font-size: 11px;
	margin: 7px 0 0 100px;
}

#input_checkbox input {
	width: 13px;
	margin: 0 5px 8px 0;
	border: 0;
	padding: 0;
}

#input_checkbox label {
	width: 200px;
	margin: 0;
	padding: 0;
}

.imageBorder {
	border: 2px solid #ccc;
	padding: 5px;
	margin-right: 20px;
}

