body {
	background: url(../media/bg.jpg) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #4c4e51;	
	background-color:#E6E7EB;
	margin-top: 0px;
}

a {
	color: #00a4d9;
	}
	
a:hover {
	text-decoration: none;
	}

li {
/*margin: 10px 0px 10px 0px;*/
}

/* TEMPLATE 
----------------------------
*/

div#outerContainer {
	width: 837px;
	margin: 0px auto;
	background-image: url(../media/bg_container.jpg);
}

div#innerContainer {
	position: relative;
    /*height: expression( this.scrollHeight < 400 ? "400px" : "auto" ); 
	min-height: 400px;*/
}

div#contentColumns {
	padding-top: 30px;
	background-image:url(../media/tmp_img_skewers.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	width: 600px;
	height: expression( this.scrollHeight < 300 ? "300px" : "auto" ); /* sets min-height for IE */
	min-height:300px;
}

div#contentSide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 202px;
}

div#contentContainer {
	position: relative;
	margin-left: 202px;
}

div#columnTwo {
	float:right; 
	width: 200px; 
	margin: 0px 10px 220px 0px;
}

div#columnOne {
	margin: 0px 250px 0px 20px;
	line-height: 150%
}

div.clearAll {
	clear:both;
}

div#contentClose img {
	margin-top: -14px;
}


#footer {
	text-align: center;
}

.footer-links-grey, .footer-links-aqua {
	font-size: 10px;
}

.footer-links-grey, .footer-links-grey a {
	color: #979CA2;
		text-decoration: none;
}

.footer-links-aqua {
	color: #09A4D2;
	text-decoration: none;
}

.footer-links-aqua a {
	color: #09A4D2;
	text-decoration: underline;
}


/* COMMON STYLES 
----------------------------
*/

.message { 
	font-size: 12.5px; 
	color: red; 
	font-weight: bold 
}

.spacer {
	height: 10px;
}

.sideBanner {
	margin-bottom: 20px;
}

.pdfLink {
	display: block;
	padding: 5px 5px 12px 35px;
	background-image:url(../media/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/* HEADERS 
----------------------------
*/


.header { 
	font-size: 16.5px; 
	color: #1363AA; 
	font-weight: bold 
}

.subheader { 
	font-size: 13.5px; 
	color: #1363AA; 
	font-weight: bold 
}

h1 {
	margin-top:0em;
	margin-bottom:0em;
	font-weight:bold;
	font-size:14px;
}

h2 {
	margin-top:0em;
	margin-bottom:0em;
	font-weight:normal;
	font-size:12px;
}


h2 a {
	font-size:15px;
	font-weight: bold;
}
/* SIDE PALETTES
----------------------------
*/
#downloads
{
	font-family: Verdana;
	color: #7e7d7d;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 10px;
	text-align: left;
}

#home_palette
{
	font-family: Verdana;
	color: #0A4072;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 10px;
	text-align: left;
}

/*
--------------------------------------
*/
.red {
	color: #FF0000;
	font-weight: bold;
	text-transform:uppercase;
}

.blue {
	color: #004A8D;
	font-weight: bold;
	text-transform:uppercase;
}

.orange {
	color: #F9AF52;
	font-weight: bold;
	text-transform:uppercase;
}

.lite_blue {
	color: #00BCE4;
	font-weight: bold;
	text-transform:uppercase;
}

/* -- Partner Resources */
div#Links ul, div#Links li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#Links li
{
	padding: 0px 0px 7px 15px;
	background-image:url(../media/img_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#Links li.LinkCategory
{
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	background: none;
}

/* -- Form */

#FormContainer
{
	border: 1px #CFCFCF solid;
	padding: 16px;
}

#FormContainer label
{
	display: block;
	font-weight: bold;
	color: #838383;
}

.FormRow
{
	margin-bottom: 15px;
}


.element_large
{
	width: 304px;
}

.element_medium
{
	width: 204px;
}


.element_textbox
{
	height: 106px;
}
