body
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	background-color:#f3f2f2;
}

#site_container
{
	width:960px;
	background-image:url(images/main_background.png);
	height:900px;
	margin:0 auto;	
	border:1px solid #747474;
}

#header
{
	height:120px;
	width:100%;
}

#logo
{
	width:404px;
	height:85px;
	background-image:url(images/pmc_logo.png);
	/*float:left;*/
}

#pmc_people
{
	width:391px;
	height:86px;
	float:right;
	background-image:url(images/our_experience_works_for_you.jpg);
	margin-top:-84px;
}

#navigation
{
	margin-top:2px;
	height:33px;
	width:100%;		
	background-image:url(images/navigation_background.png);
	padding-top:1px;
}

#active_tab
{
	margin-top:5px;
	background-image:url(images/active_tab.png);
	background-repeat:no-repeat;
	height:27px;
	width:200px;
	padding-top:2px;
}

#active_tab_text
{
	width:150px;
	height:26px;
	text-align:center;
	font-size:14pt;
	color:#666666;
}

#nav_menu
{
	font-size:14px;
	margin-top:7px;
	width:750px;
	float:right;
	color:white;
}

#nav_menu a
{
	color:white;
	text-decoration:none;
}

#nav_menu a:hover
{
	text-decoration:underline;
}

#main
{
	width:100%;
	height:760px;
}

#content
{
	width:710px;
	height:100%;
	border-right:1px solid #747474;
	border-bottom:1px solid #747474;
	float:left;
}

#content_menu
{
	width:248px;
	height:100%;
	float:right;
	margin-top:1px;
	background-color:#ffffff;
	background-image:url(images/background_swoosh_whitebg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#content_menu_graphic{}
#content_menu_items
{
	text-align:center;
	padding:8px;
}

#content_menu_items_title
{
	font-size:8pt;
	font-variant:small-caps;
}

#content_menu_items ul
{
	list-style-position:outside;
	text-align:left;
	list-style-type:none;
	margin-bottom:0px;
}

#content_menu_items li
{
	font-size:8pt;
	border-bottom: 1px dotted #747474;
	padding:4px;
	color:#c41e1e;
	font-weight:bold;
	margin-left:-35px;
	width:210px;
}

#content_menu_items a
{
	text-decoration:none;		
	color:#c41e1e;
}

#content_menu_items a:hover
{
	text-decoration:underline;
}

#footer	
{
	width:100%;
	height:20px;
	background-color:#747474;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	color:white;
	padding-top:2px;		
}

#content_title
{
	margin-top:20px;
	margin-left:25px;
	margin-right:40px;
	margin-bottom:20px;
	padding-left:40px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(images/title_background.gif);
	background-repeat:repeat-x;
	background-position:center;
}

#content_title h1
{
	font-size:12pt;
	color:#c41e1e;
	font-weight:bold;
	margin:0px;
	background-image:url(images/heading_background.png);
	background-repeat:repeat-x;
	display:inline;
	padding-left:6px;
	padding-right:6px;
}


#content_body
{
	height:680px;	
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
	overflow:auto;
}
