@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1 2px;
	color: #666666;
}
a {
	color: #00005A;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #00005A;
}
h2 {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #00005A;
}
p {
	text-align: justify;
}
em {
	font-weight: bold;
	font-style: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
li {
	padding: 2px 0;
}
label {
	float: left;
	display: block;
	width: 150px;
}
textarea, input {
	max-width: 100%;
	margin-bottom: 3px;
}
#body button {
	margin-left: 150px;
}

.check {
	list-style-image: url(../images/checkbox.gif);
}
.trade {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #00005A;
}
.indent {
	margin-left: 150px;
}
.overlay {
	z-index: 9998;
}

#main {
	margin: 0;
	padding: 0;
	background: url(../images/background.gif) top left repeat-x;
	overflow: hidden;
}
#menu-button {
	position: absolute;
	top: 0;
	right: 20px;
	display: none;
}
#menu-wrapper {
	display: block;
}
#menu {
	margin: 30px 0 0 20px;
	padding: 0;
	width: 206px;
	background: url(../images/menu_background.jpg) top left repeat-x;
	background-color: #FFFFFF;
	float: left;
	z-index: 9999;
}
#logo {
	margin: 0;
	padding: 0;
	height: 147px;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
#logo a {
	margin: 15px 0 0 0;
	height: 106px;
	display: block;
	text-indent: -999em;
	background: url(../images/img12.gif) no-repeat;
}
#main_menu {
	margin: 0;
	padding: 0;
	border-left: 2px solid #00005A;
	border-right: 2px solid #00005A;
	border-bottom: 2px solid #00005A;
	font-size: 13px;
}
#main_menu ul {
	position: relative;
	top: -12px;
	min-height: 400px;
	list-style-image: url(../images/menu_list.gif);
}
#main_menu ul li {
	padding: 5px 0;
	text-indent: 7px;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
}
#main_menu ul li a {
	text-decoration: none;
}
#main_menu ul li a:hover {
	text-decoration: underline;
}
#body {
	margin: 30px 0 0 20px;
	padding: 0;
	max-width: 1030px;
	width: 100%;
	border: 2px solid #FFFFFF;
	float: left;
}
#footer {
	margin: 30px 0 0 0;
	padding: 2px 0 0 27px;
	border-top:2px solid #00005A;
}
#carousel {
	width: 100%;
	padding-bottom: 31.400282885431400282885431400283%;
	background-image: url(../images/5_Pics.jpg);
}

@media screen and (max-width:1300px) {
	#body {
		width: 703px; /* Fallback for non-supported browsers when using calc */
		width: -webkit-calc(100% - 270px);
		width: -moz-calc(100% - 270px);
		width: -o-calc(100% - 270px);
		width: -ms-calc(100% - 270px);
		width: calc(100% - 270px);
	}
}
@media screen and (max-width:973px) {
	.overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #000000;
		opacity: 0.5;
	}
	#menu-button {
		display: block;
	}
	#menu-wrapper {
		display: none;
	}
	#menu {
		margin: 30px auto 0 auto;
		position: fixed;
		left: 50%;
		margin-left: -103px;
	}
	#body {
		margin: 30px 20px 0 20px;
		width: auto;
		float: none;
		position: inherit;
		left: inherit;
		right: inherit;
	}
}
@media screen and (max-width:707px) {
	#main {
		background: url(../images/background-mob.gif) top left repeat-x;
		background-size: 100% auto;
	}
}

/*******************/
/*    IE Hacks    */
/*******************/
#main {
	height: 1%;
}
#main_menu ul {
	height: 400px;
}
