body {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #6986c2 url(../images/bg_gradient2.jpg) repeat-x 0px 160px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
}

#container {
	background: url(../images/header_bg.jpg) repeat-x;
}

#flash-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 165px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}

#nav {
	position: absolute;
	bottom: 5px;
	right: 105px;
	color: #ffffff;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	font-weight: bold;
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	font-size: 110%;
}

#content {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	color: #ffffff;
}

#content-left {
	width: 188px;
	float: left;
/*	margin-top: 195px; */
}

#page-name {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #ffcc00;
	height: 195px;
	position: relative;
}

#page-name p {
	width: 188px;
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

#form-area {
	background: url(../images/box.png) no-repeat;
	text-align: center;
	margin-top: 3px;
	color: #003399;
	font-weight: bold;
	height: 489px;
}

#form-area div.call{
	margin-bottom: 15px;
}

#content-right {
	margin-left: 243px;
	font-weight: bold;
	font-size: 115%;
}

p#title {
	margin-top: 15px;
	font-size: 70%;
}

p#title .large {
	font-size: 100%
}

#footer {
	width: 800px;
	margin: 30px auto 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#footer p {
	margin: 3px 0;
	padding: 0;
}

.form-label {
	color: #ffffff;
}
/*
.form-input {
	margin-left: 50px;
}
*/
.align-left {
	text-align: left;
}

.clear {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/** Home **/

#placeholder {
	float: left;
	width: 346px;
	height: 413px;
}

#index-links {
	margin-left: 350px;
	text-align: center;
	padding-top: 15px;
}

#index-links a {
	font-size: 130%;
	font-weight: bold;
}

#index-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#index-links ul li {
	padding: 0;
	margin: 0 0 25px;
}

/** About Us **/

#about-tony {
	height: 325px;
}

#about-tony img {
	float: left;
	width: 206px;
	height: 285px;
}

#about-tiff img{
	float: left;
	width: 183px;
	height: 278px;
}

.large {
	font-size: 130%;
}

#content-right.normal {
	font-size: 100%;
}

/** Resources **/

#resource-links {
	margin-top: 100px;
}

#resource-links img{
	float: left;
}

#resource-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 210px;
}

#resource-links ul li{
	margin: 15px 0;
	padding: 0;
}

.small {
	font-size: 80%;
}

.spacer {
	height: 120px;
}

/** Contact Us **/
.center {
	text-align: center;
}

#contact-info {}

#contact-info img{
	float: left;
	width: 325px;
	height: 270px;
}

#contact-info p{
	margin-left: 330px;
}