/* geopacific css */

body {
	background-image: url(imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #9faec2;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding: 0;
	margin: 0;
}


a {
	text-decoration: none;
	color: #00456B;
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #F0CB00;
	outline: 0;
	padding: 0;
	margin: 0;
}

a.discrete {
	text-decoration: none;
	color: #00456B;
	padding: 0;
	margin: 0;
}
a.discrete:hover {
	text-decoration: underline;
	color: #F0CB00;
	border-bottom: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

a.title { text-decoration: none; color: #8f8f8f; padding: 0; margin: 0; }
a.title:hover { text-decoration: none; color: #8f8f8f; border-bottom: 0; outline: 0; padding: 0; margin: 0; }


h1 {
	font-family: georgia, serif;
	font-size: 5em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: 100;
	line-height: 1em;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	margin: 0 0 5px 0;
	color: #F0CB00;
}

h4 {
	font-size: 1.3em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}


.in { text-indent: 20px; }


#wrap {
	width: 876px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
}


#header {
	width: 100%;
	height: 140px;
	background-image: url(imgs/head_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

	.title_tagline {
	width: 100%;
	height: 140px;
	background-image: url(imgs/banner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 30px 0 0 0;
	margin: 0;
	}


#main_menu {
	height: 60px;
	background-image: url(imgs/menu_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1.1em;
	padding: 11px 0 0 22px;
	margin: 0;
}

	#menu { 
		padding: 0 0 0 10px;
		font-weight: bold;
	}

		#menu dt, dl, dd, ul, li {
			list-style-type: none;
			margin: 0 10px 0 0;
			padding: 0;
		}

			#menu dl {
				float: left;
			}

			#menu li {
				display: inline;
			}


		#menu dt a {
			text-decoration: none;
			color: #fff;
			background: transparent;
		}

			#menu dt a:hover {
	color: #F0CB00;
			}


		#menu dd a {
			text-decoration: none;
			color: #757575;
			background: transparent;
		}

			#menu dd a:hover {
				color: #a9a9a9;
			}


		#sub1, #sub2, #sub3, #sub4 {
	position: absolute;
	top: 185px;
	font-size: 0.9em;
	color: #000;
		}



#content {
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0 18px 0 20px;
}


/* The following CSS,
	"submenu_a",
	"right_wrap",
	"content_middle" and
	"submenu_b"
define the double submenus layout for index.html */

	.submenu_a {
		float: left;
		width: 15%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.submenu_a p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.submenu_a ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.submenu_a ul li {
			padding: 0;
			margin: 0;
		}

	.right_wrap {
		float: right;
		width: 80%;
		padding: 0 24px 0 0;
	}

		.content_middle {
			float: left;
			width: 65%;
			font-size: 1.1em;
			line-height: 1.5em;
			text-align: justify;
			padding: 0 30px 0 25px;
			margin: 0 1px 0 19px;
			border-left: 1px solid #e0e0e0;
			border-right: 1px solid #e0e0e0;
		}

			.content_middle p {
				padding: 0;
				margin: 7px 0 0 0;
			}

		.submenu_b {
			float: right;
			width: 18%;
			padding: 0 9px 0 0;
			margin: 0;
		}

			.submenu_b p {
				padding: 0;
				margin: 6px 0 0 0;
			}

			.submenu_b ul {
				list-style-type: none;
				padding: 0;
				margin: 5px 0 25px 0;
			}

			.submenu_b ul li {
				padding: 0;
				margin: 0;
			}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 5px;
}
table2 {
	margin: 0px 0px;	
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	background-color: #F0CB00;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #F0CB00;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* The following CSS,
	"menu_left" and
	"content_right"
define the left-wing layout for index.html */

	.menu_left {
		float: left;
		width: 16%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.menu_left p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_left ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_left ul li {
			padding: 0;
			margin: 0;
		}

	.content_right {
		float: right;
		width: 75%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 20px 0 25px;
		margin: 0;
		border-left: 1px solid #e0e0e0;
	}

		.content_right p {
			padding: 0;
			margin: 7px 0 0 0;
		}
		
/* form elements */
form {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bcc6d4;
	border-bottom-color: #bcc6d4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
label {
	display: block;
	font-weight: normal;
	margin: 4px 2px;
	color: #666666;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #FFF;
	border: 1px solid #F0CB00;
}
textarea {
	width: 250px;
	height: 100px;
	display: block;
}
input.button {
	height: 15px;
	margin: 0px;
	padding: 0;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* The following CSS,
	"content_left" and
	"menu_right"
define the right-wing layout for right_wing.html */

	.content_left {
	float: left;
	width: 74%;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	padding: 0 25px 0 10px;
	margin: 0;
	border-right: 1px solid #e0e0e0;
	}

		.content_left p {
	padding: 0;
	margin: 7px 0 0 0;
		}

	.menu_right {
	float: right;
	width: 16%;
	padding: 0 20px 0 0;
	margin: 0;
	}

		.menu_right p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_right ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_right ul li {
			padding: 0;
			margin: 0;
		}


.square {
	width: 120px;
	border-top: 1px solid #bcc6d4;
	border-bottom: 1px solid #bcc6d4;
	padding: 5px 8px 5px 0;
	margin: 0 0 25px 0;
}


.post { padding: 0 0 20px 0; }


.layouts { text-align: center; padding: 10px 0 0 0; }


#bottom {
	clear: both;
	width: 100%;
	height: 163px;
	background-image: url(imgs/bottom_bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}

	.footer {
		width: 100%;
		text-align: center;
		padding: 40px 0 0 0;
		margin: 0;
	}
