@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html { 
text-align : center;}

body {
background-color: #f5f5f5;
font : "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333;
 }

h2, h3, h4, p, ul, blockquote { 
margin : 0 10px 1em; }

h3 {
font: 90% Arial, Helvetica, sans-serif; color:#8CBE25; font-weight:bold;
}

div#bg {
width:773px;
text-align:center;
margin:0 auto 0;
background:transparent url(images/main_r.png) center repeat-y; }

div#container { 
width : 750px; 
margin : 0 auto 0;
text-align : left;
background-color:#FFFFFF;
}

div#branding {
height : 120px;
background : transparent url(images/branding.png) no-repeat 0 0;
z-index:1;  }

div#branding blockquote {
position:absolute;
top:-9999px;
}

div#branding h1 {
position:relative;
top:32px;
left:140px;
z-index:20;
width:475px;
}

div#branding h1 a {
height:50px;
width:475px;
display:block;
text-indent:-9999px;
}

div#nav {
padding: .35em 0;
z-index : 2;
position:absolute;
top:85px;
height : 30px;
width:750px;
background : transparent;
text-align:center }

ul#nav a {
color : #333333;
font: 90% "Times New Roman", Times, serif } 

ul#nav a:link, a:visited { 
text-decoration : none; }

ul#nav a:hover {
color:#000000;
text-decoration:underline; }

div#nav li {
display : inline; }

div#nav li a {
padding-left:10px;
padding-right:10px;
 }

div#box {
position:relative;
width:100%;
height:700px;
}

div#content {
float:left;
width : 75%; 
padding : 2em 0;
 }
 
div#content p {
font:85% Arial, Helvetica, sans-serif; color:#666666;
}

div#content a:link, a:visited {
text-decoration:none;
color:#000000;
}

div#content a:hover {
text-decoration:underline;
}

div#sidebar {
float:right;
width : 24%; 
padding : 2em 0;
}
 
div#sidebar li {
font: 73% Arial, Helvetica, sans-serif; color:#8CBE25;
margin-bottom:1em;
}

div#sidebar a:link, a:visited {
text-decoration:none;
color:#8CBE25;
}

div#sidebar a:hover {
text-decoration:underline;
}

div#site_info {
clear:both;
width:750px;
margin : 0 auto 0;
padding: 3em 0 0 0;
font: 60% Arial, Helvetica, sans-serif; color:#999999; }

div#bbg {
clear:both;
width:750px;
margin : 0 auto 0;
background:transparent url(images/main_b.png) bottom repeat-x;;
height:13px;
}

h2 { 
margin-bottom : .15em;
font: 145% "Times New Roman", Times, serif; color:#666666; 
font-weight : bold;  }

