body, td, th {
    font-family:  Calibri, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1.4em;
}

p {
    margin-bottom: 12px;
}

p.listTitle {
    font-size: 16px;
    font-weight: bold;
}

a {
    color: #FF8C1A;
}

a:hover {
    color: #A44B00;
}

a:visited {
    color: #A14C00;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clear {
    clear: both;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.4em;
}

.blue {
    color: #4BB5E9;
}

.green {
    color: #70C249;
}

.silver {
    color: #666666;
}

.gold {
    color: #FF9900;
}

.black {
    color: #000000;
}
/*
ul.bulletedList {
    margin-bottom: 12px;
}

ul.bulletedList li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    padding-left: 25px;
}
*/

ol.defaultList {
    margin-bottom: 12px;
}

ol.defaultList li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 14px;
    padding-left: 25px;
}

/* interior */
.outerContainer {
    text-align: center;
}

.headerWrapper {
    background: #fff url(../interface/bg-header.gif) bottom left repeat-x;
    height: 106px;
}

.menuWrapper {
    background: #fff url(../interface/bg-menu.gif) top left repeat-x;
    height: 24px;
}

.topFlashWrapper {
    background: #000 url(../interface/bg-topflash.gif) top left repeat-x;
    height: 207px;
}

.mainContentWrapper {
    background: #fff url(../interface/bg-maincontent.gif) top left repeat-x;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 30px 0;
}

.mainContentWrapper a {
    font-size: 14px;
}

.content {
    width: 785px;
    text-align: left;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo img.bmLogo {
    margin-top: 10px;
}

.callToday {
    float: right;
    text-align: right;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
}

.callPhone {
    font-size: 18px;
    font-weight: bold;
    color: #001E75;
}

.footer {
    margin-top: 50px;
}
.footerLogoSep {
	width: 2px;
	height: 30px;
	background-color: #1771F9;
	margin: 0 15px;
}
.footerMenu {
	margin-top: 10px;
}

ul.footerMenu li {
    display: inline;
    font-size: 14px;
}

/* homepage */

.homepageWrapper {
    text-align: center;
}

#wthvideo {
    position: fixed;
    width: 256px;
    height: 384px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.float-left, .float-left div {
    float: left;
}

.market-icon-sep {
    padding: 0px 10px;
}

.market-tile:hover, .iehover {
    color: #4cb4eb;
}

#marketsList {
    text-align: center;
    width: 1174px;
    margin: 0 auto 50px auto;
	font-size: 13px;
}

#marketsList li {
    position: relative;
    display: inline;
    float: left;
    width: 145px;
    height: 75px;
	font-weight: bold;
}

#marketsList li.sep {
    height: 74px;
    width: 2px;
    background: transparent url(/interface/marketIcons/blue_line.png) no-repeat scroll left 7px;
}

#marketsList li ul {    
    position: absolute;
    top: 73px;
    left: -20px;
    display: block;
    visibility: hidden;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    list-style: none;
    border: 1px solid #000;
}

#marketsList li ul li {
    width: 183px;
	height: auto;
}

#marketsList li li a {
    display: block;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
}

#marketsList li li a.first {
    border: 0;
}

#marketsList li li a:hover {
    font-weight: bold;
	font-size: 13px;
}

#marketsList li:hover ul, #marketsList li.iehover ul {
    display: block;
    visibility: visible;
}

/* forms */
.fullWidth {
    width: 100%;
}

.required {
    color: red;
}

.hidden {
    display: none;
}

.visibleRowGroup {
    display: table-row-group;
}

table.commonFormTable td {
    padding: 3px;
}

table.commonFormTable td:first-child {
    text-align: right;
    padding-right: 5px;
}

#designsTable td {
    text-align: left;
}

.showRow {
    display: table-row;
}

.hideRow {
    display: none;
}
.errMessage {
	color: red;
}

/*
 .pageContent {
 text-align: left;
 margin: 10px 0;
 padding: 5px;
 }
 */

.pageContent ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 40px;
}
.pageContent li li {
    list-style-type: circle;
}

 
/* simplify table */
table.simplify td {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}

table.simplify table.packages td {
    text-align: center;
}

table.simplify td a {
    font-size: 14px;
    font-weight: normal;
}

table.simplify .package {
    font-size: 18px;
}

/* faq table */
table.faq th {
    padding: 5px;
}

table.paddedTable td {
    padding: 5px;
    vertical-align: top;
}