
body, html {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	background-image: url(../images/jpgs/bg4.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 101%;
	text-align: center;
	margin: auto; 
}



#wrapper {
	width: 770px;
	min-height:1000px;
	height:100%;
	margin: auto;
	text-align: center;
	font-size: 75%;
	position: relative;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
}



a {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
a:hover  {
	color: #333333;
	text-decoration: underline;
}


.officelist {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 100%;
    width: 210px;
}
    


#access {
	width: 770px;
	height: 24px;
	background-color: #333399;
	/*border: 1px solid #009900;*/
}

#accessibility {
	float: left;
	width: 385px;
	text-align: left;
	height: 16px;
	padding: 3px 0px 0px 0px;
}
#accessibility a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#accessibility a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

#access_icons {
	float: right;
	width: 385px;
	text-align: right;
	height: 16px;
	padding: 3px 0px 0px 0px;
}




#header {
	background-image: url(../images/jpgs/header_static.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 770px;
	height: 210px;
}



#header_admin {
	background-image: url(../images/jpgs/header_admin.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 770px;
	height: 170px;
}

#login_status
{
	text-align: right;
	margin: 1px 0px 5px 5px;
	font-weight: bold;
}


/*** Main-navigation ***/
#nav {
	background-color: transparent;
	position: absolute;
	width: 770px;
	height: 28px;
	top: 234px;
	left: 0px;
	
}

#nav ul {
	float: left;
	list-style: none;
	background-color: #000000;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav li {
	float: left;
	background: url(../images/gifs/topnav_off.gif) no-repeat left top;
	width: 126px;
	height: 30px;
	padding: 0px 1px 0px 0px;
	border-right: 1px solid #000000;
	
}

#nav a {
	float: none;
	display: block;
	padding: 4px 1px 2px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#nav a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#nav_on a {
	background: url(../images/gifs/topnav_on.gif) no-repeat left top;
	height: 30px;
	text-decoration: underline;
	color: #ffffff;
}

a.navSel
{
	background: url(../images/gifs/topnav_on.gif) no-repeat left top;
	height: 30px;
	text-decoration: underline;
	color: #ffffff;
}

a.navUnSel
{
	background: url(../images/gifs/topnav_off.gif) no-repeat left top;
	height: 30px;
	text-decoration: underline;
	color: #ffffff;
}




#nav_admin {
	background-color: transparent;
	position: absolute;
	width: 770px;
	height: 32px;
	top: 194px;
	left: 0px;
	background-color: #000000;
	/*border: 1px solid #ff3300;*/
}

#nav_admin ul {
	margin: 0px 1px 0px 1px;
	padding: 0px;
	list-style: none;
	background: none;
}

#nav_admin li {
	float: left;
	background: url(../images/gifs/topnav_off.gif) no-repeat left top;
	width: 126px;
	height: 32px;
	margin: 0px 2px 0px 0px;
}

#nav_admin a {
	float: none;
	display: block;
	padding: 4px 2px 2px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#nav_admin a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#nav_admin_on a {
	background: url(../images/gifs/topnav_on.gif) no-repeat left top;
	height: 32px;
	text-decoration: underline;
	color: #ffffff;
}

a.navAdminSel {
	background: url(../images/gifs/topnav_on.gif) no-repeat left top;
	height: 32px;
	text-decoration: underline;
	color: #ffffff;
}

/*** Sub-navigation ***/

/*** instead of "menutest" ***/
#subnav {
	position: absolute;
	top: 290px;
	left: 10px;
	width: 130px;
	text-align: left;
	/*border: 1px solid #009900;*/
}
#subnav a {
    color: #888888;
    padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 95%;
	line-height: 105%;
	/* border-bottom: 1px dashed #eeeeee; */ /* remarked adina 15 jan 08*/
}


#subs {
	position: absolute;
	text-align: left;
	top: 230px;
	left: 10px;
	width: 130px;
	margin: 60px 0px 0px 0px;
}
#subs ul {
	width: 130px;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#subs li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 95%;
	line-height: 105%;
	/*border-bottom: 1px dashed #eeeeee;*/ /* remarked adina 15 jan 08*/
}

#subs a {
	color: #888888;
}
#subs a:hover {
	color: #333399;
}
#subs_on a {
	color: #333399;
	text-decoration: underline;
}

a.leftNavSel {
	color: #333399;
	text-decoration: underline;
}


#subnav_admin {
    position: absolute;
	top: 80px;
	left: 10px;
	width: 190px;
	text-align: left;
	margin: 60px 0px 0px 0px;
	/*border: 1px solid #009900;*/
}

/* added - adina - 1 Nov */
#subnav_admin ul {
	width: 130px;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#subnav_admin li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 95%;
	line-height: 105%;
	/*border-bottom: 1px dashed #eeeeee;*/ /* remarked adina 15 jan 08*/
}

