/*#two-columns {width: 555px; margin-top: 20px; overflow: hidden; background-color: #e2eed8}

.column {
	width: 277px;
	float: left;
}
#column-1{
	border-right:1px solid #f2f8ea;
}

#two-columns .controls div.instruction {padding: 0}
#two-columns .controls div.instruction img {display: block}
#splash-photo {display: block}
#two-columns .controls div.form {background-color: #e2eed8}

#bottom_links {margin-top: 30px}
#bottom_links a {font-size: 1.1em}
*/
/* if we need a fluid layout, wrap each .column in a .column-container and use

#two-columns {width: biggest-possible-photo-width; overflow: hidden}

.column-container {
	width: 50%;
	float: left;
}
#column-1{
	border-right:1px solid black;
}

*/

#footer, #footer-links {overflow: visible} /* to prevent display bug with dropdowns */

#content {
	position: relative;
	width:100%;
	overflow:hidden;
}
#content #tertiary-content {
	display: block;
	overflow: hidden;
	width: 20%;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 2em;
}

#tertiary-content ul.listing li {
	background:transparent url(/display_images/wrap/arrow_list.gif) no-repeat scroll 0pt 5px;
	list-style-type:none;
	padding:0px 0px 10px 15px;
	font-size: 110%;
}

/* RESTYLING */
#two-columns{	
	width:550px;
	background-color:#F3E2D0;
	overflow: hidden; 
	background-image:url(/images_app/bg_whiteline.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
}
#two-columns .topimage{
	height:155px;
	width:550px;
	background-image:url(/images_app/index_main.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#two-columns #column-1{
	width:50%;
	float:left;
	overflow:hidden;
}
#two-columns #column-2{
	width:50%;
	float:left;
	overflow:hidden;
}
#two-columns .form-wrapper{
	padding-left:15px;
	padding-bottom:20px;
	padding-right:10px;
}
#two-columns .label{
	margin:0; padding:7px 0 5px 15px;
	background-color:#BA8A38;
	display:block;
}
#two-columns .divider{
	display:block;
	background-image:url(/images_app/bg_whiteline.gif);
	background-repeat:repeat-x;
	background-position:0 50%;
	width:98%;
	clear:both;
}

* html {behavior: url(/app_css/csshover.htc)}

#primary-content > div.clear,
#wrapper > div.clear {display: none}
