﻿/* CSS layout */
body {
	margin: 0px,auto;
	padding: 0px;
	font-family: "Times New Roman";
	background-color: #CADFD6;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
}

#container {
	margin:	0px auto;
	clear: both;
	background-color: #FFFFFF;
	width: 900px;
}

#left_col {
	float: left;
	width: 185px;
}

#right_col {
	float: right;
	width: 200px;
}

#page_content {
	margin-left: 200px;
	margin-right: 205px;
}

#footer {
	background-color: #4E8169;
	clear: both;
	padding-left: 10px;
	font-size: x-small;
	color: #FFFFFF;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 183px;
	float: left; /* Contain floated list items */
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */;
	width: 100%;
	height: 100%;
}
#nav img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	}
#nav a {
	display: block; /* to increase clickable area as a's 
      default to inline */;
	text-decoration: none;
}
#nav a:hover {
	border: thin white solid;
}
#top {
	background-color: #FFFFFF;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 10px;
	font-size: medium;
}
#top a {
	padding-left:5px;
	padding-right:5px;
	color: red;
	text-decoration: none;
}
.topic {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	font-weight: normal;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #C0C0C0;
	margin-right: 2px;
	padding-right: 2px;
	overflow: hidden;
}
.topic a {
	text-decoration:none;
	color:black;
}
.topic_img_land {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	width: 200px;
}
.topic_img_port {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	width: 150px;
}

.topic_img_land p {
	margin-top: 0px;
	color:blue;
	font-size:small;
}
.topic_img_port p {
	margin-top: 0px;
	color:blue;
	font-size:small;
}
.topic_video p {
	margin-top: 0px;
	color:blue;
	font-size:small;
}

.topic h2{
	font-family: "Times New Roman";
	color: #000000;
	font-size: large;
}

#top a:hover {
	background-color:red;
	color:white;
}
#footer_nav {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#rt_topic {
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#rt_topic h3 {
	text-align: center;
	margin-bottom: 0px;
}
.topic h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#footer_nav a {
	text-decoration: none;
	color: #FFFFFF;
}

.clearer{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.topic_img_l {
	float: left;
	width: 300px;
}
.topic a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.store_tbl {
	border: 2px solid #000000;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
}
.store_tbl img {
	float:left;
	margin:3px;
}
#right_col img {
	width: 195px;
}
#full_page_content {
	margin-left: 200px;
	margin-right: 10px;
}
.webdev {
	font-size: x-small;
	color: #FFFFFF;
}
.webdev a {
	color: #FFFFFF;
	text-decoration: none;
}
.webdev a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

