/* ============================================================================ */
/* Layout Styles */
#mainContainer {
	width: 750px;
	min-width: 750px;
	margin: 0 auto;
}
#header {
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
}
#sideBarContentContainer {
	/* For a "two-stripe" look with columns of equal height, add your bg.gif here" */
	background-image: url('img/columns.bg.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 748px; /* Original width of 750px (the total width of the page) - the width of the border (2px)*/;
	position: relative;
	border-top: #D5C8BF 1px solid;
	border-right: #D5C8BF 1px solid;
	border-left: #D5C8BF 1px solid;
}
#sideBar {
	width: 240px; /* Width of your nav column */;
	float: right;
	margin: 0;
	padding: 0;
}
/* IE 6.0: For some reason, if you just specify padding here it'll add 10 px  */
/* to the entire layout and cause the page to scroll horizontally. So we have */
/* to specify the width and then set a margin on it.  The width is equal to   */
/* the width of the column, 240px - the 10px margin * 2                       */
#sideBar p {
	margin: 10px auto;
	width: 220px;
}
#sideBarContentWrapper > #sideBar p {
	padding: 10px;
	margin: 0;
}
#content {
	float: left;
	width: 488px; /* Width of your content column (560px) - the 2 pixels border - the padding */;
	margin: 0;
	padding: 10px;
}
#content p {
font-size:100%;
}

#footer {
	margin: 0;
	padding: 10px 10px 0 14px;
	clear: both;
	border: #D5C8BF 1px solid;
	background-color: #F7F7F7;
}
/* ============================================================================ */
/* NBI Layout/Design styles                                                     */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}
h1, h2, h4 {
	text-align: left;
	color: #ffffff;
}
h1 {
	font-size: 2em;
	line-height: 1em;
}
h4 a, h4 a:visited {
	color: #d9dcec;
}
h4 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-size: 18px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.clear_both {
	clear: both;
}

#sideBar ul {
	margin: 0;
	padding: 0;
	border-bottom: #978e7c 1px solid;
	width: 189px;
}
/* IE fix for additional padding that otherwise get's rendered between list items */
#sideBar ul li {
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideBarContentContainer > #sideBar {
	height: auto;
}
#sideBar ul li a, #sideBar ul li a:visited {
	display: block;
	border-top: #978e7c 1px solid;
	padding: 5px 10px;
	background-image: url('css/sidenav.bg.gif');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	background-color: #fffbf7;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
#sideBar ul li a:hover {
	color: #000000;
	text-decoration: underline;
}



h1,h2,h3,h4,h5,h6,blockquote,q,legend,th {font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;color:#444444;}
p,a,div,span,ul,ol,sup,sub,label,input,textarea,select,cite,caption,td {font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;color:#444444;}
form{margin:0px;padding:0px;border:0px solid #D6D6D6;}
fieldset{border:0px solid #F7F7F7;margin:5px 0px 0px 0px;padding:0px;}
legend{font-size:100%;font-weight:normal;margin:5px 0px 0px -5px;padding:0px;color:#745746;}
label{color:#745746;padding:0px;font-weight:bold;}
select{font-size:75%;color:#745746;}
textarea{font-size:75%;color:#745746;}
/*input{font-size:75%;color:#745746;}*/

a {text-decoration:underline;font-weight:normal;color:#444444;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:underline;color:#B18A73;}
a:active {text-decoration:none;}

input
{
	border: 1px solid #745746;
}


img{border:0px;}

p,ul,ol,span,sup,sub,label,input,textarea,cite {font-size:85%;}
p{margin:5px 0px 15px 0px;line-height:140%;}

#register {
	border: 1px solid #D5C8BF;
	width: 188px;
	margin-top: 20px;
	margin-left: 25px;
	background-color: white;
	text-align: center;
}
#register p {
	margin: 10px auto;
	width: 168px;
}

#regbutton {
	padding: 15px 15px 0px 15px;
}
#address {
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom:20px;
}
.regmsg {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.al {
	text-align: left;
	font-size: 85%;
	color: #444444;
	margin: 0px;
	padding-left:5px;
	font-weight: bold;
	width: 70px;
	float: left;
}
.ar {
	margin-left: 72px;
	text-align: left;
	font-size: 85%;
	color: #444444;
	margin: 0px;
}
.ral {
	text-align: left;
	font-size: 85%;
	color: #866958;
	margin: 0px;
	padding-left:5px;
	font-weight: bold;
	width: 100px;
	float: left;
}

input.btn
{
	border: 1px solid #B3AB8C;
	text-decoration: none;
	background-color: #F7F7F7;
	color: #866958;
	text-align: center;
	padding: 2px;
}


div.hr {
height:1px;border-top:1px #D5C8BF solid;padding-bottom:10px;
}

#slideshow
{
	background-color:#EDEFF8;
}
.c1 {width:110px;text-align:left;font-weight:bold; font-size:85%}
.c2 input {width:180px;text-align:left; font-size:85%;padding:2px 2px 2px 2px;}


#successMessage {
			border: 1px solid #85C04D;
			background: url('/success_check.png') no-repeat scroll 7px 50%;
			background-color: #C7FFC7;
			background-size: 15px 15px;
			color: black;
			padding: 4px 30px;
			font-size: 12px;
			margin-bottom: 12px;
			border-radius: 4px;
			text-shadow: 1px 1px 0px #FDE6E4;
			
		}
		.errorText {
			color: black;
			font-size: 12px;
			margin-left: 150px;
			margin-top: 4px;
			margin-bottom: 12px;
			padding: 3px 29px;
			max-width: 208px;
			background: url('/error.gif') no-repeat scroll 7px 50% / 15px 15px rgba(248, 198, 198, 1);
			border: 1px solid rgba(233, 132, 132, 1);
			border-radius: 4px;
			text-shadow: 1px 1px 0px #FDE6E4;
		}
