/* Stylesheet for C & Company Website */

html { /* For Opera */
	margin: 0;
	padding: 0;
}
body {
	font-size: 9pt;
	font-family: Trebuchet MS, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#body {
	margin-left: 5%;
	width: 945px;
}
#header {
	/* Nothing */
}
#middle {
	clear: left;
}
#left_side {
	float: left;
}
#top_nav {
	float: left;
}
#top_content {
	float: left;
	width: 791px;
	height: 488px;
	background: url(/images/Top-Content.gif);
}
#header_image {
	margin-left: 105px;
	margin-top: 12px;
}
#content {
	float: left;
	width: 791px;
	margin-bottom: 15px;
	background: url(/images/Left-of-Content.gif) repeat-y;
}
#text {
	width: 500px;
	margin-top: -180px;
	margin-left: 150px;
	margin-bottom: 100px;
	font-weight: bold;
	color: #4e4e4f;
	position: relative;
	letter-spacing: 1px;
	line-height: 22px;
}
#text p {
	font-size: 8pt;
	line-height: 13pt;
}
#slideshow {
	margin-top: -115px;
	margin-left: 85px;
	width: 680px;
	font-weight: bold;
	color: #4e4e4f;
	letter-spacing: 1px;
	line-height: 22px;
}
#port_info {
	position: relative;
	width: 250px;
	margin-top: -200px;
	float: left;
}
#port_info p {
	font-size: 10px;
	margin-left: 10px;
}
#port_slides {
	position: relative;
	text-align: center;
	margin-top: -180px;
	margin-bottom: 100px;
	width: 400px;
	float: right;
}
small {
	font-weight: normal;
	font-style: italic;
	font-size: 9pt;
	color: #767676;
}
h1 {
	position: relative;
	font-size: 18pt;
	margin-bottom: 15px;
	font-variant: small-caps;
}
h2 {
	position: relative;
	font-size: 13pt;
	margin: 10px;
	font-variant: small-caps;
}
h3 {
	position: relative;
	font-size: 9.5pt;
	color: #252525;
	margin: 10px 0 5px 0;
	font-variant: small-caps;
}
h4 {
	position: relative;
	font-size: 16pt;
	margin-bottom: 15px;
	font-variant: small-caps;
}
h5 {
	position: relative;
	font-size: 13pt;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #353535;
	font-variant: small-caps;
}
a {
	color: #C38B72;
	text-decoration: none;
}
a:hover {
	color: #9C9B1D;
	text-decoration: underline;
}
a.back {
	font-size: 9pt;
}
a.back:hover {
	text-decoration: none;
}
table#admin {
	position: relative;
	width: 500px;
}
table#admin th {
	text-align: left;
	color: #353535;
}
table#admin td {
	font-size: 8.5pt;
}
table#form {
	position: relative;
	color: #333333;
	width: 100%;
}
table#form td {
	font-size: 9pt;
}
table#form td.label {
	font-weight: bold;
	font-size: 9pt;
	padding-right: 3px;
	padding-bottom: 2px;
	width: 150px;
	color: #333333;
	text-align: right;
	vertical-align: top;
}
ul {
	margin: 15px;
	list-style-image: url(/images/list_image.png);
}
#text ul li p.description {
	font-size: 8.5pt;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 10px;
}
p.footer {
	font-size: 7.5pt;
	margin-left: 150px;
	color: gray;
}
p.contact {
	color: gray;
	font-size: 10pt;
	margin-left: 15px;
}
p.note {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
table#contact {
	color: gray;
	font-size: 9pt;
	margin-left: 10px;
	width: 100px;
}
table#contact td {

}
fieldset {
	border: 2px solid #4e4e4f;
	width: 450px;
}
legend {
	color: #4e4e4f;
	font-size: 12pt;
	font-variant: small-caps;
}