@charset "UTF-8";
					/*-----Colour Codes
						NAV and FOOTER
							on #fffff
							over #cccccc Light Grey
						SIDEBAR
							on #ffff
							over #e81010 Light Red
						LINKS 
							#a50000 Dark Red	
						CONTENT 
							#fffae3 CREAM-----*/
							
/*-----RESET-----*/
* {margin:0; padding:0; border:0;}
html {font-size: 100.1%; height:100.1%; background-color:#000000;}
body {font-family: Helvetica, Verdana, Arial, sans-serif;font-size: .95em;color:#000000;height:100.1%;}
h1, h2, h3, h4, h5 h6 h7 h8 h9 {color:#000000; font-family:Helvetica, Verdana, Arial, sans-serif;}
h1 {font-size: 2em;}
h2 {font-size: 1.8em; text-align:center;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1em;}
a {color:#ffffff; text-decoration:none;}
a:active {display:inline;}
a img {border: none; text-decoration:none;}
p {font-size: .90em; line-height: 1em; margin-bottom:10px; color:#000000;}

/*-----CLASSES-----*/
.clear { clear:both;}
.left {float:left;}
.right {float:right;}
.push {height: 250px;}

/*-----BODY-----*/
#wrapper {min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -250px; width: 900px; background-color:#a50000;}
#header {background-image:url(http://parcyouth.com/images/header.jpg);background-repeat: repeat-x; background-color:#a50000; height: auto; width: auto;}
#headerLogo {background-image:url(http://parcyouth.com/images/PARC_logo.png); background-repeat:no-repeat; width:250px; height:220px;margin: 0 auto; text-indent:-99999px;}
	
#content {background-color:#fffae3; width:630px; height: auto; padding: 10px; float:right; position: relative; border-right: thin #a50000;}
img {display: block; margin-left: auto; margin-right: auto}
a {color:#000000;}
a:hover{color:#a50000;}
/*-----TOP NAV-----*/
#navbar {background-image:url(http://parcyouth.com/images/navbar.jpg);background-repeat: repeat-x; height:50px; width:auto; position:relative; bottom:0px; text-align:center;}
#navbar ul li {display:block; text-decoration: none; width:100px; height:47px; font-size:1.2em; list-style-type:none; float:left; position:relative; left:30%;}
#navbar ul li a {color:#ffffff;vertical-align:middle; line-height:47px;}
#navbar ul li a:hover, a:active {color:#cccccc; background-image:url(http://parcyouth.com/images/navbtn_over.png); background-repeat:no-repeat; height:47px; width:100px; display:inline-block; vertical-align:middle;line-height:47px; font-style:normal;}
#navbar ul li a.current, #navbar ul li a.current:hover, #navbar ul li a.current:active {color:#cccccc; background-image:url(http://parcyouth.com/images/navbtn_over.png); background-repeat:no-repeat; height:47px; width:100px; display:inline-block; line-height:47px;}

/*-----SIDEBAR-----*/
#sidebar{background-image:url(http://parcyouth.com/images/sidebar.jpg); background-repeat:repeat-x;background-color:#a50000; height:350px; width:250px; padding:5px 0 10px 0; float:left;}
#sidebar ul li {display:block; text-decoration:none; width: 250px; height:23px; text-align:center;font-size:1em;}
#sidebar ul li a {display:block; color:#ffffff; vertical-align:middle; line-height:23px; width:250px; height: 23px; background-image:url(http://parcyouth.com/images/sidebar_btn_on.png); background-repeat:repeat-x; margin: 5px 0 5px 0;}
#sidebar ul li a:hover, a:active {color:#ffffff; vertical-align:middle; font-style:italic; line-height:23px; width:250px; height:23px; background-image:url(http://parcyouth.com/images/sidebar_btn_over.png); background-repeat:repeat-x;}
#sidebar ul li a.current, #sidebar ul li a.current:hover, #sidebar ul li a.current:active {display:block; color:#ffffff; font-style:italic; vertical-align:middle; line-height:23px; width:250px; height:23px; background-image:url(http://parcyouth.com/images/sidebar_btn_over.png); background-repeat:repeat-x;} 

/*-----FOOTER-----*/
#footer {background-image:url(http://parcyouth.com/images/footer.jpg); background-repeat:repeat-x; background-color:#000000; width: auto; height: auto; padding:20px;}
#footer a {color:#ffffff;}
#footer a:hover, a:active {color:#cccccc; display:inline;}
#footer p {color:#ffffff; line-height: 1.2em;}
#footerLinks {float:left; color:#FFFFFF;  height:auto; width: 250px;}
#footerLinks p {color:#FFFFFF;}
#footerLinks ul li {color: ffffff; list-style-type:none; height:20px; width: auto;}
#footerLinks ul li a {color:#ffffff;}
#footerLinks ul li a:hover, a:active {color:#cccccc; text-decoration:none; background-image:none;}
#footerLogo {background-image:url(http://parcyouth.com/images/PARC_house.png); background-repeat:no-repeat; height:200px; width: 130px; margin: 0 auto;}
#footerInfo {height:auto; width: 250px; position: relative; margin: 0 auto;}
#footerQuote {background-image:url(http://parcyouth.com/images/Quotes.png); background-repeat:no-repeat; color:#FFFFFF; line-height: 1.2em; float:right; width: 250px; height: 200px; position: relative;}
#footerQuote p {color: #cccccc; position: absolute; top: 35%; text-align:center; line-height: 1.2em; font-style:italic;}
#copyright {color:#ffffff; text-align:center; margin: 0 auto; font-size:.65em; line-height:1em; position: relative; bottom: 0px;}


