@charset "UTF-8";
/* CSS Document */

/*------------- CSS Reset ----------------*/
* {
	margin:	0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:	0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

a img { 
	border: none; 
}

:focus {
	outline: 0;
}

/*------------- HTML Tags ----------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #333333;
	background-color: #F0F0F0;
	background-image: url(../_images/background/body.png);
	background-repeat: repeat-x;
	background-position: left top;
} 

a, a:visited, a:active {
	color:#0088CC;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color:#0088CC;
	text-decoration: underline;
	cursor: pointer;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 12px;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	color:#0099FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5em;
}

h3 {
	font-size: 14px;
	margin-bottom: 12px;
}

ul {
	margin-left: 20px;
	margin-bottom: 12px;
} 

li {
	padding-left: 20px;
	margin-bottom: 4px;
	background-image: url(../_images/bullets/round-solid.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

/*------------- General Styles ----------------*/
#main-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/background/canvas.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#top-home {
	position: relative;
	width: 960px;
	height: 350px;
	margin-left: 20px;
}

#top {
	position: relative;
	width: 960px;
	height: 350px;
	margin-left: 20px;
}

#top h1 {
	position: absolute;
	right: 30px;
	top: 260px;
	z-index: 5;
	color: #FFFFFF;
	font-size: 44px;
}

#top-alt {
	position: relative;
	width: 960px;
	height: 100px;
	margin-left: 20px;
}

#flash {
	position: absolute;
	width: 960px;
	height: 350px;
	left: 0;
	top: 0;
	z-index: 0;
}

#banner {
	position: absolute;
	width: 960px;
	height: 350px;
	left: 0;
	top: 0;
	z-index: 1;
}

#menu-wrapper {
	position: absolute;
	width: 960px;
	height: 100px;
	z-index:10;
	left:0;
	top:0;
	color:#FFFFFF;
	background-image: url(../_images/background/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu-wrapper-alt {
	position: absolute;
	width: 960px;
	height: 100px;
	z-index:10;
	left:0;
	top:0;
	color:#FFFFFF;
	background-image: url(../_images/background/menu-alt.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu-level1 {
	position: absolute;
	top: 20px;
	right: 0;
	height: 20px;
	width:960px;
	z-index: 2;
}

#menu-level1 img {
	float: right;
}

#menu-level2 {
	position: absolute;
	top: 55px;
	right: 0;
	height: 25px;
	width:960px;
	z-index: 3;
}

#menu-level2 img {
	float: right;
}

#logo-alpha {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#content-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 550px;
	background-image: url(../_images/background/shadow-fade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content {
	padding: 30px 50px 50px 50px;
}

#content>h1 {
	font-style: italic;
	font-size: 32px;
}

#left-side {
	width: 630px;
	background-image: url(../_images/background/line-rightSide.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#left-side-alt {
	width: 630px;
	font-size: 12px;
}

#left-side-alt h1 {
	font-size: 32px;
}

#left-side-body {
	margin-right: 25px;
	min-height: 550px;
}

#right-side {
	float: right;
	width: 242px;
	margin-top: 30px;
}

#right-side-alt {
	float: right;
	width: 242px;
	margin-top: 50px;
}

.right-frame {
	width: 242px;
	height: 152px;
	margin-bottom: 15px;
	background-image: url(../_images/background/right-button-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.right-frame  a, .right-frame  a:visited, .right-frame  a:active {
	color:#333333;
	text-decoration: none;
	cursor: pointer;
}

.right-frame  a:hover {
	color:#33333;
	text-decoration: none;
	cursor: pointer;
}

.right-pic {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 220px;
	height: 120px;
	z-index: 1;
}

.right-pic-footer{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 220px;
	height: 30px;
	background-color: #FFFF00;
}

.right-pic-title {
	position: absolute;
	z-index: 6;
	top: 90px;
	left: 0;
	width: 220px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	display: block;
}

#welcome {
	margin-right: 25px;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../_images/background/line-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#welcome p {
	margin-bottom: 0;
}

#news {
	margin-right: 25px;
}

.news-item {
	position: relative;
	padding-left: 80px;
	margin-bottom: 30px;
}

.news-item h2 {
	font-size: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	margin-bottom: 6px;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
}

.news-item-date-container {
	background-color:#EEEEEE;
	border-top: 2px solid #333333;
	text-align:center;
	width:50px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family:Georgia,serif;
}

.day {
	font-size: 18px;
}

.separator {
	margin:2px auto 2px auto;
	width:25px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}

.month {
	font-size: 12px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.more-news {
	padding-left: 80px;
}

.body-separator {
	background-image: url(../_images/background/line-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
	padding-bottom: 25px;
	
}

/*------------- Right Menu ----------------*/
#right-menu {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	color:#0099FF;
	font-weight: bold;
}

#right-menu a, #right-menu a:visited, #right-menu a:active {
	color:#0099FF;
	text-decoration: none;
	cursor: pointer;
}

