﻿/******************************/
/**This is for the whole page**/
/******************************/
body 
{
	background-color:#748899;
	margin:0px 0px 50px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 50em;
}

.Wrapper
{
	width:790px;
}

/******************************/
/**This is for the top swoop **/
/******************************/
.Swoop
{
	background-image:url(../image/CM_header_swoop.gif);
	background-repeat:no-repeat;
	width:790px;
	height:264px;
}

/******************************/
/**This is for header stuff  **/
/******************************/

.ContactInfo
{
	color:#536778; 
	font-weight:bold; 
	font-family:Arial; 
	font-size:small;	
	white-space:nowrap;
	text-align:center;
}

.Header1
{
	background-image:url(../image/CM_header_1.gif);
	background-repeat:no-repeat;
	width:160px;
	height:121px;
}

.Header2
{
	background-image:url(../image/CM_header_2.gif);
	background-repeat:no-repeat;
	width:160px;
	height:120px;
}

.Header3
{
	background-image:url(../image/CM_header_3.gif);
	background-repeat:no-repeat;
	width:160px;
	height:120px;
}

.Slogan
{
	font-family:Arial;
	font-weight:bold;
	color:Navy;
	text-align:center;
	
}

/******************************/
/**This is the drop down menu**/
/******************************/
.MenuMain
{
	background-color:#536778;
	color:White;
	font-family:Arial;
	text-align:center;
	height:5px;
	margin-left:auto;
	font-weight:bold;
}

.MenuItem
{
	background-color:#536778;
	color:White;
	font-family:Arial;
	font-size:small;
	display:block;
	padding:2px 2px 2px 2px;
	text-align:left;
}

.MenuItem:hover
{
	color:Yellow;
}

/******************************/
/**This is the main content  **/
/******************************/
.MainBack
{
	background-color:#EAEBED;
	width:790px;
}

.PortfolioBack
{
	background-image:url(../image/CM_bg_portfolio.gif);
	background-repeat:no-repeat;
	width:790px;
}

.Content
{
	font-family:Arial;
	font-size:12px;	
	vertical-align:top;
	text-align:left;
	width:750px;
	padding:0px 0px 0px 20px;
}

/******************************/
/**This is content text/links**/
/******************************/
.header
{
	font-family:Arial;
	font-size: 18px;
	font-weight:bold;
	color:Navy;
}

.SubHeader
{
	font-family:Arial;
	font-size: 16px;
	font-weight:bold;	
}

.PortfolioImage
{
	vertical-align:top;
	padding:0 10px 0 0;
}

.NavHeader
{
	font-size:medium;
	color:Maroon;
	font-weight:bold;
	white-space:nowrap;	
}

.RightLink
{
	font-family:Arial;
	text-decoration:none;
	color:#536778;
	font-weight:bold;	
}

.RightLink:hover
{
	color:Black;
}

/******************************/
/**This is footer text/links **/
/******************************/
div.hr 
{
  height: 1px;
  position:relative;
  top: -50px;
  background-color:Black;
  z-index:1;
}

.FooterImage
{
	background-image:url(../image/CM_footer_1.gif);
	background-repeat:no-repeat;
	top:-50px;	
	height:77px;
	width:144px;
	position:relative;
	z-index:2;
}

.FooterText
{
	position:relative; 
	white-space:nowrap; 
	left:+125px;		
}

.FooterLink
{
	font-family:Arial;
	text-decoration:none;
	color:#536778;
	font-weight:bold;
}

.FooterLink:hover
{
	color:black;
}