﻿body {
    font-family: arial;
    font-size: 75%;
	text-align: center; /* for IE */
	margin: 0px;
	background: #000;
}

h1,h2 {
    color: #ffffff;
    background-color: #000;
    padding: 4px;
    font-size: 14px;
    margin: 0px;
}
h3 
{
    color: #d77016;
    font-size: 1.1em;
    margin-top: 0px;
    padding-top: 3px; 
}
img { border: 0px; }

a 
{
    color: #ce4f16;
    font-weight: bold;
    text-decoration: none;
}
a:hover 
{
    color: #000;
}

.highlight 
{
    color: #d77016;
    font-size: 1.1em;
}

p.panel {
    background: #f9e1c3;
    padding: 7px;
    width: 526px;
    margin: 0px;
}

#container {
    margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	width: 830px;
	background: #fff;
	padding: 3px;
	border-left: 2px #ffffcc solid;
	border-right: 3px #ffffcc solid;
}

#headerContainer {
    overflow: auto;
}

#headerMenu {
    float: left;
    
    margin: 0px 19px 6px 0px;
}

#topMenuList li {
    font: bold 9px/13px arial, helvetica, sans-serif;
    height: 27px;
    position: relative;
    float: left;
    width:67px;
    margin-right: 2px;
    background: top left url('/images/layout/top_menu_button.gif');
    background-repeat: no-repeat;
    display:block;
    list-style-type: none;
}

#topMenuList li a {
    display: block;
    height: 27px;
    line-height: 27px;
    width: 100%;
    text-align: center;
    
    color: #ffffff;
    text-decoration: none;
}
#topMenuList li a:hover {
    text-decoration: underline;
}
#topMenuList li.large 
{
    font: bold 9px/13px arial, helvetica, sans-serif;
    height: 27px;
    position: relative;
    float: left;
    width:106px;
    margin-right: 2px;
    background: top left url('/images/layout/top_menu_button_large.gif');
    background-repeat: no-repeat;
    display:block;
    list-style-type: none;
}

#middleContainer {
    
}

#sideMenu {
    float: right;
    width: 275px;
}

#sideMenuList {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sideMenuList li {
    font: bold 11px/15px arial, helvetica, sans-serif;
    height: 33px;
    position: relative;
    width:263px;
    margin: 0px 0px 5px 0px;
    background: top left url('/images/layout/side_menu_button.gif');
    background-repeat: no-repeat;
    display:block;
    list-style: none;
}
#sideMenuList li a {
    display: block;
    height: 33px;
    line-height: 33px;
   /* width: 223px;*/
    padding-left: 50px;
    
    color: #ffffff;
    text-decoration: none;
}
#sideMenuList li a:hover {
    text-decoration: underline;
}

#mainContent {
    float: left;
    width: 540px;
}

#footer {
    height: 20px;
    margin-top: 3px;
    background-color: #000;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

div.panel {
    width: 540px;
    background: #f9e1c3;
}
div.panel h3 {
    background-image: url('/images/layout/panel_header.gif');
    background-repeat: no-repeat;
    font-size: 12px;
    color: #ffffff;
    padding-left: 30px;
    height: 26px;
    line-height: 26px;
    margin: 0px;
}
div.panel p {
    padding: 7px;
    margin: 0px;
    font-size: 10px;
}

div.panelHalf {
    width: 263px;
    background: #f9e1c3;
    overflow: auto;
}
div.panelHalf h3 {
    background-image: url('/images/layout/panel_header.gif');
    background-repeat: no-repeat;
    font-size: 12px;
    color: #ffffff;
    padding-left: 30px;
    height: 26px;
    line-height: 26px;
    margin: 0px;
}
div.panelHalf p {
    padding: 7px;
    margin: 0px;
    font-size: 10px;
}

.bullet 
{
    background-image: url('/images/contact/dot.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 20px;
    padding-bottom: 3px;
}

/* FORMS */
label{
    float: left;
    width: 120px;
    font-weight: bold;
}

input, textarea{
    margin-bottom: 5px;
}

textarea{
}

.boxes{
    width: 1em;
}

.submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 120px;
}

br{
clear: left;
}


.connySelector 
{
    float: left;
    width: 153px; height: 154px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
}
.connySelector a 
{
    display: block;
    width: 153px; height: 154px;
}
.connySelector span 
{
    position:relative;
    top: 128px;
    margin-left: 3px;
    color: #fff;
    font-weight: bold;
}

.bulletAlt {
    background: #fff url('/images/bullet.gif') no-repeat;
    width: 18px; height: 18px;
    float: left;
    margin-right: 8px;
    text-align: center;
    font-weight: bold;
    padding-top: 1px;
    color: #fff;
}