/*import reset styles*/

@import url("reset.css");
body
{
	/*background-color:#FFF;*/

	background-image:url(../images/gradientBackground.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper
{
	width:960px;
	min-height:500px; /*doesn't work in ie6 - use height in the ie6 style sheet*/
	margin:0 auto;
}
/*#navcontainer ul {

	padding-left: 0;

	margin-left: 0;

	background-color: #00AEEF;

	color: White;

	float: left;

	width: 100%;

	font-family: arial, helvetica, sans-serif;

}

#navcontainer ul li {

	display: inline;

}

#navcontainer ul li a {

	padding: 7px 20px;

	background-color: #00AEEF;

	color: White;

	text-decoration: none;

	float: left;

	border-right: 1px solid #fff;

}

#navcontainer ul li a:hover {

	background-color: #008BBF;

	color: #fff;

	padding: 6px 20px;

	border-top:2px solid #FFF;

}*/

#branding
{
	height:200px;
	background-image:url(../images/header_image.gif);
}
#top-banner { }
#content
{
	padding: 25px 35px 50px 35px;
	min-height:300px;
	clear:both;
}
#content p
{
	margin: 0 0 15px 0;
	text-align:left;
}
#content h1
{
	margin: 15px 0 10px 0;
	font-size:28px;
	font-weight:bold;
	color:#010F72;
}
#footer
{
	/*	position:fixed;

	top: auto;

	right: auto;

	bottom: 30px;

	left: auto;*/

	font-size:10px;
	text-align:center;
	padding: 50px 50px 10px 50px;
	clear:both;
}
.header-blurb
{
	font-size: 30px;
	float:right;
	padding: 100px 12px 0 0;
	color: #00AEEF;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contentColumn-left
{
	float: left;
	width: 550px;
}
.contentColumn-right
{
	float: right;
	width: 320px;
}
.tinyText
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
/*ul.myList {

	margin: 0 0 0 50px;

	list-style-type: square;

	list-style-image: inherit;

	list-style-position: inside;

}

ol.myList {

	list-style-type: decimal;

	list-style-position: inside;

}

ol.myList ol {

	list-style-type: decimal;

}

ul.myList li {

	font-style: italic;

	margin-bottom: 4px;

}

ol.myList li {

	font-style: italic;

}

ol.myList ol {

	font-style: normal;

}*/

/* forms

--------------------------------------------------------------------------------*/

input.text-field
{
	height:21px;
	/*background-image:url(../images/form-input-gradient-grey.gif);*/

	width:270px;
	font-size:16px;
	color:#666;
	border: 2px solid #666;
	padding: 4px;
	margin:4px 0 5px;
}
select
{
	/*height:21px;*/

	/*background-image:url(../images/form-input-gradient-grey.gif);*/

	width:270px;
	font-size:16px;
	color:#666;
	border: 2px solid #666;
	padding: 4px;
	margin:4px 0 5px;
}
textarea
{
	height:63px;
	width:270px;
	font-size:16px;
	color:#333;
	border: 2px solid #666;
	padding: 4px;
	margin:4px 0 5px;
}
input.submit-button
{
	width:150px;
	height:30px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 15px;
	text-transform:uppercase;
}
.form-style
{
	padding: 10px 10px 10px 10px;
	clear: both;
	width: 290px;
	border-top: 7px solid #999;
	background-color: #ededed;
	/*text-align: center;*/

	margin: 0 0 25px 0;
}
#txt_thank-you
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C73236;
	line-height: 25px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
/* ----------------------- Forms ----------------------- */
#form-appointment { margin: 0 auto;/*border:1px solid #ededed;*/
}
#form-appointment td
{
	padding: 10px;
	vertical-align:middle;
}
#form-appointment .txtinput, #form-appointment select
{
	width:350px;
	height:30px;
	color:#35bc0b;
	border:2px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px;
}
#form-appointment #submit
{
	height:45px;
	width: 350px;
	font-size:20px;
}
#form-appointment #comments
{
	height:100px;
	width: 350px;
	color:#35bc0b;
	border:2px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
