/*
Idesta Red: A0406B
Murkey Green: 303C41
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #CED4D5;
}

div#header {
	background: #A0406B url('Images/StripeBackground.gif') repeat-x scroll top left;
	text-align: right;
}

img#logo {
	margin: 0;
	padding: 0;
}

ul#navigation {
	background: url('Images/NavBackground.gif') repeat-x scroll top left;
	width: auto;
	margin: 0;
	padding: 0 0 0 13px;
	height: 22px;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	background: url('Images/LinkBackground.gif') no-repeat scroll top right;
	padding: 3px 32px 0px 6px;
	margin: 0;
	height: 19px; /* workaround for ie, is 22 */
	color: #5c6c65;
	
}

ul#navigation li a:link, ul#navigation li a:visited {
	text-decoration: none;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

ul#navigation li a:active {
	text-decoration: none;
}

ul#navigation li#skipNav {
	display: none;
}

div#content {
	margin: 0;
	font-size: 13px;
	float: left;
}

div#content ul {
	margin: 0;
	padding: 0 0 5px 0;
}

div#content ul li {
	list-style: none url('Images/Bullet.gif') inside;
	color: #5c6c65;
	margin: 4px 0 0 10px;
}

div#content ul.condensed li {
	margin: 1px 0 0 10px;
}

h1, h2, h3 {
	color: #A0406B;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 4px 10px;
	margin: 0;
	border-bottom: solid 1px #A0406B;
	background: white url('Images/GradientUp.gif') repeat-x scroll bottom left;
}

h2 {
	background: white url('Images/GrayGradRight.gif') repeat-y scroll top left;
}

h3 {
	margin-top: 5px;
	background: transparent;
	border: none;
	color: #505C61;
}

a {
	color: #303C41;
	font-weight: bold;
}

p {
	color: #303C41;
	margin: 10px;
}

p.condensed {
	margin: 10px 10px 0 10px;
	font-size: 12px;
}

p.tagLine, p.tagLine2 {
	font-size: 18px;
	line-height: 130%;
	color: #505C61;
	font-style: italic;
	text-align: center;
	margin-top: 75px;
}

p.tagLine2 {
	font-size: 16px;
	font-weight: bold;
	color: #A0406B;
	padding: 10px;
	background: white;
}

table {
	margin: 8px 10px;
}

thead {
	background: #5c6c65;
	color: #fff;
}

th {
	text-align: left;
	padding: 3px;
	font-size: 12px;
}

td {
	vertical-align: top;
	background: #ccdcd5;
	padding: 3px;
	font-size: 12px;
	color: #29353A;
}

td.alt {
	background: #acbcb5;
	
}

img {
	margin: 0;
	padding: 0;
}

img.decoration {
	display: block;
}

div#col1of3, div#col2of3, div#col3of3, div#col2span {
	background: white url('Images/GradientDown.gif') repeat-x scroll top right;
	border-right: solid 1px #A0406B;
	border-bottom: solid 1px #A0406B;
	float: left;
	width: 330px;
	height: 470px;
	overflow: visible;
}

div#col2of3, div#col2span {
	background: white url('Images/GradientUp.gif') repeat-x scroll bottom left;
}

div#col2span {
	width: 660px;
}

blockquote {
	border: solid 1px #A0406B;
	margin: 10px;
	padding: 0;
	text-indent: 0;
	letter-spacing: 1px;
	background: #fff url('Images/LeftQuote.gif') no-repeat 15px 15px;
}

blockquote p {
	color: #505C61;
	font-size: 14px;
	background: transparent url('Images/RightQuote.gif') no-repeat bottom right;
	padding: 0 18px;
	margin: 15px 10px 15px 20px;
}

blockquote dt {
	color: #505C61;
	padding: 0 18px;
	margin: 15px 10px 15px 20px;
}

blockquote dd {
	background: transparent url('Images/RightQuote.gif') no-repeat bottom right;
	padding: 0 18px;
	margin: 15px 10px 15px 20px;
	color: #A0406B;
	font-size: 12px;
}

img.inline {
	float: right;
	border: solid 1px #A0406B;
	margin: 10px;
}

div#footer {
	clear: both;
	background: #A0406B;
	padding: 1px 2px 2px 2px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #A0406B;
	margin-bottom: 2px;
}

div#footer p {
	color: #fff;
	margin: 0;
	text-align: center;
}

div.listBlock {
	padding: 20px 24px;
}

address {
	font-style: normal;
}