/** RESET **/

/** BASIC ELEMENT STYLING **/

#wrapper {
	font: 14px/24px helvetica, arial, sans-serif;
	color:#666666;
}

a:focus {
    outline: 1px dotted;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

h1 {
    font-size: 25px;
    line-height: 25px;
  	font-family:'Myriad Pro', Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 23px;
    line-height: 23px;
}

h3 {
    font-size: 20px;
    line-height: 21px;
}

h4 {
    font-size: 19px;
    line-height: 19x;
}

h5 {
    font-size: 17px;
    line-height: 17px;
}

h6 {
    font-size: 15px;
    line-height: 15px;
}

h1, h2, h3, h4, h5, h6{
	color:#000000;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}


/** BASIC STYLING **/

div#wrapper{
	width:;
	margin: 0 auto;
	position:relative;
	height:2600px;
}
div#wrapper_cosmetic{
	width:;
	margin: 0 auto;
	position:relative;
	height:1500px;
}
div#primary{
	width:;
	margin: 0px 40px 0 0;
	float:left;
	display:inline;
}

h1#title{
	text-align:center;
	font-size:50px;
	line-height:70px;
	margin-top:20px;
}

a{
	color:#0986e3;
}

ul.section_menu{
	float:left;
	background:#EDEDED;
	padding:20px 0 20px 0px;
	width:250px;
}

h3{
	padding-top:30px;
}

dl.faq{
	margin-left:250px;
	padding-left:5px;
	margin-bottom:30px;
}

	dl.faq dt{
		font-weight:bold;
		color:#000000;
		padding:25px 0 5px 0;
		display:block;
	}
	
	dl.faq dd{
		padding-bottom:25px;
		border-bottom:1px solid #cccccc;
		display:block;
	}

#sidebar { 
  	left:760px;
  	position: absolute;
}

#sidebar_content {
  	position: absolute;
  	top: 0;
  	/* just used to show how to include the margin in the effect */
	width:200px;
}

#sidebar_content.fixed {
  position: fixed;
  top: 0;
}