/*
Website Master Page Style
Design on Oct-2-2006
Designed by Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	color: #000000;
	font-size: 12px;
}

form {
	margin: 0px;
}

#wrapper {
	width: 972px;
	height: auto;
	min-height: 800px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: relative;
	text-align: left;
}

#masthead {
	width: 100%;
	height: 309px;
	background: url("images/crsm_masthead.jpg") no-repeat;
	overflow: hidden;
}

#top_nav {
	position: absolute;
	top: 267px;
	left: 100px;
	width: 780px;
	height: 28px;
	display: block;
	background-color: #CBCBCB;
	z-index: 100;
}

#container {
	position: relative;
	width: 100%;
	background: url("images/crsm_background.jpg") repeat-y;
}

#left_col {
	width: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	min-height: 500px;
}

#left_body {
}

#left_bottom {
}

#leftmenu {
	position: relative;
	width: 180px;
	padding: 0px;
	left: 100px;
}

#page_content {
	margin-right: 100px;
	margin-left: 300px;
	height: auto;
	min-height: 500px;
	padding-right: 20px;
}

#page_title
{
    line-height: 56px;
   vertical-align: middle;
   font-size: 28px;
   font-weight: bold;
   color: #B8546C;
}

#page_details
{
}

#contactus_div
{
}

#contactus_div td
{
	background-color: #f8f8f8;
}

#copyright 
{
	margin-top: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	height: 86px;
	line-height: 59px;
	vertical-align: middle;
	display: block;
	background: url("images/crsm_footer.jpg") no-repeat;
}

#copyright a
{
    font-size: 10px;
    text-decoration: none;
    color: Gray;
}

#copyright a:hover
{
    text-decoration: underline;
    color: Orange;
}
