/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* common styles settings */

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #2fb1ee;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2fb1ee;
}

#greyBar h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 35px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2fb1ee;
}

.logo { 
	behavior: url(css/iepngfix.htc);
	}
	
.clearDiv {
	clear:both;
	height: 0px;
	}

strong {
	font-weight:bold;
}

a {
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #2fb1ee;
	}
p {
	margin-bottom: 12px;
	line-height: 15px;
}	

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

li {
	margin-bottom: 4px;

}	
/* end common styles */


/* Main Structure CSS */

body {
	background:url(/media/2/pageback.jpg) repeat-x #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;

}

#container {
	margin: 0 auto;
	width: 960px;
	/*border: 1px solid #FF0000;*/
	}

#mainBody {
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header {
	background: url(/media/33/headerback.jpg) no-repeat 0px 65px;
	height: 201px;
}

#logo {
	float: left;
	width: 248px;
	height: 201px;
	}

#contentLeft {
	width: 598px;
	float: left;
}

#contentTop {
	height: 105px;
	background: url(/media/48/contenttop.png) no-repeat;
}

#contentTop h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 75px;
}

#copyLeft {
	background: url(/media/53/contentback.png) repeat-y;
	padding: 10px 25px;
	text-align: left;
	}

#contentRight {
	float: right;
	width: 300px;
	height: 300px;
	color: #ffffff;
	margin-top: 100px;
	/*border: 1px solid #FF0000;*/
}

/* Main Navigation Styles */
/* nav holder */
#navBar {
	width: 700px;
	float: right;
	margin-top: 100px;
	height: 30px;
	line-height: 30px;
}


/* nav basic setup styles */

ul.mainNav, 
ul.mainNav_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.mainNav ul,
ul.mainNav_vertical ul {
	display: none;
}
ul.mainNav li {
	float: left;
	/*width: 120px;*/
	/*padding: 0 20px 0 20px;*/
}
ul.mainNav_vertical {
	width: 300px;
}
ul.mainNav_vertical li {
	float: none;
}

ul.mainNav,
ul.mainNav ul,
ul.mainNav_vertical,
ul.mainNav_vertical ul {
	height: 30px;
}

ul.mainNav_vertical {
	height: auto;
}

ul.mainNav ul {
	height: auto;
}

* html ul.mainNav ul {
	width: 1%;
}

/* end basic setup */

/* top nav styles */

ul.mainNav li {
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bolder;
	height: 30px;
	line-height: 30px;
	margin: 0px;	
	cursor: pointer;
	white-space: nowrap;
	background: url(/media/708/menuback.gif) no-repeat;
}

ul.mainNav li a {
	display: block;
	text-align: center;
	padding: 0 25px 0 25px;
	color: #FFFFFF;
	/*color: #d9531e;*/
	height: 30px;
	line-height: 30px;	
	text-decoration: none;
}

ul.mainNav li a:hover {
	color: #FFFFFF;
	background: url(/media/708/menuback.gif) no-repeat #FD7A07;
	/*background-color: #FD7A07;*/	
}

ul.mainNav li:hover {
	color: #FFFFFF;
	/*background-color: #d9531e;*/
}



ul.mainNav li.jdm_active a{
	background-color: #FD7A07;
	color: #FFFFFF;	
}

/* -- Sub-Menus -- */

ul.mainNav li li {
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}


ul.mainNav li li.child a {
	display:block;
	text-align: left;
	width: 150px;
	height: 30px;
	line-height:30px;
	background-color: #333333;
	color: #FD7A07;
	/*some opacity settings*/
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

ul.mainNav li li.child a:hover {
	background-color: #FD7A07;
	color: #FFFFFF;
}



ul.mainNav ul,
ul.mainNav_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*background-color: #333333;*/
	z-index: 10000;
}
ul.mainNav ul li,
ul.mainNav_vertical ul li {
	float: none;
	margin: 0px;
	color: #FD7A07;
}
















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
