/* CSS for Xcaret Software : 2011 */

/* ========= global styles ============= */
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #bbb;
	margin: 0;
	padding: 0;
	/* text-indent: 5px; */
}

p h1, h2, h3, h4, h5, li {
	margin 1ex, 1em;
}

table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;	
}

tr, td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

/* ========= outer table ============= */

#outerTable {
	margin: 0 auto; 
	width: 770px;
	background: #fff url(../images/banner.jpg) no-repeat;
}

#outerTable a:link,
#outerTable a:visited {
	text-decoration: none;
	color: #b36b00;
}

#outerTable a:hoever {
	color: 566440;
	border-bottom: 1px dashed #66440;
}

#contentTable {
	margin: 0 0 10px 0;
}
/* ========= contact button ============= */

td#contactButton {
	height: 55px;
}

#contactButton div {
	height: 55px;
	margin: 0 0 0 650px;
	padding: 0;
}

#contactButton img {
	margin: 0;
	border: none;
	
}

/* ========= main menu ============= */

td#mainMenu  {
	height: 55px;
	vertical-align: bottom;
}

#mainMenu div {
	height: 30px;
	margin-left: 300px;
	padding: 0;
}

#mainMenu img {
	margin: 0 5px;
	border: none;
}

/* ========= main content (left content) ============= */

td#contentLeft {
	background-color: #fff;
	width: 505px;
}

div#mainContent {
	padding: 0 15px;
	margin: 0;
}

#mainContent p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 0 0 20px;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", sans-serif;
} 

div#accessLogo {
	width: 50px;
	margin: 0 5px 0 20px;
	float: left;
	padding: 5px 0 0 0;
}
#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #1b9d95;
	margin: 0 0 .4em 0;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #666;
	margin: 0 0 .4em 0;	
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #c85a17;
	margin: 0 0 -.2em 0;
}

#mainContent ul {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.1em;
	margin-bottom: 1.4em;
}

#mainContent Li {
	margin-bottom: .6em;
}

/* ========= side bar (right column content) ============= */

td#contentRight {
	background-color: #fff;
	width: 265px;
}

div#sideBar {
	padding: 5px 10px;
	border-left: 1px solid #999;
}

div#cert {
	padding: 0px 10px;
	border-left: 1px solid #999;
}

#contentRight p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
	margin: 0 0 3ex 0;
}

#contentRight h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	margin: 0 0 .4em 0;	
}

#contentRight h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #ee9a4d;
	margin: 1ex 0 .5ex 0;
}
#contentRight h4 {
	margin: 1ex 0;
}
div#sharepointlogo {
	width: 40px;
	float: left;
	margin-right: 5px;
	padding: 5px 0 0 0;
}
/* ========= footer ============= */

p#footer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #1b9d95;
	text-decoration: none;
}