/* CSS Document */

/* General Page */
body {
background-image:url(../images/site_bg.png);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}
.container {
width:900px;
min-height:575px;
margin:0 auto;
background-color:#FFFFFF;
}
.top {
width:900px;
height:20px;
background-color:#0E34FF;
border-top:2px solid #868889;
border-bottom:2px solid #868889;
}
.header {
width:900px;
height:150px;
}
.content {
width:900px;
min-height:375px;
}
.content_text {
width:850px;
height:375px;
margin:0px auto;
overflow:auto;
background-image:url(../images/content_bg_logo.png);
background-repeat:no-repeat;
background-position:center
}
.footer {
width:700px;
height:25px;
padding-top:25px;
padding-left:200px;
font-size:small;
text-align:center;
background-image:url(../images/footer_bg.png);
background-repeat:no-repeat;
background-position:bottom right;
}

/* Header */
.menu {
float:left;
width:700px;
height:49px;
margin-top:10px;
padding-top:6px;
background-image:url(../images/menu_bg.png);
background-repeat:no-repeat;
background-position:left-center;
}
.button {
float:left;
padding-left:7px;
height:25px;
width:auto;
}
.search {
float:left;
width:200px;
height:55px;
padding-top:10px;
}
.logo {
float:right;
width:auto;
height:74px;
}
.page_title {
width:875px;
height:80px;
padding-left:25px;
color:#344B98;
font-size:36px;
background-image:url(../images/page_title_bg.png);
background-repeat:no-repeat;
background-position:left;
}

/* Home Page */
.home_content {
float:left;
width:710px;
height:385px;
padding:5px;
background-image:url(../images/content_bg_logo.png);
background-repeat:no-repeat;
background-position:center;
}
.home_column {
float:left;
width:175px;
height:370px;
padding-top:15px;
text-align:center;
}

/* Products Page */
.partners {
float:left;
min-height:50px;
width:700px;
margin-left:50px;
border:2px dashed #868889;
}

/* Links */
a:link {
color: #344B98;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #344B98;
}
a:hover {
text-decoration: underline;
color: #344B98;
}
a:active {
text-decoration: none;
color: #344B98;
}

.image {border-right: #666 1px dashed; padding-right: 5px; border-top: #666 1px dashed; padding-left: 5px; float: right; padding-bottom: 5px; margin: 5px; border-left: #666 1px dashed; padding-top: 5px; border-bottom: #666 1px dashed;}
.clear { clear:both; }