﻿@import url("layout.css");
@import url("sidebar.css");
@import url("editableContent.css");

/***************************************************************/
/* Basic Styles */
body {
	background-color: #222222; 
	margin-right: auto; 
	margin-left: auto;
	position: relative;
	font-family: Arial; 
	font-size: 14px;

}

h1{
	font-size: 18px;
	color: #456573;
	text-align:center;
}

h4{
	color: #456573;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

p{ text-align:justify; }
ul{	list-style-type:disc; margin-left:25px; }

/***************************************************************/
/* Style for User Content Section */
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #456573;
}

#content {
	float: right;
	width: 690px;
	padding: 15px;
	overflow: hidden;
	background-color: #efe6cd;
	margin: 0px;
	position: relative;
}
#content img { display: block; }

/***************************************************************/
/* Styles for header */
#header {
	float: left;
	width: 960px;
	padding: 0px;
	overflow: hidden;
	background-color: #456573;
	margin: 0px;
	position: relative;
	padding-top: 10px; 
	padding-bottom: 12px;
}
#masthead {	float: left; width: 240px; position: relative; clear: both;	display: inline; }
#banner { float: left; width: 720px; position: relative; }
#masthead img {	float: left; }
#banner img { float: right; }

/***************************************************************/
/* Styles for Footer */
#footer {
	clear: both;
	width: 960px;
	background-color: #222222;
	padding: 0;
	margin-top: 0px;
	color: #efe6cd;
	font-size: x-small;
}
#footer a:hover { color: #efe6cd; }

/**************************************************************/	
/* Table Styles */
#contactUs td{ padding-right: 10px; padding-bottom: 10px; }

/**************************************************************/	
/* Sitemap Styles */

.sitemap{ padding:5px; text-decoration:none; }
.sitemap ul li{	list-style-type:none; text-decoration:none;	}
.sitemap ul{ list-style-type:none; text-decoration:none; }	
.sitemap li{ list-style-type:square; text-decoration:none; }
.sitemap a{	text-decoration:none; }

/**************************************************************/
/* Utility Functions */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; margin: 0; padding: 0; }

