@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a {
	outline: none;
	color: #FFF;
	text-decoration: underline;
} /* removes dotted line from around links in FF */

body {
margin: 10px auto;
background: #ccc;
font-size:12px;
color: #6A737B;
font-family:Arial, Helvetica, sans-serif;
}

h1 {
color:#FFFFFF;
font-size:16px;
margin: 0px 10px 15px 0px;/* (top, right, bottom, left) */
}

h2 {
color:#bd311a;
font-size:16px;
margin: 0px 10px 15px 0px;/* (top, right, bottom, left) */
}

p {
margin-right:10px;
}

#container {
margin: 0 auto;
padding: 25px 15px 15px 25px;
border: 1px solid #6A737B;
width: 850px;
margin-bottom:7px;
background: #ffffff;

}

/* top styles */

#logo{
padding: 0 0 0 0px;
float: left;
}

#tagline{
padding: 5px 0 0 0;
float: right;
}

#maincontent{
padding: 15px 0 0 0; /* (top, right, bottom, left) */
clear: both;
}

#nav {
float:left;
width:170px;
background-image:url(../images/nav.jpg);
background-repeat:no-repeat;
height:336px;

}

#flash {
float:right;
width:580px; 
margin: 0px 30px 0px 0px;/* (top, right, bottom, left) */	
}

#content_home {
float:right;
width:675px;
height:336px;
background-color: #bd311a;	
}

#content_white {
float:right;
width:665px;
height:336px;
background-color: #ffffff;
padding-left:0px;	
}

#content_white ul {
margin: 0px 0px 0px 17px;/* (top, right, bottom, left) */
color:#999999;
font-size:12px;
list-style:square;
}

#content_white ul li {
margin: 0px 0px 10px 0px;/* (top, right, bottom, left) */
}

#content_white p {
margin: 0px 10px 35px 0px;/* (top, right, bottom, left) */
color:#999999;
font-size:12px;
}

#image_home {
float:left;
width:278px;
}

#right_home {
float:right;
width:385px;
margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
color:#FFFFFF;
padding-top:10px;
font-size:12px;
height:336px;
overflow:auto;
}

#content_work {
float:right;
width:675px;
height:336px;
background-color: #6a737c;	
}

#image_work {
float:left;
width:278px;
}

#right_work {
float:right;
width:385px;
margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
color:#FFFFFF;
padding-top:10px;
font-size:12px;
height:326px;
overflow:auto;
}

#right_work ul{
padding: 0 0 0 15px;
list-style:none;
}

#right_work ul li{
padding: 0 0 15px 0;
}

#right_work a, #right_work a:link, #right_work a:visited, #right_work a:active, #right_port a, #right_port a:link, #right_port a:visited, #right_port a:active {
text-decoration: none;
color: #FFF;
}

#right_work a:hover, #right_port a:hover{
text-decoration: underline;
}

#image_port {
float:left;
width:325px;
}

#right_port {
float:right;
width:330px;
margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
color:#FFFFFF;
padding-top:10px;
font-size:12px;
height:326px;
overflow:auto;
}

#logos {
margin: 10px auto;/* (top, right, bottom, left) */
width: 900px;
text-align:right;
}

#logos p {
margin: 20px 0px 0px 0px;/* (top, right, bottom, left) */
text-align:left;
float:left;
}

#bottom {
margin: 10px 0 0 0;
width: 100%;
text-align:right;
}

#bottom ul{
list-style-type: none;
}

#bottom ul li{
display: inline;
text-transform: uppercase;
font: 14px arial, sans-serif;
color: #6A737B;
padding: 0 5px 0 5px;
}

#bottom ul li a, #bottom ul li a:link, #bottom ul li a:visited, #bottom ul li a:active{
text-decoration: none;
color: #6A737B;
}

#bottom ul li a:hover{
color: #BF3019;
}

#bottom_nav {
margin: 10px 0 0 0;
width: 100%;
text-align:right;
}

#bottom_nav ul{
list-style-type: none;
}

#bottom_nav ul li{
display: inline;
text-transform: uppercase;
font: 11px arial, sans-serif;
color: #6A737B;
padding: 0 5px 0 5px;
}

#bottom_nav ul li a, #bottom_nav ul li a:link, #bottom_nav ul li a:visited, #bottom_nav ul li a:active{
text-decoration: none;
color: #6A737B;
}

#bottom_nav ul li a:hover{
color: #BF3019;
}

#bottom_nav ul li a.red {
color: #BF3019;
}

.phone {
float:left;
font: 12px arial, sans-serif;
text-align:left;
color: #6A737B;
}

.phone a, .phone a:link, .phone a:visited, .phone a:active{
text-decoration: none;
color: #6A737B;
}

.phone a:hover{
color: #BF3019;
}

/*/////////////// MENU home ///////////////*/
#home, #home ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float : left;
width : 11em;
}
	
#home li { /* all list items */
position : relative;
float : left;
width: 161px;
}
	
#home li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 14.05em;
margin-top : -13.0em;
}
	
#home li ul ul { /* third-and-above-level lists */
left: -999em;
}
	
#home li a {
padding: 4px 0px 2px 8px; /* (top, right, bottom, left) */
width: 161px;
w\idth: 161px;
display: block;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
text-decoration: none;
height:150px;
text-decoration: none;
border-right: solid 1px #fff;
}
	
#home li a:hover {
color: #FFffff;
padding-left: 8px;
width: 161px;
text-decoration: none;
}
	
