/* Connections website main style sheet */
body,
html {
	margin: 0px;
	padding: 0px;
	background: #fff url(/images/bg.png) repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
/* TEMP for new design */
body.plain-bg {
	background-color: #e7e8e9;
	background-image: none;
}
html.plain-bg {
	background-color: #e7e8e9;
	background-image: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: normal;
	outline: 0;
}
a:hover {
	color: #962721;
}
h1 {
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
	color: #666633;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
}

h1#bigred {
	font-size: 32px;
	color: #962721;
	font-variant: normal;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 14px;
}
h2 a {
	color: #962721;
}
h2 a:hover {
	color: #000;
}
h3 {
	color: #962721;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 14px;
}
h3.dblHdr {
	color: #962721;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding: 0;
	margin: 0 0 15px;
	line-height: 14px;
}
h3.lrg {
	color: #962721;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding: 0;
	margin: 0 0 15px;
	line-height: 18px;
	text-transform: uppercase;
}
#summary {
	/*background-color: #f8f8f8;
	padding: 5px;
	margin: 5px 5px 5px 15px;
	border-bottom: 1px solid #d5d5d5;*/
}
hr {
	border: 0;
	margin: 0 0 15px;
	padding: 0;
	color: #d5d5d5;
	background-color: #d5d5d5;
	height: 1px;
	width: 100%;
}
.p2 {
	color: #962721;
}
/* PNG fix got to love IE6!*/
img, div, a, input { behavior: url(/images/iepngfix.htc) }
img { border: 0px; }
/* Layout */
#page {
	width:900px;
	margin:0 auto;
	padding: 0px;
	background-color: #fff;
	height: auto;
}
#error {
	color: #bd1419;
	font-style: italic;
	font-size: 16px;
	background-color: #FFE9B1;
	border: 2px dashed red;
	height: 50px;
	text-align: center;
	padding-top: 10px;
}
#done {
	color: green;
	font-style: italic;
	font-size: 16px;
	background-color: #D2FFD4;
	border: 2px dashed teal;
	height: 100px;
	text-align: center;
	padding-top: 30px;
}
label {
	display:block;
	margin:2px;
}
#formTitle1 {
	margin: 0;
	padding: 0 0 10px;
	color: #962721;
	text-transform: uppercase;
	font: bold 0.95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.form {
	margin:0px;
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 5px;
}
.form span {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.form p {
	font-weight: bold;
	font-style: italic;
}
.form span #imgs {
	position:absolute;
	left:5px;
}
#security_code {
	width: 120px;
}
.form .error {
	border:1px solid #A90000;
	padding: 4px 4px 4px 4px;
	background-color:#F8E5E5;
}
.form .success {
	border:1px solid #74F019;
	padding: 4px 4px 4px 4px;
	background-color:#DEF8CA;
}
.form .selected {
	border:1px solid #1AA8E1;
	padding: 4px 4px 4px 4px;
	background-color:#8DD8F7;
}
#login_table .pad {
	padding:15px;
}
.form input {
	width:100%;
}
.form textarea {
	width:100%;
}
#submitRow {
	background-color: #ccc;
	text-align: center;
}
#surname_msg, #names_msg, #email_msg {
	font-style: italic;
	font-size: 0.85em;
}
#hdr-title {
	width: 900px;
	height: 98px;
	background: url(/images/logo2.jpg) no-repeat;
}
#homelink {
	background-color: transparent;
	float: left;
	clear: both;
}
#hdr-title-new {
	width: 900px;
	height: 115px;
	background: url(/images/hdr-logo.png) no-repeat left top;
}
#homelink-new {
	background-color: transparent;
	float: left;
	clear: both;
}
#hdr-nav {
	width: 502px;
	height: 98px;
	float: right;
	background-color: #fff;
}
#hdr-nav-new {
	width: 502px;
	height: 40px;
	float: right;
	background-color: transparent;
	margin-top: 50px;
	font-weight: normal;
	font-style: normal;
}
#hdr-nav-new a {
	font-weight: normal;
	font-style: normal;
}
#hdr-nav-top {
	color: #962721;
	width: 487px;
	height: 28px;
	float: left;
	padding-top: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
}
#hdr-nav-top a {
	color: #962721;
}
#hdr-nav-top span {
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #d5d5d5;
}
#hdr-nav-top span.nobrdr {
	padding-left: 0;
	border-left: 1px solid #fff;
}
#hdr-nav-bottom {
	width: 502px;
	height: 35px;
	float: left;
}
#navbox {
	width: 95px;
	height: 25px;
	float: left;
	border-right: 1px solid #d5d5d5;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 11px;
}
#navbox-left {
	width: 102px;
	height: 25px;
	float: left;
	border-right: 1px solid #d5d5d5;
	padding-top: 6px;
	font-size: 11px;
}
#navbox img {
	padding-right: 15px;
}
#navbox-left img {
	padding-right: 15px;
}
#searchbox {
	width: 130px;
	height: 25px;
	float: left;
	padding-left: 20px;
	font-size: 11px;
	margin-top: 5px;
}
#searchbox-top {
	margin-right: 2px;
	margin-left: 2px;
}
#searchbox a {
	font-weight: normal;
	font-style: normal;
	color: #000;
}
#searchbox a:hover {
	color: #962721;
}
#searchbox span {
	line-height: 16px;
}
#searchBtn {
	margin-top: 3px;
}
#textinput {
	font-size: 10px;
	height: 11px;
}
#hdr-image-l {
	width: 302px;
	height: 217px;
	float: left;
}
#hdr-image-m {
	width: 299px;
	height: 217px;
	float: left;
}
#hdr-image-r {
	width: 299px;
	height: 217px;
	float: right;
}
.hdr-image-rot {
	width: 900px;
	height: 202px;
	float: left;
}
#content-l {
	float: left;
	width: 140px;
	margin: 33px 13px 12px 18px;
}
#content-r {
	float: left;
	width: 701px;
	padding: 38px 15px 12px 13px;
}
#content-r p {
	margin: 0 0 20px;
	padding: 0;
}
#content-r p#red {
	color: #962721;
	font-weight: bold;
}
#content-r a#red {
	color: #962721;
	font-weight: bold;
}
#content-r a:hover#red {
	color: black;
}
#content-r ul {
	list-style-type:none;
	padding: 0;
	margin: 0 0 20px;
}
#content-r li {
	list-style-type:none;
	padding-left: 11px;
	margin-bottom: 3px;
	background: url(../images/bullet.png) no-repeat 0 5px;
	vertical-align:top;
}
#article {
	float: left;
	width: 672px;
}
#article-sml {
	float: left;
	width: 433px;
	margin-right: 30px;
}