#subnav_admin a {
	color: #888888;
}

#subnav_admin a:hover {
	color: #333399;
}

#subnav_admin_on a{
	color: #333399;
	text-decoration: underline;
}

/* end add */

/*** Left-hand column ***/

#latestnews {
	background-color: #ffffff;
	position: absolute;
	top: 285px;
	left: 15px;
	width: 180px;
	height: 200px;
	text-align:left;
	line-height: 160%;
}

#boxleft {
	background-color: #ffffff;
	position: absolute;
	top: 500px;
	left: 15px;
	width: 180px;
	height: 400px;
	/*border: 1px solid #009900;*/
}


#photoleft {
	color: #000000;
	background-color: transparent;
	position: absolute;
	top: 285px;
	left: 15px;
	width: 180px;
	height: auto;
	/*border: 1px solid #ebebf5;*/
}



#content {
	width: 770px;
	height: auto;
	min-height:500px;
	background-color: #ffffff;
	/*border: 1px solid #ff33ff;*/
	padding-bottom:20px;
}
#content_admin {
	position: absolute;
	width: 770px;
	height: 500px;
	top: 220px;
	left: 0px;
	background-color: #ffffff;
}


#inputcontent {
	margin: 33px 0px 0px 220px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	text-align: left;
	/*font-size: 110%;*/ /*remarked adina 3 jan 08*/
	color: #555555;
	
	/*border: 1px solid #33ff00;*/
}
#inputcontent p {
	width: 450px;
	margin: 0px 0px 10px 0px;
	line-height: 160%;
	/*border: 1px solid #33ff00;*/
}
#inputcontent a {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
#inputcontent a:hover  {
	color: #333333;
	text-decoration: underline;
}

#inputcontent_admin {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	text-align: left;
	font-size: 110%;
	/*color: #555555;*/
	/*border: 1px solid #ff33ff;*/
}

#inputcontent_admin p {
	width: 450px;
	margin: 0px 0px 10px 0px;
	line-height: 160%;
	/*border: 1px solid #33ff00;*/
}

#inputcontent_admin a {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

#inputcontent_admin a:hover  {
	color: #333333;
	text-decoration: underline;
}

#crumbtrail {
	text-align: right;
	width: 528px;
	padding: 10px 0px 0px 0px;
}
#crumbtrail a:link, a:active, a:visited  {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#crumbtrail a:hover  {
	text-decoration: underline;
	color: #333333;
}

#crumbtrail_admin {
	text-align: right;
	width: 748px;
	padding: 10px 0px 0px 0px;
}

#crumbtrail_admin a:link, a:active, a:visited  {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#crumbtrail_admin a:hover  {
	text-decoration: underline;
	color: #333333;
}

.sectiontitle {
	font-weight: bold;
	color: #9eb3b7;
	font-size: 200%;
	width: 450px;
	padding: 20px 0px 0px 0px;
}

.sectiontitle_admin {
	font-weight: bold;
	color: #666666;
	font-size: 180%;
	width: 745px;
	padding: 0px 0px 5px 0px;
}


h1 {
	font-size: 125%;
	/*padding: 20px 0px 0px 0px;*/
	color: #666666;
}

h2 {
	font-size: 102%;
	padding: 0px 0px 0px 0px;
	color: #666666;
}



#leftcol {
	width: 200px;
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #ffffff;
}
#rightcol {
	width: 200px;
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #ffffff;
}


input {
	margin: 0px 0px 10px 0px;
}


.button {
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    background-color: #333399;
}

#skyline {
	margin: 0px 0px 10px 0px;
}


#footer {
	font-size: 80%;
	color: #666666;
	vertical-align: bottom;
	padding-top:150px;
}

.greyunderline {
	border-bottom: solid 1px #cccccc;
}


#paging {
	width: 500px;
	height: 25px;
	background-color: #ffffff;
	/*border: 1px solid #ffccff;*/
}

.numbers {
    padding: 90px 90px 90px 90px;
    background-color: #ffffff;
    /*background-color: #ffccff;*/
}

#jobdesc {
	width: 450px;
	line-height: 160%;
}


/* 14 May, add footer to MTM site */
#footer {
width: 750px;
height: 20px;
color: #ffffff;
background-color: #343399;
/*background-color: #7171B7;*/
margin: 0px auto;
padding: 5px 10px 0px 10px;
clear: both; 
font-size: 85%;
}
.footerleft {
float: left;
width: 375px;
text-align: left;
}
.footerright {
float: right;
width: 375px;
text-align: right;
}

.service_grid
{
	height:415px;
}

.link_padding
{
	padding: 0 19px 0 0;	
}