/* CSS Document */

body {
background-color:#F89623;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:125%;
color:#000000;
}

#container {
position:absolute;
left:0px;
top:0px;
width:100%;
}

#header {
position:relative;
background-color:#F89623;
left:0px;
top:0px;
width:980px;
height:124px;
}

#logo {
position:absolute;
left:299px;
bottom:0px;
width:681px;
height:61px;
background-image:url(/images/logo_bg.jpg);
background-repeat:repeat-x;
}

#main {
position:relative;
background-color:#FFFFFF;
background-image:url(/images/contentbg.gif);
background-repeat:repeat-y;
background-position:left;
padding-bottom:20px;
width:980px;
left:0px;
}

#content {
background-color:#FFFFFF;
background-image:url(/images/greytile.gif);
background-repeat:repeat;
left:0px;
width:100%;
}

#nav {
float:right;
width:162px;
}

#navcontainer {
float:left;
width:284px;
}

.text {
float:left;
/*margin-left:11px;*/
width:659px;
}

div.transparent { 
behavior: url(/iepngfix.htc);
}

.newsthumb {
border:1px solid #ea6712;
}


.newsthumbover {
border:1px solid #CCCCCC;
}


#footer {
background-image:url(/images/footershadow.gif);
background-repeat:repeat-x;
height:27px;
left:0px;
bottom:0px;
width:100%;
}

a:link, a:hover, a:visited {
color:#F89623;
text-decoration:none;
border:none;
}

h2 {
font-size:14px;
font-weight:normal;
color:#F89623;
margin-top:20px;
}

h3 {
font-size:12px;
color:#F89623;
font-weight:normal;
}

.blogdiv{
width:350px;
padding-bottom:20px;
border-bottom:1px dotted #cecece;
margin-bottom:20px;
}