/*
------------------------------------------------------------------------------
	
	sandparents.com CSS
	Copyright (c) 2008 tra4d.com. All Rights Reserved.
	June 26 2008
		
------------------------------------------------------------------------------
*/


/*
-----------------------------------------------------
	global positioning and elements
-----------------------------------------------------
*/


/* html {min-height: 100%; margin-bottom: 1px;} */

body {
	background: #fff;
	font-size:11px;
	font-family:Tahoma, Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 760px;
}

#wrap {
	padding: 0;
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	padding-top: 10px;
}

img {
  border: 0;
}

/*
------------------------------
	H E A D E R
------------------------------
*/
#header {
	background: #fff url(images/header_orange.gif) no-repeat;
	height: 125px;
}

img.logo_main {
	float:left;	
}

#header h1 {
	#position: relative;
	#top: 15px;
	height: 29px;
	color: #fff;
	font-size: 24px;
	font-family: 'Comic Sans MS', Tahoma, Arial;
	float: right;
	padding: 10px 10px 0 0;
}

/*
------------------------------
	N A V B A R
------------------------------
*/
#navbar {
	float: right;
	#position: relative;
	#top: 44px;
	#left: 0px;
	width: 600px;
	margin-top: 16px;
	display: inline;
}

#navbar a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

#navbar a:hover {
	background-color: #fff;
	color: #ff5926;
}

#navbar li {
	list-style-type: none;
	display: inline;
}

#navbar li a {
	display: inline;
}

body.home #navHome a,
body.about #navAbout a,
body.parents #navParents a,
body.seniors #navSeniors a,
body.events #navEvents a,
body.media #navMedia a,
body.contact #navContact a {
	background-color: #fff;
	color: #ff5926;
}

body.home #navHome a:hover,
body.about #navAbout a:hover,
body.parents #navParents a:hover,
body.seniors #navSeniors a:hover,
body.events #navEvents a:hover,
body.media #navMedia a:hover,
body.contact #navContact a:hover {
	cursor: default;
}

/*
------------------------------
	C O N T E N T
------------------------------
*/
#content_wrap {
	padding: 5px 0 0 0;
}

#content_left {
	float: left;
	width: 344px;
}

#content_right {
	float: right;
	text-align: center;
	width: 400px;
}

#top_right {
	clear:both;
	padding: 0;
	text-align: center;
}

#top_right p {
	width: 350px;
	height: 115px;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #424242;
}

h1.main {
	font-size: 22px;
	font-family: 'Comic Sans MS', Tahoma, Arial;
	color: #555;
	margin: 0;
	padding: 0;
}

#sponsor {
	height: 85px;
	width: 400px;
	padding: 0;
	margin: 0;
}

#sponsor p a {
	text-decoration: none;
	color: #000000;
}

.sponsor {
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	padding: 0 5px 0 0;
	margin: 0;
}

#rotary {
	float: right;
	height: 85px;
	width: 100px;
	padding: 0;
	margin: 0;
}

#ymca {
	float: left;
	height: 85px;
	width: 145px;
	padding: 0;
	margin: 0;
}

img.ymca {
	/* float: right; */
	margin: 0;
	padding: 0;
	height: 85px;
}

#ontario {
	float: left;
	height: 85px;
	width: 125px;
	padding: 0;
	margin: 0;
}

img.ontario {
	float: right;
	margin: 0;
	padding: 0;
	height: 50px;
}


/*
------------------------------
	A B O U T
------------------------------
*/
img.main_float_about {
	float: left;
    margin: 0 15px 5px 0;
    width: 213px;
    height: 137px;
}

#main_text {
	color: #555;
}

#main_text h2 {
	font-size: 18px;
	font-family: 'Comic Sans MS', Tahoma, Arial;
}

#main_text h2.high {
	font-size: 20px;
	text-decoration: underline;
	color: #ff5926;
}

#main_text h3 {
	font-size: 16px;
}

#main_text h4 {
	font-size: 14px;
}

#main_text p, ul, li{
	font-size: 16px;
}

#dhtml {
	font-size: 10px;
	font-weight: normal;
}

#testimonial, #testimonial li {
	font-size: 14px;
}

/*
------------------------------
	S E N I O R S
------------------------------
*/
img.main_float_seniors {
	float: left;
    margin: 0 15px 5px 0;
    width: 213px;
    height: 137px;
}

img.contact_iv {
	vertical-align: middle;
}

/*
------------------------------
	P A R E N T S
------------------------------
*/
img.main_float_parents {
	float: left;
    margin: 0 15px 5px 0;
    width: 156px;
    height: 203px;
}

img.main_float_location {
	float: left;
    margin: 0 15px 5px 0;
    width: 147px;
    height: 203px;
}

#location {
	font-size: 16px;
	padding-left: 165px;
}

#thequotes {
	font-size: 14px;
}

#quote {
	font-style: italic;
}



/*
------------------------------
	E V E N T S
------------------------------
*/
img.main_float_events {
	float: left;
    margin: 0 15px 5px 0;
    width: 213px;
    height: 137px;
}

/*
------------------------------
	C O N T A C T
------------------------------
*/
img.main_float_contact {
	float: left;
    margin: 0 35px 5px 0;
    width: 213px;
    height: 136px;
}

#app_form {
	float:right;
	width: 530px;	
}

form {
	line-height: 1.5em;
	font-size: 15px;
}

.invisible {
    color: #fff;
}

.bottom {
	vertical-align: baseline;
}

label {
	float: left;
	width: 250px;
	text-align: right;
	margin-left:0px;
	color: #555;
	font-size: 15px;
}


/*
------------------------------
   T E S T I M O N I A L S
------------------------------
*/

#test_wrap {
	min-width: 760px;
	clear: both;
}

#test_left {
	float: left;
}

#test_right {
	float: right;
	width: 390px;
}

p.divider {
	text-align: center;
}

img.divider {
	width: 95%;
	height: 1px; 
}


/*
------------------------------
	F O O T E R
------------------------------
*/

#footer {
	clear:both;
	background: #fff url(images/hands_footer_orange.gif) bottom no-repeat;
	height: 130px;
}

#footer p {
	color: #fff;
	background-color: #ff5926;
	width: 370px;
	position: relative;
	top: 100px;
	left: 80px;
}

#footer p a {
	color: #fff;
}