#right-menu a:hover {
	color:#0099FF;
	text-decoration: underline;
	cursor: pointer;
}

#right-menu p {
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

.right-menu-selected {
	color:#999999;
}

/*------------- About Us ----------------*/
.testimonial-container {
	background-color: #D5D5D5;
	border: 3px solid #D6D6D6;
	background-image: url(../_images/background/boxA.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
	line-height: 24px;
}

.testimonial-rightSide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	font-size: 16px;
	font-style: italic;
}

.testimonial-rightSide p {
	margin-bottom: 0;
	padding-left: 15px;
}

.testimonial-leftSide {
	width: 260px;
	margin-bottom: 0;
	padding-left: 20px;
	text-align: right;
}

.testimonial-leftSide h1 {
	padding-right: 15px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 4px;
	padding-top: 2px;
	color: #666666;
}

.testimonial-leftSide h2 {
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 2px;
}

.testimonial-leftSide h3 {
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

.press-thumb {
	background-color:#EBEBEB;
	border:1px solid #D6D6D6;
	margin-right: 35px;
	margin-bottom: 35px;
	padding: 10px;
}

/*------------- Partnerships ----------------*/
.partner-container {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #D6D6D6;
	background-color:#EBEBEB;
	margin-bottom: 30px;
}

.partner-container img {
	margin-left: 10px;
}

.partner-container p {
	margin: 4px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

/*------------- Promotions ----------------*/
.promotions-container {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image: url(../_images/background/line-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.promotions-container img {
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #D6D6D6;
	float: left;
}

.promotions-txt {
	width: 375px;
	float: right;
}

/*------------- Locations ----------------*/
#location-wrapper {
	background-color: #D5D5D5;
	border: 3px solid #D6D6D6;
	font-size: 12px;
	background-image: url(../_images/background/boxA.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#location-info {
	float: right;
	width: 270px;
	padding-top: 20px;
	margin-right: 10px;
	display: inline;	
}

#location-map {
	width: 325px;
	height: 470px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}

#flash-banner {
	width: 960px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#infowindow-test {
	margin-bottom: 10px;
	display: none;
}

/*------------- Footer ----------------*/
#footer {
	font-size: 11px;
	margin-top: 40px;
	color:#5D5D5D;
	clear: both;
}

#footer-top {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}

#footer-top div {
	float: right;
	color:#0099CC;
}

#footer-bot {
	color: #878787;
}

#footer-bot div {
	float: right;
}

/*------------- Forms ----------------*/
#contact-form-container {
	background-color: #D5D5D5;
	border: 3px solid #D6D6D6;
	background-image: url(../_images/background/boxA.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 12px;
	margin-top: 20px;
	padding: 20px;
}

#contact-form {
	padding-left: 60px;
}

#contact-form p {
	margin-bottom: 16px;
}
 
label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

#recaptcha_widget_div {
	margin-bottom: 16px;
}

#thanks {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	color:#0099FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5em;
	display: none;
}

.txtField {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #D6D6D6;
}

input.txtField:focus {
	background-color: #FFFFCC;
}

label.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
	display: block;
	display: none;
}

select.error {
	border: 1px solid #CC0000;
}

/*------------- Map ----------------*/
#left-side-locations {
 	width: 100%;
	font-size: 12px;
}

#map-wrapper {
	background-color: #EBEBEB;
	padding: 10px;
}

#map-header {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
}

#map-header-buttons {
	float: right;
	width: 494px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../_images/background/locate-background.png);
	color:#F0F0F0;
}

#geofinder_form {
	padding: 10px;
}

#geofinder_form table {
	width: 650px;
}

#geofinder_form p {
	margin-bottom: 6px;
}

#map {
	width: 600px;
	height: 650px;
	border: 1px solid #D6D6D6;
}

#locations-container {
	width: 270px;
	height: 650px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

.hover {
	background-color: #F5F5F5;
}	

.info-window {
	font-size: 11px;
	line-height: 18px;
	width: 300px;
}

.info-window-right {
	width: 190px;
	float: right;
	margin-bottom: 10px;
}

.info-window p {
	margin-bottom: 8px;
}

.info-window img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 3px solid #D6D6D6;
}

#directions-form {
	margin-bottom: 15px;
	display: none;
}


/*------------- Typography ----------------*/
.greyTxt {
	color: #666666;
}

.darkTxt {
	color: #333333;
}

.lightBlueTxt {
	color: #0099FF;
}


/*------------- Images ----------------*/
.img-border {
	border: 1px solid #D6D6D6;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}