/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* JMP added this clearfix code

/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Main Stylesheet */
html {
	width: 100%;
	height: auto;
	min-height: 101%;
	margin-bottom: -1px;
	background: #a29e92 url('../images/bg/bg_gradient.jpg') 50% 0 no-repeat;
	}
	body {
		position: relative;
		width: auto;
		height: auto;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 62.5%;
		text-align: center;
		color: #000;
		}
		#wrapper {
			position: relative;
			width: 984px; /* Make it a fixed width layout */
/*
			width: 80%;
			max-width: 984px;
			min-width: 896px;
*/
			height: auto;
			margin: 0 auto;
			text-align: left;
			}
			#container {
				position: relative;
				width: 100%;
				height: auto;
				}
				header#branding {
					position: relative;
                    display: block;
					width: 100%;
					height: auto;
					min-height: 150px;
					background: transparent;
					overflow: hidden;
					}
					header#branding a#siteLogo {
						position: absolute;
						display: block;
						width: 151px;
						height: 131px;
						top: 10px;
						left: 10px;
						background: transparent url('../images/logos/opl_logo.png') 0 0 no-repeat;
						}
					header#branding #headline {
						position: relative;
						display: block;
						width: 77.92%; /* 600px; */
						height: 95px;
						margin-left: 170px;
						padding-top: 55px;
						}
						header#branding #headline h2 {
							font-family: "Old Standard TT", Arial, serif;
							font-size: 2.0em;
							font-weight: normal;
							text-transform: uppercase;
							text-align: center;
							}
						header#branding #headline h3 {
							margin: .5em 0 0 0;
							font-size: 1.8em;
							text-transform: capitalize;
							text-align: center;
						}
				#contentArea {
					position: relative;
					margin-top: 0;
					width: 100%;
					height: auto;
					margin-bottom: 0;
					background: transparent;
					}
					#content {
						position: relative;
						width: 100%;
						height: auto;
						background: transparent;
						}
						#columns {
							position: relative;
							display: block;
							width: 100%;
							height: auto;
							padding-bottom: 0;
							background: transparent;
							}
							/* !Columns(2) */
							#col_2Lv1 {
								position: relative;
								display: inline-block;
								width: 59.74%; /* 460px */
							    height: auto;
							    padding: 20px 0;
							    float: left;
							    overflow: hidden;
							    background: transparent;
							    }
							#col_2Rv1 {
								position: relative;
								display: inline-block;
								width: 38.96%; /* 300px */
								height: 100%;
								min-height: 300px;
								padding: 20px 0 20px 10px;
								float: right;
								background: transparent;
								}

/* !Typography */
h1, h2, h3, h4, h5 {
	padding-bottom: .10em;
	font-family: Georgia, Tahoma, serif;
	font-weight: bold;
	-moz-text-shadow: -1px -1px 2px #ddd;
	-webkit-text-shadow: -1px -1px 2px #ddd;
	text-shadow: -1px -1px 2px #ddd;
	}
	h1 {
    	font-size: 1.8em;
    	}
	h2 {
    	font-size: 1.6em;
    	}
    h3 {
    	font-size: 1.4em;
    	}
    h4 {
		font-size: 1.2em;
		}
	h5 {
		font-size: 1.1em;
		}
	#pageTitle {
		letter-spacing: 1px;
	    color: #000;
	    }

p {
    font-size: 1.4em;
    line-height: 1.25em;
    margin: .1em 0 .50em;
    }

i, em {
	font-style: italic;
	}

b, strong { font-weight: bold;
	}

/* !Lists */
.content ul,
.content ol {
    font-size: 1.4em;
    line-height: 1.25em;
    text-align: left;
    margin: .10em 0 .5em 0;
    }
    .content ul {
    	list-style: square;
    	}
    .content ol {
    	list-style: decimal;
    	}
	.content ul li,
	.content ol li {
		margin-left: 20px;
		}

/* !Misc */
.offScreen {
	position: absolute;
	left: -9999px;
	}

/* !Box Shadow (used throughout site) */
.boxShadow {
	-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
	box-shadow: 1px 2px 3px #333;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#666666,Direction=135,Strength=3)"; /* IE8+ */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4); /* IE7 and lower */
	}

.textShadow * {
	-moz-text-shadow: 1px 1px 1px #ddd;
	-webkit-text-shadow: 1px 1px 1px #ddd;
	text-shadow: 1px 1px 1px #ddd;
	}

.textShadow a:focus,
.textShadow a:hover {
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

/* !Links */
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
	}
a:focus,
a:hover {
	color: #fff;
	cursor: pointer;
	}

/* !Contact Info Block */
#comm {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding-top: 1em;
	padding-right: 10px;
	font-family: "Old Standard TT", Arial, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	clear: both;
	}
	#comm #phone,
	#comm #cell,
	#comm #email {
		width: auto;
		display: block;
		width: 100%;
		margin-bottom: .25em;
		}

/* !Footer */
footer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	}
	ul#navF {
		display: block;
		width: 100%;
		height: auto;
		list-style: none;
		}
		ul#navF li {
			display: inline-block;
			width: auto;
			height: auto;
			float: right;
			}
			ul#navF li a:link,
			ul#navF li a:visited,
			ul#navF li a:active {
				display: block;
				width: auto;
				height: 24px;
				font-size: 1.4em;
				padding: 5px 10px;
				color: #ddd;
				}
			ul#navF li a:focus,
			ul#navF li a:hover {
				color: #fff;
				}
/* MailChimp form */
#mailchimp {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 0;
}

#mailchimp input#mc-embedded-subscribe.button {
	background: #4482CA;
	vertical-align: middle;
	color: #fff;
	margin-left: 5px;
}

#mc-embedded-subscribe-form label {
	font-size: 11px;
	margin-left: 5px;
	vertical-align: middle;

}
#mc-embedded-subscribe {
	vertical-align: bottom;
}
#mce-EMAIL {
	vertical-align: middle;
}