body {
	font-family: Arial, Helvetica;
	font-size: 0.85em;
	color: #465B64;
	height: 100%;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	background-color: #D6DCDC;
}

#body_container{
	float: left;
	width: 100%;
	text-align: center; /*centers the wrapper in early IE versions that don't support auto margins*/
	border: 0px solid black;
}

#body_wrapper{
	width: 978px; /*necessary for auto margin centering; equals total width of all children*/
	margin: 0 auto; /*centers in compliant browsers*/
	text-align: left;
}

#body_back_full {

}

#body_top_full {

}

#body_bottom_full {

}

#body_inner_full {
	border: 0px solid black;
	padding: 0px 0px 10px 0px;
	background-color: white;
}

#body_header {
	padding: 0px;
	font-size: 0.8em;
}

#body_header a:hover {
	color: #EEEEEE;
}

#content {
	width: 980px;
	padding: 0px 0px 0px 0px;
	border: 0px solid black;
}

#body_footer {
	border-top: 1px dotted #BBBBBB;
	padding: 8px;
	text-align: center;
	font-size: 0.8em;
}

.content_box {
	float: left;
	min-height: 15px;
	width: 100%;
}

#body_box {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 1px solid black;
	width: 635px;
}

p {
	margin: 4px 0px 4px 0px;
}

form {
	margin: 0px;
}

#homepage_intro_box {
	background-image: url('/sites/junctionk/images/intro.png');
	height: 199px;
	width: 237px;
	padding: 70px 30px 0px 20px;
	float: left;
}

.highlight {
	color: #97211C;
	font-weight: bold;
}

.size16 {
	font-size: 16px;
}

.size20 {
	font-size: 20px;
}

.size24 {
	font-size: 24px;
	line-height: 1.3em;
}

a {
	color: #53A0AC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}

input {
	font-size: 1.0em;
}

td {
	font-size: 1.0em;
}

input.button {
	border: 1px solid #003366;
	background-color: #BDD73E;
	color: #333399;
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

ul {
	margin: 0px;
	padding-left: 1.0em;
}

li {

}

img {
	border: none;
}

.sub_heading {
	font-size: 14px;
	color: #666666;
}

#error_box {
	padding: 20px;
	border: 1px solid #D1D1E1; font-weight: bold;
}

#error_box p {
	padding: 7px 0px 0px 40px;
	background-image: url('/sites/junctionk//images/icons/small/attention.png');
	height: 21px;
	background-position: top left;
	background-repeat: no-repeat;
}

img { behavior: url(/sites/junctionk//css/iepngfix.htc); }

#RMP_Player { background-color: #FFFFFF; height: 269px; width: 480px; cursor: pointer; float: left; margin-bottom: 20px}
#slideshow { background-color: #FFFFFF; position: relative; height: 269px; width: 480px; }
#slideshow.loading { background-color: #FFFFFF url(/sites/junctionk/images/loading.gif) no-repeat 50% 50%; }
#slideshow img { position: absolute; top: 0; left: 0; z-index: 10; display: block; }

#showcase { overflow: hidden; }
#showcase_image { background: url(/sites/junctionk/images/main_layout/our_work_shadow_left.png) no-repeat; padding-left: 12px; width: 569px; float: left; position: relative; }
#showcase_chooser { float: left; width: 120px; background: url(/sites/junctionk/images/main_layout/our_work_shadow_right.png) no-repeat; min-height: 482px; }
* html #showcase_chooser { height: 482px; } /* IE Hack for lack of min-height support */
#showcase_chooser ul { list-style: none; margin: 0 0 0 40px; padding: 0; }
#showcase_chooser ul li { list-style: none; margin: 0 0 10px; padding: 0; }
#showcase_chooser ul li a { display: block; zoom: 1; }
#showcase_chooser ul li a img { display: block; }
#showcase_video_overlay, #showcase_audio_overlay { position: absolute; z-index: 100; }

.what-we-do-background {
    background-position: 500px 100px;
    background-repeat: no-repeat;
}

.wwd-planning{
    background-image: url('/sites/junctionk/images/what-we-do-vision-right.png');
}

.wwd-raise {
    background-image: url('/sites/junctionk/images/creative.png');
}

.wwd-share {
    background-image: url('/sites/junctionk/images/delivery.png');
}

.wwd-results {
    background-image: url('/sites/junctionk/images/what-we-do-management-right.png');
}
