/* GENERAL STYLES */
/*
Template specific style definitions.

Site: Front-safe
Author: Joakim Jensen Møller
Date: 17 Oct 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Template: Frontpage
***********************************************************/

/*: Template section: Secondary Navi: News
----------------------------------------------------------*/
.news {
	width: 198px;
	font-size: 0.9em;
	float: right;
}

.news li {
	padding-bottom: 10px;
}

.news span {
	font-family: verdana;
	font-weight: bold;
	display: block;
}

.news a {
	width: 143px;
	border-right: 20px solid #1d5667;
	background-color: #7b9da8;
	background-image: none;
	color: white;
	padding: 10px;
	float: right;
}

.news a:hover {
	background-color: #7b9da8;
	color: white;
}


/***********************************************************
Template: Contact page
***********************************************************/

/*: Template section: ContactForm
----------------------------------------------------------*/
.contactForm {
	border: 0;
}

.contactForm legend {
	display: none;
}


.contactForm p {
	margin-bottom: 0;
}

.contactForm textarea {

}

.contactForm ul {
	width: 250px;
	padding: 0;
	float: left;
}

.contactForm ul li {
	margin: 0;
}


.contactForm ul.column label {
	width: auto;
}

.contactForm ul.column.first label {
	width: 100px;
}

.contactForm button {
	border: none;
	background-color: transparent;
	color: #808080;
}

ul.address {
	font-family: verdana, sans-serif;
	font-size: 1em;
}
ul.address li {
	width: 150px;
	float: left;
}

ul.address li span.emphasize {
	font-weight: bold;
}


ul.address li a {
	background-color: inherit;
	background-image: none;
	text-decoration: underline;
	color: #808080;
	padding-left: 0;
	padding-bottom: 15px;
	float: left;
}

/* EDITOR PROPERTIES */

