@charset "utf-8";
/* CSS Document */

html, body  { height: 100%; }

body {
	font-family:Helvetica, Tahoma, Arial ;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	color:#D8DBDF;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

p {
	font-family:Tahoma, Geneva, Helvetica;
    color:#D8DBDF;
    text-shadow: 0 -2px 0 #000000;
	font-size:15px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.error_txt {
	color:red;
	font-weight:bold;
}

.happy_txt {
	color:green;
	font-weight:bold;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

li {
	font-family:Tahoma, Geneva, sans-serif;
	text-shadow: 0 -2px 0 #000000;
	color:#D8DBDF;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:4px;
	margin-bottom:8px;
	padding:0px;
	color:#CDCFD1;
	text-shadow: 0 -2px 0 #000000;
	font-family:sans-serif, Geneva, Verdana;
}

h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:18px; }
h6 { font-size:16px; }

hr {
    display: block;
    height: 2px;
    border: 0;
    padding: 0;
	background-image: url(../img/divider_h.png);
	background-repeat:repeat-x;
}

pre {
    background-color: #3F4143;
	color:#D8DBDF;
    word-break: normal;
    word-wrap: normal;
}

textarea {
	width:280px;
	height:180px;
	background: url(../img/txtarea_bg.png) no-repeat;
	border: medium none;
	border-radius:5px;
	color: #C9C9C9;
	font-size: 15px;
	padding:10px;
}

input[type="text"] {
    height: 16px;
    width: 280px;
    min-height: 16px;
    min-width: 280px;
    background: url(../img/txtinp_bg.png) no-repeat;
    border: medium none;
    color: #C9C9C9;
    font-size: 15px;
    margin: 0px;
    padding: 15px 10px;
}

input[type="button"], 
input[type="submit"] {
    height: 44px;
	width: 132px;
	min-height: 44px;
    min-width: 132px;
	font-weight: bold;
	font-size: 16px;
    background: url(../img/form_btn.png) no-repeat;
    border: medium none;
	color: #DFE0E1;
	text-shadow: 0 -2px 0 #000000;
    cursor: pointer;
	margin: 0px;
	padding: 0px;
}

input[type="button"]:hover, 
input[type="submit"]:hover {
	background-position: 0 -44px;
}

input[type="button"]:active, 
input[type="submit"]:active {
	background-position: 0 -88px;
}

.img_right {
	float:right;
	margin-left:15px
}
.img_left {
	float:left;
	margin-right:15px
}

.last_mod {
	float:right;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#9A9B9C;
	text-shadow: 0 -2px 0 #000000;
}

.date_pub {
    font-family: "Courier New", Courier, monospace;
    font-size: 17px;
    color: #525354;
    text-shadow: 0 -2px 0 #000000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	text-shadow: 0 -2px 0 #000000;
}

#wrap {
	min-height: 100%;
}

#container {
	width:100%;
}

#header {
	background-image:url(../img/head_back.png);
	background-repeat:repeat-x;
}

#footer {
	height:142px;
	width:100%;
	background-color:black;
	background-image:url(../img/foot_back.jpg);
	background-repeat:repeat-x;
	position: relative;
	margin-top: -142px;
	clear:both;
}

#main {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	border:2px solid black;
	border-top:none;
	border-radius:0px 0px 15px 15px;
	padding-top:10px;
	padding-bottom:142px;
	overflow:auto;
}

#power_strip {
	height:168px;
	max-height:168px;
	min-width:1005px;
	width:100%;
	background-image:url(../img/ps_back.png);
	border-bottom:2px solid #000000;
}

#head_box {
	float:left;
	height:168px;
	width:380px;
	background-image:url(../img/head_logo.png);
	background-repeat:no-repeat;
}

#main_menu {
	float:right;
	height:168px;
	margin-right:5px;
}

#menu_list {
	display:block;
	margin-top:69px;
}

#menu_list li {
	display:inline-block;
	height:30px;
	list-style:none;
	background-color:#0C0C0C;
	border:1px solid black;
	border-radius:12px;
}

#menu_list li:hover {
	background-color:#393939;
	color:#929292;
}

#menu_list a:hover {
	color:#D8D6D6;
}

#menu_list a {
	line-height:27px;
	padding-left:5px;
	padding-right:5px;
	color:#9C9B9B;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

#main_div {
	width:720px;
	min-height:500px;
	float:left;
	padding:15px;
	padding-top:0px;
	background-image:url(../img/divider_v.png);
	background-repeat:repeat-y;
	background-position:right;
}

#side_div {
	width:250px;
	float:right;
	margin-left:10px;
	margin-right:10px;
}

#bottom_txt {
	font-size:12px;
	text-shadow: 0 -2px 0 #000000;
	color:#E0E5EF;
}

#foot_box {
	padding:20px;
	border-top:2px solid black;
}

.foot_notice {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#F3F3F4;
	text-decoration:none;
	text-shadow: 0 -2px 0 #000000;
}

.quote-p {
	margin-top:5px;
	margin-bottom:5px;
	padding:8px;
    border:2px solid black;
	background-color:#595556;
	font-family:Tahoma, Geneva, sans-serif;
	color:#F4F2F2;
	text-shadow:none;
	font-size:12px;
	width:600px;
	margin-left:auto;
	margin-right:auto;	
}

a.port_link, a.port_link :link {
	padding-top:0px;
	margin-top:0px;
}

a.port_email, a.port_email:link, a.port_email:visited {
	color:white;
	font-weight:bold;
}

.port_item {
    width:100%;
	margin-bottom:8px;
}

.port_title{
	margin-bottom:2px;
}