/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font: 75%/1.5em Tahoma, Arial, Helvetica, sans-serif;
}

/* ---------- ---------- ---------- ---------- ---------- ----------
			HEADER RULES
---------- ---------- ---------- ---------- ---------- ---------- */

#samsunghead {
	background-color: #fff;
	width: 770px;
	margin-top: 5px;
}
	
#samsunghead img {
	padding: 0;
	border: 0;
}

#SCC {
	margin: 0 0 0 0;
	padding: 0;
	/*display: block;*/
	color: #999999;
	height: 18px;
	background-color: #FFFFFF;
	width: 770px;
	text-align: right;
	letter-spacing: 0em;
	font-size: 90%;
}

#scclogo {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 63px;
	white-space: nowrap;
	background-color: #2C4F91;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* ---------- Basic Style Rules ---------- */

em, cite, blockquote {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
}

h1{
	font: 180%/1em;
	/*text-transform: uppercase;*/
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	color: #F90
}
h3 {
	margin: 1.2em 0 0.6em 0;
	padding: 0;
	font-size: 110%;
	color: #669966;
	font-weight: bold;
	font-family: Tahoma;
}

h4 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 110%;
	text-transform: uppercase;
	color: #666;
}
h5 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
h6 {
	margin: 1.2em 0 0.6em 0;
	padding: 0;
	font-size: 110%;
	color: #ff6600;
	font-weight: bold;
	font-family: Tahoma;
}

p {
	font-size: 100%;
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
}

.big {
	font-size: 130%;
	font-weight: normal;
	margin-top: .5em;
	line-height: 1.3em;
	color: #666;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HYPERLINK RULES

---------- ---------- ---------- ---------- ---------- ---------- */

a:link {
	color: #6699CC; /* #36c; */
	text-decoration: none;
}

a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #2c4f91;
	text-decoration: none;
}

a:active {
	color: #6699cc;
	text-decoration: none;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			IMAGE RULES

---------- ---------- ---------- ---------- ---------- ---------- */
img {
	border: 0;
}

#picbox {
	color: #666;
	margin-bottom:0px;
	width: 100%;
	height: 95px;
	float: left;
}

#picbox img	{
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 5px 0px 0;
}
#picbox h3 {
	margin-top: 0;
	}

.image_with_caption {
	font-size: 85%;
	text-align: center;
	margin: 0 0 1em 0;
	margin-bottom: .5em;
	padding: 0;
}

.image_with_caption p {
	padding: 0.5em;
	background-color: #cccccc;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FORM RULES

---------- ---------- ---------- ---------- ---------- ---------- */

form {
	margin-bottom: 1em;
}

fieldset {
	margin-bottom: 1em;
	padding: 1em;
}

legend {
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #7e9cb8;
}

label {
	display: block;
	margin: 0.5em 0 0.2em 0;
	font-weight: bold;
}

input, textarea, select, option, button {
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			TABLE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 1em;
	font-size: 100%;
	width: 100%;
}

caption {
	padding: 0.2em 0.4em;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #333;
	text-align: left;
}

tr {
	background-color: #fff;
}

tr.alternate {
	background-color: #f2f5f8;
}

tr.heading {
	padding: 0.2em 0.4em;
	background-color: #7e9cb8;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

th {
	padding: 0.2em 0.4em;
	background-color: #7e9cb8;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

td {
	border: 1px solid #ccc;
	padding: 0.2em 0.4em;
	vertical-align: top;
}

tfoot td {
	background-color: #eee;
	font-size: smaller;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FOOTER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#globalfooterContainer {
	clear: both;
	font-size: 86%;
	margin: 2em 0 2em 198px;  /* top right bottom left */
	padding: 0;
	color: #666;
	width: 572px;			/* ie5win fix begins */
	border-top: 1px solid #ccc;
	height: 80px;
}

#footer_left {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 75px;
}

#footer_bottom {
	float: left;
	width: 573px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	height: 20px;
}

#footer_bottom ul li {
	display: inline;
	border-left: 0px solid #999;
	padding: 0 1em;
	list-style: none;
	text-align: left;
}

#footer_bottom li a, footer_bottom li a:visited {
	color: #6699cc;
    text-decoration:none;
}

#footer_bottom li a:hover, footer_bottom li a:active {
	color: #2C4F91;
	text-decoration:none;
}

#footer_right {
	margin-left: 140px;
	padding-top: 0.5em;
	height: 75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width: 425px;
}

#footer_right img {
}

#footer_right ul {
	margin: 0;
}

#footer_right ul li {
	display: inline-block;
	padding: 0 1em;
	list-style: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ccc;
}

#footer_right li a, footer_right li a:visited {
	color: #6699cc;
    text-decoration:none;
}

#footer_right li a:hover, footer_right li a:active {
	color: #2C4F91;
	text-decoration:none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			GLOBAL NAVIGATION RULES - Start

---------- ---------- ---------- ---------- ---------- ---------- */

#globalNav {
	width: 770px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	display: inline;
	background-color: #FFFFFF;
	color: #999999;
	text-transform: uppercase;

}

#globalNav ul li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	background-color: #FFFFFF;

}

/* ---------- ---------- ---------- ---------- ---------- ----------

			SECTION BANNER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#sectionbanner {
	margin: 0px 0 0 0px; /* top right bottom left*/
	width: 770px;
	height: 150px;
}
#sectionpic {   /* mainpics */
	margin-left: 198px;
}

#breadcrumb {
	margin: 10px 0px 2px 198px;
	
	font-size: 10px;
	width: 572px;
	height: 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	color: #666;
}

#breadcrumb ul {
	display: inline;
	margin-left: 6px;
	padding-left: 0;
	list-style-type: none;

}

