/******** Stylesheet ********/

/******** Master Reset *******/
* {
margin: 0px;
padding: 0px;
}

/******** Globals ********/

body {
background-image: url('/arcadia/images/bg.jpg');
background-repeat: repeat-x;
padding-top: 0px;
font-family: Tahoma, Arial, sans-serif;
color: #666666;
font-size: 13px;
line-height: 18px;
background-color: #FDFBE2;
}

h1, h2, h3, h4 {
padding: 0px;
margin: 0px 0px 13px 0px;
font-weight: normal;
}

h1 {
font-family: 'Century Gothic', Tahoma, Arial, sans-serif;
font-size: 20px;
line-height: 20px;
color: #0D3D82;
font-weight: bold;
}

h2 {
font-family: 'Century Gothic', Tahoma, Arial, sans-serif;
font-size: 16px;
line-height: 16px;
color: #404040;
}

a {
color: #104A9C;
text-decoration: none;
}


/******** Layout ********/

#wrapper {
width: 1000px;
margin: 0 auto;
}


/******** Header ********/

#header {
width: 950px;
padding: 0px 5px;
height: 137px;
background-image: url('/arcadia/images/header-bg.jpg');
background-repeat: no-repeat;
border-bottom: 1px solid #49699A;
margin: 0 auto;
}

#head-left {
width: 200px;
float: left;
display: inline;
height: 137px;
}

#head-right {
width: 200px;
float: right;
display: inline;
height: 137px;
text-align: center;
}

#head-right a {
color: #ffffff;
text-decoration: none;
font-family: 'Century Gothic', Tahoma, Arial, sans-serif;
font-size: 13px;
text-transform: uppercase;
line-height: 12px;
}


/******** Content ********/

#content {
width: 1000px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
}

#left-nav {
width: 210px;
float: left;
display: inline;
padding: 10px 0px 0px 0px;
}

#left-nav ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#left-nav li {
margin: 0px;
padding: 0px;
text-align: center;
}

#left-nav li a {
color: #063577;
text-decoration: none;
text-transform: uppercase;
font-family: 'Century Gothic', Tahoma, Arial, sans-serif;
font-size: 16px;
line-height: 36px;
}

.left-logos {
text-align: center;
}

.left-logos img {
margin-bottom: 10px;
}

#center-panel {
width: 539px;
min-height: 470px;
margin: 0px 0px 0px 20px;
padding: 20px 10px 40px 10px;
float: left;
display: inline;
border-left: 1px solid #49699A;
}


/******** Right Panel ********/

#right-panel {
width: 210px;
float: right;
display: inline;
text-align: center;
padding: 20px 0px 0px 0px;
}

#right-panel a {
color: #063577;
text-decoration: none;
font-family: 'Century Gothic', Tahoma, Arial, sans-serif;
font-size: 15px;
line-height: 15px;
}


/******** Footer ********/

#footer {
width: 960px;
margin: 0 auto;
height: 50px;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
text-align: center;
border-top: 1px solid #49699A;
padding: 5px 0px 0px 0px;
}

#footer span.blue {
color: #104A9C;
}
