/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


body{
position:relative;
background-color:#EFEFEF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

div#page{
display:block;
margin:auto;
width:800px;
background-color:#E0E0E0;
border:5px solid #555555;
padding:5px;

}

a.bannerLogo{
	display:block;
	text-indent:-9999px;
	width:800px;
	height:138px;
	background-image: url(images/banner.jpg);
	background-color:#EFEFEF;
}

h1.keywords{
font-size:10px;
font-family:verdana;
margin:auto;
text-align:center;
color:#999999;
font-weight:bold;
padding:0px;
margin:0px;
line-height:29px;
}

ul#primaryNavigation{
display:block;
width:800px;
background-color:#BABABA;
border-bottom:#666666 1px solid;
border-top:#EEEEEE 1px solid;
height:33px;
background-image: url(images/primaryNavBG.jpg)
}

ul#primaryNavigation li{
display:block;
float:left;
line-height:33px;
border-right:#000000 1px solid;


}

ul#primaryNavigation li a{
display:block;
height:33px;
padding-left:31px;
padding-right:32px;

text-align:center;
color:#000000;
font-family:arial, helvetica, san-serif;
text-decoration:none;
font-size:14px;
}


ul#primaryNavigation li:hover a{
background-color:#353535;
color:#999999;
}




ul.secondaryNavigation{
display:none;
position:absolute;
width:140px;
padding:0px;
border-bottom:#000000 1px solid;
margin-left:-1px;
z-index:100;
}



ul#primaryNavigation li:hover ul.secondaryNavigation{
display:block;
}

ul.secondaryNavigation li{
float:none;
display:block;
padding:0px;

border-right:#000000 1px solid;
border-top:#000000 1px solid;
border-left:#000000 1px solid;

}


ul#primaryNavigation li ul.secondaryNavigation li a{
width:140px;
padding:0px;
font-size:12px;
color:#999999;

}

ul#primaryNavigation li ul.secondaryNavigation li:hover a{
background-color:#404040;
color:#CCCCCC;
}



div#content{
width:600px;
margin-left:200px;
background:#ffffff;
margin-top:5px;
min-height:500px;
}

div#sidebar{
width:195px;
position:absolute;
top:218px;
z-index:50;
/*background-image:url(images/sideBarBG.jpg);*/
min-height:500px;
/*background-color:#4D4D4D;
background-repeat:repeat-x;*/
}

div.post{
padding:20px;
margin-bottom:10px;
}

div.post h2{
font-size:18px;
font-weight:bold;
color:#000000;
}

div.post p{
font-size:14px;
letter-spacing:.06em;;
color:#000000;
margin-bottom:5px;
}

div.post h2 a{
color:#000000;
text-decoration:none;
}

div.post div.entry{
padding-top:10px;
}

div.post p.postmetadata{
line-height:16px;
font-size:11px;
margin-top:20px;
}

div.entry ul{
margin:10px 0px 10px 20px;
list-style-type: disc;}

div.entry ul li{
margin:10px 0px 10px 0px;
font-size:14px;
letter-spacing:.06em;
list-style-type: disc;
}

div#sidebar ul{
margin:5px 0px 5px 5px;
list-style-type: disc;}


div#sidebar ul li form{
margin-bottom:30px;
}

div#sidebar ul li form input#s{
width:180px;
}

div#sidebar ul li form input#searchsubmit{
float:right;
margin:5px;

}

div#sidebar ul li h2{
font-size:14px;
letter-spacing:.06em;
color:#000000;
font-weight:bold;
}

div#sidebar ul li, div#sidebar ul li a{
font-size:12px;
letter-spacing:.06em;
color:#000000;
text-decoration:none;
font-weight:normal;
}

div#sidebar ul li{
line-height: 20px;
}

div#footer p {
font-size:12px;
margin-top:10px;
text-align:center;
}

td p {
font-size:12px;
margin-top:10px;
}

div.navigation div.alignleft{
font-size:12px;
padding:10px;
}

h3#respond{
margin:10px;
font-weight:bold;
}

form#commentform p{
margin:10px;
}

p textarea#comment{
width:575px;
}

p input#submit{
margin:10px;
}

h2.pagetitle{
font-weight:bold;
margin-left:10px;
padding-top:10px;
margin-bottom:-20px;
}

div#content {
padding-bottom:10px;
}
