/* ----======== Reseting All Browsers ========---- */		

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
margin:0;
padding:0;
}

fieldset, img
{
border:0;
}

ul
{
list-style:none;
}

caption, th
{
text-align:left;
}

h1, h2, h3, h4, h5, h6
{
font-size:100%;
font-weight:normal;
}

abbr, acronym
{
border:0;
}



/* ----======== HTML Selectors ========---- */

body
{
text-align: center;
background: #000 url(../images/bg.jpg) no-repeat top center fixed;
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 20px;
}

h1
{
font-size: 28px;
margin-bottom: 12px;
color: #002754;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 28px;
}

h2
{
font-size: 15px;
margin-bottom: 12px;
color: #14a3ed;
}

h3
{
font-size: 15px;
margin-bottom: 12px;
color: #000;
}

h4
{
margin-bottom: 12px;
line-height: 17px;
color: #000;
font-weight: bold;
}


p
{
margin-bottom: 12px;
line-height: 17px;
}

a
{
color: #14a3ed;
text-decoration: none;
}

a:hover
{
color: #000;
text-decoration: underline;
}

.hidden
{
display: none;
}

.clear
{
clear: both;
}

#content ul
{
margin-bottom: 8px;
}

#content ul li
{
padding-bottom: 4px;
line-height: 17px;
padding-left: 16px;
background: url(../images/bullet.gif) no-repeat 0 3px;
}

table
{
margin-bottom: 12px;
background: #dadada;
}

th
{
padding: 4px;
background: url(../images/blue_tile.jpg) repeat-x;
color: #fff;
font-weight: bold;
}

td
{
padding: 4px;
background: #eaeaea;
}

input, textarea, select
{
border: 1px solid #bbb;
background: #fff;
padding: 3px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* ----======== Page Layout ========---- */

#wrapper
{
width: 883px;
text-align: left;
margin: auto;
position: relative;
}

#header
{
background: url(../images/header_bg.png) no-repeat top left;
position: relative;
padding: 16px 20px;
}

#mainMenu
{
background: url(../images/menu_bg.png) no-repeat top left;
height: 47px;
border-left: 5px solid #fff;
border-right: 5px solid #fff;
position: relative;
z-index: 44;
}

#mainMenu ul
{
padding: 5px;
}

#mainMenu li
{
float: left;
margin-right: 5px;
position: relative;
}

#mainMenu li a
{
height: 24px;
padding: 10px 12px 0 12px;
display: inline-block;
text-transform: uppercase;
color: #b7d9e0;
}

#mainMenu li a:hover
{
color: #fff;
text-decoration: none;
background: #001742;
}

#mainMenu li.active a
{
background: url(../images/blue_tile.jpg) repeat-x;
color: #fff;
}

#content
{
background: #eee;
border-left: 5px solid #fff;
border-right: 5px solid #fff;
position: relative;
margin-top: -3px;
z-index: 42;
}

#left
{
width: 489px;
float: left;
height: 353px;
overflow: hidden;
}

#right
{
width: 354px;
height: 335px;
float: left;
padding: 18px 15px 0 15px;
overflow: auto;
}

#gallery ul li
{
float: left;
padding: 0;
margin: 1px;
background-image: none;
width: 84px;
height: 66px;
overflow: hidden;
border: 1px solid #00153E;
opacity: 0.7;                    /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
filter: alpha(opacity=70);       /* IE 4-7 */
}
#gallery ul li:hover
{
border: 1px solid #00153E;
opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
filter: alpha(opacity=100);       /* IE 4-7 */
}


#footer
{
background: url(../images/footer_bg.png) no-repeat top left;
padding: 13px 20px;
color: #fff;
height: 47px;
}

#footer a:hover
{
color: #fff;
}