/* CSS Document */

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
font-weight: bold;
}

.serif {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
color: #42326F;
font-weight: bold;
}

.sans {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size: 1.1em;
padding-bottom: 5px;
}

/*--------------------------------------------

				Layout
				
---------------------------------------------*/

.clear {
clear: both;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
}

#container {
width: 800px;
margin: 0 auto;
}

#bkg {
float: left;
width: 800px;
background: url(../images/bkg.jpg) 0 0 repeat-y;
}

#bottom {
float: left;
width: 780px;
padding-left: 20px;
background: url(../images/bottom.jpg) bottom left no-repeat;
}


/*--------------------------------------------

				header
				
---------------------------------------------*/

#header {
float: left;
width: 705px;
padding: 0 0 0 60px;
background: url(../images/header_right.gif) 0 0 no-repeat;
}

#logo {
float: left;
height: 101px;
background: url(../images/logo.gif) 0 0 no-repeat;
}

#subnav {
float: right;
height: 86px;
width: 300px;
padding: 5px 20px 10px 0;
background: url(../images/header_left.gif) right top no-repeat;
}

#subnav ul {
float: right;
list-style: none;
}

#subnav ul li {
float: left;
padding-left: 1em;
}

#subnav ul li a {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 1.1em;
color: #186199;
text-decoration: none;
}

#subnav ul li a:hover {
text-decoration: underline;
}

/*--------------------------------------------

				Nav
				
---------------------------------------------*/

#nav {
float: left;
width: 765px;
height: 24px;
padding: 0 0 0 0;
margin: 0;
background: url(../images/nav.jpg) 0 0 no-repeat;
}

#nav ul {
list-style: none;
padding-left: 40px;
}

#nav ul li {
float: left;
position: relative;
}

#nav ul li a {
font-family: Georgia, "Times New Roman", Times, serif;
padding: 6px 0;
font-size: 1.2em;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
}

#nav ul li a:hover {
color: #D3E337;
}

#nav ul li.between {
padding: 6px 25px;
color: #fff;
}

#nav ul li ul{
position: absolute;
left:-999em;
}

#nav ul li:hover ul, #nav ul li.sfhover ul, #nav ul li a:hover ul{
padding: 0;
margin: 0;
width: 150px;
background: #F1FAF5;
left: auto;
top: 23px;
border-left: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
}

#nav ul li ul li {
padding: 0 5px;
width: 140px;
float: left;
display: inline;
border-bottom: 1px solid #F6C0DE;
}

#nav ul li ul li a {
color: #42326F;
font-size: 1.1em;
}


#nav ul li ul li a:hover {
color: #BD5AA5;
}

/*--------------------------------------------

				left
				
---------------------------------------------*/

#left {
float: left;
width: 296px;
padding: 225px 21px 0 23px;
}

.left_main {
background: url(../images/woman.jpg) 0 0 no-repeat;
}

.left_about {
background: url(../images/about_bkg.jpg) 0 0 no-repeat;
}

.left_products {
background: url(../images/products_bkg.jpg) 0 0 no-repeat;
}

.left_newsroom {
background: url(../images/ir_bkg.jpg) 0 0 no-repeat;
}

.left_bd {
background: url(../images/bd_bkg.jpg) 0 0 no-repeat;
}

.left_careers {
background: url(../images/careers_bkg.jpg) 0 0 no-repeat;
}

.left_home {
background: url(../images/home_bkg.jpg) 0 0 no-repeat;
}

.left_ff {
background: url(../images/ff_bkg.jpg) 0 0 no-repeat;
}

.left_why {
background: url(../images/why_bkg.jpg) 0 0 no-repeat;
}

.left_who {
background: url(../images/who_bkg.jpg) 0 0 no-repeat;
}

.left_vision {
background: url(../images/vision_bkg.jpg) 0 0 no-repeat;
}

.left_strategy {
background: url(../images/strategy_bkg.jpg) 0 0 no-repeat;
}

.left_legal {
background: url(../images/legal_bkg.jpg) 0 0 no-repeat;
}

.left_contact {
background: url(../images/contact_bkg.jpg) 0 0 no-repeat;
}

#left .busdev {
float: left;
border-left: 1px solid #F6C0DE;
padding: 5px 0 5px 11px;
}

#left .busdev h1 {
color: #BD5AA5;
font-size: 1.4em;
text-transform: uppercase;
}

#left .busdev p {
font-size: 1.2em;
line-height: 1.2em;
padding: 10px 0;
color: #666666;
}

