@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-position: inside;
	color:#333333; /* master default text color*/
	font-size: 100%;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.note {
	font-size: 90%;
	color: #333333;
	font-style: italic;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

 #container {
	width: 955px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	vertical-align: text-top;
	margin: 0px 0px 20px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #ffffff;
}

.body_centered{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	vertical-align: text-top;
	margin: 0px 0px 14px 0px; /* 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: #333333;
	background-color: #ffffff;
}

.body2  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 6px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #ffffff;
}

a:link { /* these affect all links that are not overridden by more localized div definitions */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #a12b00; /*red-orange*/
	text-decoration: none;
	outline: none;
}

a:visited {
	font: 100% Verdana, Arial, Helvetica, sans-serif;	
	color: #a12b00; /*red-orange*/
	text-decoration: none;
	outline: none;
}

a:hover {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cb3802;	
	outline: none;
}

a:active {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #a12b00;
	outline: none;
}

.Heading1 {
	font-size: 150%;
	margin-top:8px;
	text-align: left;
	margin-bottom: 14px;
	vertical-align: top;
	color: #333333;
	background-color: #FFFFFF;
}

.Heading1Red {
	font-size: 150%;
	margin-top:8px;
	text-align: left;
	margin-bottom: 14px;
	vertical-align: top;
	color: #990000;
	background-color: #FFFFFF;
}

.Heading2 {
	font-size: 120%;
	margin-top:0px;
}

.Heading1Homepage {
	font-size: 250%;
	margin-top:8px;
	text-align: left;
	margin-bottom: 14px;
	vertical-align: top;
	color: #333333;
	background-color: #FFFFFF;
}

.subhead1  { /* apply to H2*/
	font-size: 110%;
	padding-bottom: 1%;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.colsubhead1  {
	font-size: 110%;
	padding-bottom: 1%;
	padding-top: 0px;
}
.colsubhead1underpict  {
	font-size: 110%;
	padding-bottom: 1%;
	padding-top: 14px;
}

.channel-thumbnail-title-video-art-online-internet-tv-screensaver  {
	font-size: 90%;
	padding-bottom: 1%;
	padding-top: 6px;
	color: #a73911;
	font-weight: bold;
}

.channel-thumbnail-descriptor-video-art-online-internet-tv-screensaver  {
	font-size: 80%;
	font-weight: 400;
}


.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: 14px;
	position: relative;
	margin-bottom: 14px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 14px;
	position: static;
	margin-bottom: 14px;
}
.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;
}
.fltrt_TV_no_bottom { /* 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: 14px;
	position: relative;
	margin-bottom: 0px;
}

table.sample {
	border-width: 1px;
	/*border-spacing: ;*/
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
	background-color: white;
	line-height: 105%;
	margin: 0;
}
table.sample th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	line-height: 105%;
	margin: 0;
}
table.sample td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}

table {
	background-color:#FFF;
	width:100%;
	border-collapse:collapse;
/*	margin: 0;
	padding: 0;*/
}

tr {
	border-width: 0px;
/*	margin: 0px;*/
}

td {
	border-width: 0px;
/*	margin: 0px;*/
}

tr.brdr {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #cccccc;
	background-color: blue; /*test*/
	line-height: 105%;
	text-align: top;
	align:left;
}

td.brdr {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #cccccc;
	background-color: white;
	line-height: 105%;
	text-align: top;
	align: left;
}

td.sidebar {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0px;
	padding: 8px;
	border-style: solid;
	border-color: #cccccc;
	/*	background-color: white;*/
	line-height: 105%;
	align: left;
	/*	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
*/	background-image: url(../images/resources-separator-full.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

td.green-steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #667109;
	padding: 10px;
	border-width: 0px;
	line-height: 120%;
	text-align: top;
	align: left;
}

#sourcephotos{
	border-width: 1px;
	padding: 16px;
	border-style: solid;
	border-color: #cccccc;
	background-color: white;
}

#homepagescreen {
	margin:0 0 0px 43px;
}

.redwarningheading {
	font-weight: bolder;
	color: #990000;
	font-size: 120%;
}
.redwarning {
	font-weight:normal;
	color: #990000;
}

.errorwarning {
	font-weight:bold;
	color: #990000;
	text-align: center;
	font-size: 10px;
}

.plainjane {
	line-height: normal;
	margin: 0px;
	color: #333333;
}
.plainjanebox {
	line-height: normal;
	margin: 1px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}
.fineprint {
	line-height: normal;
	margin: 0px;
	font-size: 10px;
	color: #333333;
}

.list {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 2em;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	vertical-align: text-top;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.indent {
	left: 10px;
}

.faq_question {
	color: #333333;
	font-weight: 500;
}

#container  .subplans-video-art-online-internet-tv-screensaver  {
	font-size: 140%;
	color: #8c9a39;
}

.features_box {
	padding: 8px;
	border-style: solid;
	border-width: thin;
	border-color: #dddddd;
	/*width: 340px;*/
}

