/* CSS Document */

body{
	background:#cccccc;
	text-align:center;
	margin: 0px auto;
}

img {
	vertical-align:baseline;
	text-align: center;
	width: auto;
}
a img { border:0;}


html, input, textarea {
	font-family: Tahoma, sans-serif;
    font-size: 12px;
	color:#000000;
}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#003366;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
p {
	padding-top:15px;
	text-align: left;
}
span {
	color:#fff;
}

span.asterisk {
	color: red;
}

/* ============================= main layout ====================== */

#main {
    margin: 0px auto;
    position: relative;
    text-align: left;
    width: 800px;
	background:#ffffff;
}

h1 {
color: #003366;
}
/* ============================= header ====================== */
#header .menu {margin: 0px 0px 10px; background: #CCCC99;}
#header .home {margin-bottom:0; }
#header .home ul 	{margin:0; }
#header .menu ul {width:100%; overflow:hidden; list-style: none;}
#header .menu li {float:left; font-size:12px;}
#header .menu li a {text-decoration:none; font-weight: bold; color:#003366; height: 15px; display:block; text-align:center; padding: 10px 15px 10px 17px;}
#header .menu li a:hover {text-decoration:underline;) top left no-repeat;}
#header .menu .active a {color:#ffffff;}

#header h1 {
    font-size: 16px;
	margin: 10px;
}

#header h2 {
    font-size: 11px;
	margin: 15px 8px 10px 8px;
}

#header p {
	margin: 10px 8px 10px 8px;
}

#header .title {
    width: 290px;
    float: left;
    padding: 3px;
}

#header .gavel {
    float: left;
    width: 500px;
    height: 335px;
    background: url(/images/bg.jpg) no-repeat 0% 0%;
}

#columns {
    background: url(/images/columns.jpg) no-repeat 0% 0%;
    height: 500px;
    padding: 10px 40px 0;
}

#columns h2 {
    font-size: 14px;
}
/* ============================= middle ====================== */

.img {
	margin-bottom:23px;
	text-align: center;
}

#header1 {
    -webkit-box-shadow: 3px 3px 3px #999;
    background: #003366;
	padding: 15px;
    width: 250px;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
	margin-left: -30px;
}

#header1 h1 {
    font-size: 16px;
    color: #ffffff;
	margin: 0px 10px 10px 10px;
    /* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}

#offices {
    -webkit-box-shadow: 3px 3px 3px #999;
    background: #ffffff;
	padding: 10px;
    width: 410px;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
    height: 180px;
	margin-top: 210px;
	margin-left:315px;
}

#offices h3{
    font-size: 12px;
    font-weight: bold;
}

h2 {
    font-size: 12px;
}

#content {
    display: block;
    clear: both;
    margin: 20px 2px;
	padding: 0 8px;
}

#column1, #column2 {
    display: block;
    float: left;
	width: 370px;
	padding: 8px;
}

#address1, #address2 {
    display: block;
    float: left;
	width: 220px;
	padding: 8px;
}

#address1 {
	padding-left:0;
}

img.contact, img.business {
	margin-bottom:20px;
}

img.icon {
	padding-right:4px;
}

#column1 p, #column2 p {
	width:320px;
}

#portrait {
    display: block;
    float: left;
	width: 170px;
	padding: 8px;
}

#profile {
    display: block;
    float: left;
	width: 550px;
	padding: 8px;
}

#profile h1 {
	margin-top: 0;
}

#profile dl{
	padding-top: 10px;
}

#profile dt {
	font-weight:bold;
	margin-top: 10px;
}

/* ============================= footer ====================== */
#footer {
	display: block;
	clear: both;
}
#footer {background-color: #003366; padding: 10px 0px;}
#footer {font-size:1.182em; text-align:center; color:#a2a8aa;}
#footer a {font-size:10px; color:#FFFFFF; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .privacy {color:#FFFFFF;}

/* ============================= forms ============================= */


form .rowi {height:26px;}
form .link {float:right; margin:0 17px 0 5px;}

.input {width:187px; height:18px; border:1px solid #535b5b; background:none; padding:0 0 0 5px; font-size:1em; background:url(images/input_bg.gif);}
textarea {width:187px; height:116px; border:1px solid #535b5b; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; background:url(images/input_bg.gif); margin-bottom:15px;}

#emailForm {
	padding: 10px;
}