@import url("common.css");

/* HTML, body */

html, body { background: #FFF; color: #000; margin: 0px; padding: 0px; line-height: 1.4em;}

/* a:Links */

a { font-weight: bold; }
a:link { color: #0066CC; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline;}
a:hover { color: blue; }
a:active { color: red; }

/* Header graphic */

#screenfont-ca {
 margin: 0px;
 border-top: 10px solid #C30;
 border-bottom: 5px solid #CCC;
 background-color: #600;
 /* background-image: url(../images/background-top.gif); */
 padding: 50px 20px 10px 80px;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: .4em;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.4em;
 color: #FFF;
}


/* Headings */

#main h1 {
 border-bottom: 1px solid #600;
 padding-bottom: 5px;
 color: #600;
 font-weight: normal;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.8em;
 line-height: 1.5em;
}

#main h2 {
/* border-bottom: 1px solid #CCC; */
 padding-bottom: 5px;
 color: rgb(10%,10%,10%);
 font-weight: bold;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.4em;
 margin-bottom: 0px;
 margin-top: 1.2em;
 line-height: 1.5em;
}

#main h3 {
 color: rgb(15%,15%,15%);
 font-weight: bold;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.3em;
 margin-bottom: 5px;
 margin-top: 1.2em;
 line-height: 1.5em;
}

#main h4 {
 color: rgb(15%,15%,15%);
 font-weight: bold;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.2em;
 margin-bottom: 5px;
 margin-top: 1.2em;
 line-height: 1.5em;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
 padding-left: 80px;
 margin-left: -80px;
 margin-right: -20px;
}

/* Main content block (left column) */

#main { 
 float: left;
 font: 0.9em/1.4em Candara, "News Gothic MT",  "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 width: 58%;
 padding: 20px 20px 50px 80px;
 border-right: 1px solid #CCC;
 margin-right: 30px;
}

#main #home-blurb {
 padding: 10px;
 border: 1px dotted #FC6;
 font-size: 1.3em;
 line-height: 1.4em;
 background: #FFC;
 color: #000; 
text-indent: 0;
}

#main ul, #main ol {
 margin: 0px 20px 15px 20px;
}


#sidebar {
 font: .7em/1.3em "Lucida Grande", Verdana, Helvetica, sans-serif;
 padding: 20px 20px 0px 0px;
 margin-left: 68%;
}

#sidebar dd, #sidebar dl, #sidebar dt { margin-left: 0px; }

#sidebar ul {
 padding: 0px;
 margin: 0px;
 margin-left: 40px;
 list-style-type: none;
}
/* Added 2006.02.22 15:45 */
#sidebar ul li, #sidebar dl dt, #sidebar dl dd {
	margin-left: 0
}
/* End added */
#sidebar dt { font-weight: bold; }

#sidebar dt#switcher, 
#sidebar dt#colophon 
{ margin-top: 20px; }

#sidebar h2 {
 font-size: 1.1em;
}

#main dt {
 margin-top: 30px;
 margin-bottom: 5px;
 font-weight: bold;
}

dt.faq {
 border-bottom: 1px solid #333;
 padding-bottom: 5px;
 color: #f90;
 font-weight: normal;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.2em;
}

#main dd p {
 margin-left: 0px;
 margin-top: 0px;
}

#footer {
 clear: both;
 padding: 30px 30px 50px 80px;
 background: #F7F7F7;
 border-top: 1px solid #CCC;
 font: .8em/1.4em "Lucida Grande", Verdana, Helvetica, sans-serif; 
}

/* Forms */


input.s {
 width: 60%;
 background: white; 
 color: black; 
 border: 1px solid #600;
 padding: 0 2px 0 2px;
 font-family: Charcoal, "Lucida Grande", "Lucida Sans", sans-serif;
letter-spacing: 0.1em;
}
