@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #828282;
	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: #000;
	overflow-y: scroll;
}

p, ul, ol, td{font-size:12px; line-height:16px;margin:10px 0;padding:0;}
h1 {font-size:24px; font-weight:bold;margin:10px 0; color:#00AEEF;}
h2 {font-size:16px; font-weight:bold;padding:8px 0; color:#7BC143;}
h3 {font-size:12px;margin:10px 0;padding:0; font-weight:bold;}
h4 {font-size:12px;margin:10px 0;padding:0;}
ul{margin:10px 0 0 15px;padding:0; list-style:disc;}
ol{margin:10px 0 0 15px;padding:0; list-style:decimal;}
strong{ font-weight:bold;}
a {color:#46ab3c;text-decoration:none;}
a:hover {text-decoration:underline;}
#container {
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/template/sub_mainbg.png) 0 0 repeat-y;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}


#header {
	background: url(../images/template/top.jpg) top no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:auto;
}
#header h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {border-top:1px dashed #CCC;margin: 0 270px 10px 270px; padding-top:10px;}
#bottom {
	background: #FFFFFF url(../images/template/sub_bottom.png) bottom no-repeat;
	height:44px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#828282;
}
.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;
}



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:12px;
	color:#fff;
}


#footer a {
	text-decoration:none;
	color:#fff;
}

#topnav{
float:left;
padding: 5px 0px 5px 640px;
font-size:12px;
width:105px;
}

#topnav a{text-decoration:none;color:#000;}

#topnav a:hover,
#footer a:hover{text-decoration:underline;}

#topcontent{padding:75px 270px 10px 270px;}

#search-container input.search{
height:12px;
width:130px;
font-size:10px;
}
#search-container {
float:left;
padding-top:3px;
width:130px;
}

div#logo {
	width:178px;
	height:67px;
	/*background: #FFFFFF url(../images/template/logo_listen2youth.png) top no-repeat;*/
	position:absolute;
	left: 49px;
	top: 162px;
}
div#logo h1{display:none;}

#sidebar1 {
	position: absolute;
	top: 246px;
	left: 0px;
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	position: absolute;
	top: 255px;
	right: 0px;
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/template/peeking_over.png) top no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 70px 10px 0 20px; /* padding keeps the content of the div away from the edges */
	font-weight: normal;
	color:#00AEEF;
}

#sidebar2 h4 {font-weight: bold;color:#7BC143;}
#sidebar2 ul li { margin-bottom:10px;}


#left_column {
	float:left;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#right_column {
	float:left;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
}
 
.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;
}

.clear{ clear:both;}
.attribute{padding:0 0 10px 15px;font-size:12px; font-weight:bold;}
.attribute li{margin:0 10px 10px 0;}

/*page-specific styles */
ul.clientlist { list-style-type:none;}
