body {

	margin-top: 0px;

	background-image: url(../images/back.jpg);

	background-repeat: repeat-x;

}

#logo {

	height: 112px;

	width: 411px;

}



#wrapper {

	width: 1024px;

	margin-right: auto;

	margin-left: auto;

	position: relative;

}

#master_content #right_side_graphics {

	width: 390px;

	float: right;

}

#subnav {

	height: 112px;

	width: 613px;

	top: 0px;

	right: 0px;

	position: absolute;

	background-image:url(../images/subnav_gray.jpg)

}

#subnav #subnav_inside {

	width: 270px;

	text-align: right;

	padding-right: 20px;

	padding-top: 10px;

	position: absolute;

	right: 0px;

}

#subnav #subnav_inside a {

	color: #231f20;

	font-size: .70em;

}

#nav {

	height: 25px;

	width: 1024px;

	background-image:url(../images/nav.jpg);

	

}

#main_image {

	height: 266px;

	width: 1024px;

	background-image:url(../images/feature_back.jpg);

}





#master_content {

	background-color: #FFFFFF;

	width: 1024px;

	overflow: auto;

}

#master_content  #content {

	width: 634px;

	display:inline;

	float:left;

}

#master_content #content #content_text {

	width: 530px;

	padding-left: 42px;

	padding-top: 40px;

	padding-bottom: 10px;

	color: #013666;

	font-size: .85em;

	line-height: 1.4em;

}

#learn_more .pmc_blue {

	color: #014683;

}



#master_content #content #content_text a {

	color: #d54b00;

}



#master_content #content #content_text a:hover {

	color: #d54b00;

	text-decoration: none;

}



#master_content #right_side_graphics {

	width: 390px;

	float: right;

	display:inline;

	position:relative;

	padding:0px;

}

#master_content #right_side_graphics #tabs {

	height: 341px;

	width: 390px;

	font-size: 0.75em;

	color: #013666;

	padding-top: 30px;

	line-height: 1.35em;

}

#master_content #right_side_graphics #learn_more {

	background-image: url(../images/learn_more_gradient.jpg);

	background-repeat: repeat-x;

	height: 260px;

	width: 333px;

	font-size: .75em;

	color: #595959;

	padding-left: 15px;

}

h4 {

	font-weight: bold;

	text-transform: uppercase;

	color: #d54b00;

	padding-top: 25px;

	font-size: 1.15em;

	padding-bottom: 0px;

}

#myheader {
        width: 530px;

        padding-left: 42px;

        padding-top: 40px;

        padding-bottom: 10px;

        font-size: .85em;

        line-height: 1.4em;

        color: #d54b00;
}

#learn_more img {

	padding-right: 7px;

}

#footer {

	height: 60px;

	width: 1024px;

	text-align: center;

	font-size: .70em;

	color: #626262;

	padding-top: 19px;

}

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

}

h1 {

	font-size: 1.55em;



	color: #d54b00;

	font-weight: bold;

	margin-top: 4px;

}



h2 {

	font-size: 1.25em;

	text-transform: uppercase;

	font-weight: bold;

	margin-bottom: 4px;

}

h3 {

	font-size: .95em;

	font-weight: bold;

	color: #69aa33;

	margin-top: 8px;

	margin-bottom: 2px;

}

#footer a {

	color: #626262;

}



#master_content #right_side_graphics #learn_more a {

	color: #595959;

	text-decoration: none;

}







/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs{

padding: 8px 0;

margin-left: 0;

margin-top: 10px;

margin-bottom: 0;

font: bold 12px Arial;

text-transform:uppercase;

list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/

}



.shadetabs li{

display: inline;

margin: 0;

}



.shadetabs li a{

text-decoration: none;

position: relative;

z-index: 1;

padding: 8px 29px ;

margin-right: 3px;

margin-bottom:15px;

color: #ffffff;

background: white url(../images/blue_shade.jpg) top left repeat-x;



}



.shadetabs li a:visited{

color: #ffffff;

}



.shadetabs li a:hover{

text-decoration: underline;

color: #2d2b2b;

background: white url(../images/green_shde_ro.jpg) top left repeat-x;



}



.shadetabs li a.selected{ /*selected main tab style */

position: relative;



color: #000000;



}



.shadetabs li a.selected{ /*selected main tab style */

background-image: url(../images/green_shde_ro.jpg);

border-bottom-color: white;



}



.shadetabs li a.selected:hover{ /*selected main tab style */

text-decoration: none;

}



/*Nav Starts*/

.jqueryslidemenu{

font: bold 12px Arial;

width: 100%;

text-transform:uppercase;

font-size:.70em;



}



.jqueryslidemenu ul{

	margin: 0;

	padding: 0;

	list-style-type: none;

}



/*Top level list items*/

.jqueryslidemenu ul li{

	position: relative;

	display: inline;

	float: left;



}





/*Top level menu link items style*/

.jqueryslidemenu ul li a{

	display: block;

color: white;

color: #ffffff;

text-decoration: none;

height:100%;

text-align: left;



}



* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block;





}



.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{

color: white;

}



.jqueryslidemenu ul li a:hover{

background: #e4e4e4; /*tab link background during hover state*/

color: black;



}

	

/*1st sub level menu*/

.jqueryslidemenu ul li ul{

position: absolute;

left: 0;

display: block;

visibility: hidden;

border-bottom: 4px solid #313131;

	border-right: 1px solid #ffffff;



}



/*Sub level menu list items (undo style from Top level List Items)*/

.jqueryslidemenu ul li ul li{

display: list-item;

float: none;



}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jqueryslidemenu ul li ul li ul{

top: 0;

}



/* Sub level menu links style */

.jqueryslidemenu ul li ul li a{

font: normal 11px Arial;

width: 190px; /*width of sub menus*/

padding: 5px;

margin: 0;

border-top-width: 0;

border-bottom: 1px solid #005bac;

background-color:#014683;



}



.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/

background: #ffffff;

color: black;

}



/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{

position: absolute;

top: 9px;

right: 30px;

}



.rightarrowclass{

position: absolute;

top: 6px;

right: 5px;

}





#nav #myslidemenu .home {

	width: 99px;

	height: 18px;

	text-align:center;

	padding-top: 7px;

}



#nav #myslidemenu .services {

	width: 100px;

	height: 18px;

	text-align:center;

	padding-top: 7px;

	

}



#nav #myslidemenu .clients {

	width: 90px;

	height: 18px;

	text-align:center;

	padding-top: 7px;

}



#nav #myslidemenu .news_events {

	width: 155px;

	height: 18px;

	text-align:center;

	padding-top: 7px;

}



#nav #myslidemenu .careers {

	width: 117px;

	height: 18px;

	text-align:center;

	padding-top: 7px;

}



#nav #myslidemenu .contactus {

	width: 134px;

	height: 18px;

	text-align:center;

	padding-top: 7px;

}

