@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background_pixel.png);
    padding:0;
    margin:0;
}

a, a:visited, a:active, a img, a:visited img, a:active img {
	border:0;
	color:white;
	text-decoration:underline;
	font-size:12px;
}

#Main_Container {
	width:995px;
	height:840px;
	margin:auto;
	border-left: 20px #007788 solid;
    border-right: 20px #007788 solid;
}

#Main_Container_Border {
    width:975px;
    height:100%;
    border-left: 10px #00bbcc solid;
    border-right: 10px #00bbcc solid;
}

/* ------- Left Side Link Box --------*/
#Links_On_Left {
	width:195px;
	height:295px;
	margin:100px 0px 0px 40px;
	float:left;
	background:url(../images/link_box_full.png);
	z-index:1;
	font-size:12px;
}

#Links_Box {
	width:114px;
	height:200px;
	margin-left:35px;
	margin-top:45px;
	padding-top:15px;
}

.a_link {
	width:inherit;
	height:32px;
}

.a_link .title {
	text-align:left;
	float:right;
	height:12px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	width:40px;
}

.a_link .title a {
	color:black;
	text-decoration:none;
}

.a_link .title a:hover {
	color:black;
	text-decoration:none;
}

.a_link .title a:visited {
	color:black;
	text-decoration:none;
}

.a_link .icon {
	float:right;
	width:32px;
	height:32px;
	visibility:hidden;
}

.a_link .selected_icon {
	float:right;
	width:32px;
	height:32px;
	visibility:visible;
}

/* ------ End Link Box ------ */

/*------- Begin Content Box ------- */

#Content_Container {
	width:700px;
	height:inherit;
	margin:0 40px 0 0;
	float:right;
	z-index:1;
}

#Content_Upper_Edge {
	width:inherit;
	height:150px;
	float:left;
	margin:0 0 0 0;
	background:url(../images/content_upper_edge_2.png);
}

#Content_Middle {
	background:url(../images/content_slice.png);
	background-repeat:repeat-y;
	width:inherit;
	float:left;
	margin:0 0 0 0;
	min-height:540px;
}

#Content_Lower_Edge {
	width:inherit;
	height:150px;
	float:left;
	margin:0 0 0 0;
	background:url(../images/content_lower_edge_2.png);
}

#Imagine_It_Logo {
	background:url(../images/imagine_it_logo_small.png);
	float:right;
	margin-right:50px;
	margin-top:15px;
}

.title_image {
	margin-left:50px;
	margin-top:100px;
}

.bottom_title_image {
	margin-left:50px;
	margin-top:30px;
	float:left;
}

.screenshot {
	float:left;
}

.page_items {
	margin-top:8px;
	height:100px;
	width:606px;
	border:1px dashed #3ca2a2;
}

.page_items img {
	float:left;
}

.page_items .caption {
	width:490px;
	text-align:left;
	padding:8px;
	margin-top:10px;
	float:left;
	color:#92c7a3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.div_clear_both {
	clear:both;
}

.text {
	padding:2px;
}
/* ------- end content box ------- */


/* ------ spry CSS ------- */
.SlidingPanels {
   	width: 620px;
   	height: 540px;
   	margin-left:40px;
	margin-right:40px;
	margin-top:auto;
	margin-bottom:auto;
   }
.SlidingPanelsContentGroup {
   height:2700px;
   margin: 0px;
   padding: 0px;
   }
   
.Content_Background_Image {
	width: 600px;
	height:540px;
	padding:8px 8px 8px 4px;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
/* ------------ end spry --------- */

.video_object_embed{
    float:left;
    margin:24px;
}