.hline {
	margin: 24px 0 24px 0;
	width: 695px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.hline2 {
	margin: 40px 0 40px 0;
	width: 695px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#reg-box2 {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 8px;
	background-color: #FFFFFF;
	font-size: 100%;
	border-color: #638d27;
	border-style: solid;
	border-width: 1px;
	width: 468px;
	float: left;
} 


/*--------------------------right column items--------------------------*/
 #right-column-items {
	float: right; /* since this element is floated, a width must be given */
	width: 197px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 10px 0px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 200%;
	padding: 0px;
}

 #right-column-items-indent {
	float: right; /* since this element is floated, a width must be given */
	width: 197px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 12px 10px 0px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 200%;
	padding: 0px;
}

 #resources {
	width: 196px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	/*	border-collapse: collapse;
*/	background-color: white;
	margin: 0;
	padding: 10px, 10px, 10px, 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}

/* -------------------------------header section ------------------------------- */
 #header {
	height: 95px; /*determines where the hline falls*/
	z-index:999;
	position: relative;
	margin: 0px 0px 20px 0px; /* 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 */
	border-bottom: solid #ccc 1px;
} 

 #header p {
	margin: 0;  /* 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 */
	color: #576800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	padding: 5px 0 0 14px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

 #header a:link {
	color: #576800;
	text-decoration: none;
}
 #header a:visited {
	color: #576800;
	text-decoration: none;
}
 #header a:active {
	color: #576800;
	text-decoration: none;
}
 #header a:hover {
	color: #006600;
	text-decoration: none;
}

#header .mastertab {
	margin: 0px 0px 0 0px;
	width: 704px;
	left: 245px;
	position: relative;
	top: -35px; /*vertical position of master nav tabs*/
}

#header .basictab {
	padding: 3px 0;
	font: 14px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: 900;
	color: #222222;
}

#header .basictab li {
	display: inline;
	margin: 0px 10px 0px 0px; /*horizontal space between tabs*/
	color: #222222;
	font-weight: 900;
}

#header .basictab li a {
	text-decoration: none;
	padding: 3px 7px 12px 7px;
	color: #222222;
	font-weight: 900;
	}

#header .basictab li a:visited {
	color: #222222;
	font-weight: 900;
}

#header .basictab li a:hover {
	position: relative;
	background-image: url(../images/color-blur-lines.jpg);
	background-position: center 12px;
	background-repeat: no-repeat;
	color: #222222;
	font-weight: 900;
}

#header .basictab li a:active {
	color: #222222;
	font-weight: 900;
}

#header .basictab li.selected a { /*selected tab effect*/
	position: relative;
	background-image: url(../images/color-blur-lines-sat.jpg);
	background-position: center 12px;
	background-repeat: no-repeat;
	color: #222222;
	font-weight: 900;
}

#header .basictab li.unselected a { /*non-selected tab effect*/
	color: #222222;
	font-weight: 900;
}

#header .submenustyle {
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	margin: 0px;
}

#header .signin {
	top:40px;
	postiion: relative;
	float: right;

}

/*-------------------------------MainContent -------------------------------*/
 #mainContent {
	margin: 0px 14px 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 70%;
	float: left;
	width: 690px;
	min-height: 800px;
} 

 #mainContent-500w {
	margin: 0px 14px 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 70%;
	float: left;
	width: 500px;
} 

/*-------------------------------MainContentAll (full width for home page, etc.) -------------------------------*/
 #mainContentAll {
	margin: 0px 14px 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box.... old was margin: 30px 14px 0 14px; */
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 70%;
	float: left;
	width: 931px;
}


/* #container #mainContentAll .Heading1 {
	font-size: 120%;
}

 #container #mainContentAll .Heading2 {
	font-size: 140%;
	margin: 0px 0px 8px 0;
}

 #container #mainContentAll .Heading3 {
	font-size: 120%;
	color: #576800;
	line-height: .95;
	font-weight: bolder;
}*/

 #homecol1 {
	float: left; /* since this element is floated, a width must be given */
	width: 261px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 14px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 0;
}

 #homecol2 { /* holds TV frame */
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 614px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 14px 0;
	margin-top: 0;
	/*left: 340px;*/
	top: 14px;
	z-index: 1;
}
.newstext {
	top: -10px;
	padding-bottom: 20px;
}

 #news {
	width: 931px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 14px;
}

 #col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 252px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 20px;
}

 #col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 252px; /* 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 */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	margin-left: 88px;
}

 #col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 252px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 20px;
}


 #quad-columns-col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 20px;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 20px;

}

 #quad-columns-midcols {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 20px;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 20px;
	padding-right: 20px;
}

 #quad-columns-col4 {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 20px;
	padding-left: 20px;
}

