body {
	background-color: #C41230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	margin: 0;
}
img {
	border: 0;
}
a {
	color: #C41230;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	text-align: justify;
}
p.large {
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	color: #C41230;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 25px;
}
h2 {
	color: #A7A8AA;
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
}
hr {
	height: 1px;
	border: 0px solid #000;
	border-top: 1px solid #000;
	clear: both;
}
.small {
	font-size: 10px;
}
p.small {
	font-size: 10px;
}
#container {
	background-color: #FFF;
	width: 760px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#terms_container {
	width: 560px;
	padding: 20px;
	background-color: #FFFFFF;
	margin: 10px auto;
}
#bottomLinks {
	width: 760px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #FFF;
	font-size: 12px;
}
#bottomLinks a {
	color: #FFF;
}
#header {
	margin: 16px 17px 17px 17px;
	height: 200px;
}
#logo {
	width: 306px;
	margin-left: 394px;
}
#logo_image {
}
#menu {
	height: 28px;
	background-image:url(images/menubg.png);
	background-repeat: repeat-x;
}
#menu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#menu ul li {
	display: inline;
	line-height: 14px;
}
#menu ul li a{
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding: 8px 5px 6px 6px;
	border-left: 2px solid #FFF;
	font-weight: bold;
	float: left;
}
#menu ul li a:hover{
	background-color: #C51E34;
}
#menu a.first {
	border-left: 0 none #FFF;
}

#body {
	margin: 18px;
	min-height: 200px
}
.whiteLinks {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
th {
	text-align: left;
	color: #91ACBC;
	background-color: #F3F6F8;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 5px 20px;
	border-left: 1px solid #91ACBC;
	border-bottom: 1px solid #91ACBC;
}
td {
	padding: 10px 20px;
	vertical-align: top;
	border-left: 1px solid #91ACBC;
}
table {
	border-collapse: collapse;
}
.first-column {
	border-left: 0px;
}
ul {
	color: #C41230;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 20px;
}
li span {
	color: #636466;
}
.portfolio ul span {
	color: #636466;
}
.portfolio label {
	float: left;
	width: 120px;
	color: #C41230;
}
.portfolio {
	font-size: 14px;
	line-height: 16px;
}
img.portfolio-image {
	border: 2px solid #C41230;
}
div.portfolio span {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
div.portfolio label {
	margin-bottom: 10px;
}
/* Dropdown menu styles */

.MenuContainer {
	background-color: #FFF;
	font-size: 10px;
	width: 100px;
}
.MenuContainer a {
	display: block;
	color: #FFF;
	background-color: #CE4546;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
}
.MenuContainer a:hover {
	background-color: #C51E34;
	color: #FFF;
}
.quote {
	border: 1px solid #C41230;
	padding: 15px;
	margin-bottom: 20px;
	text-align: justify;
}
form {
	margin: 0;
	padding: 0;
}
form label {
	float: left;
	width: 130px;
	font-size: 14px;
	margin-bottom: 10px;
}
form input {
	float: left;
	width: 200px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	background-image:url(images/input_bg.png);
	background-repeat: repeat-x;
	background-position:top;
}
form textarea {
	width: 200px;
	height: 80px;
	border: 1px solid #DDDDDD;
	overflow: auto;
	background-image:url(images/input_bg.png);
	background-repeat: repeat-x;
	background-position:top;
}
input.send {
	background-image:url(images/contact_us/send_button.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 61px;
	border: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
}