/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007
*/
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 76%;
	color: #64686b;
	text-align: center;
}
#container {
	width: 780px;
	margin: 25px auto 0px;
	background-color: #fff;
	text-align: left;
}

/* Header */
#header {
	background: #eaeaea url(../images/header_bg.gif) no-repeat center center;
	width: 780px;
	height: 100px;
	text-align:left;
}
#header .logo {
	width: 268px;
	height: 60px;
	text-indent: -999em;
	background: url(../images/concept_logo.gif) no-repeat left bottom;
	margin: 36px 0px 0px 40px;
	position: absolute;
	cursor: hand;
}
/* Navigation */
#navbar {
	display: block;
	width: 780px;
	height: 22px;
	text-align: left;
	background: #eaeaea url(../images/navbar_bg.gif) repeat-x center center;
}
#navbar ul {
	padding: 0;
	float: right;
	background-color: #005389;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#navbar li {
	float: left;
	display: block;
	height: 22px;
}
#navbar .navstart {
	float: left;
	display: block;
	width: 40px;
	height: 22px;
	background-attachment: scroll;
	background-image: url(../images/gray_blue_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbar li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	margin: 3px 5px;
	white-space: nowrap;
}
#navbar .navend {
	background-color:#FFFFFF;
	width: 3px;
}

/* Photo Area */
#homebar {
	background: url(../images/homebar_bg.gif);
	text-align: left;
	height: 18px;
}
#homebar a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: -1px 0px 0px 40px;
	position: absolute;
}
#breadcrumb {
	background: url(../images/breadcrumb_bg.gif);
	text-align: left;
	height: 26px;
	width: 780px;
}
#breadcrumb a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 0px 40px;
	position: absolute;
}

/* Content Section */
#content {
	width: 500px;
	padding: 10px 0px 20px 0px;
	margin-right: 80px;
	float: right;
}
#content h1 {
	color: #005389;
	padding-bottom: 8px;
	font-size: 14px;
}
#content h2 {
	color: #a94b12;
	padding-bottom: 5px;
	font-size: 12px;
}
#content p {
	padding-bottom: 15px;
}
#content ul {
	padding-bottom: 15px;
	list-style-position: outside;
	list-style-image: url(../images/green_bullet.gif);
	padding-left: 37px;
}
#content ol {
	padding-bottom: 15px;
	list-style-position: outside;
	padding-left: 37px;
}
#content ol li {
	padding-bottom: 5px;
}
#content a:link, #content a:visited {
	color: #a94b12;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #a94b12;
	text-decoration: underline;
}
#content blockquote {
	padding-bottom: 15px;
	padding-left: 37px;
}
#content .cite {
	color: #a94b12;
	font-style:italic;
}
#content a:link, #content a:visited {
	color: #a94b12;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #a94b12;
	text-decoration: underline;
}
#menu {
	width:180px;
	text-align: left;
	margin-left: 0px;
}
#menu ul {
	list-style-type: none;
	margin-left: 30px;
	padding-top: 10px;
}
#menu li .gray {
	display: block;
	width: 100px;
	height: 20px;
	padding: 3px 0px 0px 10px;
	margin: 5px 0px;
	text-decoration: none;
	background-color: #64686b;
	color: #fff;
	font-weight: bold;
}
#menu li .white {
	display: block;
	width: 100px;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px;
	text-decoration: none;
	background-color: #fff;
	color: #64686b;
	font-weight: bold;
}
#menu li .red {
	display: block;
	width: 100px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px;
	text-decoration: none;
	background-color: #fff;
	color: #a94b12;
	font-weight: bold;
}
#menu li a:hover, #menu a:active {
	color: #a94b12;
}
#mslogo {
	width: 110px;
	margin: 100px 0px 0px 25px;
}
#liveperson {
	margin-left: 20px;
	padding-top: 10px;
}

/* Footer */
#footer {
	background: #fff url(../images/footer_bg.gif) no-repeat center bottom;
	clear:both;
	text-align: left;
	height: 80px;
	padding: 8px 0px 0px 60px;
}
#footer #graybar {
	display: block;
	background-color: #eaeaea;
	width: 774px;
	height: 20px;
	margin: 5px -57px;
}
#footer .copy, #footer a {
	text-align: left;
	color: #64686b;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
