/* styles for the landing pages only 

	dark red: 981425
	light red: d31245
	blue: 3A90B3

*/


/* ================================
	Main                           */
	
#main {
	padding: 10px 0;
}

#main-img {
	position: relative;
	width: 528px;
	float: left;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}




/* ================================
	Sidebar Right                  */

#sidebar-right {	
	float: right;
	background: url(/images/landing-sidebar-right-bkg.jpg) repeat-x;
	color: #333;
	font-size: 0.8em;
	height: 387px;
	width: 318px;
	border: none;
}

#sidebar-right h2 {
	padding: 10px 0 0;
	color: #D31245;
	font-weight: normal;
	font-size: 1.5em;
}

#sidebar-right h2.title {
	padding: 40px 0 0 0;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
}

#sidebar-right h3 {
	padding: 10px 0 0;
	color: #333;
	font-weight: bold;
	font-size: 1em;
}

#sidebar-right .contact-info p {
	color: #000;
	background: transparent;
	font-size: 0.9em;
	padding: 4px 0;
}

#sidebar-right em {
	font-weight: bold;
	font-style: normal;
}

#sidebar-right p {
	padding: 20px 20px 0 0;
}

#sidebar-right div.padding {
	padding: 0 10px 0 20px;
}



/* ================================
	Contact Form                   */

#contact-form {
	background: url(/images/landing-sidebar-right-bkg.jpg) repeat-x;
	color: #333;
	padding: 20px 40px 50px; 
}

#contact-form .left {
	float: left;
	width: 300px;
}

#contact-form .right {
	margin-left: 320px;
	width: 390px;
}

label {
	text-align: right;
	float: left;
	width: 6em;
}

input, textarea {
	float: right;
	width: 260px;
}

#btnContactSubmit {
	width: 90px;
}

fieldset {
	padding: 10px;
}

#contact-form #thanks {
	background: #3A90B3;
	color: #fff;
	border: 2px solid #ccc;
	padding: 20px;
	display: none;
}

#contact-form h1 {
	margin: 40px 0 0;
	padding: 0;
}

#contact-form h5 {
	color: #666;
	margin: 10px 0;
}
