* {
	border: 0;
}

body {
	font-family: "Franklin Gothic Medium";
	font-size: 10pt;
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #234F33;
}

.olive a {
	color: white;
}

#main {
	width: 900px;
	border: 1px solid #234F33;
	text-align: left;
}

.left {
	float: left;
}

.right {
	text-align: right;
}

#logo {
	padding: 10px 0px 0px 10px;
	float: left;
}

#slogan {
	padding: 25px 0px 0px 110px;
	text-align: center;
	font-size: 26pt;
	height: 58px;
	overflow: hidden;

}

#address {
	width: 250px;
	padding: 0px 0px 0px 10px;
	font-size: 14pt;
	font-style: italic;
}

#phone {
	padding: 0px 50px 0px 0px;
	font-size: 14pt;
}

.olive {
	background-color: #234F33;
	color: white;
}

#panel {
	width: 295px;
	padding: 30px 7px 7px 7px;
	font-size: 8pt;
	text-align: center;
}

#panel a {
	padding: 3px 5px;
	background-color: white;
	color: #234F33;
	font-size: 14px;
}

#content {
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	background-color: white;
	color: black;
}

* html .olive #content {
	width: 578px;
}

#photo {
	background-image : url(images/sorrento.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	background-color: black;
	width: 580px;
	height: 45px;
	color: white;
	text-align: center;
	padding-top: 368px;
	font-size: 10pt;
	font-style: italic;
}

.big {
	font-size: 22px;
}

.small {
	font-size: 8pt;
}

.label {
	width: 130px;
}

.field {
	height: 26px;
}

.field input {
	width: 130px;
}

#content a {
	width: 100px;
	text-align: center;
	display: block;
	padding: 10px 5px;
	border: 2px solid #234F33;
	background-color: #234F33;
	color: white;
	margin: 10px;
	font-size: 10pt;
	line-height: 15px;
}

#content a img {
	margin-top: 10px;
}

#copy {
	font-size: 8pt;
}

img {
	cursor: pointer;
}

#photo a {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border: 0px none;
	font-size: 14px;
}

label {
	text-align: center;
	display: block;
	width: 500px;
}

ul {
	list-style-position : outside;
	list-style-image : url(../themes/sorrento/images/dot-black.gif);
}

