/*import reset styles*/

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

	background-image:url(../images/gradientBackground.gif);
	background-repeat:repeat-y;
	//background-position:center;
}*/
body {
	background-image: url(images/bg-gmu.gif);
	background-repeat: repeat-x;
	font-size:12pt;
}
#wrapper
{
	width:960px;
	min-height:500px; /*doesn't work in ie6 - use height in the ie6 style sheet*/
	margin:0 auto;
}
.img{
	margin:10px;
-webkit-box-shadow: 0px 0px 70px -17px rgba(77,77,77,0.91);
-moz-box-shadow: 0px 0px 70px -17px rgba(77,77,77,0.91);
box-shadow: 0px 0px 70px -17px rgba(77,77,77,0.91);
}
/*#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: 114px;
	/*background-image: url(../images/header_image.jpg);*/
	background-image: url(../images/header_image3.jpg);
	top:100px;
}
#top-banner { }
#content
{
	padding: 12px 0px 30px 0px;
	min-height:300px;
	clear:both;
}
#content p
{
	margin: 0 0 5px 0;
	text-align:left;
	line-height:1.7em;
}
#content h1
{
	margin: 5px 0 5px 0;
	font-size:1.3em;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #34066c;
}
#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: 10px 12px 0 0;
	color: #fff;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contentColumn-left
{
	float: left;
	width: 550px;
}
.contentColumn-right
{
	float: right;
	width: 320px;
	padding-left:10px;
}
.tinyText
{
	font-size: 9pt;
	color:#fff;
}
.button {
   	padding: 10px 15px;
    background: #dfdcd3;
    color: #838280;
	text-decoration: none;
	font: bold 16pt Trebuchet MS,Verdana,Helvetica,sans-serif;
	border: 1px solid #838280;
}
.button:hover {
    background: #838280;
	color: #ffffff;
    text-decoration: none;
}
.align-right{
	text-align:right;
	float:right;
}
.column-1-1 {
  width: 960px;
  float: none;
  display: block;
  margin-top:5px;
}
.hapdesc{
	height: 263px;
	background-color: #085708;
}
.hapdesc h1{
  color: #fc3;
  font-size: 22pt;
  padding-top: 13px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.hd-acc h2 {
  color: #fff;
  font-size: 0.8em;
  clear: none;
  line-height: 1.3em;
}
.hd-left {
  float: left;
}
.hd-right {
  float: left;
  font-size: 18pt;
  color: #fc3;
  padding-left:10px;
}
.hd-right h1 {
  color: #fc3;
  clear: none;
  line-height: 1.3em;
}
.hd-left img {
  border-right: 5px solid #fff;
  margin-right: 10px;
}


.btn {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #818385;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  border: solid #818385 2px;
  text-decoration: none;
}

.btn:hover {
  background: #818385;
  text-decoration: none;
  color: #ffffff;
}

/*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 15px 10px 15px;
	clear: both;
	width: 290px;
	border-top: 15px solid #34066c;
	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;
}
