/*RESET*/
* 	{ margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, lisintg, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body{ line-height: 1; background: white; color: black;}
q 	{ quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a 	{ color: inherit; }
hr 	{ display: none; } /* we don't need a visual hr in layout */
font 	{ color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
marquee { overflow: inherit !important; -moz-binding: none; }
blink 	{ text-decoration: none; }
nobr 	{ white-space: normal; }

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td{ font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; margin-bottom:1.6em;}
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }


/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select, button { cursor: pointer; }
input[type='text'], input[type='password'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 1.8em; color:#DBDFC3;border-bottom:1px dotted #DBDFC3;padding-bottom:.6em;}
.content h2 { font-size: 1.5em; color:#b1b39f;}
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: none; }

/* LISTS */


.content ol { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }
.content ul li > *:first-child { display: inline; }
.content ul li ul:first-child, .content ul li ol:first-child { display: block; }

/* TABLES */

.content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
.content h1 { margin: 1em 0 .6em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em .1em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
.content form div { margin-bottom: .8em; }
.content button { padding: 0.3em 0.5em; }

/* COLORS */

.content a:link { text-decoration: none; color: #b1b39f; border-bottom:1px dotted #333;}
.content a:visited {  border-bottom:1px dotted #333; color: #b1b39f; }
.content a:hover { color: #fff; border-bottom:2px solid #444;}
.content a:active, .content a:focus {color: #fff; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* IE ONLY  */

.content ul { list-style: disc outside; margin-left: 2em; } /* IE can't handle :before and :after */
.content ul li { text-indent: 0; margin-left: 0; }
.content legend { margin-bottom: 1.6em; } /* IE form margin bug */
sup, sub { font-size: 100%; } /* IE superscript & subscript bug */
.content blockquote p, #content blockquote ul, #content blockquote ol, #content blockquote dl, #content blockquote pre, #content blockquote address, 
.content blockquote table, #content blockquote form, #content blockquote h1, #content blockquote h2, #content blockquote h3, #content blockquote h4, #content blockquote h5, #content blockquote h6 { margin-top: .8em; margin-bottom: .8em; } /* IE can't handle :first-child */
* html .content textarea, * html .content input { padding: 0; } /* IE < 7 form fix */
.content input[type='submit'], .content input[type='button'] { padding: 0; } /* IE 7 button fix */
.content legend+* { margin-top: 0; } /* we already added legend margin */
a abbr, a acronym { text-decoration: underline; } /* IE 7 bug */

/* STRUCTURE  */
body			{text-align:center;color:#888;background:#000 url(img/keys2.jpg) no-repeat center top;}
.content	{width:798px;text-align:left;margin:0 auto;}
.left		{float:left;width:475px;padding-top:20px;}
#sidebar	{float:right;width:266px;padding-top:20px;}
#footer		{clear:both;}
#header		{height:220px;position:relative;}
h1,h2,h3,h4{font-family:Georgia, serif;}
#header ul{list-style-type:none;}
#header ul{list-style-type:none;text-align:center;position:absolute;top:158px;left:0;width:100%}
#header li{display:inline;padding:0;padding:0 4em;}
#header li a{font-family:Georgia;text-transform:uppercase;list-style-type:none;border:0;padding:6px 6px;}
#header li a:hover{border-bottom:1px solid #ccc;}
#promo{height:173px;padding:0 30px 0 260px;background:url(img/promo.gif) no-repeat;font-size:16px;font-family:Georgia;}

#promo p{margin:0;padding-top:40px;}
#promo p span{display:block;font-family:Times New Roman;font-size:20px;color:#b1b39f;line-height:26px;}
#promo p span em{font-size:14px;font-family:georgia;}
#promo div{display:block;text-align:right;}
.address{border-left:1px solid #222;padding-left:22px;}
.phone{font-family:Georgia;font-size:20px;display:block;padding-top:10px}
.content .address a{padding:3px 5px;border:0;background:#222;}
.post{margin-bottom:3.2em;padding-bottom:1.6em;border-bottom:1px dotted #111;}
.alignright{float:right;margin:0 0 18px 18px;}
.alignleft{float:left;margin:0 18px 18px 0;}
a .alignright, a .alignleft {border:1px solid #222;padding:5px; }
a:hover .alignright,  a:hover .alignleft{background:#222;}