@charset "utf-8";
/* CSS Document */
	/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/*all types*/

img, object, embed, video {
	max-width: 100%;
	border-width:0px;
}

img.center 
{   
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

html, body, div, span, object, iframe,  h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio 
{
	  margin: 0;
	  padding: 0;
	  border: 0;
	  outline: 0;
	  vertical-align: baseline;
	  background: transparent; 
}

html 
{
	  -webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%; 
}

#pages 
{
	position: relative;
}


body
{
	font-family: "HelveticaNeue", arial, helvetica sans-serif;
	background-color:#c6c1c1;
	color:#3a2ff7;
	font-size: 1.0em;
}

#container
{
	height:100%;
	width:100%;
	/*width:97%;
	margin-left:1.25%; 
	margin-right:1.25%;*/ 
	/*margin: 25px auto;*/
	clear:both; 	
	background-color: #ffffcc;
	/*padding:0.45%;*/
}
	
.content
{
	height:100%;
}
	
.header
{
	text-align:center;
	font-size:2em;
	font-weight:bold;
	width:100%;
	padding-top:1%;
	margin-bottom:1.0%;
}

/*------------------------------------*\
NAV
\*------------------------------------*/
#nav
{
	list-style:none;
	padding-left:0%;
	padding-top:1%;
	padding-bottom:10%;
	margin-bottom:12.0%;
}

#nav li
{
	position:relative;
	float:left;
	margin-left:2.75%;
	margin-right:2.75%;
}

#nav a
{
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
	padding-left:4.0%;
	padding-right:4.0%;
	color:#ffffff;
	-moz-border-radius:1.0em;
	-webkit-border-radius:1.0em;
	-ms-border-radius:1.0em;
	-o-border-radius:1.0em;
	border-radius:1.0em;
	background-color:#d50002;
}

#nav a:hover{
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
	/*padding-left:10.0%;
	padding-right:10.0%;*/
	color:#000000;
	-moz-border-radius:1.0em;
	-webkit-border-radius:1.0em;
	-ms-border-radius:1.0em;
	-o-border-radius:1.0em;
	border-radius:1.0em;
	background-color:#d50002;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; 
	
	/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0);
	/* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#nav ul li
{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}

#nav ul a
{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

/*Changes position of secndary navigation*/

#nav li:hover ul
{ /* Display the dropdown on hover */
	left:-5%; /* Bring back on-screen when needed */
}

#nav li:hover a
{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
}

#nav li:hover ul a
{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background-color:#d50002;
}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link.*/
	background-color:#d50002;
	padding-left:10.0%;
	padding-right:10.0%;
	margin-top:5%;
	margin-bottom:5%;
}

.bottom
{
	text-align:center;
	text-decoration:none;
	margin-bottom:2.5%;
}


.bottom a
{
	text-decoration:none;
	font-weight:bold;
	color:#F02958;
}

.bottom a:hover
{
	color:#00F;
}

.bottomNav 
{
	clear: both;
	padding-bottom: 2%;
	padding-top: 5%;
	text-align: center;
}

.bottomNav a
{
	color:#F02958;
	text-decoration:none;
	font-weight:bold;
}

.bottomNav a:hover
{
	color:#00F;
}

/*Home Page*/

.spacer
{
	margin-top:2.5%;	
}

/*Services Page*/

.page
{
	padding-left:1.0%;
	padding-right:1.0%;
}

#greatSouth
{
	margin-bottom:1.0%;
}

#greatSouth a
{
	color:#F02958;
	text-decoration:none;
	font-weight:bold;
}

#greatSouth a:hover
{
	color:#00F;
}

.subjects
{
	text-align:left;
	padding-left:5.0%;	
}

ul.square
{
	list-style-type: square;
	color:#FF0000;
}
	
.subjects li a
{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.subjects li a:hover
{
	color:#0000FF;
}

/*Feed Back*/

/*Contact Page*/
	
.form
{
	font-size:1em;
	padding-top:2.5%;
}

.leftContact
{
	float:left;
	width:50%;
	margin-bottom:1%;
	clear:both;
}
	
.rightContact
{
	float:right;
	width:50%;
	margin-bottom:1%;
}

#map_canvas
{
	height: 550px;
	margin: 0px;
	padding: 0px;
}

.continue a
{
	text-decoration:none;
	padding-top:2.5%;
	font-size:1em;
	font-weight:bold;
}

.continue a:hover
{
	color:#ff0000;
}	
	
#name, #email, #message
{
	width:100%;
	height:1.5em;
	background-color:#FFFFFF;
	font-size:1.0em;
}

.message
{
	width:100%;
	height:100px;
	background-color:#FF9999;
	font-family: "HelveticaNeue", arial, helvetica sans-serif;
	font-size:1.0em;
}

.submitButton
{
	color:#3a2ff7;
	margin-top:1.0%;
	font-weight:bold;
	font-size:1.0em;
}	

.submit
{
	margin-top:5px;
	height:20px;
	color:#3a2ff7;
}

.testimonials p
{
	font-weight:bold;
}

.picture
{
	padding-top:2.5%;
}


.text
{
	padding-top:2.5%;
	text-align:center;
	font-size:1em;
	/*font-weight:bold;*/
}
	
/*footer*/

.footer
{
	padding-bottom:5%;
	background-color: #ffffcc; 
}

.contactDetails
{
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	clear:both;
	padding-top:2.5%;
	padding-bottom:2.5%;
}

.contactDetails a
{
	font-size:1em;
	color:#F02958;
	text-decoration:none;
}

.contactDetails a:hover
{
	color:#00F;
}

.link
{
	padding-top:2.5%;
	text-align:center;
}

.link a
{
	font-size:1em;
	font-weight:bold;
	color:#F02958;
	text-decoration:none;
}

.link a:hover
{
	color:#00F;
}

