/* CSS Document */

* {
	margin:0;
	padding:0;
}
body, td, th {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: url(images/main_background.gif) repeat-x #fff;
	font-size: 12px;
	line-height: 20px;
	text-align:center;
}
h1, h2, h3, h4, p, ul, td, th, #nav {
	text-align:left;
}
td, th {
	padding-left:5px;
}
h1 {
	color: #333333;
	font-size: 18px;
	font-weight:bold;
	border-bottom: 2px solid #A4148D;
	padding: 10px 0 10px 5px;
	margin-bottom: 5px;
}
h2 {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	padding-left: 5px;
	margin: 0 0 5px 0;
}
h3 {
	color: #1e0576;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	clear: both;
	border-bottom: 1px solid #ccc;
}
h4 {
	color: #1e0576;
	font-size: 14px;
	font-weight: normal;
}
ul {
	margin-left: 2em;
	padding-left: 0;
	margin-bottom: .5em;
}
hr {
	color:#a4bbd2;
	height: 1px;
	margin: 3px 0;
}
.sidebar {
	font-size: 10px;
}
/*begin content*/

/*Header Content + Navigation*/

#header_wrapper {
	width:auto;
	background-image:url(images/BME_header_bg.gif);
}
#middlebox {
	height: 200px;
	margin: 0 0 10px 0;
}
#maincontent {
	width: 845px;
	padding-right: 0px;
	margin: auto;
}
#leftcolumn {
	/*min-height: 400px;*/
	margin: 0 0 15px 0;
	width: 400px;
	padding: 0 12px 0 0;
	text-align:left;
	/*border-right: 1px solid #ccc;*/
}
#leftcolumn_wide {
	/*min-height: 400px;*/
	float: left;
	margin: 0 0 15px 0;
	width: 845px;
}
#leftcolumn p, #leftcolumn_wide p {
	padding-left:5px;
	margin-bottom: 10px;
}
#rightcolumn {
	float: right;
	width: 225px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}
#rightcolumn p {
	padding: 0 5px 0px 5px;
}
#rightcolumn h2 {
	border-bottom:none;
	padding:5px;
	background-color: #990000;
	color: #fff;
}

/*Footer*/

#footer {
	height:40px;
	margin-bottom:10px;
	clear: both;
	padding: 20px 0px 0px 5px;
}
#footer_container {
	width: 845px;
	margin: auto;
}
.footerText {
	font-size: 10px;
	color: #666;
	text-align: left;
}
/*Links*/

a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {}

.blue a:link {color:#fff;}
.blue a:visited {color:#fff}
.blue a:hover {}
.blue a:active {}

/*Images*/

.floatright {
	float: right;
	padding: 3px;
	margin: 0em 0em 1em 1em;
	border: 1px solid #ccc;
	background-color: #fff;
}
.floatleft {
	float: left;
	padding: 3px;
	margin: 0em .5em .5em 0em;
	border: 1px solid #ccc;
}

.imageborder {
	border: 1px solid #777;
}
#nav_wrapper {
	border-top: 2px solid #A4148D;
	height: 24px;
	padding: 6px 0 10px 0;
	margin: 0 0 2px 0;
}

/*navigation*/

#navlist li
{
	display: inline;
	list-style-type: none;
	border-right: 1px solid #444;
	padding: 0 20px;
	margin: 0;
}
#navlist a
{
	font-size:15px;
	color: #333333;
}
#navlist a:hover
{
	font-size:15px;
	color:#990066;
	text-decoration:none;
}

.gobutton {
	border: solid 1px #ccc;
	padding: 0px;
	color: #666666;
	height: 20px;
}

#form_container {
	border: 1px solid #a4bbd2;
	background-color: #FCFCFC;
	clear: both;
	margin-bottom: 10px;
}
#altquote {
	padding: 0px;
	margin: 5px;
}
#altquote p {
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear:both;
}
#altquote label {
	float:left;
	width:220px;
	clear: both;
}

input, textarea, select {
	border:1px solid #aaaaaa;
	padding:2px;
	background:#fff url(images/inputBg.gif) top left no-repeat;
	margin-top:2px;
}
input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(images/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  cursor: pointer;
}

textarea {
	width:250px;
	height: 80px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
	background:#fff;
	padding:0;
	border:1px solid #069;
	margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

/* VALIDATION */


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 0px 0;
	padding: 0px;
	background-color: #FFF;
	color : #F30;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
fieldset {
	text-align:left;
	padding: 5px;
	margin-bottom: 0.5em;
	border: 1px solid #069;
}
label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0 0 10px 5px;
	text-align:left;
}
.field-label {
}
.field-widget {
	margin-left:220px
}
.requiredfield {
	color:#FF0000;
}
/*Homepage CSS */
.cert-container {
	width: 100%;
	float:left;
}
.btn-certification {
	width: 50%;
	float: left;
	border: 1px solid #000000;
	clear:both;
}

.cert-thmb {
	width:50%;
	border: 1px solid #000000;
}
.cert-img {
	float:left;
}
.flex-container{
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
}
.flex-container .column{
	text-align: left;
    padding: 10px;
    background: #ffffff;
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}
.flex-container .column.bg-alt{
    background: #ffffff;
    margin-top:-20px;
}
.view-cert {
	margin-top:20px;
	text-align:center;
	font-weight:700;
}
.view-cert a {
	color:#670047;
}