/* CSS Document */

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
width:auto;
float:left;

}

h2, h3, h4{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
margin:10px;

}
#header{
width:100%;
height:100px;
background-color:#E9C500;
-webkit-box-shadow: 0px 6px 15px 0px rgba(175, 152, 126, 1);
-moz-box-shadow:    0px 6px 15px 0px rgba(175, 152, 126, 1);
box-shadow:         0px 6px 15px 0px rgba(175, 152, 126, 1);
}

.header{
width:1024px;
height:100px;
margin:auto;
}

.logo{
margin:20px 10px 10px 0px;
width:180px;
float:left;
}

#banner{
margin-top:5px;
width:100%;
height:auto;
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.banner{
width:1024px;
height:390px;
margin:auto;
}

.inner{
width:1024px;
height:785px;
margin:auto;
}


.banner-box{
width:795px;
height:372px;
float:right;
margin: 5px 0 0px 0;
padding: 0px 0 0px 0;
-webkit-box-shadow: 0px 6px 15px 0px rgba(175, 152, 126, 1);
-moz-box-shadow:    0px 6px 15px 0px rgba(175, 152, 126, 1);
box-shadow:         0px 6px 15px 0px rgba(175, 152, 126, 1);
}

/* Main */
.main-menu
{
width:800px;
float:right;
margin:25px 0px 10px 0px;
height:25px;
}

#menu {
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


.navbox {
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 200px;
	position: relative;
	top: -10px;
	 
	padding: 10px 0 20px 0;
	background: url(../images/shad2.png) no-repeat;
	-webkit-background-size: 50% 100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

li {
	margin: 5px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	background: #EAC006 url(../images/border.png) no-repeat;
	color: #174867;
	padding: 7px 15px 7px 15px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 180px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb url(../images/border.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
}


#content{
width:100%;
height:auto;
-webkit-box-shadow: 0px 6px 15px 0px rgba(175, 152, 126, 1);
-moz-box-shadow:    0px 6px 15px 0px rgba(175, 152, 126, 1);
box-shadow:         0px 6px 15px 0px rgba(175, 152, 126, 1);
}

.content{
width:1024px;
height:480px;
margin:auto;
}

#footer{
width:100%;
height:40px;
background-color:#303030;
-webkit-box-shadow: 0px 6px 15px 0px rgba(175, 152, 126, 1);
-moz-box-shadow:    0px 6px 15px 0px rgba(175, 152, 126, 1);
box-shadow:         0px 6px 15px 0px rgba(175, 152, 126, 1);
}

.footer{
	width:1024px;
	height:40px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	vertical-align: bottom;
}

.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
line-height:25px;

}

.inner-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
line-height:25px;
padding:15px;

}

.copyright
{
padding:10px;
}

.inner-content{
width:780px;
height:auto;
float:right;
margin: 5px 0 10px 0;
padding: 0px 0 0px 0;
background:#FFFFFF;
-webkit-box-shadow: 0px 6px 15px 0px rgba(175, 152, 126, 1);
-moz-box-shadow:    0px 6px 15px 0px rgba(175, 152, 126, 1);
box-shadow:         0px 6px 15px 0px rgba(175, 152, 126, 1);


}