#article-brd {
	float: left;
	width: 443px;
	margin-right: 5px;
}
#contact-brd {
	width: 209px;
	float: right;
	font-size: 11px;
}
#rightarrow {
	float: right;
	padding-right: 30px;
	padding-top: 2px;
}
#openarrow {
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}

ul#menu, ul#menu ul {
  	list-style-type:none;
  	padding: 0;
  	width: 505px;
}

ul#menu a {
  	display: block;
  	text-decoration: none;	
}

ul#menu h3 {
	font-weight: bold;
	font-size: 11px;
	color: black;
	margin-top: 12px;
	margin-bottom: 8px;
}

ul#menu h2 {
	font-weight: bold;
	font-size: 13px;
	color: black;
	margin-top: 12px;
	margin-bottom: 8px;
}

ul#menu hr {
	margin: 3px 0;
}

ul#menu li {
  	margin-top: 1px;
  	background: none;
  	padding: 0;
}

ul#menu li a {
  	background: silver;
  	color: black;
  	padding: 5px;
	font-weight: normal;
	font-style: normal;
}

ul#menu li a:hover {
  	background: gray;
}

ul#menu h4 {
	font-weight: bold;
	font-size: 11px;
	color: #962721;
	margin-top: 12px;
	margin-bottom: 8px;
}

ul#menu h4 a {
	font-weight: bold;
	font-size: 11px;
	color: #962721;
	margin-top: 12px;
	margin-bottom: 8px;
	background: white;
}

ul#menu h4 a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #962721;
	margin-top: 12px;
	margin-bottom: 8px;
	background: white;
}

ul#menu li ul li {
	padding-top: 5px;
	padding-left: 10px;
}

ul#menu li ul li br {
	padding: 0;
	margin: -10px 0 0;
}

ul#menu li ul li a {
  	color: #000;
	background-color: white;
	padding: 5px 0;
	font-weight: bold;
}

ul#menu li ul li a:hover {
  	background-color: white;
	padding: 5px 0;
	text-decoration: underline;
}

ul#menu li p a {
	background-color: white;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: normal;
	outline: 0;
	padding: 0;
	display: inline;
}

ul#menu li p a:hover {
	background-color: white;
	color: #962721;
	padding: 0;
	display: inline;
}

ul#menu li table a {
	background-color: white;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: normal;
	outline: 0;
	padding: 0;
	display: inline;
}

ul#menu li table a:hover {
	background-color: white;
	color: #962721;
	padding: 0;
	display: inline;
}

