@charset "utf-8";
/* CSS Document */

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: 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: "" "";
}

/*Page layout starts here*/

body {
margin:0;
padding:0;
text-align:center;
}

p{
line-height:1.5em;
}

.float_left{
float:left;
padding-right:10px;
padding-bottom:10px;
}

#container{
width:900px;
margin:0 auto 0 auto;
text-align:left;
}

#branding{
float:left;
}

#global_nav{
float:left;
margin-left:8.5em;
margin-top:2.5em;
}

#global_nav li{
display:inline;
}

#nav{
float:left;
width:100%;
clear:both;
background:#663399;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px "Trebuchet MS";
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/active2.jpg) center center repeat-x;
}

#content_wrapper{
float:left;
width:100%;
clear:both;
}

#main_content{
float: left;
margin-top:1.2em;
line-height:1.2em;
margin-bottom:1.2em;
padding: 10px;
width: 570px;
}

#flashcontent{
padding:0;
}

#inner_content{
float: left;
margin-top:1.2em;
line-height:1.2em;
margin-bottom:1.2em;
padding: 10px;
width: 880px;
}

#sidebar{
background:#eeebda;
font-size:.9em;
float: left;
width: 288px;
margin-left:1em;
line-height:1.2em;
margin-bottom:1.2em;
padding-left:5px;
}

#sidebar_video{
background:#eeebda;
font-size:.9em;
float: left;
width: 293px;
margin-left:1em;
line-height:1.3em;
margin-top:2em;
}

#footer{
float:left;
line-height:2em;
width:100%;
background:#990000;
}

dl{
display:block;
}

dt {
float: left;
width: 5em;
margin: 0 0 0 0;
padding: .5em;
}	

dd {
width: 150px;
float: left;
margin: 0 0 0 0;
padding: .5em;
}

#manage{
float:left;
width:200px;
padding:5px;
margin-right:2em;
background:#ccc;
}

#workshop{
list-style:circle;
margin-left:1em;
}