/* Core assumptions - Default declarations we almost never want to change */
object {
outline: none
}
/* eliminate the outline around a clicked flash piece */
a img {
border: none;
}
/* do people really want borders with the default outline color around their images? I don't think so */
form {
margin: 0;
padding: 0;
}
/* these never render a consistent magin/padding across browsers */



/* General Typography */
body {
font-family: "Arial", Verdana, sans-serif;
color: #4D4D4D;
font-size: 0.75em; /* 12px */
}

a {
text-decoration: none;
font-weight: normal;
}
a:hover {
text-decoration: underline;
}

h1 {
color: black;
font-weight: normal;
font-size: 1.83em; /* ~22px */
    margin: 0 0 0.72em;
}
h1.categorized {
margin: 0 0 0.25em;
}

h2 {
font-weight: bold;
color: #68686A;
font-size: 1.17em; /* ~14px */
    line-height: 1.42em; /* 17px */
}

h3 {
font-weight: bold;
font-size: 1.2em; /* 12px */
    color: #69696B;
}

p {
font-size: 1.0em; /* 12px */
    line-height: 1.25em; /* 15px */
    margin: 12px 0;
}
hr {
	border: none;
	border-bottom: 1px solid #E6E6E6;
}
fieldset {
	border: none;
}

input {
font-size: 1.0em;
}
/* we almost always want the input and submit fields to align properly, so keep vertical-align a default */
input.field {
border: 0;
padding: 1px 5px;
height: 17px;
line-height: 17px;
vertical-align: middle;
}
input.submit {
vertical-align: middle;
}

.link1, .titlelink {
font-size: 1.0em; /* 12px */
}
.link2, .titlelink2 {
font-size: 1.17em; /* ~14px */
}
.titlelink, .titlelink2 {
color: #68686A;
text-decoration: none !important;
}

input.inactive {
color: #ABABAB;
}

/* Layout Declarations */
body {
margin: 0;
padding: 0;
}
div#wrapper {
width: 100%;
}
div#outerwrapper {
width: 100%;
padding-bottom: 6px;
}
div#container {
width: 990px;
    /*border: 1px solid #888;*/
    margin: 0 auto;
}
div.container.sided {
}

#header {
background: #FFFFFF url(/static/images/style/header_bg.jpg) no-repeat scroll 0 0;
height: 81px;
vertical-align: middle;
position: relative;
}
#header div#searchbox {
height: 28px;
padding: 0;
position: absolute;
right: 19px;
top: 32px;
vertical-align: middle;
width: 190px;
}
#searchbox_q {
border: 1px solid #B5B5B5;
height: 20px;
padding: 2px 3px 0;
width: 152px;
}

/*#header #logo_link img {
vertical-align: bottom;
}
*/

#toplinks {
top: 35px;
right: 0;
position: absolute;
vertical-align: middle;
}

#toplinks ul {
list-style-type: none;
margin: 0px -5px 0px 0px;
}

#toplinks a {
color: #fff;
font-weight: normal;
padding: 5px;
}

#toplinks li {
border-left: #fff 1px solid;
color: #fff;
float: left;
font-size: 1.15em;
font-weight: normal;
margin-left: 5px;
padding-left: 5px;
}

#toplinks li.first {
border-left: 0px;
margin-left: 0px;
padding-left: 0px;
}

/*#searchbox form {
vertical-align: middle;
}
#searchbox input.field {
width: 125px;
}
*/

#search {
float: right;
}

#search input.submit {
margin: 0px;
margin-left: 3px;
vertical-align: middle;
}

#search input.field {
border: #dadada 2px solid;
color: #6c6c6c;
font-size: 1.1em;
margin: 0px;
padding: 7px;
vertical-align: top;
width: 228px;
}

/* use hormenu class for a generic horizontal menu, then override your menu with specific id declarations */
.hormenu, .hormenu * {
margin: 0;
padding: 0;
}
.hormenu li {
display: block;
float: left;
margin: 0px 5px;
padding: 0;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
position: relative;
}
.hormenu li.first {
margin-left: 0px;
}


