/* CSS Document */
body{
	margin: 0;
	padding:0;
	color: #333333;
	background: #c2c2c2;
	font: small/1.5em Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #720803;
	font-weight: bold;
} 
a:active, a:hover { color: #720803; text-decoration: none; font-weight: bold; }

h1 {
	margin:0px;
	padding-left: 40px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 175%;
	color:#981d1d;
}
h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 150%;
	color:#ea6300;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 110%;
	color:#720803;
}

#container {
	margin-top: 10px;
	width: 795px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(../images/left_corner.jpg) no-repeat;
}
#left_title {
	padding: 20px 15px;
	height: 43px;
	color: #c61000;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;

}
#left_title .span{
	font-size: 175%;
	line-height: 150%;
	color: #333333;
}
#menu_column {
	float: left;
	width: 230px;
	background: url(../images/left_title.jpg) no-repeat;
}
.menu_list {
	float: left;
	width: 230px;
}
.menu_list ul {
	margin: 10px;
	padding: 0;
	width: 213px;
	list-style: none;
}
.menu_list li a {
	display: block;
	padding-top: 8px;
	color: #666666;
	padding-left: 15px;
	font-size: 90%;
	border-top: 1px dotted #CCCCCC;
	list-style: none;
	background: url(../images/menuBullet.gif) no-repeat left center;
	text-indent: 5px;
	text-decoration: none;
}
#container #right_column #content li {
	list-style: url(../images/listBullet.gif) outside;
	padding-left: 2px;
	font-size: 90%;
}

.menu_list li a:hover, .menu_list li .current {
	color: #a81407;
	text-decoration: underline;
}
#new {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
}
#new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#contact {
	float: left;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	width: 210px;
	background: #720803;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.tableheader {
	font: bold 125% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#contact span {
	font-size: 130%;
	font-weight: bold;
}
#right_column {
	float: right;
	width: 538px;
}
#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: 250px;
}
.right_link li{
	display: inline;
}
.right_link li a {
	float: left;
	margin-top: 55px;
	width: 70px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background: url(../images/bullet.gif) no-repeat;
	padding-left: 20px;
}
.right_slogan {
	float: right;
	text-align: right;
	margin-top: 70px;
	padding-right: 15px;
	width: 275px;
	color: #FFFFFF;
	font-size: 110%;
	font-style: italic;
	font-weight: 700;

}
#content {
	background: url(../images/right_bg.jpg) repeat-x;
}
#content p {
	margin-top: 15px;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}
#content a {
	text-decoration: underline;
	}
#content strong {
	font-weight: 700;
	color: #720803;
}
.wedo img {
	float: right;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 795px;
	height: 32px;
	padding-top: 20px;
	text-align: center;
	background: #dedede;
	font-size: 90%;
}

#footer a {
	font-weight: normal;
}
.right {
	float:right;
	padding-bottom: 5px;
	padding-left: 10px;
}

.left {
float:left;
}
.contentContact {
	font-size: 90%;
	color: #CC6600;
	padding-left: 15px;
	font-weight: 500;
}

/*images*/

.thumbnail_left {
float:left;
border:1px solid #D9E0E6;
border-bottom-color:#C8CDD2;
border-right-color:#C8CDD2;
background:#fff;
margin:0 10px 5px 0;
padding:4px;
}

.thumbnail_right {
float:right;
border:1px solid #D9E0E6;
border-bottom-color:#C8CDD2;
border-right-color:#C8CDD2;
background:#fff;
margin:0 0 5px 10px;
padding:4px;
}
.alignCenter {
	text-align: center;
}
.cowboyBlock {
	background: url(../images/cowboys.gif) no-repeat center bottom;
	display: block;
	width: 180px;
	border-top: 1px dashed #900;
	height: 150px;
	margin-bottom: 10px;
}
.callout {
	line-height:125%;
	color:#666;
	background:#E9E9E9;
	border-top:1px dashed #ccc;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;
	border-left:1px dashed #ccc;
	padding:10px 5px;
	margin: 5px auto 10px;
	width: 400px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.notice {
	font-weight: bold;
	color: #F00 !important;
	font-size: 105%;
}
.notice a:link {
	font-weight: bold;
	color: #F00 !important;
}
