@charset "utf-8";
/* CSS Document */

img#pic_topright {
	position: absolute;
	right: 0px;
	top: 32px;
}

div#top {
	padding: 0px 0px 8px 0px;
	background-image:url(../images/template/swoosh_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#bar {
	height: 79px;
	
	background-repeat: repeat-x;
	background-image:url(../images/template/bar_background.gif);
}

div#bar img {
	margin: 16px 0px 0px 64px;
}

div#menu {
	height: 34px;
	overflow: hidden;
	
	background-image:url(../images/template/menu_background.gif);
	background-repeat:repeat-x;
}

div#menu div {
	background-image:url(../images/template/menu_ul_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

div#menu a {
	font-weight: bold;
	text-decoration: none;
}

div#menu ul {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}

div#menu li {
	line-height: normal;
	
	list-style: none;
	
	float: left;
	height: 30px;

	padding: 8px 10px 0px 10px;
	
	background-image:url(../images/template/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

div.submenu {
	height: 32px;
	width: 600px;
}

div.submenu ul {
	padding: 0px;
	margin: 0px;
}

div.submenu li {
	float: left;
	list-style: none;
	padding: 0px 16px 0px 16px;
	border-right: dotted 2px #0b4f1a;
}

div.padding {
	padding: 16px;
}

div#canvas {
	background-color: #006f3c;
}

div.pinstripe {
	background-image: url(../images/template/pinstripe.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div.swoosh {
	background-image:url(../images/template/swoosh_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div#column_left { float: left; width: 340px; }
div#column_right { float: right; width: 340px; }
div#clear { clear: both; }

div#template { position: relative; text-align: left; margin: 0px auto 0px auto; width: 765px; }
div#footer {
	color: #318962;
	padding: 32px 0px 16px 0px;

	background-image:url(../images/template/footer_background.gif);
	background-repeat:repeat-x
}

div#footer a { color: #318962 }
div#footer a:hover { color: yellow }

/* Visual Page */

div.visual_page table td {
	padding-right: 16px;
}