
body { 
font-family :  Verdana, Arial, Helvetica, sans-serif;
color : #000000;
margin : 0px;
padding : 0px;
font-size : 10pt;
background-color : #999933;
} 

a{
color : #000000;
text-decoration : none;
} 
a.hover{
color : #000000;
text-decoration : underline;
}

#banner{
 border : 0px;
margin-left : 20%;
padding : 0px;
height : 118px;
background-color : #999933;
background-image : url('/landships/system_images/landships_2.jpg');
background-repeat : no-repeat;
background-position : left;
}

#navbar { 
margin : 0px;
padding : 4px;
background-color : #8B0000;
color : #FFFFFF;
height : 25px;
}

#navbar ul { 
float : left;
list-style : none;
margin : 0;
height : 20px
}

#navbar a{
color : #FFFFFF;
text-decoration : none;
font-size : 12pt;
display : block;
padding : 1px 20px 1px 20px;
margin-left : 0px;
} 

#navbar ul li { 
float : left;
} 

#page_wrapper{
	width : 100%;
	background : #999933;
	}
	
#left_menu {
	text-align:left;
	line-height:1.4;
	float: left;
	padding: 0px;
	margin-top: 1px;
	border: 0px;
	background : #999933;
	width: 20%;
	}



.accordion {
    margin:0 auto;
    width:100%;
    padding:0px;

}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:9pt;
	padding-left:20px;
	margin-top : 2px;
    background:#666633;
    color:#CCCC00;
    cursor:pointer;
	font-weight: bold;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=checkbox]:checked ~ label {
    background:#666633;
    color:#8B0000;

}
.accordion .content {
    padding-top: 5px;
    font-size:8pt;
    overflow:hidden;
    width:100%;
    background:#999966;

    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}



/* Vertical */
.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:2px;
}
.vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
 /* We don't want the border to disappear on hover */
}
.vertical ul li .content {
    display: none;
    border-top:0;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
	display: block;
	background:#999966;
}
	
/*#text_item{
	float: right;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	margin-top: 5px;
	margin-left: 0%;
	margin-right: 0%;
	border: 0px;
	background: #999933;
	font-size : 8pt;
	text-align : justify;
	width: 70%;
	}
*/
#right_wrapper{
	float: right;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	margin-top: 5px;
	margin-left: 0%;
	margin-right: 0%;
	border: 0px;
	background: #999933;
	font-size : 8pt;
	text-align : justify;
	width: 70%;
	}

.right_block{
	float: right;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	margin-top: 5px;
	margin-left: 0%;
	margin-right: 0%;
	border: 0px;
	background: #999933;
	font-size : 8pt;
	text-align : justify;
	width: 70%;
	}
	
.center_text{
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
	margin-left: 20%;
	margin-right: 20%;
	border: 0px;
	background: #999933;
	font-size : 9pt;
	text-align : justify;
}
.menu_header {
	
	text-align:left;
	background : #666633;
	color : #CCCC00;
	font-size : 9pt;
	font-weight : bold;
	margin-bottom : 2px;
	padding-left : 10px;
	}
.menu_left_header {
	text-align:left;
	color : #CCCC00;
	background : #666633;
	font-size : 9pt;
	font-weight : bold;
	}	
.header_link{
	color : #CCCC00;
	font-size : 9pt;
	font-weight : bold;
	vertical-align : middle;
	text-align:left;
	}
.header_left_link{
	color : #CCCC00;
	background : #666633;
	font-size : 9pt;
	font-weight : bold;
	vertical-align : middle;
	text-align:left;
	margin-bottom : 2px;
	padding-left:10px;
	}	
	
.menu_block {
	
	display:none;
	line-height:1.2;
	text-align : left;
	background : #999966;

}

.menu_link{
	color : #8B0000;
	background : #999966;
	width; 100%;
	font-size : 8pt;
	padding-left:20px;
	font-weight : bold;
	vertical-align : middle;
	
}

a.menu_link:hover{
text-decoration : underline;
}
.item_wrapper{
	margin-left : 0px;
	padding-right : 50px;
	margin-bottom : 20px;
}

.center_header{
	color : #FFFFFF;
	background : #808000;
	margin-left : 20%;
	margin-right :20%;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center;
	font-size : 12pt;
}
.item_header{
	color : #FFFFFF;
	background : #808000;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center;
	font-size : 12pt;
}
.item_subheader{
	color : #FFFFFF;
	background : #808000;
	padding-top : 5px;
	padding-left : 20px;
	padding-bottom : 5px;
	text-align : left;
	font-size : 11pt;
}
.item_image{
	text-align : center;
	margin-left : 5px;
}
.para_image_right{
	float : right;
	margin-bottom : 5px;
	margin-left : 5px;
}
.para_image_left{
	float : left;
	margin-right : 5px;
	margin-bottom : 5px;
}

.CSSButton {
border: 1px solid #8B0000;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #8B0000), color-stop(0.9, #8B0000) );
background: -moz-linear-gradient( center top, #8B0000 10%, #8B0000 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B0000', endColorstr='#8B0000');
background-color: #8B0000;
-moz-box-shadow: inset 0px 1px 2px 0px #8B0000;
-webkit-box-shadow: inset 0px 1px  2px 0px #8B0000;
box-shadow: inset 0px 1px  2px 0px #8B0000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 1px 1px 2px #8B0000;
font-weight: bold;
margin: 5px 5px;
padding: 4px 0px;
color: #FFFFFF;
letter-spacing: 1px;
font-family: 'Arial', sans-serif;
font-size: 14px;
width: 150px;
text-transform: capitalize;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.CSSButton:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #8B0000), color-stop(0.9, #8B0000) );
background: -moz-linear-gradient( center top, #8B0000 10%, #8B0000 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B0000', endColorstr='#8B0000');
background-color: #8B0000;
}
.CSSButton:active {
position: relative;
top: 1px;
left: 0px;
}

.CSSButton_wide {
border: 1px solid #8B0000;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #8B0000), color-stop(0.9, #8B0000) );
background: -moz-linear-gradient( center top, #8B0000 10%, #8B0000 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B0000', endColorstr='#8B0000');
background-color: #8B0000;
-moz-box-shadow: inset 0px 1px 2px 0px #8B0000;
-webkit-box-shadow: inset 0px 1px  2px 0px #8B0000;
box-shadow: inset 0px 1px  2px 0px #8B0000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 1px 1px 2px #8B0000;
font-weight: bold;
margin: 5px 5px;
padding: 4px 0px;
color: #FFFFFF;
letter-spacing: 1px;
font-family: 'Arial', sans-serif;
font-size: 14px;
width: 250px;
text-transform: capitalize;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.CSSButton_wide:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #8B0000), color-stop(0.9, #8B0000) );
background: -moz-linear-gradient( center top, #8B0000 10%, #8B0000 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B0000', endColorstr='#8B0000');
background-color: #8B0000;
}
.CSSButton_wide:active {
position: relative;
top: 1px;
left: 0px;
}





 