#breadcrumb ul li {
	padding: 0 0 0 4px;
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #2c4f91;
	text-decoration: none; 
}

#breadcrumb a:hover {
	color: #6699cc;
	text-decoration: none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			CONTENT - under the sectionbanner

---------- ---------- ---------- ---------- ---------- ---------- */
#contentBox {
	margin: 10px 0 0 0px; /* top right bottom left*/
	width: 770px;    /* 130px + 743px the global menu */
}

#maincontent {
	padding-left: 10px;
	padding-top: 10px;
	width: 565px; /*743px - 200px for left nav */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 198px;
}


#maincontent a:link {
	color: #6699cc; /* #36c; */
	text-decoration: none;
}

#maincontent a:visited {
	color: #6699cc;
	text-decoration: none;
}

#maincontent a:hover {
	color: #2C4F91;
	text-decoration: none;
}

#maincontent a:active {
	color: #6699cc;
	text-decoration: none;
}

#maincontent ul li a, #maincontent ul li a:visited {
    font-weight: bold;
}

#maincontent .leftcol {
	margin: 0;
	width: 260px;
	float: left;
}

#maincontent .rightcol {
	margin: 0;
	margin-left: 270px;
	width: 260px;
}

/* Two UNEVEN columns smleft, largeright*/
#maincontent .smleftcol {
	margin: 0;
	width: 110px;
	float: left;
}

#maincontent .largerightcol {
	margin: 0;
	margin-left: 120px;
	width: 400px;
}

/* Two UNEVEN columns largeleft, smright*/

#maincontent .largeleftcol {
	margin: 0;
	width: 375px;
	float: left;
}

#maincontent .smrightcol {
	margin-top: 0em;
	margin-left: 385px;
	width: 165px;
}

#maincontent .smrightcol p {
	color: #666;
	margin-left: 8px;
	font-size: 90%;
	line-height: normal;
	border: 0;
}

/* tabs */

#maincontent ul.tab	 {
	border-bottom:1px solid #d8d8d8;
	margin: 0px 0px 0px 0px;
	}
	
#maincontent ul.list li{
	display:list-item;
	list-style: disc;
	}
		
#maincontent li {
	display:inline;
	padding:4px 25px 2px 6px;
	background-repeat:no-repeat ;
	background-position: 94% !important;
	margin:auto 1px !important;
	}	
	
#maincontent li.on {
	background-image:url(../images/Misc/link_arrow_down.gif) !important;
	border-top:1px solid #a78d7a;
	border-right:1px solid #a78d7a;
	border-left:1px solid #a78d7a;
	font-weight:bold;
	background-color:#ffffff;
	color:#a78d7a
	}
#maincontent li.off {
	background-image:url(../images/Misc/link_arrow_right.gif) !important;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	color:#a1a1a1
	}	
#maincontent li.on a {
	color:#a78d7a
	}

#maincontent li.on a:hover {
	text-decoration:none
	}	

#maincontent li.off a {
	color:#a1a1a1
	}
#maincontent li.off a:hover {
	text-decoration:none
	}

/* end tabs */

/* Local menu */

/* --------	LOCAL MENU LIST RULES (starting here)---------- */
#localmenu {
  float: left;
  width: 190px;          /* menu width */
  color: #6699CC;
  font: 95%/1.5em;
  border: 0 0 0 0;
  padding: 0 0 0 0;
  
}

#localmenu img {
	vertical-alignment: center;
	margin: 0 0 0 30px;
	border: 0px solid #ccc;
}
	
#localmenu ul {
  list-style-type: none; /* get rid of the bullets */
  list-style-image: none;
  padding: 0;             /* no padding */
  margin: 0 0 0 0;      /* margin before Quicklinks */
}

#localmenu ul li {
  margin: 0;
  padding: 0;
  display:block;
  border-bottom: 0px solid #ccc; 
}

#localmenu ul li a {
  display: block;       
  padding: 5px 3px 5px 15px;
  margin:0;
  color: #6699CC;
  text-decoration: none;
  list-style-image: none;
  height: 1.4em;    
}

#localmenu li.active li a {
  background-position: 0px 0px;
  color: #666;
  padding: 0 2px 0 10px;
  font-size: 85%;   
  font-weight: normal;  
  background: left center no-repeat;
}

#localmenu ul li a:hover {  /* rollover for all */
  color: #fff;
  background-color: #6699cc;
  font-weight: bold;
}
#localmenu ul li a:active {  /* rollover for all */
  color: #fff;
  font-weight: bold;
}


#localmenu ul ul li a {
  margin: 0 0 0 15px;     /* indent */
  color: #6699CC;
  font-size: 85%;
  padding: 0 0 0 10px;
}

#localmenu ul ul li a:hover {  /* rollover 2nd level */
  color: #fff;
  font-weight: bold;
}


#quicklink {
	margin: 15px 5px 0 15px;
}

#quicklink img {
	margin: 0px 0 0 15px;
	border: 0px solid #ccc;
}
#quicklink h3, #quicklink h3 a, #quicklink h3 a:visited {
	color: #696;
	font: 100%/1.3em;
	margin-bottom: .2em;
	font-weight: bold;
    text-decoration: none;
}

#quicklink h3 a:hover, #quicklink h3 a:active {
	color: #6699CC;
    font-weight: bold;
}
#quicklink p {
	font: 100%/1.3em
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			HOME PAGE STYLE

---------- ---------- ---------- ---------- ---------- ---------- */
/* need to be inside contentBox, and maincontent */


#homecontentbox {
	margin: 8px 0 0 130px;
	width: 843px;
}

#banner {
	margin: 0 0 0 198px; /* top right bottom left*/
	width: 582px;
}
