/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #2C528A}
a:visited {color: #2C528A}
a:hover {color: #637FA8}
a:active {color: #637FA8}

#site_info a:link {color: #2C3E7A}
#site_info a:visited {color: #2C3E7A}
#site_info a:hover {color: #2C3E7A}
#site_info a:active {color: #2C3E7A}

html {
text-align: center;
}

body {
position: relative;
width: 830px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
color:#3A52A0;
font-size:14px;
background: #3A52A0 url(graphics/bgdots.gif) repeat-y top center;
}
p {
line-height: 17px;
}
#branding {
position: relative;
width: 830px;
height: 120px;
margin: 0 auto;
text-align: left;
background-color: #FFFFFF;
}
#branding .overlay
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #FFFFFF url(graphics/title.gif) no-repeat top left;
}
#branding h1 {
position: absolute;
padding-top: 20px;
}

h2 {
font-size: 20px;
font-weight: 600;
color: #6B3E81;
}
h3 {
font-size: 16px;
font-weight: 600;
color: #2C3E7A;
text-decoration: underline;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 830px;
background: #FFFFFF url(graphics/footer.gif) bottom right no-repeat;
}

/* content with navigation */
#right_content {
margin-left: 230px;
padding: 20px;
background: transparent url(graphics/rightcontentbg.gif) top right no-repeat;
}

#nav {
position: absolute;
left: 0;
top: 0;
font-size: 18px;
width: 230px;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0;
}
#nav li a:link, #nav li a:visited {
display: block;
padding: 5px;
border-left: 10px solid #7A518D;
border-right: 10px solid #2C3E7A;
background-color: #D3D7E2;
color: #3A52A0;
text-decoration: none;
border-bottom: 2px solid #85AD79;
}
#nav li a:hover {
border-left: 10px solid #2C3E7A;
border-right: 10px solid #7A518D;
background-color: #6274B1;
color: #FFFFFF;
}

#submenu a:link, #submenu a:visited {
display: block;
padding: 5px;
border-left: 10px solid #7A518D;
border-right: 10px solid #2C3E7A;
background-color: #D3D7E2;
color: #3A52A0;
text-decoration: none;
border-bottom: 2px solid #85AD79;
margin-left: 10px;
font-size: 15px;
font-weight: bold;
}

#submenu a:hover {
border-left: 10px solid #2C3E7A;
border-right: 10px solid #7A518D;
background-color: #6274B1;
color: #FFFFFF;
}

.hide{
display: none;
}

.show{
display: block;
}


/* footer */
#site_info {
text-align: right;
font-size: 13px;
color: #2C3E7A;
margin: 0;
padding: 0 90px 20px 0;
}

table {
padding: 0;
margin: 0;
border:none;
}
th, td {
padding: 3px;
border: none;
}
.noborder {
border: 1px solid #FFFFFF;
}

.smaller {
font-size: 13px;
}

#index_movie {
position: absolute;
top: 0;
right: 0;
}