* {
	margin: 0;
}

html, body {
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
	color: #d9531e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 152%;
	color: #ff6600;
}

h3 {
	font-size: 120%;	
	color: #494a4a;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	text-transform:uppercase;
	font-weight: bold;
}

h4 {
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	background: #ccc;
	padding: 10px;
	text-align: right;
}

h5 {
	font-size: 100%;
	color: #494a4a;
	padding-top: 10px;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 20px;
}


p {
	margin: 10px 0;
	line-height: 1.4em;
}

ul, ol {
padding-left: 15px;
margin-left: 10px;
margin-bottom: 15px;
}

li
{
list-style: circle;
margin: 0;
padding: 0.05em;
}


.center {
	text-align: center;
}

a:link, a:visited {
	color: #0AAAFD;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ff6600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 6px 10px 0 0;
}

img.microright {
	float: right;
	margin: 20px 0 0 0;
}
	
	strong{
		font-weight: bold;
	}
	
	.blue {
		color: #498ad3;
	}
	
	
	input
{
color: #000;
background: #cfd8dd;
border: 2px solid #fff;
}

textarea
{
color: #000;
background: #cfd8dd;
border: 2px solid #fff;
}

.submit input
{
color: #000;
background: #fff;
border: 2px outset #cfd8dd;
} 
	
/* -------- containers begins ----------- */

	.container {
		width:900px;
		margin: 0 auto;
	}
	
	#header {
		height: 120px;
	}
	

	#banner { 
		height: 250px;
		background: #fff url(images/bluegrad-wrapper.jpg) no-repeat;
		padding: 0;
	}
	
	#banner h1 {
		padding: 50px;
	}

	#page {
		width: 900px;
		background: #fff;
	}
	
	#content {
		width: 570px;
		float: left;
		padding: 0px 20px 20px 10px;
	}
	
	.sidebar {
		float: right;
		width: 280px;
		padding: 0 0 20px 20px;
	}
	
	.leftcolumn{
		float: left;
		width: 555px;
		padding: 20px 40px 20px 5px;
	}
	
	.rightcolumn{
		float: right;
		width: 249px;
		padding: 20px 25px;
		background: #cfd8dd;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		overflow: hidden;
	}
	
/* -------- menus and navigation begins ----------- */
	
#navwrapper {
		height: 67px;
		background: url(images/nav-wrapper.png) no-repeat;
		padding: 0px 0 0 0;
	}

#nav {
	margin: 20px 0 0 0;
	padding: 0 5px;
	width: 400px;
	float:right;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #d9531e;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #498ad3;
	}

#menu {
	float: left;
	width: 600px;
	margin-left: -4px;
}

#menu ul {
	margin: 0;
	padding: 4px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 5px 20px;
	text-decoration: none;
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 2px solid #fff;
}

#menu a:hover { 
	background: #d9531e;
	color: #FFFFFF;
}

/* -------- footer begins ----------- */
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -280px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 280px; /* .push must be the same height as .footer */
}

	.footer{
		height: 280px; /* .push must be the same height as .footer */
		clear:both;
		margin: 0 auto;
		width: 900px;
		background: #ccc;
		border-top: #d9531e solid 5px;
	}

	.footermain{
		width: 580px;
		float: left;
		border-top: 5px solid #fff;
		padding-left: 20px;
	}
	
	.footerrightcolumn{
		float: left;
		width: 300px;
		height: 275px;
		overflow: hidden;
		background: #cfd8dd;
		border-top: 5px solid #fff;
	}

	.footer	h1 {
		font: 32px Verdana, Geneva, sans-serif;
		color: #fff;
		font-weight: bold;
		padding: 10px 0 0 10px;;
	}
	
	.footer a{
		color: #A39D97;
	}
	

	#foot li{
		list-style: circle outside;
		padding-top: 10px;
		color: #d9531e;
		border-bottom: 1px solid #fff;
	}
	
	#foot li a{
		text-decoration: none;
		color: #d9531e;
		font-weight: bold;
	}
	
	#foot li a:hover{
		color: #498ad3;
	}
	
	.copyright{
		padding: 10px;
		padding-top: 20px;
		font-size: 12px;
		text-align: center;
	}