/* Beau Mitchell CSS Document */

/* Navigation CSS */

#nav-top a:link, #nav-top a:visited, #nav-bottom a:link, #nav-bottom a:visited {
	text-decoration: none;
	background: transparent;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana, 'sans serif';
	color: #000;
	font-size: 13px;
	cursor: hand;
}

#nav-top a:hover, #nav-bottom a:hover {
	color: #F80;
	text-decoration: none;
	text-transform: uppercase;
	cursor: hand;
}

#nav-top {
	height:25px; 
	width: 255px;
}

#nav-bottom-button {
	text-align: right; display: block; vertical-align: center; padding-top: 4px; 
}

#nav-bottom-button-surround {
 background-image: url(images/button_bottom_back.gif); 
 background-position: right; 
 height: 25px;
 }

/* Body styles */

#wrapper {
	width: 760px; 
	margin: 0 auto; 
	text-align: left; 
}

a:link, a:visited {
	color: #475E88;
}

a:hover {
	color: #F80;
}

body {
	margin: 0px;
	padding: 20px;
	background-color: #FFF;
	text-align: center;
}

h1 {
	color: #f5821f;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 26px;
}

h3 {
	color: #435a85;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 22px;
}

h4 {
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 20px;
}

b, strong {
	color: #475E88;
}

ul {
	color: #475E88;
}

p {
	text-align: justify;
}

.content {
	font-family: Arial, Helvetica, 'sans-serif';
	color: #000;
	text-align: justify;
	padding: 0px 7px 0px 7px;
	font-size: 15px;
}
	
#content {
	position: relative;
}

.content img {
	border: 2px solid #435a85;
}

.description-text {
	font-family: Arial, Helvetica, 'sans-serif';
	color: #000;
	font-size: 13px;
}

#footer {
	font-size: 12px;
	text-align: right;
	padding-top: 22px;
	position: relative;
}

#planroom  {
	width: 110px;
	height: 18px;
	border: solid 2px #c0c0c0;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana, 'sans serif';
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

#planroom a:link, #planroom a:visited {
	color: #000;
	cursor: hand;
}

#planroom a:hover {
	color: #F80;
	cursor: hand;
}

#planroom_private  {
	width: 150px;
	height: 18px;
	border: solid 2px #c0c0c0;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana, 'sans serif';
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

#planroom_private a:link, #planroom_private a:visited {
	color: #000;
	cursor: hand;
}

#planroom_private a:hover {
	color: #F80;
	cursor: hand;
}

#contact {
	font-size: 11px;
}

.contactcontainer {
	position : relative;
	width : 500px;
}

.contactname {
	width : 350px;
	padding-right: 50px;
	padding-left: 15px;
}
.contactphone {
	width : 350px;
}
.contactemail {
	width : 350px;
}

@media print{  /* printer styles */ 
	#footer { /* hide the left column when printing */ 
		display:none;
	} 
}
