@charset "utf-8";
* {margin:0;padding:0;}
body { 
 background:#f0f0f0 url(/images/background-image.gif) repeat-y center top;
 font-family: Arial, Helvetica, sans-serif;
 color: #464646;
 font-size: 12px;
}
table th {text-align:left;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
input, select{
	font-family: Arial, Helvetica, sans-serif;
  color: #464646;
	font-size: 12px;
}
.error-div {
 width:500px;
 padding:5px; 
 color:#181607;
 font-weight:bold;
}
.error-div {
 border:3px solid #cc0033;
 background:#ffd2d2;
}

form{
  display:inline;
}
ul{
  margin-left:30px;
}
.breadcrumb{
 color:#666;
 font-size:10px;
 margin-bottom:20px;
}
.breadcrumb a{
  text-decoration:none;
}
h1{
 display:inline;
 color:#666;
 font-size:10px;
}
p {
	color: #464646;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 19px;
	margin-top: 10px;
}
a:link {
	color: #464646;
}	
a:hover {
	color: #464646;
} 
a:visited {
	color: #464646;
}
.header-box{
 margin:0 auto;
 width:978px;
 position:relative;
}
.header-box .logo{
 margin:5px 0 0 5px;
}
.header-box strong{
 position:absolute;
 top:118px;
 left:74px;
 text-transform:uppercase;
 color:#fff; 
 font-size:13px;
}
.header-box .logo-invert{
 position:absolute;
 top:0px;
 right:-1px;
}

.main-menu-box{
 margin:0 auto;
 width:971px; 
 border:5px solid #004487;
 border-left:0;
 border-right:0;
 color:#004487;
 padding:4px;
 font-size:13px;
 font-weight:bold;
}
.main-menu-box a.selected{
 text-decoration:underline;
}
.main-menu-box a{
 text-decoration:none;
 color:#004487;
 padding:3px 15px;
}
.main-menu-box a:hover{
 background:#004487;
 color:#fff;
}
  
.main-menu-box ul{
 margin-left:0px;
}
.main-menu-box li{
 display:inline;
}
.main-content-box {
 padding:10px;
 margin:0 auto;
 width:951px;
}
.footer-box{
 margin:0 auto;
 width:971px;
 text-align:center;
 border:5px solid #a6bcd1;
 border-left:0;
 border-right:0;
 color:#a6bcd1;
 padding:4px;
 font-size:13px;
 font-weight:bold;
}

.home-right-box{
 width:290px;
 background:#f7f7f7;
 font-size:12px;
 padding:15px;
 border:1px solid #dfdfdf;
 border-right:2px solid #c9c9c9;
 border-bottom:2px solid #c9c9c9;
 margin:10px 0 10px 20px;
 color:#494949;
}
.home-left-box{
 width:600px;
}
.designer-tag{
 font-size:10px;
 color:#d4d4d4;
 text-align:right;
 display:block;
 margin:20px auto;
 width:971px;
 padding:10px; 
}
.designer-tag a{
 color:#d4d4d4;
}
