@charset "utf-8";
/* CSS Document */

div#template {
	text-align: left;
	
	width: 758px;

	margin: 0px auto 0px auto;
}

div#top {
	height: 72px;
	position: relative;
	margin: 0px 16px 0px 16px;
}

div#header {
	padding: 16px 0px 8px 0px;
}

div#menu {
	width: 758px;
	height: 39px;
	
	overflow: hidden;
	
	background-image:url(../images/template/canvas_top.gif);
	background-repeat: no-repeat;
}

div#menu ul {
	margin: 4px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
}

div#menu ul li {
	list-style: none;

	float: left;
	
	padding: 8px 16px 12px 16px;
	
	background-image:url(../images/template/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#menu a {
	font-weight: bold;
	color: #959595;
}

div#menu a:hover {
	color: #616161;
}

div#canvas {
	background-image:url(../images/template/canvas_middle.gif);
	background-repeat:repeat-y;
}

div#content {
	padding: 16px 24px 24px 24px;
}

div#column_left {
	float: left;
	width: 380px;
}

div#column_right {
	float: right;
	width: 300px;
}

div#clear {
	clear: both;
}

div#portal {
	padding-left: 24px;
	padding-bottom: 24px;
}

div#footer {
	color: white;
	text-align: center;
	
	padding-top: 8px;
}

div#footer a {
	color: white;
}

img#logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

img#phone {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* Visual Pages */

div.visual_page td, th {
	padding-right: 24px;
}