/* CSS Document */

/* IDs */
#printLogo {
		display:none;
		visibility:hidden;
		
		page-break-after:avoid;
	}

#page_wrapper {
	display:block;
	width:959px;
	padding-top:3px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align:left;
	position: relative;
	text-align:center;
	margin:0 auto;
}

#body-wrapper {
	text-align:left;
	min-height:500px;
}

#title_bar {
	width:959px;
	height:129px;
	min-height:129px;
	max-height:129px;
	padding:0px;
	margin:0px;
	background-image: url(../../images/top/top.png);
	color:#6d6e71;
}
	
#title_bar_logo {
	float:left;
	padding-top:0px;
	padding-left:0px;
	border:none;
}

#title_bar_logo a{
	color:#000000;
}

#title_bar_nav {
	float:right;
	font-size:11px;
	text-align:right;
	padding:8px 16px 0 0;
	z-index: 1;
}

.right_menu_item {
	padding-bottom:5px;
}
					
	#title_bar_nav a {
		text-decoration:none;
		color:#6d6e71;
	}
	
	#title_bar_nav a:hover {
		color:#aa1919;
	}

#main-nav {
	clear: left;
	font-size:11px;
	font-family: verdana, sans serif;
	padding:2px 0 0 11px;
}
	
/* Drop Down Menu ( ssdm = single drop down menu ) */
	
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	text-align:left;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 30;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	z-index: 30;
	}

#sddm li a:hover
{	color: #990000}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	z-index:10;
}

#ssdm table{
	margin: 0;
	padding: 0;
}

#sddm td {
	vertical-align: top;
	font-size: 11px;
}
#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 1px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
	color: #7e7e7e;
}

#sddm div a:hover
{	background: #eeeeee;
	color: #660000;
}
	
/* End Drop Down Menu */


#content_wrapper {
	max-width:959px;
	padding:0;
	margin:0;
}


#footer {
	text-align: center;
	height: 40px;
	vertical-align: top;
}

#footer hr {
		display:none;
		visibility:hidden;
}
		
/* Classes */

.menu-header{
	float: left;
	padding-right: 20px;
}

/* Generic */

img {
    border:none;
    }

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color: #d2d3d5;
}


body, p {
	font-size: 12px;
	font-family: Verdana;
	color: #7e7e7e;
}

hr {
	width:100%;
	border-top:1px solid #cccccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 0;
}

strong {
	font-weight:bold;
}

emph {
	color:#909090;
	font-weight:bold;
}

a:link {
    text-decoration: underline;
    color: #666666;
}

a:visited {
    text-decoration: underline;
    color: #666666;
}

a:hover {
	text-decoration: underline;
	color:#990000;
}

a:active {
    text-decoration: underline;
    color: #6cb210;
}


