@charset "utf-8";
/* CSS Document */

p{
margin:0;
}

/*LINKS*/
.nav a:hover{
color:#000000;
background:#CCCCCC;
}

a, a:visited{
color:#00a8a7;
text-decoration:none;
}

a:hover{
color:#787878;
}

.orangeb{
background:#f47126;
color:#fff;
}

.greyb{
background:#787878;
color:#fff;
}

.tealb{
background:#00a8a7;
color:#fff;
}

.orange{
color:#f47126;
}

.grey{
color:#787878;
}

.teal{
color:#00a8a7;
}

/*HEADERS*/

h1{
padding:0 5px 0 5px;
margin:0 0 20px 0;
background:#00a8a7;
display:inline;
color:#fff;
font-size:20px;
font-weight:normal;
letter-spacing:0.05em;
}

h1 a, h1 a:visited{
text-decoration:none;
background:#00a8a7;
display:inline;
color:#fff;
}

h1 a:hover{
color:#787878;
}

h2{
padding:0 5px 0 5px;
margin:0 0 20px 0;
background:#787878;
display:inline;
color:#fff;
font-size:20px;
font-weight:normal;
letter-spacing:0.05em;
}

h2 a, h2 a:visited{
text-decoration:none;
background:#787878;
display:inline;
color:#fff;
}

h2 a:hover{
color:#f47126;
}

h3{
padding:0 5px 2px 5px;
margin:0 0 20px 0;
background:#787878;
display:inline;
color:#fff;
font-size:15px;
font-weight:normal;
letter-spacing:0.05em;
}

body{
margin:20px 0;
padding:0;
font-family:Georgia,"Nimbus Roman No9 L",serif;
font-weight:normal;
font-size:14px;
}



#container{
width:800px;
height:auto;
margin:0 auto;
}

#header{
border-top:#f47126 1px solid;
margin:0;
padding:10px 0 10px 0;
font-size:33px;
line-height:20px;
}

#header a, header a:hover, header a:visited{
text-decoration:none;
color:#f47126;
margin:0;
padding:0;
display:block;
}

#nav{
margin:0;
padding:0;
height:16px;
border:0;
border-top:#f47126 1px solid;
width:800px;
padding-top:1px;
}

* html #nav {  /* This is the Tan hack ------ IE HACK TO FIX BORDER POSITION*/
padding:0px; 
padding:0px; 
}

.nav{
list-style:none;
display:inline;
padding:0;
margin:0;
font-size:14px;
line-height:14px;
float:left;
}

.nav li{
display:inline;
padding:0;
margin:0;
float:left;
height:20px;
}

.nav a, .nav a:visited{
margin:0;
padding:0 5px 0 5px;
text-decoration:none;
color:#FFFFFF;
border:0;
display:inline;
}

#panel{
width:800px;
height:200px;
margin:20px 0 20px 0;
background:#f47126;
}

#blank{
width:800px;
height:40px;
background:#FFFFFF;
}

#breadcrumb{
clear:both;
font-size:12px;
width:800px;
height:20px;
margin:0 0 10px  0;
}

#content{
width:800px;
}

.intro{
font-size:20px;
line-height:23px;
color:#787878;
text-align:justify;
margin:20px 0 20px 0;
}

#leftcol{
float:left;
width:494px;
margin:20px 10px 0 0;
}


#rightcol{
float:left;
margin:20px 0px 0 0;
width:290px;
}

#leftcolP{
width:48%;
float:left;
margin:20px 10px 0 0 ;
}

#rightcolP{
width:48%;
float:left;
margin:20px 0 0 10px;
}

.entry{
font-size:14px;
font-weight:400;
width:350px;
min-height:100px;
}

.entry p{
margin-top:10px;
}

.entry-image{
margin:10px 0 20px 0;
border:0;
height:100px;
}

.full-entry{
float:left;
width:494px;
margin:0 10px 0 0;
}
.full-entry p{
margin:10px 0 10px 0;
padding:0;
}

.full-entry img{

max-width:494px;
}

#post-nav{
width:800px;
float:left;
}
.orangebullets{
list-style:url(images/orange_bullet.gif);
margin:20px 0 0 18px;
padding:0;
font-size:12px;
color:#787878;
width:415px;
}
.orangebullets li{
margin-bottom:10px;
}

.orangebullets a, .orangebullets a:visited{
color:#f47126;
padding:0;
margin-bottom:5px;
display:block;
text-decoration:none;
}
.orangebullets a:hover{
color:#787878;
}

.greybullets{
list-style:url(images/grey_bullet.gif);
margin:20px 0 0 18px;
padding:0;
font-size:12px;
color:#787878;
}

.greybullets li{
margin-bottom:10px;
}

.greybullets a, .greybullets a:visited{
color:#00a8a7;
}

.greybullets a:hover{
color:#787878;
}

#footer{
float:left;
margin:40px 0 20px 0;
border-top:#f47126 1px solid;
width:800px;
}
#footer span{
line-height:20px;
display:inline;
margin-bottom:10px;
}

.footer{
margin:0px 0px 5px 0;
padding:0;
}

.small{
font-size:10px;
margin-top:5px;
}

#comments{
margin:20px 0 0 0;
}

.commentlist{
margin:10px 0;
padding:0;
}

.lightboxTable{
width:494px;
}

.lightboxTable td{
width:auto;
}

.lightthumb{
border:2px solid #00a8a7;
width:auto;
height:74px;
display:table-cell;
float:left;
margin:5px;
}