﻿/* reset */

html, body, div3, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, form
{
    height:100%;
}


/* main */

body
{
    background:#FFF url('/images/p.gif');
    font-family:Tahoma, Verdana, Arial;
    font-size:.8em;
}

#wrapper
{
    background:transparent url('/images/c.gif');
    background-repeat:repeat-x;
    min-height:340px;
    height:auto !important;
    height:340px;
}

a
{
    color:#999;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
}

#header-bar
{
    height:40px;
    margin-bottom:4px;
    text-align:center;
}

#content
{
    width:900px;
    margin:auto;
}

#content-top
{
    background:transparent url('/images/cTop.png') no-repeat;
    height:84px;
}

#content-top .inner
{
    padding:14px 18px 0px 48px;
}

#content-mid
{
    background-image:url('/images/cMid.png');
    background-repeat:repeat-y;
}

#content-mid .inner
{
    padding:24px 48px;
}

#content-bot
{
    background:transparent url('/images/cBot.png') no-repeat;
    height:84px;
}

#content-bot .inner
{
    padding:26px 24px;
    color:#767676;
    text-align:center;
    font-size:11px;
    line-height:120%;
}

#sitelogo
{
    float:left;
}

#content-top ul
{
    float:right;
    margin-top:18px;
    margin-right:12px;
}

#content-top li
{
    float:left;
    margin-left:18px;
}

#content-top li a
{
    font-size:14px;
    font-weight:bold;
    color:#555;
    text-decoration:none;
}

#content-top li a:hover
{
    color:#222;
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, h7
{
    font-family:Arial, Verdana;
    font-weight:normal;
}

h1
{
    font-size:36px;
    font-weight:bold;
    letter-spacing:-1px;
    margin-bottom:8px;
}

h1 a
{
    color:#555;
    text-decoration:none;
}

h1 a:hover
{
    color:#111;
    text-decoration:none;
}

h2
{
    font-size:18px;
    margin-bottom:4px;
}

h2 a
{
    color:#888;
    text-decoration:none;
}

h2 a:hover
{
    color:#333;
    text-decoration:none;
}

h3
{
    font-size:14px;
    font-weight:bold;
}

.clear
{
    clear:both;
    font-size:1px;
    height:1px;
    overflow:hidden;
}

.inner-left
{
    float:left;
    width:550px;
    border-right:solid 1px #DDD;
}

.inner-right
{
    float:right;
    width:240px;
}

.inner-right h2
{
    font-size:18px;
    font-weight:bold;
    letter-spacing:-1px;
    margin-bottom:4px;
}

p
{
    font-size:14px;
    line-height:120%;
    margin-bottom:18px;
}

div.dot
{
    height:1px;
    font-size:1px;
    background:transparent url('/images/dot_div.gif') repeat-x;
    margin:24px 0px;
}

ul#sidebar li, ul.sidebar li
{
    margin:6px 0px;
}

ul.sidebar li strong
{
    font-size:11px;
    color:#555;
    text-transform:uppercase;
    font-weight:normal !important;
    display:block;
}

ul.uList li
{
    margin:12px 0px;
}

div.form-item
{
    margin-bottom:8px;
}

div.form-item label, div.form-submit label
{
    display:block;
    width:200px;
    float:left;
    margin-top:5px;
}

div.form-item input, div.form-item textarea
{
    border:solid 1px #000;
    width:250px;
    float:left;
}

div.form-item input
{
    padding:3px;
}

div.form-item textarea
{
    height:100px;
}

.bio h2
{
    font-size:22px;
    letter-spacing:-1px;
    color:#444;
}

.bio .details
{
    float:left;
    width:450px;
    color:#777;
    line-height:120%;
}

.bio .details p
{
    font-size:12px;
}

img.bio-img
{
    padding:1px;
    background-color:#FFF;
    border:solid 1px #000;
    float:left;
    margin:0px 8px 8px 0px;
}