#left .news {
float: left;
border-left: 1px solid #F6C0DE;
padding: 5px 0 5px 11px;
}

#left .news h1 {
color: #BD5AA5;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
}

#left .news p {
font-size: 1.2em;
line-height: 1.2em;
font-weight: bold;
padding: 10px 0;
color: #186199;
}

#left .news a {

text-decoration: none;
color: #186199;
}

#left .news a:hover {
color: #186199;
text-decoration: underline;
}


#left #leftNav {
float: left;
margin-left: 12px;
margin-top: 19px;
width: 250px;
background: #F1FAF5;
border: 1px solid #C5CBC8;
border-top: none;
}

#leftNav ul{
float: left;
margin-top: -20px;
padding: 0 0 10px 15px;
}

#leftNav ul li {
padding: 8px 5px;
width: 140px;
float: left;
display: inline;
border-bottom: 1px solid #F6C0DE;
}

#leftNav ul li.last {
padding: 5px;
width: 140px;
float: left;
display: inline;
border-bottom: none;
}

#leftNav ul li a {
color: #42326F;
font-size: 1.1em;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
font-weight: bold;
}


#leftNav ul li a:hover {
color: #BD5AA5;
}

/*--------------------------------------------

				right
				
---------------------------------------------*/

#right_bkg {
float: left;
background: url(../images/main_right.gif) 672px 125px no-repeat;
}

#right {
float: left;
width: 415px;
padding: 40px 0 35px 10px;
background: url(../images/main_right.gif) right top no-repeat;
}

#right_release {
padding: 0 40px 0 20px;
}

.faq strong {
color: #42326F;
font-size: 1.25em;
}

#right .lead {
float: left;
width: 355px;
border-bottom: 1px solid #F6C0DE;
}

#right .lead h1 {
font-size: 1.8em;
color: #42326F;
padding: 0 0 10px 0;
font-weight: bold;
}

#right .lead p {
font-size: 1.2em;
line-height: 1.2em;
padding: 0 0 10px 0;
color: #666666;
}

#right .lead a {
padding-right: 30px;
margin-bottom: 10px;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*background: url(../images/doublearrow.gif) 80px 4px no-repeat;*/
text-decoration: none;
font-weight: bold;
color: #73BE1E;
}

#right .lead a:hover {
color: #BD5AA5;
}

#right .maintext {
float: left;
width: 355px;
min-height: 185px;
}

#right .maintext h1, #right_release .maintext h1 {
font-size: 1.8em;
color: #42326F;
padding: 0 0 10px 0;
font-weight: normal;
}

#right .maintext h2, #right_release .maintext h2 {
font-size: 1.4em;
color: #BD5AA5;
padding: 0 0 10px 0;
text-transform: uppercase;
font-weight: bold;
}

#right .maintext p, #right_release .maintext p {
font-size: 1.2em;
line-height: 1.2em;
padding: 0 5px 10px 0;
color: #666666;
}

#right .maintext ul li {
font-size: 1.2em;
padding: 0 0 5px 10px;
color: #666666;
background: url(../images/bullet.gif) 0 4px no-repeat;
}

#right .maintext a, #right_release .maintext a, .san a {
text-decoration: none;
color: #186199;
font-weight: bold;
}

#right .maintext a:hover, #right_release .maintext a:hover {
text-decoration: underline;
}

#right .maintext a.arrows {
padding-right: 30px;
margin-bottom: 10px;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*background: url(../images/doublearrow.gif) 70px 4px no-repeat;*/
text-decoration: none;
font-weight: bold;
color: #73BE1E;
}

#right .tabBox {
margin-top: 10px;
width: 380px;
height: 97px;
float: left;
}

#right .tabs {
float: left;
height: 24px;
width: 380px;
background: url(../images/tab_bkg.gif) 0 0 repeat-x;
}

#right .tabs_right {
float: left;
margin-top: 23px;
height: 1px; 
font-size: 1px;
width: 127px;
background: #D0D0D0;
}

#right .tabMain {
float: left;
width: 378px;
margin: 0;
background: #F1FAF5;
border: 1px solid #D0D0D0;
border-top: none;
font-size: 1.1em;
padding-bottom: 10px;
}

#right .tabMain p {
padding: 10px 25px 5px 10px;
font-size: 1.1em;
line-height: 1.1em;
}

#right .tabMain p#wk {
display: none;
}

#right .tabMain p#ff {
display: none;
}

