/* @override 
	http://wordpress.local/wp-content/themes/slicedsimple/stylesheets/global.css
	http://circle.slicedsimple.com/wp-content/themes/slicedsimple/stylesheets/global.css
*/

.span-541 {
	width: 541px;
}

.generic {
	text-align: left;
	margin-top:  2em;
}

.generic,
.generic p,
.generic ul,
.generic ol {
	font-size: 1em;
	font-weight: 200;
	line-height: 1.375em;
	color:  #666666;
}

.generic h2 {
	text-align: center;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}

.generic h3 {
	color: #333333;
	font-size: 1.25em;
}

.aligncenter {
	display:  block;
	margin-left:  auto;
	margin-right:  auto;
}

a,
a:visited {
	text-decoration: none;
	color: #cc6600;
}

a:hover {
	color: #ff9933;
}

a:active,
a:visited {
	border:  none;
	outline:  none;
	text-decoration: none;
}

body {
	background: url(../images/backgrounds/body.jpg) no-repeat rgb(199, 225, 232);
	background-position: 50% 0;
	min-width: 983px;
	color: #666666;
	font-size:  1em;
}

.heading {
	font-size: 1em;
	color:  #333333;
}
	
.colborder {
	border-color: #cccccc;
}


a.play-video-btn {
	z-index:  200;
	text-align: center;
	cursor:  pointer;
}

a.play-video-btn .play-video-text {
	font-size: 2em;
	color:  #333333;
	opacity:  0.5;
}

a:hover.play-video-btn .play-video-text {
	opacity:  1.0;
}

#play_demo {
	text-align: left;
}

a.play-video-btn .hover-text {
	text-align:  center;
}

a.play-video-btn .hover-image,
a.play-video-btn .hover-text {
	display:  none;
}

a.play-video-btn .default-image {
	display:  block;
	margin:  0 auto;
}

a:hover.play-video-btn .default-image {
	display: none;
}

a:hover.play-video-btn .hover-image,
a:hover.play-video-btn .hover-text {
	display: block;
	margin:  0 auto;
}

/* @group Billboards */

.billboard {
	position: relative;
	width: 983px;
	overflow: hidden;
	min-height:  600px;
	margin: 0 auto;
}

.aboutus .billboard-contents,
.benefits .billboard-contents {
	position: relative;
	text-align:  center;
	padding-top:  .5em;
}

.billboard .billboard-background {
	position: relative;
	width:  983px;
	background: url(../images/backgrounds/billboard-background-middle.png) repeat-y;
	min-height: 600px;
	
}

.blog .billboard .billboard-background .billboard-contents {
	position: relative;
	margin-top: 26px;
}

.billboard .background {
	position:  absolute;
	top: 0px;
	left:  0px;
	width:  100%;
	height:  100%;
	z-index:  -1;
}

/* @end */

/* @group Video */

.lightbox_background {
	position: fixed;
	left: 0;
	top: 0;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
    filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: black;
}

.video_wrapper {
	border: 2px solid #424242;
	background-color: black;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	
}

.billboard-close {
	position: absolute;
	right: 90px;
	top: 10px;
	width: 48px;
	cursor: pointer;
	z-index: 1;
}

.flash-error-div {
	position: relative;
	width: 980px;
	height: 479px;
	color:  white;
	text-align: center;
	z-index:  0;
}

.flash-error {
	width:  100%;
	position: absolute;
	top:  50%;
	margin-top: -0.625em;
	height:  1.25em;
	
}

/* @end */

/* @group Header */

.header {
	position: relative;
	width:  985px;
	margin:  0 auto;
}

.logo {
	position: absolute;
	top: -6px;
	left:  -0px;
	margin: 5px 15px;
	z-index:  0;
}

.header-menu {
	float: right;	
	vertical-align: middle;
	padding-top:  24px;
	padding-bottom: 6px;
}

a.menuitem {
	margin-left: 31px;
}

a.menuitem .selected-text {
	display: none;
}

a.menuitem.selected .hover-text,
a:hover.menuitem.selected .hover-text,
a.menuitem.selected .default-text {
	display:  none;
}

a.menuitem .hover-text {
	display:  none;
}

a.menuitem .default-text {
	display:  inline;
}

a:hover.menuitem .default-text {
	display: none;
}

a:hover.menuitem .hover-text {
	display: inline;
}

