/* YUI Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
 	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong{font-weight: bold}
em{font-style: italic}

/* YUI Fonts */
body {
	font: 13px/1.231 sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
	font: 99% sans-serif;
	margin-top:5px;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/* Base generic styles */
body, select, input, button, textarea {
	font: 14px/24px 'Lucida Grande', Verdana, sans-serif;
}
a:link, a:visited {
	color: #3396db;
}
a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Helvetica, arial, sans-serif;
	color: #db8c0e;
	margin: 10px 0;
}
h1{font-size:123.1%;text-transform: uppercase;}
h2{font-size:108%;text-transform: uppercase;}

body {
	text-align: center;
	background: #fff;
	background: #fff url("http://tmcyouth.com/global/images/static/home-bg.jpg")no-repeat top center;
}
blockquote{font-style: italic;font-family: Georgia, 'Times New Roman',serif;padding:0 3em 1em 3em}
blockquote > div:before { content: '~ '; }
blockquote > p + div { margin-top: -1em; }


/* Top bar */
#top {
	background: url(http://tmcyouth.com/global/images/megamenu/header.png) top repeat-x;
	position: relative;
	overflow: hidden;
	height:100px;
	clear: both;
	padding:0 0 0 0;
	margin:0 0 40px 0;
}
#logo {
	float:left;
	padding-top:10px;
}
#nav {
	width:100%;
	height: 35px;
	background: url('/images/layout/nav-bg-left.png') no-repeat left top;
	overflow: hidden;
	padding:7px 0 0 0;	
}
#nav ul {
	position: relative;
	height: 55px;
	clear: both;
}
#nav li {
	position: relative;
	float: left;
	font-size:18px;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 10px 30px 0 0;
}

#nav li.right {
	float: right;
	font-size:12px;
	margin-right:20px;
	}
#nav li a {
	color: #44abdf;
	text-decoration:none;
}

#nav li a:hover {
	color: #fff;
	text-decoration:none;
}


/* Generic page content stylings */
.content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding:0 0 2em 0;
}
.content p {
	margin: 0 0 1em 0;
}
.content ul.bullets{
	list-style-type: square;
	padding:0 0 1em 1em;
}
.content ol{
	list-style-type: decimal
	padding:0 0 1em 1em;
}
span.highlight{
	background:#e3ece9;
	padding:0 2px 0 2px;
	font-style: italic;
}


/* Page blocks */
#main {
	color: #5a5a5a;
}
.sub #main {
}
.home #main {
}
#blurb {
}


/*Sidebar*/
#sidebar{}
#sidebar ul{}
#sidebar ul li{}


/*Example List*/
ul.arrow {list-style-type: none;margin:10px 0 20px 0}
ul.arrow li{background: url('../images/icons/arrow.gif') no-repeat 0 7px;padding:0 0 0 20px}

/*footer*/
#foot{
	background: #474747 url('/images/backgrounds/foot-bg.jpg') repeat-x top left;
	border-top:4px solid #6194C9;
	text-align: left;
	overflow: auto;	
	padding: 2em 0 2em 0;
}
#foot p{color: #bebbae}
#foot p strong{color:#fff}
