/*Bard Website Landing CSS*/

/* Headings, Text Styles */
body#p-websitelanding h1 {
	font-size: 182%!important;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1a4f85;
}
body#p-websitelanding h1 span {
	color: #e22129;
	letter-spacing: -1px;
	word-spacing: -3px;
}
body#p-websitelanding h1 span.underline {
	text-decoration: underline;
}
body#p-websitelanding h2 {
	font-size: 122%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
body#p-websitelanding div#main-col h2 {
	font-size: 116%;
}
body#p-websitelanding h3, body#p-websitelanding span.h3-inline {
	font-weight: bold;
	color: #1a4f85;
}
body#p-websitelanding h3 {
	margin-bottom: 0;
	font-size: 92%;
}
body#p-websitelanding span.h3-inline {
	font-size: 107%;
}
body#p-websitelanding h4 {
	margin-bottom: 0;
	font-size: 92%;
	font-weight: bold;
}
/* UL */
body#p-websitelanding div#main-col ul li {
	margin: 2px 0 2px 15px;
	color: #000000;
}
body#p-websitelanding div#main-col ul li span.standard-text {
	color: #43484f;
}

body#p-websitelanding span.red {
	color: #e22129;
	font-weight: bold;
}
body#p-websitelanding span.blue {
	color: #1a4f85;
}
body#p-websitelanding span.blue-bold {
	color: #1a4f85;
	font-weight: bold;
}

body#p-websitelanding span.red-bold {
	color: #e22129;
	font-weight: bold;
}
body#p-websitelanding p.blue-center {
	color: #1a4f85;
	font-weight: bold;
	text-align: center;
	font-size: 122%;
}
body#p-websitelanding p.blue-center-small {
	color: #1a4f85;
	font-weight: bold;
	text-align: center;
	font-size: 108%;
}

h3.hd-contact span {
	display: block;
	width: 89px;
	height: 17px;
	text-indent: -9000px;
	background: url(../images/contact-side.gif) no-repeat 0 0;
}

p.highlight-para {
	background-color: #fffdde;
	padding: 3px 6px;
}

/* Layout */
div#website-left-col {
	width: 360px;
	margin-top: 20px;
	float: left;
	display: inline;
}
div#website-right-col {
	width: 160px;
	margin-top: 20px;
	float: right;
	display: inline;
}
body#p-websitelanding div#left-col div.content {
	margin-top: 10px;
}

/* Form */
body#p-websitelanding div#left-col form label {
	text-align: left;
}
body#p-websitelanding div#left-col form div.submit-row {
	width: 170px;
	margin-top: 10px;
}
body#p-websitelanding div#left-col form .txt {
	width: 170px;
}
