* {
    margin: 0;
    padding: 0;
}
body {
    font-family: arial, verdana, sans-serif;
    text-align: left;
    color: #000;
    background: #fff;
    margin:5px 0 0 10px;
}

div, p, img {
    font-size: 1em; 
}

h1  a {
    padding: 10px 0 0 10px;
    color:#666;
	font-size: 10px;
	font-weight: lighter;
    letter-spacing: 3px; 
}

ul {
    margin: 1px;
    padding: 1px;
    list-style-type:none;
}

ul li  {
    margin: 0;
    padding: 0 1px 0 1px;
    border: none;
    text-decoration: none;
}

p { padding: 15px 0 0 0; }

a, a:link { 
    text-decoration: none; !important;
    color: #000;
    border: none; 
}
a:visited { color: #000; }
a:hover { background-color: #ffff00;}
a:active { color:#000;}

a img, img {
    border: none;
}

.picturecontainer a:hover { background-color: #fff;}


input:hover { 
    background-color: #ffff00;
}

 
.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#page {
    width: 800px;
    margin: 0;
    text-align: left;
    background: #fff;
}

#content {
    display:block;
    float:left;
    text-align: left;
    width: 800px;
    margin: 8px 0 0 7px;
    padding: 0;
    line-height: 1em;
}

#hidden {
    border: none;
}
.rand img {
    border: solid 1px #666;
}

.mg_doc_link {
    display: block;
    font-size: 0.9em;
    margin: 50px 0 0 0;
}



/* SideBar
------------------------------------------------------------------------- */


#side {
    width: 100%;
    font-weight: bolder;
    vertical-align:top;
}

#side ul {
    font-size: 4em;
    vertical-align:top;

}

#side ul li  {
    display: block;
    float:left;
    font-size:100%;
}

#side ul li a:hover {
    background-color:#ffff00;
}

#side ul li ul {
    font-size: 11px;
    font-weight: normal;
    display: inline;
    float:left;

}

#side ul li.active ul li.active a {
    background-color: #ffff00;
}

#side ul li.active a {
    display: inline;
    float: left;
    vertical-align:bottom;
}

#side ul li.active ul  {
    display: block;
    float: left;
    padding: 8px 0 0 0;
}

#side ul li.active ul li {
    display: block ;
    float:none;
    clear:left;
    vertical-align:bottom;
}




/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    background: #fff;
    position: relative;
}

/* Ditto 
------------------------------------------------------------------------- */
.ditto_item {
    font-size:0.8em;
}

.ditto_title {
    border-bottom: 1px solid #000;
}
.ditto_pageTitle {
    float:left;
    padding-right: 7px;
}
 
.ditto_date {
    font-size: 0.7em;
    color:#bbb; 
    margin-left:5px;
}

.ditto_content {
    margin-top:5px;
        font-size: 0.9em;

}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin:  0;
    padding: 0;
    float: left; 
    font-size: 0.9em;
}

.post h3 {
    margin-top: 0;
    color: #646464;
}

.post ul li {
	margin-left: 0em;
}

.tx_bold {
    font-size: 0.9em;
    color: #000; 
   	font-weight: bold;
   	float: left;
   	margin-right: 5px;
    letter-spacing: 0.09em;
}

.tx_normal {
     font-size: 0.9em;
}

.tx_thin {
     font-size: 0.7em;
     letter-spacing: 0.09em;
}

#tx_thin a{
     font-size: 0.7em;
     letter-spacing: 0.09em;
}

.address {
    color:#646464;
    font-size:0.9em;
    font-weight:bold;
    letter-spacing:0.05em;
}


/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}



/* Footer 
------------------------------------------------------------------------- */
#footer  {
    margin: 0px 0px 0 10px;
    padding: 0;
}

#footer p a {
    color: #000;
    font-size: 0.7em;
    letter-spacing: 0.09em;
	clear: left;
	width: 800px;
}

#footer_start p {
     margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 0.5em;
	clear: left;
	width: 800px;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
	color: #666;
	overflow:visible;
}

fieldset {
    border: 0px;
}


form.full { width: 100%; }


legend {
	display: none;
}


form label,
form p {
	display: block;
	clear: both;
	width: 400px;
	font-size: 0.9em;
	padding: 2px 0 0 2px;
	background-color:#fff;

}

.explain {
    font-size: 0.8em;

}



form input {
	// display: block;
	background-color:#fff;
    border: 1px #666 solid;
}
form .hidden {
    	    border: none;
}

form input p {
	display: block;
    border: 1px #666 solid;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 150px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    padding: 0px;
    height: 18px;
    line-height: 20px;
    background: #fff;
}
form input.checkbox,
form select {
    background-color: #fff;
    padding: 0px;
    margin:0px;
}


form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	border: 1px solid #666;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}


/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* MaxiGallery
------------------------------------------------------------------------------- */

.thumbnail {
    display: block; !important;
    float: left; !important;
} 

/* WebLogin
------------------------------------------------------------------------------- */

.logInOut {
    clear:right;
    display: block; !important;
    float: left; !important;
}  





/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}