/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ffdeeb;
	background-image: url("background.jpg");
	background-repeat: repeat;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: 14px/1.25em Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #52042b;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}
h2 {
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
}
a,  a:link, a:visited {
	color: #52042b;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:focus, a:active  {
	color: #551590;
  text-decoration: underline;
}


hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
form {
	margin: 0;
}
.highlight {
	background-color: #D0D0D0;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	min-width: 850px;
	text-align: left;
	width: 950px;
}
#outerWrapper #header {
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#newsletter{
	text-align: center;
	margin-top: 15px;
	position: absolute;
	left: 975px;
}
#outerWrapper #topNavigation {
	padding: 0;
	text-align: center;
	margin: 0;
}
#socialMe{
	float: left;
	margin-top: -35px;
}
.menu {
	width: 700px;
	margin: 15px auto 5px;
}
.menu ul, .menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul ul {
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {

/*	display: block; */
	padding: 0 25px 0 0;
	border-style: none;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-style: none;
}
.menu_default a:hover {
	
}
.menu_current {
	font-weight: bold;
}
#outerWrapper #contentWrapper {

}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
	padding: 20px;
}
#outerWrapper #contentWrapper .rounded_STYLE {
	margin: 0 0 0 0;
	padding: 25px 40px 10px;
	/* Rounded corner stuff starts here */
    background-color: #fff;
	/* if needed */
    border: 2px solid #7e0842;
	/* if needed*/
    -webkit-border-radius: 25px;
	/* for Safari */
    -moz-border-radius: 25px;
/* for Firefox */
}
#contentWrapper a, #contentWrapper  a:link, #contentWrapper  a:visited{
  font-weight: bold;
  text-decoration: underline;
}
#contentWrapper ul{
    list-style-type: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  list-style-image: none;
}
#contentWrapper li{
  padding-bottom: .5em;
  padding-left: 0;
  margin-left: 0;
}
/* form styles */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
/* eo form styles */



#outerWrapper #footer {
	color: #4c4c4c;
	font-size: 75%;
	padding: 5px 0 10px;
	text-align: center;
	line-height: 1.1em;
}
#outerWrapper #footer a,  #footer a:link{
	color: #4c4c4c;
	font-weight: normal;
	font-style: normal;
}
#outerWrapper #footer a:focus, #footer a:hover {
	color: #4c4c4c;
	font-weight: bold;
}
