/*       Layout
======================= */
html {
        height: 100%;
}
body {
        margin: 0px;
        padding: 0px;
        height: 100%;
        text-align: center;
        background:#4e6440 url("../images/body-bg.jpg") repeat-x;
}
body.mceContentBody{background:#fff;color:#000;text-align:left;} /* Website Amigo paste from word*/
div {
        position: relative;
}
img {
        border:0;
}
#pagewidth{
        width:747px;
        text-align:left;
        margin: 0 auto;
        position: relative;
        min-height: 100%;
        border-left: 2px solid #3c5056; 
        border-right: 2px solid #3c5056;
        background: #f7f6ee url("../images/leftcol.jpg") no-repeat left bottom; 
}
#header{
        width:751px;
        background: #657d55 url("../images/header.jpg") no-repeat bottom;
        height:213px;
        margin: 0 -2px;
}
#wrapper{
	   clear:both;
	   padding-bottom: 223px;
	   padding-top: 35px;   
}
#leftcol{
        width:175px;
        float:left;
z-index:10;
}
#maincol{
        float: left;
        display:inline;
        width: 572px;
        padding-top: 10px;
z-index:5;
 }
#footer{
        clear: both;
        padding: 0;
        height: 223px;
        width: 747px;
        position: relative;
        margin: -223px auto 0 auto;
        background: url("../images/footer.gif") no-repeat right bottom;
        text-align: left;
}
.left {
        float:left;
}
.imgborder {
	border:1px inset #527686;
}.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 11px Arial, Helvetica, sans-serif;
        color: #2e3a3c;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.3em;
}
h1 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.6em;
}
h2 {
        font-size: 1.2em;
        margin-top: 1.5em;
        margin-bottom: .3em;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3, legend {
        color:#4e6440;
        font-family: Georgia, serif;
}
.bio {
	border-bottom: 1px dashed #A1C3D2;
	margin:10px 30px;
	clear: both;
		overflow: hidden;
}
.bio img {
	float: left;
	height: 100px;
	width: 75px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #527686;
}
.bio p {
	overflow: hidden;
	margin:0 0 1em;
}
.friends{margin-right:0;overflow:hidden;}
.friends img{
	border:1px solid #404E51;
	float: left;
margin:0 15px 15px 0;
}


/*      Vertical Nav
========================= */

#nav, #nav ul {
        list-style:none;
        width:175px;
        margin:0;
        padding:0;
        line-height:1em;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
	    text-align: center;
        display:block;
        padding:11px 5px 12px 5px;
        text-decoration:none;
        font-family: Georgia, serif;
        font-style: italic;
        color:#3f4e51;
        background: url("../images/menu-bg.gif") no-repeat 0 -38px;
        width:175px; /*  total width */
        w\idth: 165px; /* sbmh fix ie5.5 (width - padding - border = w\idth) */
}
#nav li a:hover,
#nav li a.current  {
        color:#3f4e51;
        font-weight: bold;
        background: url("../images/menu-bg.gif") no-repeat 0 0;
}
#nav ul{position:absolute;top:0;left:-888em;background:#7AA8C0;width:171px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
#nav ul li a{background:none;color:#fff;}
#nav ul li a:hover{background: url("../images/menu-bg.gif") no-repeat 0 -38px;}
#nav li:hover ul{left:173px;}

/*       Links
======================= */
a {
        color:#37575e;
        text-decoration:underline;
        font-family: Georgia, serif;
}
a:hover {
        color:#37575e;
        text-decoration:none;
}

a.imagelink, a.imagelink:hover{
border:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:135px;
        width: 210px;
        top:36px;
        left:270px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
        width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.jpg") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
#header p {
        color: #ffffff;
        font-family: Georgia, serif;
        font-style: italic;
        position: absolute;
        left: 270px;
        top: 175px;
        width: 210px;
        height: 40px;
        text-align: center;
        margin: 0;
}

/*       Leftcol
========================= */
#leftcol h2 {
	    margin-top: 20px;	
	    font-style: italic;
}
#leftcol a {
        color: #37575e;
        font-style: italic; 
}
#leftcol p {
	   margin: 15px 10px 10px;
	    font-style: italic; 
}

/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#37575e;
        text-decoration: none;
}

#footer p.left{
        margin:169px 17px 0;
        color:#37575e;
        font-size:.9em;
        line-height: 1.4em;
}
/*       Misc Styles
======================= */
.cols2 {
	float: left;
	width: 49%;
}




/*       Forms
======================= */
form.lj fieldset {
border:1px solid #C1D4D8;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 96%;
background: #fff;
border: 2px solid #C1D4D8; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #C1D4D8;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
background:#f7f6ee;
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
padding-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}


/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none; border: 0; margin: 0; padding: 0; height: auto; min-height: 0;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
#footer p.left {margin: 20px 0;}
}.

