/* Redefined Default Classes */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	behavior: url("csshover.htc");		
}
body,th,td,button,label,input,acronym,abbr,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
strong, bold {
	color: #0C417E;	
}
a, a:link, a:hover, a:active { 
	color: #0C417E;	
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
abbr, acronym {
    border-bottom: 1px dotted inherit;
	cursor: help;
	color: inherit;
}
ul,ol {
	padding: 0;
	margin: 0;
	border: 0;
}
li {
	list-style-type: none;
}
h1 {
	padding: 0;
	margin: 0;	
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
table {
	border: 0;
}
th {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-align: left;	
}
td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/* user defined classes */
#container {
	width: 760px;
	margin: 10px auto;	
	text-align: left;	
}
#border {
	border: 1px solid #7B7B7B;
	min-height: 500px;
}
#masthead {
	height: 100px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
}
#logo {
	display: block;
	float: right;
	width: 95px;
	height: 80px;
	margin: 10px 20px 0 0;
	border: 0;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
}

/* MAINNAV */
#mainnav {
	float: left;
	width: 758px;
	height: 24px;
	margin-bottom: 10px;
}
#mainnav .grippy {
	float: left;
	display: block;
	width: 20px;
	height: 24px;
	border-right: 1px solid #FFF;
	background-color: #989898;
}
#mainnav ul {
	float: left;
	width: 736px;
	height: 22px;
	border: 1px solid #A5A5A5;
	border-right: 0;
	background-color: #E4E4E4;
}
#mainnav ul ul {
	position: absolute;
	z-index: 500;
	width: 14em;
	width: 140px;
	height: auto;
	margin-top: 22px;
	border: 1px solid #A7A7A7;
	border-bottom: 0;
	left: 0;
}
#mainnav ul ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}
#mainnav ul ul,
#mainnav ul li:hover ul ul,
#mainnav ul ul li:hover ul ul {
	display: none;
}
#mainnav ul li:hover ul,
#mainnav ul ul li:hover ul,
#mainnav ul ul ul li:hover ul {
	display: block;
}
#mainnav ul li {
	position: relative;
	float: left;
	height: 22px;	
	border-right: 1px solid #A7A7A7;
	background-color: #E4E4E4;	
}
#mainnav ul ul li {
	width: 140px;
	height: auto;
	background-color: #E4E4E4;
	border: 0;
	border-bottom: 1px solid #A7A7A7;
}
#mainnav ul li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 6px;
	border: 1px solid #FFF;
	color: #969696;
	font-size: 11px;
}
#mainnav ul ul li a {
	float: none;
	width: 132px;
	height: auto;
	margin: 0;
	padding: 0 3px;
	color: #6A6A6A;
	border: 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#mainnav .active a {
	color: #FFF;
	background-color: #0C417E;
}
#mainnav .active * a {
	color: #6A6A6A;
	background-color: #E4E4E4;
}
#mainnav a:hover {
	color: #FFF;	
	background-color: #0C417E;	
	text-decoration: none;
}

/* BREADCRUMB */
#breadcrumb { 
	clear: both;
	display: block;
	width: 760px;
	height: 20px;
	list-style-type : none; 
	font-size: 10px;		
}
#breadcrumb li { 
	float: left; 
	padding: 0 7px 0 8px; 
	background-image: url("images/bg_breadcrumb.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#breadcrumb .first { 
	background-image: none;
}

/* CONTENT */
#doctitle {
	display: none;	
}
#content {
	padding: 6px 20px;
}
#content h1 {
	color: #42575C;
	padding-bottom: 2px;
	font-size: 13px;
	color: #666;
}
#content h2 {
	font-size: 12px;
	margin: 0;
	padding-bottom: 2px;	
}
#content img {
	padding: 4px 0;	
}
#content li {	
	list-style-type: square;
	list-style-image: url("images/li_topnav.gif");	
	list-style-position: outside;
	margin: 6px 0 6px 30px;
	padding-left: 2px;	
}

.clearer {
	clear: both;
	height: 2px;
}

img.right {
	display: block;
	float: right;
	margin-left: 40px;
	margin-bottom: auto;
}

/* TOPNAV */
#topnav {	
	text-align: right;
	height: 20px;
	line-height: 20px;
}
#topnav ul li {
	display: inline;
	padding: 2px 4px;
	background-image: url("images/li_topnav.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 10px;
	margin-right: 4px;
}
#topnav ul li a {
	color: #666;
	font-size: 10px;
}
#topnav ul li .active {
	font-weight: bold;		
}

#opening td, #opening th {
	margin: 4px;
	padding: 4px;		
}
#opening th {
	background-color: #BBB;
	color: #FFF;
	text-align: center;
}
#opening td {
	background-color: #F0F0F0;	
}

#team td {
	vertical-align: middle;
}
a.mehr {
	font-size: 10px;
}