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

/*

Black #282828
Pink #fc898a

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: url(images/background.jpg);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Quicksand', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #282828;	
	margin: 20px 0 20px 0;
}

/*										Nav								*/

#headerBackground {
	float: left;
	width: 100%;
	z-index: 1001;
	background: white;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

#logo img { 
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

#navInner {
	position: absolute;
	margin: 0 auto;
	width: 1200px;
	padding: 5px 0 8px 0;
}

nav.leftNav {
	float: left;
	margin-top: 50px;
}	

nav.rightNav {
	float: right;
	margin-top: 50px;
}	

#navInner ul {
	list-style-type: none;
	padding: 10px 0 6px 0;
	margin: 0;
	text-align: center;
}

#navInner li {
	display: inline;
	color: #282828;
	font-size: 110%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

#navInner li a {
	color: #282828;
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding: 7px 14px 7px 14px;
	font-weight: 400;
}

#navInner li a:hover {
	color: #282828;
	text-decoration: none;
	border-bottom: 1px solid #282828;
}

#navInner li a.active {
	color: #282828;
	text-decoration: none;
	border-bottom: 1px solid #282828;
}

nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
	z-index: 1000;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: 27px; 
	left: -25px; 
	text-align: left;
	background-color: #282828;
	padding-left: 0;
	min-width: 200px;
	padding: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin: 0;
	z-index: 1000;
}

nav.leftNav ul.dropdown ul { 
	left: -24px; 
}

nav.leftNav ul.dropdown ul.sub_menu.aboutMenu { 
	left: -40px; 
}

nav.rightNav ul.dropdown ul { 
	left: -40px; 
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

#navInner nav ul.dropdown li ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 7px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 80%;
	color: white;
}

#navInner nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#navInner nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
}

#navInner nav ul.dropdown ul li a:hover {
	color: white;
	text-decoration: underline;
}

/*Mobile Menu*/

#mobileNav {
	display: none;
}	

#accordionSection {
	float: left;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	font-weight: normal;
	background: url(images/navmenu.png);
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0 0 0 5px;
	background-color: #282828;
	padding: 5px 10px 5px 10px;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
	text-transform: uppercase;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	text-decoration: none;
}

#accordionSection .accordionContent li.indent a {
	margin-left: 10px;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: underline;
	color: white;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: underline;
	color: white;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #282828;
	padding: 12px 0 5px 0;
	text-transform: uppercase;
	font-weight: 100;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 3px 0 3px 0;
}

footer p {
	color: white;
	font-size: 75%;
	margin: 0 0 3px 0;
}
	
footer p a {
	text-decoration: none;
	color: white;
}

footer p a:hover {
	text-decoration: underline;
	color:white;
}

#copyRight {
	float: right;
	width: 100%;
	text-align: center;	
	margin-bottom: 10px;
}

#copyLeft {
	float: left;	
	width: 100%;
	text-align: center;	
	margin-bottom: 10px;
}


#social ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: 8px 0 8px 0;
}

#social li {
	display: inline;	
}

#social img {
	margin: 0 2px 0 2px;
}

/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;	
	padding: 0;
	margin-bottom: 20px;
}


#banner img {
	max-width: 100%;
	height: auto;	
}

/*										Main Body						*/

#mainBodyHome {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 125%;
	color: #282828;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
}

#mainBodyOuter #mainBody h1 {
	font-size: 125%;
}

#mainBody h2 {
	font-size: 110%;
	color: #fc898a;
}

#mainBody h3 {
	font-size: 110%;
	color: #282828;
	text-align: center;
	font-style: italic;
}

#mainBody p {
	font-size: 100%;
	line-height: 28px;
	color: #282828;
	font-weight: 400;
}

#mainBody p.pagnitationRight {
	text-align: right;
}

#mainBody p.pagnitationLeft {
	text-align: left;
}

#mainBody p b {
	color: #282828;
	font-weight: bold;
}	

#mainBody p a {
	color: #fc898a;
	text-decoration: none;
}

#mainBody p a:hover {
	color: #fc898a;
	text-decoration: underline;
}

#mainBody li {
	font-size: 100%;
	line-height: 30px;
	color: #282828;
	font-weight: 400;
}

#mainBody li b {
	font-weight: bold;
	color: #282828;
}

#mainBody li a {
	color: #fc898a;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #fc898a;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
	border: 1px solid white;
}	

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
}	

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #fc898a;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #fc898a;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#contactFormArea #submit.formButton:hover {
	background-color: #282828;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #4d4c4c;
	font-weight: bold;
}	

#contactFormArea input {
	color: #2a3034;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #282828;
}

#contactFormArea textarea {
	color: #2a3034;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #282828;
}

iframe {
	float: left;
}




#homeBoxes {
	float: left;
	width: 100%;	
	margin: 20px 0 10px 0;
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
}

.homeBox.lastHomeBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox h2 {
	background-color: white;
	padding: 8px 0 8px 0;
	font-weight: 400;
	margin: 0;
	margin-top: -4px;
	color: #282828;
	text-transform: uppercase;
}

#homeBoxes .homeBox:hover h2 {
	background-color: #282828;
	color: white;
}

.homeBox:hover {
	cursor: pointer;
}

#homeBoxes .homeBox img {
	margin: 0;
	max-width: 100%;
	padding: 0;
	height: auto;
}





/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

#headerBackground #navInner {
	width: 100%;	
}

nav.leftNav {
	float: left;	
}

nav.rightNav {
	float: right;
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}



}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}

#navInner {
	display: none;
}	

#mobileNav {
	display: block;
	position: absolute;
	z-index: 20000; 
}	
	
#accordionSection {
	display: block;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

footer {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	width: 100%;
}
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
#logo img {
	width: 280px;
	height: auto;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
}					
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}

#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

#mainBody img.team {
	float: none;
	clear: both;
	margin: 0 0 10px 0;
}


.homeBox {
	float: none;
	width: 70%;	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.homeBox.lastHomeBox {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
					
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

#logo img {
	width: 200px;
	height: auto;
}
.homeBox {
	float: none;
	width: 95%;	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


#mainBody h1 {
	font-size: 110%;
}

#mainBodyOuter #mainBody h1 {
	font-size: 110%;
}

#mainBody h2 {
	font-size: 100%;
}

#mainBody h3 {
	font-size: 100%;
}

#mainBody p {
	font-size: 90%;
}

	
				 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
.homeBox {
	float: none;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
		
	
}