#home li li a {
padding-left: 8px;
width: 180px;
background-color: #bd311a;
height:20px;
border-bottom: solid 1px #fff;
border-left: solid 4px #fff;
}

#home li li a:hover {
padding-left: 8px;
width: 180px;
background-color: #999;
border-bottom: solid 1px #fff;
}

	
#home li:hover ul ul, #home li:hover ul ul ul, #home li.sfhover ul ul, #home li.sfhover ul ul ul {
left: -999em;
}
	
#home li:hover ul, #home li li:hover ul, #home li li li:hover ul, #home li.sfhover ul, #home li li.sfhover ul, #home li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
	
	

/*/////////////// END MENU ///////////////*/

/*/////////////// MENU work ///////////////*/

#work, #work ul { /* all lists */
padding: 0;
margin: 6px 0px 0px 0px; /* (top, right, bottom, left) */
list-style: none;
float : left;
width : 161px;
}
	
#work li { /* all list items */
position : relative;
float : left;
width: 161px;
}
	
#work li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 14.05em;
margin-top : -12.8em;
}
	
#work li ul ul { /* third-and-above-level lists */
left: -999em;
}
	
#work li a {
padding: 4px 0px 2px 8px; /* (top, right, bottom, left) */
width: 161px;
w\idth: 161px;
display: block;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
text-decoration: none;
text-decoration: none;
height:150px;
}
	
#work li a:hover {
color: #FFffff;
padding-left: 8px;
width: 161px;
text-decoration: none;
}
	
#work li li a {
padding-left: 8px;
width: 190px;
background-color: #6b727a;
border-bottom: solid 1px #fff;
border-right: solid 1px #fff;
height:20px;
border-left: solid 4px #fff;
}

#work li li a:hover {
padding-left: 8px;
width: 190px;
background-color: #ccc;
border-bottom: solid 1px #fff;
}
	
#work li:hover ul ul, #work li:hover ul ul ul, #work li.sfhover ul ul, #work li.sfhover ul ul ul {
left: -999em;
}
	
#work li:hover ul, #work li li:hover ul, #work li li li:hover ul, #work li.sfhover ul, #work li li.sfhover ul, #work li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
	

/*/////////////// END MENU ///////////////*/

#homepage {
width: 630px;
padding-right:20px;
padding-left:20px;
color:#999999;
font-size:12px;
float:right;
}


#sony {
width: 630px;

padding-right:20px;
padding-left:20px;
color:#999999;
font-size:12px;
float:right;
}
#newsScroller {
width: 630px;
height:336px;
overflow: auto;
padding-right:20px;
padding-left:20px;
color:#999999;
font-size:12px;
float:right;
}

#homepage a {
color: #BF3019;
font-size:12px;
font-weight:bold;
}

#newsScroller a {
color: #999;
}

ul.withMargin li {
margin-bottom: 15px
}

#newsScroller hr, #homepage hr {
margin-bottom: 5px;
margin-right: 15px;
}

#newsScroller p, #homepage p {
font-size: 12px;
margin-right: 15px;
margin-bottom: 15px;
}

#newsScroller ul, #homepage ul  {
list-style:none;

}

#newsScroller h2, #homepage h2 {
font-size: 12px;
color: #000;
margin: 0px;
color:#bd311a;
padding: 0px;}

#newsScroller h4, #homepage h4
{
font-size: 11px;
}

#newsScroller h4.authorUnknown,
#newsScroller h4.copy
{
margin-bottom: 15px;
}

dl.newsroom a {
color: #BF3019;
font-weight: bold;
text-decoration: underline;
font-size: 12px;
}

dl.newsroom dt {
font-size: 10px;
width: 490px;
float: left;
color: #BF3019;
font-weight: bold;
margin-left:190px;
font-size: 12px;
}

dl.newsroom dd.subhead {
color: #999;
font-size: 12px;
width: 490px;
float: left;
margin-left:190px;
margin-bottom:10px;
}

dl.newsroom dd.date {
clear: both;
color: #BF3019;
font-size: 12px;
float: left;
width: 45px;
text-align: right;
}

div.clearer {
clear: both;
margin: 0px;
padding: 0px;
font-size: 1px;
}

#rightnav{
width: 143px;

}

#rightnav ul{
list-style-type: none;
}

#rightnav ul li{
text-transform: uppercase;
font: 10px arial, sans-serif;
color: #6A737B;
display: inline;
}

#rightnav ul li a, #rightnav ul li a:link, #rightnav ul li a:visited, #rightnav ul li a:active{
text-decoration: underline;
display: inline;
color: #6A737B;
padding: 5px;
}

#rightnav ul li a:hover{
color: #BF3019;
text-decoration: none;
}


.style1 {font-size: 10px}

.fix {
clear:both;
}

.red {
color: #BF3019;
}

.image {
padding: 0px 0px 0px 15px; /* (top, right, bottom, left) */
}

/*/////////////// accordian tabs ///////////////*/

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; margin-left:210px; }

.ui-tabs .ui-tabs-nav li {
position: relative;
float: left;
border-bottom-width: 0 !important;
margin: 0 .4em -1px 0;
padding: 0;
border-left: solid 1px #000;
border-right: solid 1px #000;
border-top: solid 1px #000;
background-color:#F0F0F0;
}

.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .55em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; background-color:#cccccc;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border: solid 1px #000; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
