@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

a {
	color: #036cae;
	font-weight: bold;
	text-decoration: none;
}

img {
	border:none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 5px;
}

.scanlines {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background-image: url(../images/grid-white_circle.png);
}

.scanlines2 {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-image: url(../images/bg2.jpg);
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

#main_container {
	width: 100%;
}
#header {
	background-color: #FFF;
	z-index: 10;
	width: 100%;
	height: 100px;
	position: relative;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3C63FF;
}

#logo {
	float: left;
	margin-top: 35px;
	margin-left: 30px;
}
#nav {
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	width: auto;
	height: 56px;
	font-size: 14px;
	color: #999;
	z-index: 100;
	clear: right;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}
 
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
 
#nav ul li {
     float: left;
     position: relative;
}
 
#nav ul li a {
	text-align: center;
	border-right: 1px solid #e9e9e9;
	padding: 20px;
	display: block;
	text-decoration: none;
	color: #3C63FF;
}

#nav ul li a:hover {
	color: #CA0000;
}

#nav ul li ul {
     display: none
}
 
#nav ul li:hover ul {
     display: block;
     position: absolute;
}
 
#nav ul li:hover ul li a {
	display: block;
	background: #CA0000;
	color: #ffffff;
	width: 110px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	border-right: none;
}
 
#nav ul li:hover ul li a:hover {
	color: #fff;
	background-color: #8BBB7B;
}
#main {
	position: absolute;
	top: 110px;
	left: 20px;
	z-index: 0;
	}
}
#content {
	width: 100%;
	margin-top: 150px;
	margin-left: 50px;
}
#content2 {
	width: 500px;
	margin-top: 15px;
	margin-left: 15px;
	border: 1px solid #696;
	text-align: center;
	width: 600px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #5C8CE6;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5C8CE6), to(#5B9CF5));background: -webkit-linear-gradient(#5C8CE6, #5B9CF5);background: -moz-linear-gradient(#5C8CE6, #5B9CF5);background: -ms-linear-gradient(#5C8CE6, #5B9CF5);background: -o-linear-gradient(#5C8CE6, #5B9CF5);background: linear-gradient(#5C8CE6, #5B9CF5);-pie-background: linear-gradient(#5C8CE6, #5B9CF5);
	behavior: url(scripts/PIE.htc);
	font-size: 18px;
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}



#footer {
	background-color: #FFF;
	z-index: 10;
	width: 100%;
	height: 160px;
	bottom: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #3C63FF;
	position: fixed;
	z-index: 10;
}
#profile_image {
	margin-left: 20px;
	width: auto;
	padding-top: 10px;
	float: left;
}

#about {
	height: auto;
	width: 450px;
	margin-left: 30px;
	padding-top: 5px;
	float: left;
}
#media_links {
	float: left;
	margin-top: 70px;
	margin-left: 200px;
}

#copyright {
	float: right;
	margin-top: 145px;
	margin-right: 10px;
	font-size: 10px;
	width: auto;
}

/* Overlay Style */

.tab_container p {
	padding-left: 15px;
}

.tab_container ul {
	padding-left: 35px;
}

.tab_container pre {
	margin-top: 15px;
}

.tab_container td p {
	padding-left: 0;
}

.tab_container a {
	display: inline-block;
}

.tab_container a img {
	display: block;
	margin-bottom: 10px;
	max-width: 200px;
	max-height: 200px;
	margin-right: 10px;
}

#tab_image {
	background-image: url(../images/Gallery_tab.png);
	height: 60px;
	width: 700px;
}
#tab_text {
	height: auto;
	width: 180px;
	margin-top: 20px;
	margin-left: 20px;
}
