/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:10px;
padding:0;
height:100%;
background-color:#eeeeee;
color:#000000;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
margin:4px 0 5px 10px;
}


blockquote {
margin-left:0;
margin-bottom: 1em;
padding-left:2em;
padding-top:.5em;
padding-bottom:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;

}

blockquote p {
margin:.2em;
}

p.feature {
font-size:16px;
font-style:italic;
font-weight:bold;
color:#92012c;
text-align:center;
}

img {
margin-top:4px;
margin-bottom:20px;
}


img.banner {
margin-top:0px;
margin-bottom:0px;
}



#menu a, #menu a:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none; 
  background-color:#ffffff; 
  color:#92012c; 
  display:block; 
  width:156px; 
  height:1.3em; 
  border-bottom:1px dashed #cccccc;  
  padding:0.5em;
  }

#menu a:hover { 
  border-bottom:1px dashed #cccccc; 
  border-left:6px solid #92012c;  
  width:150px;
  color:#92012c; 
  background-color:#eeeeee;
}

#container { 	
margin:0 auto;
padding:0;
width:790px;
text-align:left;
background-color:#ffffff;
border:1px solid #cccccc;
}



#header {
margin:0;
padding:0;
height:124px;
background-image:url(header.gif);
background-repeat:no-repeat;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0 0 0 20px;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
color:#eeeeee;
}

#leftColumn {
float:left;
margin:0;
padding:0;
width:170px;
font-size:.9em;
border-right:1px dashed #cccccc;
border-top:1px dashed #cccccc; 
border-bottom:1px dashed #cccccc; 
}

#leftColumn p {
padding:10px
}


#leftColumn h2 {
margin:0;
padding:10px 0 0 10px;
font-size:1em;
}

#leftColumn ul {
margin:0 0 0 0;
list-style:none;
}

#leftColumn li {
margin:4px 0 5px 10px;
}

#leftColumn li a {
text-decoration:underline;
}

#leftColumn li a:hover{
text-decoration:none;
}

#centerColumn { 	
margin:0 0 0 185px;
padding:0;
background-color:#ffffff;
}

#centerColumn p {
padding:10px
}

#centerColumn h4 {
text-align: right;
}

#centerColumn h3 {
margin:2px 0 0;
padding:2px 0 2px 2px;
font-size:1em;
font-weight: bold;
letter-spacing:.1em;
background-color:#999999;
color:#ffffff;
}

#centerColumn h2 {
margin:20px 0 0;
padding:3px 0 3px 8px;
font-size:1.3em;
letter-spacing:.1em;
background-color:#999999;
color:#ffffff;
}

#centerColumn h1 {
margin:0;
padding:3px 0 3px 8px;
font-size:1.3em;
letter-spacing:.1em;
background-color:#92012c;
color:#ffffff;
font-weight:bold;
}

#footer {
position:relative;
bottom:0;
margin:40px 0 0 0;
padding-top:10px;
height:24px;
line-height:12px;
text-align:center;
font-size:12px;
font-weight:bold;
color:#ffffff;
background-color:#92012c;
border-top:1px solid #cccccc;
}

#subfooter {
position:relative;
bottom:0;
margin:0 0 0 0;
padding-top:4px;
height:18px;
line-height:12px;
text-align:center;
font-size:10px;
font-weight:bold;
color:#999999;
background-color:#ffffff;
border-top:1px solid #cccccc;
}

.holder {width:240px; margin:6px; padding:.7em; border:1px solid #ddd; float:left;}
.holder h3 {text-align:left;}
.holder {font-size:0.9em;}
a.hid {color:#92012c; text-decoration:none; outline-style:none;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; color:#555; width:100%; font-style:normal; cursor:default;}
.clear {clear:both;}


.featurebox {width:173px; margin:4px; padding:.7em; border:1px solid #ddd; float:left;}
.featurebox h3 {text-align:left;}
.featurebox {font-size:0.9em;}












