/* CSS Document */


/************* html styles **************/
body {
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
font-size: 76%;
line-height: 1.6;
text-align:center;	
margin: 20px;
background:#FFFFFF;

   }
   

img {border: 1px solid #CCCCCC;}

hr.line {
color:#CCC;

}

p, strong, li {
font-size:1em;
margin-top:0;
}

em, strong {
font-size:1em;
font-weight:bold;
color:#AC3701;
color:#333;
}

b {
font-size:1em;
color:#AC3701;
font-weight:bold;
}

	

a:link, a:visited {
	color: #990000;
        color: #336699;
color: #1D4A94;
	
	}

a:hover {
	color:#000;
}



h3 {
padding:0px;
font-size:1.2em;
margin:0;
font-weight:bold;
color:#3B8CA1;
	}



.article {
margin-left:150px;
padding:10px;
}

.article img {
float:left;
margin:0 10px 10px 0;
}

.thumb {
float:left;
margin:0 10px 10px 0;
width:130px;
height:130px;
background:#EEEEEE;
border:1px solid #CCCCCC;
}

#left {
float:left;
width:440px;
border-right:1px solid #CCCCCC;
}
#leftHome {
float:left;
width:490px;
}

#right {
margin-left:450px;
width:200px;
}

#rightHome {
margin-left:520px;
width:180px;
}	

/************* layout styles **************/
	
#header {
border-top:1px solid #5B667C;
border-bottom:1px solid #5B667C;
padding:0;
margin: 0 10px;
height:93px;
background-image: url("/images/header.jpg");
background-repeat: repeat-y;
}

/* correct the 3px jog in IE >> IE ads 3 px if inline elements follow floats*/
#head img {
display:block;
}


#container {
	background-color: #FFFFFF;
	margin-left: auto; 
       margin-right: auto; 
       width: 780px;
	padding:0px;
	
      background-image: url(/images/bg.jpg) ;
       background-repeat: repeat-y;
}





#content {
min-height:400px;
width:720px;
margin:30px; 
text-align:left; 
        }



#footer{
	clear: both;
	border-top: 1px solid #999999;
       border-bottom: 1px solid #999999;
	font-size:0.9em;
	color: #333333;
	padding: 0px;
	margin:0px 10px;
	background-color: #EEEEEE;
text-align:center;
}

#footer a{
color: #333333;
}



/*********     top nav    ***************/
#mainnav {
width:760px;
margin:0 10px;
color: #333333;
border-bottom:1px solid #5B667C;
}

#mainnav li { 
display: inline;
margin:0;
padding:0;
 }

#mainnav ul{
margin:0;
padding: 2px 10px;
color: #333333;
font-family:verdana, geneva, arial, helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
letter-spacing: 0.2em;
}

#mainnav a
{
color: #333333;
padding: 0.3em 1em;
text-decoration: none;
}

#mainnav  a:hover
{
border-bottom:4px solid #96C4D1;
color:#1A5160;
text-decoration: none;
}


/************* nav menu styles **************/

div#navcontainer { 
text-align:left;
margin:10px 0 0  650px;
}

#navcontainer ul {
list-style-type: none;
margin:0;
padding:0;
}

#navcontainer li {
list-style-type: none;
line-height:1.5em;
padding:0;
margin:0;
}

#navcontainer a {
/*display:block; IE*/
font-weight: normal;
color: #FFFFFF; 
font-size:12px;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
text-decoration: none;
color:#1A5160;

}


/************* other formatting **************/


.downloadBox{
border-top:1px solid  #BDBC95; 
margin-top:30px;
  border-bottom:0px solid  #BDBC95;
}

.featured {
background:#EEEEDD;
  border-top:4px solid  #BDBC95; 
  border-bottom:4px solid  #BDBC95;
padding:0 10px;
}

.featured h3 {
margin:0;
}

/*
.article{
float:left;
width:550px;
padding-bottom:10px;
}
*/
.articleExcerpt {
float:left;
width:570px;
padding-bottom:10px;
}

.articleExcerpt img {
float:left;
padding:10px;
}

.lightBg {
background-color: #EEEEDD;
}

.darkBg {
 background-color: #BDBC95;
}

.border {
	border: 1px solid #BDBC95;
}


.floatLeft {
float:left;
}

.floatRight {
float:right;
}


.clear {
	clear: both;
}
	


.leftFloat {
	float:left;
	margin: 10px 10px 10px 0px;
	}

.rightFloat {
	float:right;
	margin: 10px 0px 10px 10px;
	}

.links li {
		line-height: 1.666;
    list-style: square;
}

			
 ul.links {
    padding-left: 15px;
    margin-left: 0;
	}

.links a {
	
  font-weight: 500;
	text-decoration: underline;
	}

div.article, div.articleExcerpt {

/*border-bottom: 1px solid #BDBC95;*/
margin-bottom: 15px;
margin-top: 15px;
}

a img {
border:0;
}