#main_menu {
    /*float:left;*/
    list-style-image:none;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
}
#main_menu li {
margin: 0;
}
#main_menu li a {
	display: block;
	*display: inline;
	height: 27px;
font-size: 10pt;
font-weight: normal;
margin: 0;
padding: 0px 17px;
line-height: 27px;
text-decoration: none;
zoom: 1;
}
.sfHover li a {
*display: block !important;
}
/* content declarations */
#content {
clear: both;
padding: 15px 10px;
min-height: 300px;
}

.flatpage_content {
margin-top: 35px;
}

body.home #content {
padding-top: 15px;
}
.top {
	display: table;
	-ie-display: table;
	width: 100%;
}
.sidebar {
display: table-cell;
-ie-display: table-cell;
vertical-align: top;
padding: 10px;
width: 189px;
/*float: left;*/
background:#EAEAEA;
border: 1px solid #CCC;
min-height: 550px;
height: 550px;
}
.sidebar .home_link {
padding: 10px 0;
}
.sidebar ul, .sidebar ol {
margin: 0;
padding: 0;
list-style-type: none;
}
.rss_sidebar h1 {/* if the sidebar has a RSS feed icon, apply .rss_sidebar to the sidebar div, then add a <div class="rss"> with the rss icon after the desired h1 tag */
    display: inline;
float: left;
}
.rss_sidebar .rss {
width: 16px;
height: 16px;
float: left;
padding: 5px 0 0 5px;
}
.rss_sidebar ul, .rss_sidebar ol {
clear: left;
}
.content_body h2 {
color: #69696B;
font-size: 14pt;
font-weight: bold;
margin: 12px 0;
}
.content_body {
display: table-cell;
-ie-display: table-cell;
vertical-align: top;
/*margin-left: 211px;*/
padding-left: 20px;
}
.pager {
margin-bottom: 10px;
text-align: right;
}
.pager a {
font-weight: normal;
color: #4d4d4d;
}


/* footer declarations */
#footer {
background: white url(/static/images/style/footer_bg.gif) no-repeat scroll left top;
font-size: 0.85em;
height: 36px;
line-height: 36px;
padding: 0;
position: absolute;
vertical-align: middle;
width: 990px;
}

#email_signup {
padding: 0 0 0 12px;
float: left;
}
#email_signup form {
	-padding-top: 5px;
}
#email_signup input {
}
#email_signup input.field {
background-color: transparent;
color: #808080;
border: 0px solid #B5B5B5;
height: 18px;
line-height: 17px;
margin-left: 3px;
padding: 2px 5px;
vertical-align: middle;
width: 148px;
}

#email_field input.field {
vertical-align: top;
}

#email_signup input.submit {
vertical-align: middle;
}

#footer_links {
position: absolute;
right: 0;
    /*float: right;*/
}

#footer_menu {
padding-top: 3px;
text-align: right;
}

#footer_menu li {
margin: 0;
padding: 0 10px;
vertical-align: middle;
}

#footer_menu li a {
color: #808080;
font-weight: normal;
}
#copyright {
color: #FFF;
font-size: 8pt;
clear: both;
margin: 45px auto 10px;
text-align: center;
}
/*#page_views {
position: absolute;
top: 45px;
right: 0;
}
*/

