@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	margin: 20px;
	padding: 0;
}

#myPage {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; 
	overflow: hidden;
}

#container {
	text-align: left;
	margin: 0px;
	}
	
#Header {
	width: 850px;
	height: 68px;
	}
#logo {
	float: left;
	width: 311px;
	}
#toplinks {
	float: right;
	text-align: right;
	width: 400px;
	height: 33px;
	font-size: 11px;
	}
#toplinks  a, #toplinks  a:visited {
	color: #000000;
	text-decoration:none;
}

#nav {
	width: 539px;
	height: 34px;
	margin: 0px 0px 10px 0px;
	float: left;
	}
	
#mainContent {
	text-align: left;
	width: 848px;
	overflow: hidden;
	margin:0;
	padding:0;
	border: solid 1px #bcbec0;
}

#pageContent-left {
	float: left;
	margin: 0;
	width: 587px;
	text-align: left;
	background:#ffffff;
	border: 0;
	}
	
#rightsidebar {
	float: left;
	margin:0;
	border:0;
	padding: 0px;
	width: 260px;
	text-align: left;
	overflow:visible;
	border-left: solid 1px #bcbec0;
	background-color: #d6e1ec;
}



.intro-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2f3a60;
	background-color: #f9f9f9;
	margin: 0;
	padding: 10px 10px 10px 15px;
	line-height: 18px;
}

.contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 10px 15px 15px;
	line-height: 15px;
}

.contents h2 {
	font-size: 14px;
	font-weight: bold;
	color:#2b486b;
}

.contents ul {
	list-style-type: none;
	padding: 5px 0px 0px 13px;
	margin: 0;
	width: 500px;
}
.contents li {
	background-image: url(images/template/bullet-main.png);
	background-repeat: no-repeat;
	background-position: -.1em .2em; /* second number us up-down */
	padding-left: 1em;
	padding-bottom: 8px;
}
.contents li a, .contents li a:visited {
	color: #000000;
}
.contents a:hover {
	color: #a65e5e;
}

.callout-box {
	float: right;
	text-align:center;
	width: 209px;
	border: solid 1px #d6e1ec;
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0px 0px 10px 10px;
	padding: 10px;
}
.callout-box h1 {
	font-size: 11px;
	font-weight:bold;
	margin:0;
	padding: 0px 0px 8px 0px;
}
.callout-box p {
	margin:0;
	padding: 0px 0px 8px 0px;
}

.callout-box a, .callout-box a:visited {
	color: #000000;
	text-decoration:none;
}

.smalltext {
	font-size: 11px;
}

.smalltext a, .smalltext a:visited {
	color: #000000;
	text-decoration:none;
}

.menu-products-header {
	width: 247px;
	margin: 0px;
	padding: 5px 0px 5px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
}
.menu-products-header a, .menu-products-header a:visited {
	color: #000000;
	text-decoration:none;
}

#productsmenu {
	width: 260px;
	padding: 0;
	margin: 0;
}
#productsmenu p {
	padding: 15px 10px 15px 15px;
	font-size: 12px;
	margin: 0;
}
#productsmenu ul {
	list-style-type: none;
	padding: 5px 0px 10px 13px;
	margin: 0;
}
#productsmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/template/bullet.png);
	background-repeat: no-repeat;
	background-position: -.1em .1em; /* second number us up-down */
	padding-left: .8em;
	padding-bottom: 2px;
}
#productsmenu li a, #productsmenu li a:visited, #productsmenu a, #productsmenu a:visited {
	color: #000000;
	text-decoration:none;
}
#productsmenu a:hover {
	color: #a65e5e;
	text-decoration:none;
}

#productsmenu p a, #productsmenu p a:visited {
	color: #000000;
	text-decoration:underline;
}
#productsmenu p a:hover {
	color: #a65e5e;
	text-decoration:underline;
}
.productscallout-box {
	float: left;
	text-align:center;
	width: 180px;
	border: solid 1px #d6e1ec;
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	padding: 10px;
}
.productscallout-box h1 {
	font-size: 11px;
	font-weight:bold;
	margin:0;
	padding: 0px 0px 8px 0px;
}
.productscallout-box p {
	margin:0;
	padding: 0px 0px 8px 0px;
	font-size: 11px;
}

.productscallout-box a, .productscallout-box a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #a7a8a9;
	padding: 5px;
	margin-top: 20px;
	text-align:center;
}