/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec;
}

a{
//color:#467aa7;
color:#343399;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{
//color:#2a5a8a;
color:#2c2b81;
text-decoration:none;
background-color:inherit;
}
a img{border:none;}

p{padding:0 0 1.6em 0; text-align:justify;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height:110px;
width:758px;
margin:0 1px 1px 1px;
//background:#467aa7;
background:#343399;
color:#ffffff;
//background-image:url('/img/main/mainbanner.png');
//background-repeat:no-repeat;
//background-position:center;
}

#header h1{
font-family: Times New Roman, Times, serif;
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:;
}

#header h2{
font-family: Times New Roman, Times, serif;
margin:10px 0 0 40px;
font-size:1.7em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:2px;
font-weight:normal;
font-style: italic;
}

#header #logo{
float:right;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
//background:#578bb8;
background:#343399;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
//background:#80b0da;
//background:#adacdc;
background:#e8eaec;
color:#000000;
text-decoration:none;
}

#navigation ul li.selected a {
color:#000000;
}

#navigation ul li.textlabel {
display:inline;
padding:0 7px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
background:#ffffff;
background-color:#ff0000;
text-decoration:none;
}


/**************** Content styles ****************/

#content{
float:right;
width:530px;
font-size:0.9em;
padding:20px 20px 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}

#content h4{
display:block;
margin:0 0 16px 0;
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;cursor: pointer;}
#content dt:hover{color:#2a5a8a;text-decoration: underline;}
#content dd{margin:0 0 10px 15px;}


/*
#content dd {
	margin: 25px 50px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
*/	

/**************** Sidebar styles ****************/

#subcontent{
float:left;
width:170px;
padding:20px 0 10px 20px;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 8px 20px 0px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 0px 5px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0}
.menublock li ul a{font-weight:normal;}
/* this is needed for firefox for some reason */
.menublock ul li a {margin:3px 0 0px 5px; font-size:1em; font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
//background:#467aa7;
background:#343399;
}

#footer p{
padding:0;
margin:0 20px;
text-align:right;
font-family: Times New Roman, Times, serif;
font-size:1.4em;
letter-spacing:0px;
font-weight:normal;
}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.larger{font-size:1.2em;}
.hide{display:none;}
.show{display:block;} /* From http://www.apaddedcell.com/creating-a-semantic-faq-page-with-definition-lists-and-advanced-css-part-2 */
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.note{font-style:italic;}


#fullwidthcontent .fpmessage {text-align:center;}
#fullwidthcontent .fpmessage a {font-weight:normal; font-size:2em; color:#f02025;}

#content .fpmessage {text-align:center;}
#content .fpmessage a {font-weight:normal; font-size:1.6em; color:#f02025;}


#centeritem{margin:0 auto;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}


#fullwidthcontent .boxdark{
margin:0 0 20px 0;
padding:20px;
border:1px solid #001A33;
//background-color:#2c2b81;
background-color: #333295;
line-height:1.5em;
color: #ededed;
}

#fullwidthcontent .boxdark h2{
color: #ededed;
}














/**************** Index page content styles ****************/

#fullwidthcontent{
//float:left;
width:720px;
font-size:0.9em;
padding:20px 20px 0 20px;
}

#fullwidthcontent h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#fullwidthcontent h2 a{font-weight:normal;}
#fullwidthcontent h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}

#fullwidthcontent h4{
display:block;
margin:0 0 16px 0;
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#fullwidthcontent h5{
display:block;
margin:0 0 16px 0;
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
text-decoration:underline;
}

#fullwidthcontent a:hover,#subcontent a:hover{text-decoration:underline;}
#fullwidthcontent ul,#indexcontent ol{margin:0 5px 16px 35px;}
#fullwidthcontent dl{margin:0 5px 10px 25px;}
#fullwidthcontent dt{font-weight:bold; margin-bottom:5px;cursor: pointer;}
#fullwidthcontent dt:hover{color:#2a5a8a;text-decoration: underline;}
#fullwidthcontent dd{margin:0 0 10px 15px;}



#thumbnail a{
float: left;
display:block;
/* Seems to work ok without width stated - allows better thumbnail control too
width: 100px;
*/
border: 1px solid #000000;
margin: 18px 18px 18px 18px;
padding: 10px;
text-decoration: none;
}

#thumbnail a:hover{
background-color:#e8eaec;
border: 1px solid #000000;
text-decoration:none;
}


#contactthumbnail{
text-decoration: none;
float: left;
display:block;
width: 120px;
border: 1px solid #000000;
margin: 10px 10px 10px 10px;
padding: 10px;
text-align:center;
}
#contactthumbnail a{
text-decoration:none;
font-size:.8em;
}
#contactthumbnail a:link{
text-decoration:none;
font-size:.8em;
}
#contactthumbnail a:hover{
text-decoration:none;
}

#centerdiv1 {
text-align:right;
}
#centerdiv2 {
text-align:right;
}

.clearboth { clear: both; }

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}

table tr .td_noborder {
	border-width: 0px 0px 0px 0px;
	padding-bottom: 2em;
}

table tr .td_indented {
	padding-left: 3em;
}

table#osborneparttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table#osborneparttable td
{
    border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	padding-top: .8em;
	padding-bottom: .8em;
	padding-left: .8em;

}

#map {
border: 1px solid black;
}


/**************** Form styles ****************/



label{
width: 14em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
}

.input-box{
margin-bottom: 10px;
color: #000;
background: #e8eaec;
border: #26a solid 1px
}

.input-box-error{
margin-bottom: 10px;
color: #26a;
background: #ff6347;
border: #26a solid 1px
}

.form-nav-button{
text-align:center;
margin: 1em 2em 1em 0px;
clear: both;
color: #000;
background: #e8eaec;
border: 2px #e8eaec outset;
}

fieldset{
border: #26a solid 1px;
width: 40em;
}

fieldset p{
padding: 0px 0px 0px 75px;
}

.confirm{
padding: 0px 0px 0px 100px;
font-size:1.3em;
display:block;
}

legend{
background: #e8eaec;
border: #26a solid 1px;
padding: 1px 10px;
margin: 0px 0px 0px 10px;
}

.order-popup{
background:#ffffff;
}

.orderbox{
width: 38em;
margin:0 0 10px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}



table.g100ul_osh
{
margin: .8em .8em .8em .8em;
width:80%;
}


td.g100ul_osh
{
background-color: #ffffff;
padding-bottom: 4px;
border: 0px;
border-bottom: 1px solid black;
}



div#calculations
{
display: none;
}



/**************** Mailchimp stuff ****************/
fieldset {margin:1em; padding:1em; border:0}
#response {color:#f30; font-style:italic; font-size:inherit;}
#no-spam {font-size:1.1em; font-style:italic; color:#666;}
#description {font-size:1.1em; color:#333; text-align:right; color:#333;}








table.aligntable {
width:100%;
padding:10px;
}
table.aligntable td {
border-width:0px;
text-align: center;
padding: 5px;
background-color: #dddddd;
}
table.aligntable td h2{
font-size:1.7em;
font-weight:normal;
color:#505050;
background-color:inherit;
}