a.menuitem.selected .selected-text {
	display:  inline;
}

/* @end */


/* @group Form Fields */

.form-field-exclamation {
	display: none;
	position: absolute;
	left: -1em;
	top:  1.5em;
}

.form-field-container.missing .form-field-exclamation {
	display: inline;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
 	border: 0 none;
}

.form-field-container {
	position: relative;
	margin: .25em 0;
}

.form-field-container label {
	font-weight: bold;
	font-size:  .8em;
}

.form-field-container.missing label {
	color:  #003399;
}

.form-field-container input[type="text"],
.form-field-container textarea {
	width:  525px;
	background: url(../images/backgrounds/form-field-middle.png) repeat-y;
	margin:  0 0;
	padding: 0 .5em;
	font-family:  inherit;
	font-size: 1em;
	color:  #666666;
}

.form-field-container input[type="text"].hint,
.form-field-container textarea.hint {
	color: #CCCCCC;
}

.form-button {
	background:  url(../images/backgrounds/submit-btn.png) no-repeat;
	width:  109px;
	height:  49px;
	text-align:  center;
	margin-top:  1em;
	padding-top: .10em;
}

.form-button.alignright {
	float: right;
}

.form-button input[type="button"] {
	background-color:  transparent;
	border: 0 none;
	color: white;
	font-weight:  bold;
	font-size:  1em;
}

.form-message-container {
	margin: 1em auto;
	text-align:  center;
}

.form-message {
	font-weight:  bold;
	font-size: large;
	color: #003399;
}

.form-message.error-response {
	color: #FF0000;
}

/* @end */

.body-icon {
	margin: 0 auto;
	text-align: center;
}

.body-heading {
	font-size: 1.25em;
	color:  #333333;
}

.body-copy {
	color: #666666;
	font-size: .875em;
	font-weight: 200;
	line-height: 1.375em;
}

a.hotlink {
	font-weight: bold;
}

.callout {
	color: #003399;
	font-weight: bold;
}

.standout {
	color:  #003399;
	font-style: italic;
}

.pageelement {
	font-weight: bold;
	font-size: medium;
}

.appelement {
	font-weight:  bold;
}

/* @group Left Nav */

.left-nav-background {
	position:  absolute;
	top: -11px;
	left:  2px;
	height:  90%;
	width: 216px;
}

.left-nav {
	position: relative;
	padding-top: 26px;
	height:  100%;
}

.left-nav-item {
	margin-top:  2px;
	margin-bottom: 2px;
}

.left-nav-section {
	margin-top:  .5em;
	margin-bottom: .5em;
}

.left-nav-section .right {
	margin-left: -15px;
}

.left-nav-item a img {
	position:  relative;
	left:  -20px;
}

a .left-nav-hover {
	display:  none;
}

a .left-nav-default {
	display:  block;
}

a:hover .left-nav-default {
	display: none;
}

a:hover .left-nav-hover {
	display: block;
}

.left-nav-subpage {
	position:  relative;
	left:  -20px;
	display: block;
	font-size:  1em;
	line-height: 2.1875em;
	color: #993300;
	text-align: left;
	padding-left: 2em;
	width: 80%;
}

.left-nav-subpage:hover {
	color: #ff9933;
}

.left-nav-subpage.selected {
	color: white;
	background-color: #ff9933;
}

.left-nav-heading {
	font-size:  1.125em;
	line-height: 1.25em;
	color: #333333;
}

.left-nav-copy {
	font-size: .875em;
	color:  #666666;
	font-weight: 200;
	margin-top:  10px;
}

.left-nav-icon-col {
	text-align:  center;
	vertical-align: middle;
	padding-top: .25em;
}

.left-nav-icon-link {
	vertical-align: middle;
}

.left-nav-icon-label {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	vertical-align: middle;
}

/* @end */

/* @group Footer */

.footer {
	background: url(../images/backgrounds/footer.png) no-repeat 50% 0;
	width:  985px;
	height:  69px;
	margin: 20px auto 0;
	color: #999999;
	font-size: .6875em;
	position: relative;
}

.footer a {
	text-align: center;
	color:  #999999;
}

.footer-contents {
	float: right;
	margin-top: 18px;
}

.footer-line {
	float: right;
	text-align:  right;
}

.footer-line div {
	text-align: right;
}

.footer .copyright {
	color:  #BBBBBB;
}

/* @end */
