html{color:#000; background: transparent;}
body {
	background-image: url(/images/index05.gif);
	margin: 0; padding: 0;
	height: 100%;
}

#custom-doc { 
	width:52em;*width:50.75em;min-width:676px; margin:auto; text-align:left;
	padding: 0 12px; background: #FFFFFF url(/images/content-bg.gif) repeat-y;
}

* {
	font-family: Arial, Helvetica, sans;
}

#hd		{
	width: 676px;
}

#hd	*	{
	font-size: 12px;
}

h1	{
	font: bold 2.2em Arial, Helvetica, sans-serif;
	color: #1E426B;
	margin-bottom: 20px;
}
h2	{
	font-size: 18px;
	font-family: Helvetica;
	margin: 10px 0;
	color: #5D7DA6;
}
h3	{
	font-size: 14px;
	font-family: Helvetica;
}

#bd p, #bd div	{
	font-size: 14px;
}

#menu	{
	background: url('/images/index16.jpg') repeat-x; height: 102px;
	height: 42px;
	overflow: hidden;
}

#menu .item	{
	padding: 13px 10px 0 10px;
	float: left;
}
#menu .item a	{
	font-size: 12px;
	text-decoration: none;
	color: #797979;
	font-weight: bold;
	letter-spacing: .03em;
}

#menu .item a:hover	{
	color: #5D7DA6;
}


#menu #search input#s 	{
	height: 12px;
	width: 100px;
}
#menu #search input#searchsubmit 	{
	font-size: 11px;
}


#ft	{
	margin-top: 20px;
}
#ft div, #ft a, #ft td, #ft p  	{
	color: #eee;
	font-size: 11px;
}
p	{
	margin-bottom: 5px;
}
ul {
	padding-left: 0;
	margin-right: 10px;
	margin-left: 10px;
}
li {
	margin-left: 20px;
	padding-left: 5px;
	list-style-image: url('/images/bullets/blue-diamond-bullet.gif');
	margin-bottom: 5px;
}

#content-main	{
	width: 410px; 
	border-right: 1px solid #DDD;
	padding-right: 10px;
}

#content-main_one_column, #home  	{
	width: 100%; 
	border-right: none;
}

#content-secondary	{
	width: 225px;
	padding-left: 10px;
}

/* Form Styles */
#application-form	{
	margin-top: 20px;
}

#application-form h2	{
	margin-left: 40px;
}

#application-form #error	{
	width: 75%;
	margin: auto;
	color: #CC0000;
	font-weight: bold;
}

#application-form .form-row	{
	min-height: 30px;
	clear: both;
	margin-bottom: 4px;
}

#application-form label	{
	display: block;
	float: left;
	position: relative;
	text-align: right;
	width: 40%;
	padding-right: 5px;
}

#application-form .label_	{
	margin-left: 40%;
}

#application-form label.large	{
	width: 60%;
}
#application-form label.cleared	{
	text-align: left;
	margin-left: 20%;
	clear: right;
	float: none;
}

#application-form input.radio	{
	width: auto;
}

#application-form input, #application-form textarea	{
	width: 200px;
}
#application-form input.small, #application-form textarea.small	{
	width: 125px;
}
#application-form input.xsmall, #application-form textarea.xsmall	{
	width: 75px;
}
#application-form input.xxsmall, #application-form textarea.xxsmall	{
	width: 40px;
}
#application-form input.large, #application-form textarea.large	{
	width: 300px;
}

#application-form textarea	{
	height: 50px;
}
#application-form textarea.small	{
	height: 30px;
}
#application-form textarea.large	{
	height: 100px;
}
#application-form textarea.cleared	{
	margin-left: 20%;
}

#application-form label.required	{
	font-weight: bold;
}

#application-form .item_error	{
	color: #CC0000;
	font-size: 75%;
}

#application-form-success .icon	{
	float: left; width: 20%; margin-right: 50px; text-align: right;
}
#application-form-success .content	{
	float: right; margin-top: 15px;
}

/* Home page Styles */
.home #left	{
	float: left;
}
.home #left p	{
	width: 300px;
	margin-left: 15px;
	color: #555555;
	margin-bottom: 10px;
}
.home #left p strong	{
	font-weight: bold;
}
.home #right	{
	float: right;
	width: 340px;
	border-left: 1px solid #DEDEDE;
	
}



