@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #1E577D;
}

h1 {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.3em;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.4em;
}


.twoColElsLt #container { 

	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FCA503 url(../images/bg_left.gif) top left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColElsLt #sidebar {
	position: relative;
	float: left; 
	width: 372px; /* since this element is floated, a width must be given */
	background: #FFFFFF url(../images/musicnotes.gif) top right no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColElsLt #sidebar_home {
	position: relative;
	float: left; 
	width: 372px; /* since this element is floated, a width must be given */
	background: #FFFFFF url(../images/touchingscreen.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColElsLt #sidebar_content {
	position: relative;
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

#sidebar_home #nav {
	margin-top: 265px;
}

#sidebar_home .subtle {
	color: #666;
}

#nav {
position: relative;
padding: 25px 0px 0px 0px;
line-height: 2.1em;
}

#nav h1 {
	color: #333;
	font-size: 1.8em;
	margin-bottom: 20px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
}

#nav li {
	color: #FCA503;
	font-size: 1.4em;
}

#home #nav li {
	margin-bottom: 10px;
}

#home #nav h1 {
	margin-left: 20px;
}

#nav a{
	color: #1E577D;
}
	

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLt #mainContent {

	margin-left: 395px;
} 

.twoColElsLt #mainContent_content {

	padding: 30px 20px 0px 0px;
	font-size: 0.9em;
	line-height: 1.5em;
} 

.subtle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #AAA;
}

.feature {
	position: relative;
	width: 400px;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0px 10px 20px 9px;
	margin-bottom: 30px;
	background: #FCA503 url(../images/bg_feature.jpg) bottom left no-repeat;
}

.feature_home {
	position: relative;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0px 10px 30px 10px;
	text-align: center;
	margin: 0 auto;
	background: #FCA503 url(../images/bg_featurehome.png) center bottom no-repeat;
}

.feature a {
	color: #1E577D;
}

#corner {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 140px;
	height: 138px;
	font-size: 0.75em;
	line-height: 1.4em;
	background: transparent url(../images/peeledcorner.png) top right no-repeat;
	z-index: 5;
}

#corner a {
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 67px;
	text-decoration: none;
}

.twoColElsLt #crowd {
	position: relative;
	width: 100%;
	background: transparent url(../images/crowd.png) top center no-repeat;
	height: 265px;
} 

.twoColElsLt #footer {
	position: relative;
	width: 100%;
	color: #FCA503;
	font-size: 0.9em;
	line-height: 1.5em;
	background: #000000;
} 

.twoColElsLt #footer-left {
	position: relative;
	width: 49%;
	float: left;
	text-align: left;
}

.twoColElsLt #footer-right {
	position: relative;
	width: 49%;
	float: right;
	text-align: right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.alignright {
	position: relative;
	float: right;
	margin-left: 10px;
}

.alignleft {
	position: relative;
	float: left;
	margin-right: 10px;
}
	
.caption {
		font-size: 0.8em;
		display: block;
		text-align: center;
}

.caption a {
	color: #1E577D;
	font-weight: bold;
}

table th {
	color: #FFF;
}

.featuredbox {
	width: 95%; 
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 15px 0px;
	background-color: #FDB837;
	color: #70280F;
	border: 1px solid #FFF
}

#homenav {
	padding: 10px 0 15px 0;
	margin: 15px 0px 15px 0px;
	color:#1E577D; 
	text-align:center; 
	font-size: 1.4em;
	line-height: 1.3em;
}

#tagline {
	margin: 0 auto;
	text-align:center;
	margin: 10px 0px 10px 0px;
	font-size: 1.2em;
}
