body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	color:#358;
	margin:0px;
	padding:0px;
	font-size: 105%;
}
.Feature_scan_text{
	color:#000066;
	font-weight:bold;
}
.user_comments{
	background-color:#EEEEEE;
	border-top:4px #DDDDDD solid;
	border-bottom:4px #DDDDDD solid;

	margin-top:10px;
	padding-bottom:10px;
}

a img {
	border: 0px;
	text-decoration: none;
}

#body_frame{
	/* The Div that contains the whole document with ONLY BODY as its parent */
	width:925px; /* note: Menu positioning is sensitive to this width */
	margin: 5px auto 10px;
}
#header{
/* Div Containing Div#logo & Div#menu	*/
	margin:0px;
	position: relative;
}
#logo{
	height: 85px;
	vertical-align:top;
	padding-right:50px; /* Used to align the right-most content with menu */
}
/* Start of CSS for our Text menu from lists */
#menu{ /* Height of menu itself is 33px*/
	clear:both;
	height:35px;
	margin-top:3px;
	padding-top:0px;
	padding-bottom:0px;

	text-align:right;
	vertical-align:middle;

	border-top: solid 1px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
	background-repeat:no-repeat;
	background-color: #EFEFEF;

	background-image: url(/images/menu-bg.png);
	background-repeat: repeat-y;
}
ul.menu_list{
	padding:0px;
	margin:0px;
	padding-top:7px; /* Used to help vertical align the menu in the bar */
	list-style:none;
}
li.menu_item{
	display:inline;
	vertical-align:middle;
}
.menu_item{
}
li.menu_item a{
	display:block;
	float:right; /* Causes the order of menu items to be reversed, i.e. top-most floats right-most */
	margin:0;
	padding:0 10px;
/* The next two give padding around menu separators */
	background-image:url('../images/button_background.jpg');
	background-repeat:repeat-x;

	font-weight:bold;
	color:#000099;
	text-decoration:none;
}
#menu_item1{
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
}
#menu_item3{
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
}
li.has_sub_menu{
/*
	background-image:url('../images/sub_menu.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
*/
}

/* End of CSS for our Text menu from lists */

#content{
/* Div containg the two column content section:
#solution_list_div - WHich contains the graphics on home page and screenshots on subsequent pages
#right_hand_text Div
*/
	position:relative;
	clear:both;
	margin:0px;
	padding-left:35px;
	padding-right:30px;
}
#solution_list_div{
	float: left;
	padding-right:20px;
	padding-top:10px;
	width: 390px;
	font-size: 12pt;
	color: #000033;
}
.second_level #solution_list_div{ /* We are using slightly different spacing for the 2nd level pages */
	width: 300px;
}

/*Gradient Box*/
.gradient_box {
	background-color: #CCCCCC;
	border: 2px solid #CCCCCC;
}
.gradient_box > img {
	position: absolute;
	z-index: 3;
}
.gradient_box .corner_tl {
	top: -2px;
	left: -2px;
}
.gradient_box .corner_tr {
	top: -2px;
	right: -2px;
}
.gradient_box .corner_bl {
	bottom: -2px;
	left: -2px;
}
.gradient_box .corner_br {
	bottom: -2px;
	right: -2px;
}
.gradient_box .background_gradient {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.gradient_box_content{
	padding: 3px;
	z-index: 2;
}
.gradient_box_content p {
	margin-top: 5px;
}
/*End Gradient Box*/

/* Formatting for this section for the items on the home page is linked in file: homepage_solutions.css */

#right_hand_text{
	margin-left:310px;
	padding-top:10px;
	padding-left:20px;

	position:relative;
}
.second_level #right_hand_text{
	margin-left:310px;
}
#right_hand_text ul{
	margin:0px;
}
#right_hand_text h2,
#right_hand_text h3,
#right_hand_text h4,
#right_hand_text h5,
#right_hand_text h6 {
	margin-top:5px;
	margin-bottom:10px;
}
#page_title{
	text-align:center;
	margin:0px;
	padding:0px;
	margin-left:-25px; /* Take out the padding on contents div to cover 100% with no gutter*/
	font-size: 140%;
	padding-top: 10px;
}
#page-title h1{
	padding: 0px;
	margin: 0px;
}

