/* 
  -----------------------------------
  lawrencedoochin.com - Sidebar Left
  by Moondog Web Design
  www.moondogwebdesign.com
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	background-color: #65597D;

	min-width: 950px;
}
#masthead {
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
}
#logo {
   width: 950px;
	height: 250px;
	margin:0 auto;
	background-color: transparent;
	background-image: url(img/header_book.jpg);
	background-repeat:no-repeat;
	background-position: right;

}
h1 {margin: 0;}
#tagline {
   width: 950px;
	margin: 60px auto 12px auto;
	font-size: 0.75em;
	letter-spacing: .3em;
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(img/dj3_layout.jpg);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(img/dj3_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#leftcolumn {
	float: right;
	width: 215px;
	font-size: 0.75em;
}
#midcolumn {
	float: right;
	width: 720px;
	margin: 0 0 0 15px;
	font-size: 1em;
}
#layoutbottom {
	clear: both;
	background-image: url(img/dj3_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}
h2.top {
	margin: 1em 0 0 0;
	font-size: 1.3em;
	color: #401c76;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	background-image: url(img/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 20px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.5em;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #0000FF;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
.notenoline {
   width:578px;
	margin: 0 auto;
	font-size: 0.75em;
	color: #990000;
	text-align: center;
	padding: 12px;
	border: 1px dotted #333;
}
.notenoline img {
	float:right;
	margin-top:-8px;
}
#largermap {
	text-align:center;
}
#sizechart {
	font-size:.85em;
}
#video {
	width:342px;
	margin: 0 auto 18px auto;
}
.forte {
	font-family: "Forte", Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#footerbox {
	width: 950px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
}
#footer p {
	margin: 12px 20px 6px 238px;
}
/*The bottom content - below the menu*/
.grayed {
	margin: 0;
	font-size: .9em;
	color: #333333;
	background-color: white;
	padding: 0;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #505050;
	text-align:center;
	font-weight: bold;
}
#cancel-background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
}
/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {margin: 0 0 4px 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #333333;
	background-image: url(img/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #333333;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}

/*floats*/

.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
/* form styles */
#formholder {
	width:360px;
	margin:0 auto;
	text-align: center;
}
form {
	width: 360px;
	text-align: left;
}
fieldset{ 
	padding:10px;
	border:1px solid #003366;
	margin-bottom:15px;
}
legend{ 
	padding:10px; /*gives a bit of padding between the border and the text*/
	color:#4D5470;
	font:16px bold Verdana,Geneva,Arial,Helvetica,sans-serif;
}
form label {
	display: block;
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}
form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-address,
form label.field-city,
form label.field-email {
	clear: left;
}


form label.field-first,
form label.field-last,
form label.field-city,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.field-state {
	float: left;
	margin-right: 10px;
	width: 60px;
}

form label.field-state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 80px;
}

form label.field-zip input {
	float: left;
	width: 80px;
}

form label.field-address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}

form input#radiobutton1,
form input#radiobutton2,
form input#radiobutton3,
form input#radiobutton4 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

textarea {
	display: block;
}

form input#checkbox1,
form input#checkbox2,
form input#checkbox3 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}
form input#hii {
   padding: 0px;
	margin: 10px auto;
	width: 80px;
}
form label.field-hii {
	clear: none;
	margin: 0;
	padding: 0px 0px 15px 0px;
	text-align: center;
}
form textarea {
	margin-top: 3px;
}
.submitbutton {
   padding: 0px;
	margin: 0 auto;
	width: 80px;
}
/**********blogger*****/
h3.post-title {
	margin-top:.8em;
	margin-bottom:.7em;
	color: #401c76;
}
h3.date-header {
	font-size: 1.1em;
}
#cancel_background ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

#cancel_background li a{
	display: inline-block;
	margin: 0;
	padding-left: 20px;
	line-height: 18px;
	list-style-type: none;
	background: transparent url(../images/markers/calendar.png) no-repeat top left;
}
.post-footer img a {
	border: none;
}
cite {
	color: #660000;
}
/*DEMO STUFF*/
.pullquote {
   background-color: #c5bfd2;
	border: 1px solid #000000;
	color: #660000;
	padding: 10px;
	margin: 0;
	font-size: 1em;
}
.pullquote p {
	margin: 0 0 8px 0!important;
}
.pullquote cite {
	font-size: .75em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
	color: #333333;
	
}
.noshow {
	visibility: hidden;
}
#bulletin {
   font-family: "Georgia", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #612041;
	text-align:center;
	margin: 0;
	border: dashed 2px black;
	background-color: #d7e0ff;
	padding: 10px 46px 10px 60px;
}
.noshow{
	display: none;
}
#navbar-iframe { display: none; }
#nolinelink a, .nolinelink a {
	text-decoration:none
}