@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2C2A2B;
	background-image: url(images/background_gradient.jpg);
	background-position:center;
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color:#FF3333;
	text-decoration:underline;
}

/** BACK PANEL
    ------------------------------------------- **/

#backPanel-top {
	padding:0px 20px 0px 0px;
	margin:0;
	background-image: url(images/back_panel_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 918px;
	height:22px;
	font-family:Tahoma, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:10px;
	color:#FF3333;
	text-align:right;
}
#backPanel-top a {
	color:#FFFFFF;
	text-decoration:none;
}
#backPanel-top a:hover {
	color:#FF3333;
	text-decoration:underline;
}
/* gotta have more code for IE 6...because it's gotta be "special" */
/* because the link text oversteps the size of the background shadow, we need a new background behind it to hide the backpanel. */
#backPanel-top-extendedBackground {
	background-image: url(images/background_gradient.gif);
	background-position:center;
}

#backPanel-left {
	background-image: url(images/back_panel_left.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#backPanel {
	background-image: url(images/back_panel_background.gif);
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 936px;
}
#backPanel-right {
	background-image: url(images/back_panel_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#backPanel-bottom {
	background-image: url(images/back_panel_bottom.jpg);
	background-repeat:no-repeat;
	width: 746px;
	height:18px;
	padding:10px 0px 0px 190px;
	font-family:Tahoma, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:10px;
	color:#555555;
	text-align:left;
	margin-bottom:-3px;
}
/* gotta have more code for IE 6...because it's gotta be "special" */
/* because the copyright text oversteps the size of the background shadow, we need a new background behind it to hide the backpanel. */
#backPanel-bottom-extendedBackground {
	background-image: url(images/background_gradient.jpg);
	background-position:center;
}


/** OUTER CONTAINER
    ------------------------------------------- **/

#container {
	width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2C2A2B;
	background-image: url(images/container_background.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	position:relative;
}


/** HEADER
    ------------------------------------------- **/

#header {
	position:relative;
	background-image: url(images/header.jpg);
	height:275px;
}
#landing_page #header {
	height:363px;
}
#header #headerBottom {
	position:absolute;
	bottom:0px;
	height:8px;
	width:906px;
	background-image: url(images/space_between_header_and_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:-1px;
}
#landing_page #headerBottom {
	background-image: url(images/space_between_header_and_content.jpg);
}
#header h1 {
	margin:0;
	margin-left: -9999px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}

/** SIDEBAR (Nav)
    ------------------------------------------- **/

#sidebar1 {
	margin:0;
	padding:0;
	float: left; /* since this element is floated, a width must be given */
	width: 173px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	vertical-align:top;
}

.navbarButton {
	margin:0;
	padding:0;
	background-image: url(images/nav_button_background.jpg);
	background-repeat:no-repeat;
	width:138px;
	height:30px;
	padding:5px 15px 0px 20px;
	text-align:right;
	color:white;
	font-weight:bold;
}
.navbarButton a {
	color:#F9F5F6;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	/*font-stretch:ultra-condensed;*/
}
.navbarButton a:hover {
	color:#EE3A43;
}


/** MAIN CONTENT
    ------------------------------------------- **/

#mainContent {
	margin: 0 0 0 173px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*font-stretch:ultra-condensed;*/
	color:#F9F5F6;
}
#mainContent h1 {
	/*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
/*	text-transform:uppercase;*/
	margin: 5px 0px 2px 0px;
	padding-top:0px;
	line-height:28px;
/*	font-stretch:ultra-condensed;*/
	color:#EE3A43;
}
#mainContent h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 15px 0px 1px 0px;
	padding:0px;
/*	font-stretch:ultra-condensed;*/
	color:#EE3A43;
}
#mainContent h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 15px 0px 1px 0px;
	padding:0px;
/*	font-stretch:ultra-condensed;*/
	color:#EE3A43;
}
#mainContent p {
	margin:5px 0px 10px 0px;
}

#mainContent .navBox {
	background-image: url(images/box_background.jpg);
	height:215px;
	width:244px;
	float:left;
}
#mainContent #graphicDesign {
}
#mainContent #learningCenter {
}
#mainContent #consulting {
}

#mainContent #pageText {
	width:700px;
	background-image:url(images/content_background.jpg);
	background-repeat:repeat-x;
	background-color:#242021;
	margin-bottom:12px;
	padding:10px;
}

#mainContent .verticalBoxLabel {
	margin-top:30px;
	float:left;
}

#mainContent .navBox p {
	margin:30px 10px 10px 35px;
}
#mainContent .navBox a {
	margin-left:30px;
	color:#FF3333;
}
#mainContent #consulting a {
	margin-left:0px;
}

#sidebarContentContainer {
	background-image: url(images/sidebar_content_container_background.jpg);
	background-repeat:repeat-y;
	height:100%;
}


/** FOOTER
    ------------------------------------------- **/

#footer {
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	/*font-stretch:ultra-condensed;*/
	color:#F9F5F6;
	font-size:12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

}
#footerLeft {
	background-image: url(images/footer_left_background.jpg);
	width:173px;
	height:123px;
	float:left;
}
#footerLeft #socnet a{
	margin-top: 10px;
	margin-left: 0;
}
#footer #newsletterSignup {
	background-image: url(images/newsletter_signup.jpg);
	width:495px;
	height:123px;
	float:right;
	text-align:left;
}
#footer #newsletterSignup p {
	margin:50px 10px 10px 30px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}
#footer #newsletterSignup .field {
	width:90px;
	height:12px;
}
#footer #newsletterSignup input {
	height:20px;
	margin-right:10px;
	margin-left:10px;
}

#footer #productCenter {
	background-image: url(images/product_center.jpg);
	height:123px;
	width:238px;
	float:right;
}
#footer #productCenter p {
	margin:40px 5px 10px 30px;
	vertical-align:middle;
}
#footer #productCenter .tips2go {
	margin: 23px 0px 0px 20px;
	float:left;
}
#footer #productCenter .logo2go {
	margin: 23px 12px 0px 0px;
	float:right;
}

#footer a {
	margin-left:30px;
	color:#FF3333;
}

/** OTHER
    ------------------------------------------- **/
.red {
	color:#EE3A43;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

