@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 /*font-weight: bold;*/
}

	ul.dropdown li {
	 padding: 5px 10px; /*7 top 3/14/16 jar*/
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #fff;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
		color: #fff;
		 background-color: #44ACE9;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 /* margin-top: 1px; the 1px margin causes the sub-menu to disappear as the user moved
         the mouse across the margin. DP 4/30/12 */
         margin-top: 0px;
         padding-top:1px; /* the padding can still give us a little line of separation. */
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 /*background-image: url(/images/nav-arrow-down.png);
 background-image: url(/images/kate-icons/downarrow-01.png);*/
background-image: url(/files/images/downarrow_w-01.png); /*black*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 /*background-image: url(/images/nav-arrow-right.png);
 background-image: url(/images/kate-icons/righttarrow-01.png);*/
background-image: url(/files/images/rightarrow_w-01.png); /*black*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 /*background-image: url(/images/nav-arrow-top.png);
 background-image: url(/images/kate-icons/uparrow-01.png);*/
background-image: url(/files/images/uparrow_w-01.png); /*black*/
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 /*background-image: url(/images/nav-arrow-right.png);
 background-image: url(/images/kate-icons/righttarrow-01.png);*/
background-image: url(/files/images/rightarrow_w-01.png); /*black*/
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 /*background-image: url(/images/nav-arrow-left.png);
 background-image: url(/images/kate-icons/leftarrow-01.png);*/
background-image: url(/files/images/leftarrow_w-01.png); /*black*/

 background-position: 0 50%;
}

/* --social footer --*/

.social-icons-ftr {width:100%;text-align:center;}
.social-icons-ftr a { margin: 0 5px;}

/*footer*/
 #footer {clear: both;padding: 0px;margin: 0 0 40px 0;}
.col:first-child { margin-left: 0 !important; }

 #footer .col {display: block;
	float:left;
	margin: 1% 0 1% 1.6%;}
	
	/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
@media only screen and (max-width: 480px) {
.col {
    margin: 1% 0 1% 0;
}
}
.col_4_4 {
    width: 100%;
}
.col_3_4 {
    width: 74.6%;
}
.col_2_4 {
    width: 49.2%;
}
.col_1_4 {
    width: 23.8%;
}
@media only screen and (max-width: 480px) {
.col_4_4 {
    width: 100%;
}
.col_3_4 {
    width: 100%;
}
.col_2_4 {
    width: 100%;
}
.col_1_4 {
    width: 100%;
}
}
#footer .col a {float: left; clear: both; font-size: 11px; text-indent: 2.8em;}
#footer .col a.col_head {font-weight: bold;}

.ftr_copy {float:left; clear: both; margin: 10px 0;  text-align: center; font-size: 8pt; font-weight: bold; width: 100%;}

#brax_logo {
float: left;
clear: both;
display: block;
width: 154px;
height: 100px;
}
/**dance broken**/

#LoginLogoutContainer a {
    color: white;
    font-family: "Trebuchet MS",Helvetica,Arial,Times,serif;
    font-size: 9pt;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 6px;
}