@charset "utf-8";
/* CSS Document */


#container {
width:970px;
margin:0 auto;
background:transparent url('/images/bg-outer.png') repeat-y;

min-height:379px;
height:auto !important;
height:379px;

padding:0 7px;

}



/* Header - Logo */

#header {
height:50px;
background-color:#fff;
}

h1#logotype {
float:left;
margin: 12px 0px 0px 16px;
}
h1#logotype a {
width:167px;
height:28px;
background-image:url('/images/logotype-header.gif');
background-position:left;
text-indent:-9999px;
}

h1#logo {
float:left;
margin: 10px 0 0 17px;
}
h1#logo a {
width:40px;
height:43px;
background-image:url('/images/logo.gif');
text-indent:-9999px;
}





/* Content */

#content {
background-color:#fff;
font-size:.8em;
padding:50px 22px 20px 22px;

/*background:#fff url('/images/bg-content.gif') repeat-x;*/
}

body#popup 
{
	margin: 15px;
}

body#popup ul
{
	text-align:left;
	padding-left:19px;
	list-style-position:outside;
}



/* Footer */

#footer {
color:#757575;
font-size:.72em;
width:984px;
overflow:auto;
margin:0 auto;
background:transparent url('/images/bg-footer.png') no-repeat;
padding-top:12px;
padding-bottom:2em;
}
#footer a {
color:#757575;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#footer #address-legal {
display:block;	
font-size:.80em;
text-align:center;
}

#footer #legal {
padding-left:5px;
display:inline;
}

#footer #address {
border-right:1px solid #999;
padding-right:5px;
display:inline;
}

ul#nav-footer {
display:block;
margin:0;
padding:4px 0;
list-style:none;
text-align:center;
}
ul#nav-footer li {
border-right:1px solid #999;
padding:0 5px;
background:none;
display:inline;
text-align:right;
}
ul#nav-footer .first {
padding-left:0;
}
ul#nav-footer li.last {
padding-right:0;
border-right:none;
}

/* Search Form */

#form-search {
background:transparent url('/images/search-left.gif') no-repeat;
height:19px;
float:right;
margin-top:-25px;
padding-right:15px;
font-size:.85em;
}
#zoom_query {
background:transparent url('/images/bg-search.gif') repeat-x;
width:170px;
margin-left:18px;
color:#666666;
height:16px;
padding:2px 0;
border:none;
font-size:.85em;
}
#form-search input.button {
display:none;
}
#form-search label {
background:transparent url('/images/search-right.gif') no-repeat;
height:19px;
width:8px;
margin-left:469px;
top:56px;
text-indent:-9999px;
left:50%;
display:block;
overflow:hidden; 
position:absolute;
}

/* 3 Column Layout */

#threeColumns { 
width: 100%;
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#threeColumns #column1 {
float: left; /* since this element is floated, a width must be given */
width: 290px; /* 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 */
padding: 0px 10px 0px 0px;
/*border:1px solid red;*/
}
#threeColumns #column2 { 
margin: 0 300px 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #column2 div's text to fill the sidebar spaces when the content in each sidebar ends. */
padding: 0 10px;
/*border:1px solid red;*/
}
#threeColumns #column3 {
float: right; /* since this element is floated, a width must be given */
width: 290px; /* 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 */
padding: 0px 0px 0px 10px;
/*border:1px solid red;*/
}

/* Common Column Layout Styles */

.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.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;
}

#content-main {
width:590px;
float:left;
}
#content-sub {
width:302px;
float:right;
}
.marketing-slogan {
color:#11609c;
font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
font-size:1.6em;
line-height:1.2em;
font-weight:normal;
}

.legal{
font-size:.75em;
font-style:oblique;
}

