@charset "UTF-8";
/* CSS Document */


#header nav {
	display: block;
	float: left;
	margin: 10px 0 0;
	padding: 55px 0 20px;
	color: #FFFFFF;
	z-index: 5000;
}
#header nav ul {
	padding: 0 20px;
}
#header nav li.top {
	display: inline;
}
#header nav li {
	text-transform: uppercase;
	border-right: 1px dotted #FFFFFF;
	padding: 0px 8px 0px 4px;
}
#header nav li.last, #header nav li li {
	margin-right: 0;
	border-right-style: none;
}
#header nav li a.drop {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 6px 10px 32px;
	/* Rounded Corners */

	-moz-border-radius: 		6px 6px 0 0;
	-webkit-border-radius: 	6px 6px 0 0;
	border-radius: 					6px 6px 0 0;
	/* Transition Fade Setup */
	
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	border: 1px solid #E17A10;
}
#header nav li a.dropXX:hover {
	color: #DF780F;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}/*

#navMain {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 960px;
	height: 30px;
}

#menu ul, #menu li {
	font: bold 11px Arial, Helvetica, sans-serif;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	border:none;
}

#menu li a.drop {
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	vertical-align: top;
	text-align: center;
	width: 175px;
	height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

*/


/*//////////////// DROPDOWN BOXES ////////////////*/

.first, 
.second, 
.third,
.fourth {
	z-index: 		1001;
	margin: 		0px auto 4px;
	float: 			left;
	position: 	absolute;
	left: 			-999em; 		/* Hides the drop down */
	text-align: left;
	
	border-top: 		none;
	border-right: 	2px solid #FFFFFF;
	border-bottom: 	2px solid #FFFFFF;
	border-left: 		2px solid #FFFFFF;
	background:	#DD760C url(../images/bg_body.jpg);
	
	/* Bottom Shadow */
	
-webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 8px 10px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 8px 10px 0px rgba(50, 50, 50, 0.2);

}

.first 	{
	width: 200px;
	padding:	10px 5px 10px 5px;
}
#menu li:hover .first {
	margin-left:-455px;
	left:50%;
	top:	126px;
	-moz-border-radius: 		0 0 5px 5px;
	-webkit-border-radius: 	0 0 5px 5px;
	border-radius: 					0 0 5px 5px;
}

.second { 
	width: 200px;
	padding:	10px 5px 10px 5px;
}
#menu li:hover .second {
	margin-left:-314px;
	left:50%;
	top:	126px;
	-moz-border-radius: 		0 0 5px 5px;
	-webkit-border-radius: 	0 0 5px 5px;
	border-radius: 					0 0 5px 5px;
}

.third 	{ 
	width: 200px;
	padding:	10px 5px 10px 5px;
}
#menu li:hover .third {
	margin-left:-129px;
	left:50%;
	top:	126px;
	-moz-border-radius: 		0 0 5px 5px;
	-webkit-border-radius: 	0 0 5px 5px;
	border-radius: 					0 0 5px 5px;
}

.fourth { 
	width: 200px;
	padding:	10px 5px 10px 5px;
}
#menu li:hover .fourth {
	margin-left:-11px;
	left:50%;
	top:	126px;
	-moz-border-radius: 		0 0 5px 5px;
	-webkit-border-radius: 	0 0 5px 5px;
	border-radius: 					0 0 5px 5px;
}


/*//////////////// COLUMNS INSIDE DROPDOWN BOXES ////////////////*/

.col_1,
.col_1w,
.col_2,
.col_3,
.col_4,
.col_5,
.section, 
.slim-section,
.three-sections, 
.section_end, 
.full {
	display:	inline;
	float: 		left;
	position: relative;
	margin-left: 	5px;
	margin-right: 5px;
}
.fat-section {
	display:	inline;
	float: 		left;
	position: relative;
	margin-left: 	0px;
	margin-right: 1px;
}
.col_1 		{ width: 130px; }
.col_1w 	{ width: 170px; }
.col_2 		{ width: 270px; }
.col_3 		{ width: 410px; }
.col_4 		{ width: 550px; }
.col_4w 	{ width: 600px; }
.col_5 		{ width: 690px; }
.section	{
	width: auto;
}
.slim-section	{ width: 170px; }
.fat-section	{
	width: 180px;
}
.three-sections	{ width: 545px; }
.full	 		{ width: 916px; }
.section_end	{ 
	width: 168px; 
	margin-left: 	10px;
}


/*//////////////// END DROPDOWN BOXES ////////////////*/#menu p, #menu h2, #menu h3, #menu ul li {
	text-align:left;
}
#menu h2 {
	margin: 7px 0 12px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #641914;
	font: italic bold 22px Palatino, Georgia, Times, "Times New Roman";
	color: #641914;
}
#menu h3 {
	margin: 14px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFFFFF;
	font: italic bold 14px Palatino, Georgia, Times, "Times New Roman";
	text-transform: capitalize;
}
#menu p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.padtop {
	padding-top: 12px;
}


#menu li:hover div a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

#menu li:hover div a:hover {
	text-decoration: underline;
}


.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:		0px 0px 5px #666666;
	-webkit-box-shadow:	0px 0px 5px #666666;
	box-shadow:					0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:2px 0 12px;
}
#menu li ul li {
	font-size: 12px;
	position:	relative;
	padding:	0 0 0 12px;
	margin:		0 0 7px;
	float:	none;
	text-align:	left;
	width:	auto;
	background: url(../../images/dot-square.png) no-repeat 2px 4px;
}
#menu li ul.wide li {
	width:	150px;
}
#menu li ul li:hover {
	background: url(../images/dot-square.png) no-repeat 2px 4px;
	border:	none;
	padding:	0 0 0 12px;
}

#menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:	inset 0 0 3px #000000;
	-moz-box-shadow:		inset 0 0 3px #000000;
	box-shadow:					inset 0 0 3px #000000;
}
