@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#container { 
width : 770px; 
margin : 0 auto 0;
text-align : left;
background-color:#FFFFFF;
background:transparent url(images/main.png) repeat-y;
}

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:770px;
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#content a:link, a:visited {
text-decoration:none;
color:#000000;
}

div#content a:hover {
text-decoration:underline;
}

div#flash {
height:275px;
width:770px;
background : transparent url(images/welcome_screen.jpg) no-repeat 0 0;
}

div#flash blockquote {
text-indent:-9999px;
}

div#content {
float:left;
left : 0; 
width : 55%;
height:200px; 
padding : 1em 0 0 1em; }

div#content p {
font:70% Arial, Helvetica, sans-serif; color:#999999;
}

div#news {
float:right;
width:35%;
height:175px;
padding-left:1em;
padding-top:2em;
padding-right:2em;
background:transparent url(images/paperclip_background.jpg) no-repeat 0 0;
 }

div#news li {
font: 70% Arial, Helvetica, sans-serif; color:#8CBE25;
margin-bottom:1em;
}

div#site_info {
clear:both;
width:770px;
height:50px;
margin : 0 auto 0;
padding: 3em 0 0 0;
text-align:center;
background:transparent url(images/main_b.png) no-repeat;
font: 60% Arial, Helvetica, sans-serif; color:#999999; }

div#site_info p {
position:relative;
top:15px;
}


h2 { 
margin-bottom : .15em;
font: 145% "Times New Roman", Times, serif; color:#666666; 
font-weight : bold;  }