#intro_blurb{
	background-color:#ECECF5;
	margin:0px;
	margin-left:-20px; /*used with the offset padding below to make the border/box extend left to the middle */
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
#right_hand_text .user_comments{
	margin-left:-20px; /*used with the offset padding below to make the border/box extend left to the middle */
	padding-left:20px;
	padding-bottom:10px;
}

.contact_us{
	background-color:#DDDDDD;
}
#call_us {
	text-align:center;
	margin-top: 20px;
}
.contact_us{
	margin-left:-20px;
	padding-left:20px;
}
.contact_details{
	font-weight:bold;

	text-align:center;
	padding:0px;
	margin-top: 4px;
}

/*  Brad's css adjustments */
.right_hand_text_content{
	padding-left: 25px;
}

.right_hand_text_title{
	text-align: center;
	font-size: 110%;
}
.right_hand_text_content ul{
	/* Additional styling for IE can be found in base-ie.css */
	list-style-image: url('/images/bullet-grey_arrow.png');
	font-size: 100%;
}
.right_hand_text_content ul li{
	padding-bottom:4px;
}
.move_to_top{
	margin-top: -20px;
}
.bolded{
	font-weight: bold;
}
.examples-background{
	background-color:#FFFFCC;
}
.product_title{
	text-decoration: underline;
}
.elementShown
{
	z-index: 10000;/* Yes, this is over 9000 */
}

/* Comments on Faculty180 Sub page*/
.comments{
	color: #357;
	font-style: italic;
}
.comment_section{
	padding: 0px 10px;

}
.comment_section div{
	padding-bottom: 10px;
}
/* End of comments on faculty180 sub page */

/*Footer*/
#footer {
	font-size: 75%;
	margin-top: 20px;
	text-align: center;
}
.footer_menu {
}
.footer_menu a {
	color: #222222;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #777777;
	text-decoration: underline;
}
.footer_info {
	color: #999999;
	margin-top: 5px;
}
/*End Footer*/

/* The example_caption class is used for the captions below screenshots and examples */
p.example_caption{
	font-size: 65%;
	margin:0px;
	padding: 0px;
	margin-top: 1px;
}

/*Screenshots*/
#screenshots > div { /*Container*/
	margin-top: 15px;
}
#screenshots > h2 { /*Container*/
	font-size: 80%;
}
#screenshots > div > h3 { /*Image Title*/
	color: black;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	background-color: #CCC;
	padding: 2px 0px;
}
#screenshots > div > div { /*Image Container*/
	text-align: center;
}
#screenshots > div > div > img { /*Image*/
	border: 1px solid #DDDDDD;
	cursor: pointer;
	margin-bottom: 10px;
}
#screenshots > div > p { /*Sub Text*/
	text-align: center;
}
/*End Screenshots*/

/*Demos*/
div#demos {
}
#demos > div {
	text-align: center;
	margin-bottom: 15px;
}
#demos > div > h3 {
	background-color: #CCCCCC;
	clear: both;
	color: #000000;
	font-size: 70%;
	font-weight: bold;
	padding: 2px 0px;
	text-align: center;
}
#demos > div > div {
	float: left;
	margin: 10px 25px;
	text-align: center;
	width: 100px;
}
#demos img {
	border: 1px solid #AAA;
}
/*End Demos*/

/* Videos */
#videos > div {
	font-size: 88%;
	margin-bottom: 15px;
	text-align: center;
}
#videos > div > div{
	text-align: center;
}
/* End Videos */

/* Overrides */
ul.ui-tabs-nav li {
	font-size: 82%;
}
/* End Overrides */

/* Partners Page */
.partner_logo{
	float:right;
	padding-left:1.2em;
}

#partners_list dd {
	margin-bottom:2.5em;
}
#partners_list h4 {
	font-size:145%;
}


/* End Partners Page */