#column {
	padding-right: 40px;
}
#column p {
	margin: 0 0 20px;
	padding: 0;
}
#intro p {
	margin: 0 0 20px;
	padding: 0;
}
#column-last p {
	margin: 0 0 20px;
	padding: 0;
}
#contact-sidebar {
	background: #fff url(/images/contact_bg.png) repeat-y;
	width: 189px;
	float: right;
	font-size: 11px;
}
#contact-details {
	background: transparent url(/images/contact_bg_hdr.png) no-repeat;
	width: 169px;
	padding: 45px 10px 0;
}
#contact-ftr {
	width: 189px;
	height: 23px;
	background: url(/images/contact_bg_ftr.png) no-repeat;
}
#contact-details h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #962721;
	font-size: 12px;
}
#page-summary {
	padding-top: 5px;
	color: #962721;
	font-size: 12px;
}
#contentTbl th {
	text-align: left;
	padding: 3px;
}
#contentTbl {
	border: 1px solid #d5d5d5;
}
#contentTbl td {
	border-top: 1px solid #d5d5d5;
	padding: 3px;
}
/* the columns of content for the home page */
#colhdr {
	color: #962721;
	/*border-top: 1px solid #d5d5d5;*/
	border-bottom: 1px solid #d5d5d5;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 15px;
	padding-right: 20px;
}
#colhdr a {
	color: #962721;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 15px;
	padding-right: 20px;
}
#colhdr a:hover {
	color: black;
}
#coldata {
	padding-right: 20px;
	padding-top: 15px;
}
#footer {
	margin:0 auto;
	width: 900px;
	height: 44px;
	background: url(/images/footer_bg.png) no-repeat;
	padding-top: 12px;
	font-size: 10px;
	behavior: url("/images/iepngfix.htc");
}
#footer-new {
	margin: 10px auto 30px;
	width: 900px;
	background: #676767 url(/images/footer-btm.png) no-repeat left bottom;
	padding-top: 12px;
	font-size: 10px;
	behavior: url("/images/iepngfix.htc");
}

#footer-new a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer-new a:hover {
	text-decoration: none;
	color: silver;
	font-weight: normal;
	font-style: normal;
}

#footer-new span.ftr-hdr {
	width: 160px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.inlineimg {
	vertical-align: middle;
}

#footer-new div.left {
	width: 95px;
	color: white;
	float: left;
}

#footer-new p.left-txts {
	display: block;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
	width: 95px;
}

#footer-new p.left-icons {
	display: block;
	text-align: center;
	width: 95px;
	margin-left: 20px;
	margin-right: 30px;
}

#footer-new table {
	margin-bottom: 30px;
	margin-right: 20px;
	width: 700px;
	float: right;
	color: white;
}

#footer-new table td.ql-hdr {
	color: #fff;
	text-align: left;
	border-bottom: 1px solid white;
	height: 20px;
	font: normal 13px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 8px;
}

#footer-new table td.ql {
	width: 25%;
	border-bottom-style: none;
}

#footer-new table td.btm-links {
	padding-top: 10px;
}

#footer-new ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#footer-new li {
	list-style-type:none;
	padding-left: 11px;
	margin-bottom: 3px;
	background: url(../images/li-arrow-grey.png) no-repeat 0 3px;
	vertical-align:top;
}

#ftr-pad {
	width: 696px;
	height: 39px;
	border-top: 2px solid #d5d5d5;
	padding-top: 5px;
	margin-left: 184px;
	margin-right: 20px;
	list-style-type: none;
}
#side-lnk-container {
	width: 145px;
	border-top: 1px solid #423815;
	border-bottom: 1px solid #423815;
	font-size: 11px;
}
#side-lnk-container a {
	font-weight: normal;
	font-style: normal;
	color: #000;
}
#side-lnk-container a:hover {
	color: #962721;
}
#side-lnk-container ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
}
#side-lnk-container li {
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}
#side-lnk-container li:last-child {
	margin: 0;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-style: none;
}
#side-lnk-container li span {
	padding-left: 3px;
	padding-right: 7px;
}
#side-lnk-container #sublink {
	margin: 0;
	padding: 5px 0 0 20px;
	border-style: none;
}
#side-lnk-container #subsub {
	margin: 0;
	padding: 5px 0 0 30px;
	border-style: none;
}
#figure {
	padding-top: 10px;
	font-size: 11px;
	font-style: italic;
}
.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
#sample {
	font-style: italic;
	font-size: 10px;
}
#BD {
	font-size: 0.85em;
	font-style: italic;
	color: #c5c5c5;
}
