/* CSS Document */

/* formatting styles */

* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;
	background: #FCFCFC url("assets/images/center_bg.gif") center repeat-y;	
}

body {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding: 10px 0;
}

a {
	color: #98002D;
	text-decoration: none;
}

a:hover {
	color: #98002D;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #98002D;
	font-weight: 100;
	/*text-transform: capitalize;*/
}

h2 {
	font-size: 16px;
	font-weight: 100;
}

h3 {
	font-size: 14px;
	font-weight: 100;
}

h4 {
	font-size: 12px;
	font-weight: 100;
}

ul {
	list-style-position: inside;
}

hr {
	color: #98002D;
	border: 0px;
	background-color: #98002D;
	height: 1px;
}

#header_content {
	color: #C1BFBF;
}

#header_content a {
	color: #98002D;
	text-decoration: none;
}

#header_content a:hover {
	color: #98002D;
	text-decoration: underline;
}

#banner {
	width: 636px;
	padding: 0px 0px 10px 0px;
}

form {
	display: inline;
}

textarea {
	padding:0px;
	border: 1px solid /*#62B7FF*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	border: 1px solid /*#62B7FF*/;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	padding: 0px;
	margin: 0px;
	border: 1px solid /*#62B7FF*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button{	
	background: url("assets/images/button_bg.gif") repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer_content {
	color: #C1BFBF;
}

#footer_content a {
	color: #98002D;
	text-decoration: none;
}

#footer_content a:hover {
	color: #98002D;
	text-decoration: underline;
}

/* structure */

#container {
	position: relative;
	min-height: 100%;
	background-color: #DDD;
	width: 960px;
	margin: 0 auto;
	background: url("assets/images/center_bg.gif") repeat-y;
}

* html #container {
	height: 100%;	
}

#content_bg {
	background: url("assets/images/corner.gif") bottom left no-repeat;
	width: 900px;
	margin: 0 auto;
	min-height: 850px;
	height: 850px;
	
}

#head_wrapper {
	width: 900px;
	height: 261px;
	margin: 0 auto;
}

#header_content {
	width: 900px;
	height: 261px;
	margin: auto;
	background: url("assets/images/corner_red.gif") top right no-repeat;
}

#award {
	float: left;
	width: 152px;
	height: 60px;
	padding: 0px 0px;
	margin: 5px 0px 0px 10px;
	background: #FFFFFF url("assets/images/award.jpg") no-repeat left center;
}

#logo {
	clear: left;
	float: left;
	width: 665px;
	height: 158px;
	padding: 0px 0px;
	margin: 10px 0px 0px 10px;
	background: #FFFFFF url("assets/images/logo.jpg") no-repeat left center;
}

#content_wrapper {
	clear: both;
	width: 880px;
	margin: 0 auto;
}

#content_content {
	width: 880px;
	margin: auto;
	padding: 10px 0px; 
}

#content_left {
	display: inline;
	float: left;
	width: 240px;
}

#content_corner {
	float: left;
	background: url("assets/images/corner_top.gif") no-repeat;
	width: 262px;
	height: 131px;
}

#content_contact{
	padding: 8px 0px;
	border-top: solid thin #98002D;
	text-align: left;
}

#content_left #sidebar{
	border: solid thin #98002D;
	width: 90%; 
	padding: 4px;
}

#content_left #sidebar h2 {
	text-decoration: none;
	color: #98002D;	
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background: none;
}

#content_left #sidebar a {
	text-decoration: none;
}

#content_left #sidebar a:hover {
	text-decoration: underline;
}

#content_left #sidebar ul li {
	margin-left: 0px;
	padding: 4px 0px;
	list-style-type: none;
	list-style-position: inside;
}

#content_left #sidebar ul li ul li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type:square;
}

#content_right {
	display: inline;
	float: right;
	width: 636px;
	padding: 0px 0px 0px 0px;
}

#content_right div {
	padding: 4px;
}

#content_right .navigation {
	display: block;
	text-align: center;
	padding: 4px;
}

#content_right tr td {
	border-bottom:1px solid #EFEBFE;
	padding: 6px 2px;
}

#content_right tr th {
	background: #98002D;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 6px 2px;
}

#corner {
	position: absolute;
	bottom: 0px;
	left: 30px;
	background: url("assets/images/corner.gif");
	height: 261px;
	width: 262px;
}

#base_spacer {
	height: 100px;
}

#footer {
	margin: 30px auto 0px auto;
	width: 880px;
}

#footer_content {
	background: url("assets/images/footer_logos.gif") center right no-repeat;
	padding: 0px opx 0px 0px;
	height: 30px;
	font-size: 10px;
}