#biz-splash {
	margin: 0 0 20px 14px;
	padding: 0;
	}

 #tri-columns-col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* 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 */
	background: #FFFFFF;
	margin: 0 20px 40px 14px;
}

 #tri-columns-col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* 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 */
	background: #FFFFFF;
	margin: 0 0 40px 0;
	padding: 0;
}

 #tri-columns-col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* 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 */
	background: #FFFFFF;
	padding: 0;
	margin: 0 10px 40px 0;
}


/*-------------------------------launch upper-left preview TV (used on launch page variations-------------------------------*/
 #preview-tv {
	position:relative;
	margin: 0px 0px 0px 14px; /*margin: 10px 60px 10px 0px; */
	background-color: #FFFFFF;
	float: left;
	width: 662px;
	height:411px;
	z-index: 1;
	padding: 0;
} 

#bigmovie {
	position:absolute;
	left:12px;
	z-index:2;
	width: 640px;
	height: 360px;
	background-color:#000000;
	top:23px;
}

/*-------------------------------homepage TV-------------------------------*/
 #homepage-tv {
	margin: 0px 60px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	font-size: 70%;
	float: right;
	width: 482px;
	height: 289px;
} 



/*-------------------------------launch upper right box-------------------------------*/
 #sign-up-box {
	margin: 10px 0px 3px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	font-size: 100%;
	border-color: #a73911;
	border-width: 1px;
	width: 388px;
	float: right;
} 

 #right-box-1 {
	border-color: #a73911;
	border-width: 1px;
	float: right;
	padding: 14px;
	border-style: solid;
	width: 386px;
	height: 259px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
} 

 #right-box-2 {
	background-color: #FFFFFF;
	font-size: 70%;
	border-color: #a73911;
	border-width: 1px;
	float: right;
	padding: 12px;
	width: 364px;
	position: relative;
	top: 100px;
	left: 388px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: solid;
} 

table.upper-right-launch-box {
	border-width: 1px;
	border-style: solid;
	/*border-color: #a73911;*/
	border-color: #e9ccc2;
	width: 388px;
	height: 289px;
}

table.upper-right-box2 {
	width: 388px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 20 px;
}

 #music-options {
	margin: 0px 11px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	font-size: 100%;
	width: 414px;
	float: right;
	visibility: hidden;
} 

/*-------------------------------source photos box-------------------------------*/

table.photoshop-layer-compositing-blend-box {
	border-width: 1px;
	border-style: solid;
	border-color: #9d9d9d;

}

/*-------------------------------login left box-------------------------------*/

 #login-box {
	margin: 10px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	font-size: 100%;
	border-color: #a73911;
	border-width: 1px;
	width: 540px;
	float: left;
} 


/*--------------------------channel selector header--------------------------*/
 #channel-selector-header {
	margin: 24px 0px 10px 14px;
	padding: 3px 0 0 0;
	width: 662px;
	float: left;
}

 #overlay-messages-selector-header {
	margin: 24px 0px 10px 14px;
	padding: 3px 0 0 0;
	width: 662px;
	float: left;
}


/*--------------------------channel selectors--------------------------*/
 #video-art-online-internet-tv-screensaver-preview-col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 27px 24px 0;
}

 #video-art-online-internet-tv-screensaver-preview-col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 26px 24px 0;
}

 #video-art-online-internet-tv-screensaver-preview-col3 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 26px 24px 0;
}

 #video-art-online-internet-tv-screensaver-preview-col4 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0px 24px 0;
}

 #video-art-online-internet-tv-screensaver-preview-col5 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 27px 24px 0;
}

 #channel-selector {
	margin: 0 0 0 14px;
	padding: 0px;
	height: 360px;
	width: 662px;
	float: left;
}


/*--------------------------biz applications bar--------------------------*/
 #biz-apps-bar {
	float: left; /* since this element is floated, a width must be given */
	width: 710px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 10px 14px;
	position: relative;
}

 #biz-apps-bar-flush-left {
	float: left; /* since this element is floated, a width must be given */
	width: 710px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 10px 0px;
	position: relative;
}


/*------------------------------- Quotes -------------------------------*/
  #container .quotesheading  {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #444444;
}
 #container .quotesclass {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-top: 14px;
	background-color: #ececec;
	padding: 14px 14px 0px 14px;
}
.redquote {
	color: #a12b00;
	line-height: 150%;
	font-style: italic;
}
.redquotee {
	color: #a12b00;
	line-height: 150%;
}
.goldquote {
	color: #996600;
	line-height: 150%;
	font-style: italic;
}
.goldquotee {
	color: #996600;
	line-height: 150%;
}

/*------------------------------- Sidebars -------------------------------*/
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 32px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 14px;
}



 #resources-col {
	width: 196px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	/*	border-collapse: collapse;
*/	background-color: white;
	margin: 0;
	padding: 10px, 10px, 10px, 10px;
}

/*------------------------------- Footer -------------------------------*/
 #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	margin: 14px 0 0 0;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	padding: 10px 0 0 14px;
}
 #footer a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
 #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
 #footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
 #footer a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
