@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "threeColmFluid.css";

/*


		width		padding R/L
LC - 	180px		10px
CC - 	NTE 550px	20px
RC - 	300px		15px

Total - NTE 1050px


*/

/* Layout Overrides*/
	body {
		margin: 0 auto;
		max-width: 1050px;
	}
	
	body {
	  min-width: 720px;	/* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	}
	
	#container {
	  padding-left: 200px;	/* LC fullwidth */
	  padding-right: 320px;	/* RC fullwidth + CC padding */
	}
	
	#center {
	  padding-left: 20px;	 /* CC padding */
	  padding-right: 20px;	
	}
	
	#left {
	  width: 180px;	/* LC width */
	  padding-left: 10px;	/* LC padding */
	  padding-right: 10px;	
	  right: 240px;	/* LC fullwidth + CC padding */
	}
	
	#right {
	  width: 250px;	/* RC width */
	  padding-left: 15px;	/* RC padding */
	  padding-right: 15px;	
	}




/* End Layout Overrides */

/*  General */

	body {
	  color: #202020;
	  background-color: #404020;
	  border: 1px solid #000;
	  border-top-style: none;
	}

	h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 1.2em;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	h1 {
		font-size: 1.5em;
		margin: 0 0 .5em;
	}
	
	h2 {
	font-size: 1.2em;
	margin-top: 1.6em;
	letter-spacing: .03em;
	}
	
	h3 {
		font-size: 1em;
	}
	
	h3.caption {
	margin-top: .1em;
	text-align: center;
	}
	
	h3.caption a {
	text-decoration: none;
	}
	
	h4 {
	font-size: .7em;
	text-transform: uppercase;
	margin-left: .5em;
	}
	
	p {
		margin: .5em 0;
		font-size: 1em;
		line-height: 1.2em;
	}
	
	ul {
		margin-left: 1em;
	}
	
	ul li {
		margin: .5em 0;
	}
	
	img {
		margin: .1em 1em 1em;
	}
	
	img.bordered {
	border: 1px solid #204020;
	}
	

	a:link {
		color: inherit;
		text-decoration: none;
	}
	
	a:visited{
	  color: inherit;
	  text-decoration: none;
	}
	
	a:hover {
		color: inherit;
		text-decoration: underline;
	}
	
	a:active {
	  color: inherit;
	  text-decoration: none;
	}
	
	.fltlft {
		float: left;
	}
	
	.fltrt {
		float: right;
	}
	
	.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
	
	img.centered {
		display: block;
	}
	
	img.fltlft {
		margin-left: 0;
	}
	
	#container .column {
		text-align: left;
	}
	
/*  End General */



/*  Header */
	#header {
	  height: 150px;
	  border-bottom: solid #606040 3px;
	  background: #204020;
	  position: relative;
	  padding: 0;
	}
	
	#header h1 {
	  display: none;
	  margin: 0;
	  padding: 0;
	  height: 100%;
	  
	}
	
	#header img {
		position: absolute;
		padding: 0;
		margin: 0;
		z-index: 1;
		left: 0;
		top: 0;
	}

/*  End Header */

/*  Container */
	body #container {
		background-color: #406040;
		overflow: hidden;
	}
	
/*  End Container */

/*  Center Column */
	#center {
		background-color: #fff;
	}
	
	#center ul.sponsorships li {
	margin-bottom: 2em;
	}
	
	#center ul.sponsorships li h3 {
	font-size: 90%;
	}
	
	#center ul.sponsorships li h3, #center ul.sponsorships li p {
		display: inline;
	}
	
	#center ul.services {
	  list-style: url(../images/ritecareSunburst20w.png) inside;
	}
	
	#center ul.prohibited {
	list-style: url(../images/verboten10w.png) inside;
	}
	
	#center h1, #center h2, #center h3 {
		color: #204020;
	}
	
	#center input[type="image"] {
	vertical-align: middle;
	}


/*  End Center Column */

/*  Left Column */
	#left {
	  font-size:85%;
	  color: #f0f0f0;
	  background-color: transparent;
	}
	
	#left h2 {
		color: inherit;
	}
	
	#left a:link {
		color: #f0f0f0;
		text-decoration: none;
	}
	
	#left a:visited {
		color: #f0f0f0;
		text-decoration: none;
	}
	
	#left a:hover {
		color: #f0f0f0;
		text-decoration: underline;
	}
	
	#left a:active {
		color: #f0f0f0;
		text-decoration: none;
	}
	
	
/*  End Left Column */


/*  Right Column */
	#right {
		font-size:80%;
		color: #f0f0f0;
		background-color: transparent;
	}
	
	#right h2 {
		color: #inherit;
	}
/*  End Right Column */

/*  Footer  */
	#footer {
		color: #f0f0f0;
		background-color: #204020;
		border-top: solid #606040 2px;
	}
	
	#footer h2 {
		font-size: .6em;
		font-weight: normal;
		color: inherit;
		margin: 0 auto;
	}

/*  End Footer */
