html, body{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;	
	font-family: "Times New Roman", Times, serif;	
}
.sidebar1{
	float: right;
	width: 339px;
	background-color: #EFEFEF;
	padding-bottom: 10px;
	margin-top: 20px;
}

.logo {
	padding: 8px;
	float: left;
	width: 	251px;
	display: block;
	clear: both;
}


.slideshow-wrapper {
	width: 860px;
	height: 500px;	
}

.contactinfo {
	margin-right: 15px;
	margin-top: 20px;
	width: 550px;
	display: block;
	float: right;
	clear: none;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	border: 0px solid blue;
}

.location {
	color: #EE4D93;
	font-weight: bold;	
	font-style: italic;
	text-align: center;
	font-size: 18px;
}

.phone-heading {
	color: #999;
	font-weight: bold;	
	line-height: 20px;
	vertical-align: top;
	display: table-cell;
	float: right;
	font-size: 18px;
}
.phone {
	color: #65427B;
	font-weight: bold;	
	font-size: 18px;
}


.hotbuttons {
	clear: none;
	display: block;	
	margin: auto;
	padding: auto;
	float: none;
	width: 1280px;
	background-color: #fff;
}

aside {
	width: 339px;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
}


.readmore {
	display: block;
	width: 95%; 
	text-align: right;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.readmore a, .readmore a:link, .readmore a:active, .readmore a:visited {
	display: block;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid green;
}



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	padding: 0;
	margin: 0;
	display: block;	
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #65427B;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #65427B;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #65427B;
	text-decoration: underline;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1280px;
	border: 0px solid blue;
	background-color: #FFFFFF;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: auto;
	clear: none;
	display: block;	
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #fff;
	padding: auto;
	margin: auto;
	display: block;
	width: 100%;
	clear: none;
	box-shadow:  0px 0px 20px #999; /* h-shadow v-shadow blur spread color inset */
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	-ms-box-shadow: 0px 0px 20px #999;
	-o-box-shadow: 0px 0px 20px #999;	
}

.headercontent {
	padding: auto;
	margin: auto;
	display: block;
	width: 1280px;
	/* height: 159px; */
	clear: none;
}

.content {
	padding: 0;
	width: 860px;
	float: left;
	margin-top: 20px;
	padding-left: 10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}




/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	color: #666666;	
	font-family: "Times New Roman", Times, serif;		
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	font-family: "Times New Roman", Times, serif;	
}

h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
	color: #EE4D93;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	color: #65427B;
}
h3 {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
h3 {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

h5 {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}
h6 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}



p {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.sidebarlinks-purple {
	margin: 0px 10px;
	list-style: none;
	margin-bottom: 5px; /* this creates the space between the navigation on the content below */
}
ul.sidebarlinks-purple li {
	background: url(../images/arrow-purple-small.png) no-repeat  0 3px;
	padding: 0px 0px 1px 10px;	
}
ul.sidebarlinks-purple a, ul.sidebarlinks-purple a:visited { 
	color: #65427B;
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	
}
ul.sidebarlinks-purple a:hover, ul.sidebarlinks-purple a:active, ul.sidebarlinks-purple a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #EE4D93;
}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.sidebarlinks-pink {
	margin: 0px 10px;
	list-style: none;
	margin-bottom: 5px; /* this creates the space between the navigation on the content below */
}
ul.sidebarlinks-pink li {
	background: url(../images/arrow-pink-small.png) no-repeat  0 3px;
	padding: 0px 0px 1px 10px;	
}
ul.sidebarlinks-pink a, ul.sidebarlinks-pink a:visited { 
	color: #EE4D93;
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
}
ul.sidebarlinks-pink a:hover, ul.sidebarlinks-pink a:active, ul.sidebarlinks-pink a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #65427B;
}







/* ~~ The footer ~~ */
footer {
	background-color: #65427B;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;	
	margin: auto;
	padding: auto;
	width: 100%;
	padding-bottom: 8px;
	padding-top: 8px;
}
footer p{
	color: #EE4D93;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px; 
}
footer .copyright {
	color: #fff;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
footer .copyright a{
	color: #fff;	
	text-decoration: none;
}




header, section, footer, aside, article, figure {
	display: block;
}


/* NAVIGATION START */
#nav,
#nav ul {
	list-style: none; /* this removes the list marker */
	margin-top: 40px; /* this creates the space between the navigation on the content below */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
	width: 840px;
	float: right;
	display: block;
}

#nav li {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #65427B;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 120px;
	margin-left: 0px;
	
	background-image: url('../images/menu-divider.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#nav .no-background {
	background-image: none; 	
}


#nav a {
  color: #65427B;
  text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus { 
	color: #EE4D93;
}
#nav li.selected a{	
	color: #EE4D93;
}

#nav li.current-menu-item a {
	color: #EE4D93;
	border: color: red;
}

/* NAVIGATION END */



@media only screen and (min-width: 2000px) {
	body {
		background-image:url(../images/logo-background.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
}


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }






.gform_wrapper textarea{background:#fff;border:1px solid #737373;box-shadow:none;border-radius:2px;font-size:1.3rem !important;font-size:13px !important}

.gform_wrapper ul li.gfield{margin-bottom:20px}

.gform_wrapper #field_1_1{width:100%;float:left;clear:none}

.gform_wrapper #field_1_2{width:100%;float:left;clear:none;}

.gform_wrapper #field_1_3{width:100%;float:left;clear:none}

.gform_wrapper label {
	color: #999;	
}

.gform_wrapper .top_label .gfield_label{font-family: "Times New Roman", Times, serif; text-transform: uppercase; color:#999;font-size:17px;font-weight:normal !important}

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit]{
		border-top:		2px solid #cccccc;
		border-left:	2px solid #cccccc;
		border-right:	2px solid #888888;
		border-bottom:	2px solid #888888;
		background-color: #65427B; 
		color: #fff;
		padding: 5px;	
	}

.gform_wrapper .gform_footer input.button:hover,.gform_wrapper .gform_footer input.button:focus,.gform_wrapper .gform_footer input[type=submit]:hover,.gform_wrapper .gform_footer input[type=submit]:focus{background:#65427B}


.gform_wrapper .gform_footer input.button,.lt-ie9 .gform_wrapper .gform_footer input[type=submit]{color:#fff !important;background:#737373 !important;border-radius:2px !important;border:none !important;text-shadow:none !important}.lt-ie9 .gform_wrapper .gform_footer input.button:hover,.lt-ie9 .gform_wrapper .gform_footer input.button:focus,.lt-ie9 .gform_wrapper .gform_footer input[type=submit]:hover,.lt-ie9 .gform_wrapper .gform_footer input[type=submit]:focus{background:#8d8d8d !important}

.gfield_radio li {
	display: block;
	width: 25%;
	float: left;
	clear: none;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif; 
	color: #999;
}


.widget {
	float: right;
	width: 339px;
	background-color: #EFEFEF;
	/* padding-bottom: 10px; */
	margin-top: 20px;
}

.widget h2 {
	display: none;	
}