/* Miscellaneous */
.clear {
clear: both;
font-size: 1px;
}
.note {
font-size: 8pt;
font-style: italic;
}
/* app specific */
.carousel_list li a {
border: 3px solid white;
}
#menu_contact a.last {
padding: 0 0 0 12px;
}
#bottomhomectas .cta {
float: left;
}
.sidebar ul li.first a {
border-top: 1px solid #C4C4C4;
}
.sidebar ul li {
	-display: inline;
}
.sidebar ul li a,
.back-button {
color: #676769;
background: #fff url('/static/images/style/sidebar_link_bg.jpg') repeat scroll 0 0;
border-bottom: 1px solid #c4c4c4;
border-left: 1px solid #c4c4c4;
border-right: 1px solid #c4c4c4;
display: block;
line-height: 29px;
padding: 0 10px;
}
.back-button:hover,
.sidebar ul li a:hover,
.sidebar ul li.selected,
.sidebar ul li a.hover {
text-decoration: none;
color: white;
background: transparent url('/static/images/style/sidebar_link_bg_on.jpg') no-repeat scroll 0 0;
border-bottom: 1px solid #c4c4c4;
border-left: 1px solid #c4c4c4;
border-right: 1px solid #c4c4c4;
display: block;
line-height: 29px;
padding: 0 10px;
}
.back-button {
	background: #fff url('/static/images/style/back_link_bg.jpg') no-repeat;
	border: 1px solid #c4c4c4;;
	margin-top: 20px;
	padding-left: 20px;
}
.back-button:hover {
	background: transparent url('/static/images/style/back_link_bg_on.jpg') no-repeat;
	padding-left: 20px;
}
.page_heading {
background: transparent url('/static/images/style/heading_bg.jpg') repeat scroll 0 0;
color: #FFFFFF;
font-size: 17pt;
font-weight: normal;
line-height: 50px;
padding: 0 10px;
text-transform: uppercase;
}
.float_right {
float: right;
padding: 0 0 10px 10px;
}
.float_left {
float: left;
padding: 0 10px 10px 0;
}
#bottomhomectas {
clear: both;
padding-top: 10px;
}
.productcasestudy_container {
margin-bottom: 20px;
}
#news_content h2, #news_content h2 a {
font-size: 11pt;
font-weight: bold;
}
.faq_spacer {
height: 40px;
}
#jobs_application_errors .errorList {
padding: 5px;
text-align: center;
}
note {
font-size: 8pt;
font-style: italic;
}
.missing_cta {
display: none;
}
.pagination {
height: 22px;
line-height: 20px;
text-align: right;
vertical-align: middle;
}
.pagination ul {
margin: 0;
}

.pagination ul li {
display: inline;
}

.pagination ul li.current {
font-weight: bold;
}

.pagination ul li a {
padding: 2px;
}

.pagination ul li.end a {
color: #cca643;
font-weight: bold;
}

.pagination ul li.all {
margin-left: 10px;
}
.page_number {
border-right: 1px solid #535353;
padding: 0 5px 0 3px;
}
.page_number.last {
border-right: none;
}
/* CLEAR FIX*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
#rotating_items{position:relative;}
#rotating_items div.rotating_item{border:1px solid #ccc;display:none;padding:10px;}
#rotating_items div.rotating_item:first-child{display:block;}
.quote_author {
text-align: right;
color: #3C6873;
margin-top: 5px;
}
.products_item .excerpt {
    margin-left:170px;
}

/* Side menu stuff */
body.support-training .support-training a,
body.courses .courses a,
body.faq .faq a,
body.request-training-info .request-training-info a,
body.tech-support .tech-support a,
body.request-technical-support .request-technical-support a {
	text-decoration: none;
	color: white;
	background: transparent url(/static/images/style/sidebar_link_bg_on.jpg) no-repeat scroll 0 0;
	border-bottom: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	display: block;
	line-height: 29px;
	padding: 0 10px;
}

#social_links { 
    display: block;
    float: right;
    height: 25px;
    position: absolute;
    right: 210px;
    top: 33px;
    width: 96px;
}

#social_links a { 
    background: url(../images/social_sprite.png);
    display: block;
    position: relative;
    float: left;
    height: 24px;
    width: 24px; 
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -9999px;
}

#social_links a.facebook:hover { 
    background-position: 0px -24px ;
}

#social_links a.twitter { 
    background-position: -34px 0px;
}

#social_links a.twitter:hover { 
    background-position: -34px -24px;
}

#social_links a.linkedin { 
    background-position: -69px 0px;
}

#social_links a.linkedin:hover { 
    background-position: -69px -24px;
}


