body {
	font-family:Helvetica, Arial,  sans-serif;
	font-size:11px;
	line-height:115%;
	color:#666666;
	background-color:#000;
	padding: 0px;
	margin:0;
}

p {
    line-height: 130%;
}

#topNav {
	margin:0;
	margin-right:50px;
	padding:0;
}

#topNav li, #bottomNav li {
	display: inline;
	list-style-type: none;
	float: right;
}

#topNav li a, #bottomNav li a {
	text-decoration: none;
	color: #7b174d;
	padding: 30px 0 10px 0;
}

#bottomNav li a {
	padding-top:10px;
	padding-bottom:20px;
}

#topNav li a:hover, #bottomNav li a:hover {
	background-color:#BB234D;
	color:white;
}

#callUs {
color:#BB234D;
font-size:18px;
margin-right:75px;
margin-top:35px;
text-align:right;
}
#contentWrapper {
	width: 1024px;
	background-repeat: no-repeat;
	background-color:white;
	margin:0;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	clear: both;
	width:1024px;
	padding-top:50px;
}

#footerContent {
	border-top:1px solid #D8D8D8;
	height:45px;
}

#logo {
	margin-left:65px;
	position: relative;
	top: -60px;
}

#bottomContact {
	background-color: #BB234D;
	text-align:center;
	padding-top: 15px;
	height:28px;
	width: 150px;
	float: left;
	margin-left:80px;
	color:white;
}

/* Used to give the grey seperater betweeen menu links */
.menuLink {
	border-left: 1px solid #d8d8d8;
	padding: 0 30px;
}

h1 {
	color: #BB234D;
	font-size:18px;
	line-height: 150%;
}

h2, span.h2 {
	color: #BB234D;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
        margin: 20px 0;
}

a {
    text-decoration: none;
    color: #BB234D;
}

th { text-align: left }

a img {
    border: none;
}

/* Form Styling */
input {
    border: 1px solid black;
}
.button {
    background-color:white;
}

.badResult { color: red; }
.goodResult { color: green; }

/* Used to add space between rows (applied to td) */
.bottomSpacer { border-bottom:10px solid white; }
.bigBottomSpacer { border-bottom:20px solid white; }

.readonly { background-color:#D4D0C8; }

/* Rails Scaffolding Styling */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


* .fieldWithErrors, .fieldWithErrors {
  padding: 1px;
  background-color: #B00000;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #B00000;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #B00000;
  color: #fff;
  border-width: 0;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#flash_notice {
padding:5px;
border:2px solid green;
width:500px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
background-color: #CFFFCF;
margin-bottom: 20px;
}

#flash_error {
padding:5px;
border:2px solid red;
width:500px;
margin-top:10px;
text-align:center;
background-color: #FFCFCF;
margin-bottom: 20px;
}

.problem {
    border-left: 2px solid red;
    padding-left: 10px;
    font-weight: bold;
}