/* Lucky CSS 1.0 By Joshua D. Peterson */

/* Root CSS */

html {
background-image:url(img/mainbg.png);
background-repeat:repeat;
height:auto;
}

body {
background-image:url(img/pr-bg.png);
background-repeat:repeat-x;
margin:0px auto 0px auto;
height:auto;
}

.t-measure {
display:block;
width:800px;
margin:0;
border:0;
padding:0;
}

.t-sep {
height:25px;
}

.t-font {
font-family:Arial;
font-size: 1em;
font-weight: bold;
color: #003300;
text-align:left;
line-height:12pt;
}

.t-link a{
font-family:Arial;
font-size:10pt;
color:#006600;
text-decoration:none;
line-height:11pt;
}

.t-link a:hover {
color:#000000;
border-bottom: #000000 1px dotted;
}

/* Container CSS */

.t-cont {
margin:0 auto 0 auto;
height:auto;
}

/* Quick Links CSS */

.ql-div {
background-image:url(img/pr-ql.png);
height:25px;
}

.ql-div-link {
font-size:.75em;
text-align:right;
text-transform:lowercase;
line-height:1.75em;
}

.ql-div-link a{
font-size:.95em;
font-weight:bold;
color:#ffffff;
margin-left:10px;
margin-right:10px;
}

.ql-div-link a:hover{
color:#003300;
border-bottom-color:#003300;
}

/* Logo */

.logo-div {
background-image:url(img/pr-lo.png);
height:100px;
line-height:100px;
}

.logo-header {
font-family:Verdana;
font-size:1.5em;
color:#ffffff;
margin:0;
}

/* Navigation */

.nav-div {
background-image:url(img/pr-n.png);
height:25px;
}

.nav-link {
font-size:.75em;
color:#ffffff;
line-height:24px;
text-align:center;
}

.nav-link a{
margin:0 5px 0 2px;
padding:.25em 5px .25em 5px;
font-size:.95em;
font-weight:bold;
color:#003300;
line-height:25px;
border-bottom:none;
}

.nav-link a:hover{
color:#006600;
background-image:url(img/pr-lbg.png);
background-repeat:repeat-x;
background-position:-50%;
border-bottom:none;
}

.nav-selected{
background-image:url(img/pr-lbg.png);
background-repeat:repeat-x;
background-position:-50%;
}

.nav-selected b{
color:#000000;
}

.nav-sep-div {
background-image:url(img/pr-n2.png);
font-size:.75em;
text-align:center;
}

.nav-sep-link a{
font-size:.95em;
font-weight:bold;
color:#002200;
margin:0 10px 0 10px;
line-height:25px;
}

/* Advertisement */

.ad-div {
background-image:url(img/pr-ad.png);
height:200px;
line-height:200px;
}

.ad-div img{
width:792px;
height:192px;
margin:4px;
}

/* Content Styles
   
   DO NOT edit unless you know what you are doing!
*/

.content-25 {
background-image:url(img/pr-25b.png);
background-repeat:repeat-y;
width:800px;
height:auto;
margin:0;
padding:0;
border:0;
}

.content-25 .c-contain {
	background-image:url(img/pr-25t2.html);
	background-color: #60794D;
}

.content-25 .c-left-col {
	width:181px;
	font-size: 0.9em;
}

.content-25 .c-right-col {
width:579px;
}

.content-50 {
background-image:url(img/pr-50b.png);
background-repeat:repeat-y;
width:800px;
height:auto;
margin:0;
padding:0;
border:0;
}

.content-50 .c-contain {
background-image:url(img/pr-50t.png);
}

.content-50 .c-left-col {
width:380px;
}

.content-50 .c-right-col {
width:380px;
}

.content-75 {
background-image:url(img/pr-75b.png);
background-repeat:repeat-y;
width:800px;
height:auto;
margin:0;
padding:0;
border:0;
}

.content-75 .c-contain {
background-image:url(img/pr-75t.png);
}

.content-75 .c-left-col {
width:580px;
}

.content-75 .c-right-col {
width:180px;
}

.c-contain {
display:block;
background-repeat:no-repeat;
width:800px;
height:auto;
margin:0;
border:0;
padding:0;
}

.c-left-col, .c-right-col {
display:block;
padding-top:10px;
margin:0;
}

.c-left-col {
float:left;
}

.c-right-col {
float:right;
}


/* You can edit these below.
   
   Don't touch the float values though.
*/

.bquote {
background-image:url(img/pr-blockq.png);
background-position:top left;
background-repeat:no-repeat;
color:#d9e7cd;
margin:15px;
padding:36px 18px 18px 36px;
font-size:.95em;
line-height:1.25em;
text-align:left;
}

ul, li {
	color:#003300;
	list-style:outside square;
	font-size: 1em;
}

.nav-style {
font-size:.8em;
line-height:1em;
color:#000000;
margin:10px;
width:100%;
}

.nav-style blockquote{
font-size:1.15em;
line-height:1.15em;
}

.nav-style p{
font-size:.95em;
line-height:1.25em;
color:#002200;
margin-left:10px;
}

.nav-style a{
color:#000000;
font-size:.95em;
font-weight:bold;
line-height:1.5em;
margin-left:10px;
}

.nav-style a:hover{
	border-bottom:#003300 1px dotted;
	font-size: 0.95em;
}

.nav-style h1 {
font-size:1.4em;
font-weight:bold;
color:#d4efc8;
margin:0px 0px 10px 0px;
}

.nav-style h2 {
font-size:.95em;
font-weight:bold;
color:#cddcc6;
margin:5px 0px 5px 10px;
}

.nav-style hr {
background-image:url(img/pr-cf.png);
background-position:center;
color:#b5c1aa;
height:1px;
margin:.75em 0 .75em 0;
border:0;
}

.con-style {
font-size:1em;
color:#003300;
line-height:1em;
margin:10px;
width:100%;
}

.con-style p{
font-size:1em;
line-height:1.25em;
margin:5px 5px 10px 5px;
color:#003300;
}

.con-style a{
color:#002200;
font-weight:bold;
}

.con-style a:hover{
color:#001100;
border-bottom:1px dotted #b4dcaa;
}

.con-style h1 {
font-size:1.25em;
font-weight:bold;
color:#d4efc8;
margin:0 0 0 5px;
}

.con-style h2 {
font-size:1.05em;
font-weight:bold;
color:#cddcc6;
margin:15px 0 5px 5px;
}

.con-style h3 {
font-size:.95em;
font-weight:bold;
color:#acbaa4;
margin:15px 0 5px 10px;
}

.con-style hr {
background-image:url(img/pr-cf.png);
background-position:top center;
color:#b5c1aa;
height:1px;
margin:.5em 0 .5em 0;
border:0;
}

/* Leave this one alone, thank you. */

.c-foot {
background-image:url(img/pr-cf.png);
width:800px;
height:1px;
clear:both;
}

/* Footer */

.foot-div {
background-image:url(img/pr-f.png);
height:100px;
}

.foot-font {
font-size:.75em;
color:#003300;
text-align:center;
padding:2em 0 2em 0;
}

.foot-font a{
color:#002200;
font-weight:bold;
}

.foot-ref {
background-image:url(img/pr-fr.png);
height:20px;
margin:5px 0px 5px 0;
}
