/* 	Skyworks Solutions, Inc.
	Theme CSS
	2Advanced Studios
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body	{
	margin: auto;
	text-align: center;	
	background: #EEE;
}
.initContainerLarge	{
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #FFFFFF;

}
.initContainerSmall	{
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #FFFFFF;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header elements	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header	{
	padding: 0;
}
#hideTitle	{
	position:relative;
	top:0;
	left:0;
	display:block;
}
#search	{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation elements
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Nav Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#navigation {
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Lower Nav structure
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#keyNavigation	{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Flash	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#flash	{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content Buffers - display trickery	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Secondary Column - left side	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#secondaryColumn {	
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Main Column - right side	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mainColumn {
	clear:left;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 2px solid #EEE;
	
}
/* Hides from IE5-mac \*/
* html #mainColumn {height: 1%;}
/* End hide from IE5-mac */
/* Fixes IE terrible problems */
#mainColumn table {
	margin-right: -3px;
	width: 98%;
}
#mainColumn td {
	font-size: 65%;
}
#mainColumn td p {
	font-size: 135%;
}
.txtBoxStyle1{
	vertical-align: top;
	margin: 5px 0 0 0;
	padding: 2px 2px 0 4px;
  border: 1px solid #9BA2A9;
  background: #FFFFFF url(/sky_graphics/design/frmshadow_txtBox1.gif) left top repeat-x;
	font-family: Verdana, Arial, geneva, sans-serif;
  font-size: 10px;    
  color: #000000;
	height : 15px;
	width : 120px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Utility elements	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Utilities Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mainUtilitiesDisplay {
	display:none;
}
#mainUtilities{
	display:none;
}
.utilitiesText{
	display: none;
}
#settingUtilities{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Swapable styles based on javascript width
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.utilitiesBoxScale {
	display: none;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Columns within Main Column	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mainColumns {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mc1 {
	float: left;

}
#mc2 {
	float: left;

}
.mainColumns {
	float: left;
	min-height: 10px;
	/* IE5.x/Win Min-Height Hack */
	/* hide rule from IE/Mac \*/
	_height: 10px;
	/* end hide */
}
.mc1{
	padding: 0 10px 0 0;
	float: left;
}
.mc2{
	float: left;

}
.mainColumns ul{
	list-style-position: inside;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-image: url(/sky_graphics/design/subHeader_bullet.gif);
}
.mainColumns li{
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}
.mainColumns li a{
	font-weight: bold;
	color: #06518C;
	text-decoration: none;
}
.mainColumns li a:hover {
	color: #6B94B3;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Default list within Main Column	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#defaultList{
}
#defaultList ul{

	list-style-image: url(/sky_graphics/design/subHeader_bullet.gif);
}
#defaultList li{
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#defaultList li a {
	font-weight: bold;
	color: #06518C;
	text-decoration: none;
}
#defaultList li a:hover {
	color: #6B94B3;
}

.defaultList{
}
.defaultList ul{
	list-style-image: url(/sky_graphics/design/subHeader_bullet.gif);
}
.defaultList li{
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;

}
.defaultList li a {
	font-weight: bold;
	color: #06518C;
	text-decoration: none;
}
.defaultList li a:hover {
	color: #6B94B3;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	General modifiers	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.imgLeft {
	float: left;
}
.imgRight {
	float: right;
}
.floatClear {
	clear:both;
}
.floatClearRight {
	clear:right;
}
.floatClearLeft {
	clear:left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer - bottom	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   /*	Calling @import url(inc_css/theme_footer.css);
		replacing list items with images of btns	*/
#footer	{
	margin: 0 auto;
	margin-top: 20px;	
	height: 50px;
	display:block;
	text-align: center;
	font-size: 70%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer nav Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footerNav {
	display:none;
}
#footerCopy {
	text-align:left;
}
#footerLanguage {
	display: none;
}
#footerLegal {
	display: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Headers - h1 replace	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hDefaults {
	width: 300px;
	height: 22px;
	text-indent: -700em;
}
.shFrontEndProducts {
	display: block;
	width: 219px;
	height: 12px;
	text-indent: -700em;
	background: url(/sky_graphics/design/shFrontEndProducts.gif) no-repeat;
}
		
/*	IE Hack for tables floating */





body, td, th, input	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 100%;
}
h1	{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B85;
}
h2	{
	margin: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #3A3A3A;
}
h3	{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h4	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	color: #004B85;
	clear: left;
}
.noMargin {
	margin: 0 0 -15px 0;
}
h5	{
	margin: 0 0 -10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h6	{	
}
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
p .noMargin {
	margin: 0;
}

p a {
	font-weight: bold;
	color: #06518C;
	text-decoration: none;
}
p a:hover {
	color: #6B94B3;
}

.bodysm {
		color: #8B8A8A;
}
.bodyheader{
		color: #FFFFFF;
		font-weight: bold;
}
#altClear {
	clear:none;
}
#themeSwitch{
	display:none;
}
#loginItem {
	display:none;
}