#right .tabMain a.readmore {
padding: 0 25px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*background: url(../images/doublearrow2.gif) 70px 3px no-repeat;*/
text-decoration: none;
font-weight: bold;
color: #BD5AA5;
}

#right .tabMain p a {
padding: 0 0 0 0;
font-family: Tahoma;
background: none;
text-decoration: none;
color: #186199;
font-weight: bold;
}

#right .tabMain p a:hover {
text-decoration: underline;
}

#right .tab_on_bkg {
height: 24px;
float: left;
background: url(../images/on_bkg.gif) 0 0 repeat-x;
}

#right .tab_on_left {
height: 24px;
float: left;
background: url(../images/on_left.gif) 0 0 no-repeat;
}

#right .tab_on_right {
float: left;
background: url(../images/on_right.gif) right 0 no-repeat;
}

#right .tab_on_right a {
float: left;
height: 16px;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 8px 9px 0 9px;
color: #42326F;
font-size: 1.1em;
text-decoration: none;
background: none;
}

#right .tab_on_right a#nonlocal {
display: none;
color: #fff;
}

#right .tab_on_right a#nonlocal:hover {
display: none;
color: #42326F;
}

#right .tab_off_bkg {
height: 24px;
float: left;
background: url(../images/off_bkg.gif) 0 0 repeat-x;
}

#right .tab_off_left {
height: 24px;
float: left;
background: url(../images/off_left.gif) 0 0 no-repeat;
}

#right .tab_off_right {
float: left;
background: url(../images/off_right.gif) right 0 no-repeat;
}

#right .tab_off_right a {
height: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 8px 9px 0 9px;
margin: 0;
font-size: 1.1em;
color: #fff;
float: left;
text-decoration: none;
background: none;
}

#right .tab_off_right a#local_1 {
display: none;
color: #42326F;
}

#right .tab_off_right a:hover {
color: #42326F;
}

#right .tab_off_2_bkg {
height: 24px;
float: left;
background: url(../images/off_bkg.gif) 0 0 repeat-x;
}

#right .tab_off_2_left {
height: 24px;
float: left;
background: url(../images/off_left.gif) 0 0 no-repeat;
}

#right .tab_off_2_right {
float: left;
background: url(../images/off_right.gif) right 0 no-repeat;
}

#right .tab_off_2_right a {
height: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 8px 9px 0 9px;
margin: 0;
font-size: 1.1em;
color: #fff;
float: left;
text-decoration: none;
background: none;
}

#right .tab_off_2_right a#local_2 {
display: none;
color: #42326F;
}

#right .tab_off_2_right a:hover {
color: #42326F;
}

/*--------------------------------------------

				bussiness dev
				
---------------------------------------------*/

#busdev input, #busdev textarea {
margin-top: 5px;
}

#busdev #name, #busdev #email, #busdev #description {
width: 350px;
}

#busdev #file {
width: 260px;
}

#busdev #browse {
width: 70px;
}

#busdev.hideform form {
display: none;
}

/*--------------------------------------------

				end nav
				
---------------------------------------------*/

#endNav {
float: left;
text-align: center;
width: 765px;
padding: 15px 0;
}

#endNav .links {
margin: 0 auto;
}

#endNav .links ul {
list-style: none;
}

#endNav .links ul li {
display: inline;
padding: 0 3px;
}

#endNav .links ul li a {
color: #777777;
text-decoration: none;
font-weight: bold;
}

#endNav .links ul li a:hover {
color: #CCCC00; 
text-decoration: underline;
}

/*--------------------------------------------

				Footer
				
---------------------------------------------*/

#swoosh_left {
float: left;
background: url(../images/swoosh_left.gif) 0 0 no-repeat;
}

#swoosh_right {
float: left;
width: 765px;
background: url(../images/swoosh_right.gif) right 0 no-repeat;
}

#splash {
float: left;
width: 400px;
text-align: left;
background: url(../images/logo.gif) 250px 75px no-repeat;
padding: 185px 0 200px 250px;
}

/*--------------------------------------------

				Footer
				
---------------------------------------------*/

#footer {
float: left;
width: 800px;
text-align: center;
padding: 20px 0;
}

#right .maintext ul#sitemap {
padding: 0 0 0 5px;
list-style-type: disc;
}

#right .maintext ul#sitemap ul {
padding: 0 0 5px 25px;
list-style-type: circle;
}

#right .maintext ul#sitemap li {
background: none;
padding: 5px 0 0 0;
margin: 0;

}

#right .maintext ul#sitemap ul li {
font-size: 1.1em;
}

.error {
color: red;
}
