/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #444444;
	background: #c2c2c2;
}
a:link, a:visited { color: #720803; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #720803; text-decoration: none; font-weight: bold; }

h1 {
	margin:0px;
	padding-left: 30px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color:#981d1d;
}
h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 30px;
	font-size: 16px;
	color:#133865;
	margin-top: 10px;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}

#container {
	margin: auto;
	margin-top: 10px;
	width: 840px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
}
#left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(images/left_corner.jpg) no-repeat;
}
#left_title {
	padding: 20px;
	height: 43px;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;

}
#left_title span {
	font-size: 24px;
	color:#c61000;
}
#menu_column {
	float: left;
	width: 230px;
	background: url(images/left_title.jpg) no-repeat;
}
.menu_list {
	float: left;
	width: 230px;
}
.menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 213px;
}
.menu_list li a {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #666666;
	padding-left: 50px;
	background: url(images/menu_button.gif);
}
.menu_list li a:hover, .menu_list li .current {
	color: #a81407;
}
#new {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: justify;
	padding-right: 20px;
}
#new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#contact {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 10px;
	width: 190px;
	background: #720803;
	color: #FFFFFF;
	height: 140px;
}
#contact span {
	font-size: 14px;
	font-weight: bold;
}
#right_column {
	float: right;
	width: 583px;
}
#right_header {
	height: 251px;
	color: #FFFFFF;
	background: url(images/header.jpg) no-repeat;
}
.right_link {
	float: left;
	margin: auto;
}
.right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 260px;
}
.right_link li{
	display: inline;
}
.right_link li a {
	float: left;
	margin-top: 55px;
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: url(images/bullet.gif) no-repeat;
}
.right_slogan {
	float: right;
	text-align: right;
	margin-top: 200px;
	padding-right: 15px;
	width: 510px;
	color: #666;
	font-size: 10px;

}
#content {
	background: url(images/right_bg.jpg) repeat-x;
}
#content p {
	margin-top: 10px;
	text-align: inherit;
	padding-left: 30px;
	padding-right: 30px;
}

.wedo img {
	float: right;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 840px;
	height: auto;
	padding-top: 10px;
	text-align: center;
	background: #dedede;
	font-weight: bold;
	padding-bottom: 10px;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}

/* ----------- Contact Form ----------- */			

	#contactform p{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#contactform .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#contactform input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#contactform button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
*******************************************************
  				Error / Success / Notice	
*******************************************************/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error 
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span 
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p 
		{margin: 0px;padding: 0px 40px;}


ul.yes	{
	margin:10px 0;
	padding:0;
	list-style:none;
	display : inline-block;
	}
	ul.yes li {
	background:url(../images/yes.gif) left center no-repeat;
	padding:3px 5px 3px 25px;
	}

ul.yes2	{
	margin:10px 0;
	padding:0;
	list-style:none;
	display : inline-block;
	}
	
	ul.yes2 li {	
	padding:3px 5px 3px 25px;
	float:left;
	width:40%;
	}
	ul.yes2 li {
	background:url(../images/yes.gif) left 6px no-repeat;
	}

ol.normal	{
	margin:0;
	padding:0;
	}
	ol.normal li {
	padding:3px 5px 3px 5px;
	}

pre {
	 white-space: pre-wrap;
	 white-space: -moz-pre-wrap;
	 white-space: -o-pre-wrap;
}

#breadcrumbs {
	margin: 0;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	position:relative;
	overflow: hidden;
	}
span.breadcrumbs {display: block;font-size: 90%;line-height: 120%;}
span.breadcrumbs img {display: none;}
span.breadcrumbs a {float: none;font-weight: normal;padding: 0 4px;}
span.breadcrumbs a:hover {color: #000;text-decoration: none;}


.imgleft {
	float:left;
	padding: 3px 10px 10px 0px;
}

.imgright {
	float:right;
	padding: 3px 0px 10px 10px;
}
/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #0c38b5 url(nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}