/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(/uploads/theme/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(/uploads/theme/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(/uploads/theme/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: theme : Accessibility and cross-browser tools Modified On 2013-10-15 16:28:36 */
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	padding:0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
	background: #27446e;
	
}

a, img{ border: 0; color:#ef101a}
a{ cursor: pointer; text-decoration: none; color: #0135af}

p{ 
	margin: 15px 0;
	line-height:150%;
}

h1{ font-size: 20px; line-height: 150%; color: #0135af; text-transform: uppercase;  margin: 15px 0; border-bottom: 2px solid #0135af; padding-bottom: 10px;}
h2{ font-size: 18px; line-height: 150%; color: #000; text-transform: uppercase; font-weight: normal; margin: 15px 0;}
h3{ font-size: 15px; line-height: 150%; margin: 15px 0; text-transform: uppercase; color: #0135af}
h4{}
h5{}
h6{}

#container{
	width: 980px;
	margin: auto;
	background: #fff;
	overflow: auto
}

#header{ position: relative; height: 157px;}
#header .logo{ position: absolute; left: 0; top: 0px;}

#header .header-text{ font-size: 20px; color: #000; position: absolute; bottom: 30px; right: 30px;}
#header .header-text span{ }

#banner{ }
.banner-slogan{ font-size: 19px; background: #000; padding: 10px 20px; line-height:100%; border-top: 1px solid #fff;  color: #ff0073; text-transform: uppercase; font-style: italic}

#body{ overflow: auto; background: #fff url(../../uploads/images/col-left.jpg) top left repeat-y; margin: 20px;}
#nav{ width: 140px; float: left; padding-top: 20px; padding-left: 10px}
#content{ float: right; width: 765px;  }
#content .col1{ float: left; width: 49%; background: url(../../image/line-break.png) top right repeat-y; padding-right: 3%}
#content .col2{ float: right; width: 45%}
#content ul { padding: 0 0 0 30px; }


/* Footer 1*/
#footer{ 
	padding: 15px 20px 15px 15px;
	line-height: 16px;
	height: 40px;
	border-top: 3px solid #ffee00;
	background: #101011;
	clear: both
}
#footer h3, #footer, #footer a{ font-size: 11px; color: #fff;}
#footer li{ border-right: 1px solid  #fff;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#footer a:hover{ text-decoration: underline;}

#footerTxt{}
#footerNav{ float: left; width: 80%}
#social{ float: right; width: 15%; text-align: right}
#social a{ padding:5px;}
/*Common*/
.clear{ clear: both; display: block}
.float-left{ float: left; margin-right: 20px; margin-bottom: 20px}
.float-right{ float: right; margin-left: 20px; margin-bottom: 20px}
.align-center, .align-center p{ text-align: center}

/* Stylesheet: theme : theme Modified On 2014-01-28 15:10:00 */
#primary-nav, #primary-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#primary-nav li {
	position: relative;
}
#primary-nav ul {
	position: absolute;
	display: none;
	z-index: 99;
}
#primary-nav > li {
	float: left;
}
#primary-nav li:hover > ul,
#primary-nav li.sfHover > ul {
	display: block;
}

#primary-nav a {
	display: block;
	position: relative;
}
#primary-nav ul ul {
	top:  0px;
	left: 100%;
}

#primary-nav ul {
	left:	100%;
	top: 0px;
}
#primary-nav > li {
  float: none;
}
#primary-nav li {
  width: 100%;
}

#primary-nav li {
	/* 
	white-space: nowrap; no need for Supersubs plugin */
	/**white-space: normal;  ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
#primary-nav ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	width: 140px; 
	/*
	min-width: 12em;  allow long menu items to determine submenu width 
	*width: 12em; o auto sub width for IE7, see white-space comment below 
	*/
}
#primary-nav ul ul li {}
#primary-nav li:hover{
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
#primary-nav {
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */
  /*
  min-width: 12em;
  *width: 12em;
  */
}

/***  SKIN ***/
#primary-nav ul{width: 140px; }
#primary-nav{width: 140px; }
#primary-nav li{ margin: 6px 0; background: #ffee00}
#primary-nav a {
	color: #000;
	font-size: 14px;
	text-align:left;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
}
#primary-nav li:hover, #primary-nav li.menuactive{ background: #0135af}
#primary-nav a:hover, #primary-nav a.menuactive{ color: #fff}
#primary-nav li li{ margin: 0}
#primary-nav li li a{ padding:5px 10px; font-size: 12px; text-transform: none;  background: #0c2f82; text-decoration: none; border-bottom: 1px #283a66 solid; color: #fff}
#primary-nav li li a:hover{ text-decoration: none; background: #27446d }

#primary-nav ul ul li {}
#primary-nav li li:hover{}


/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
  /* background color for the entire menu row */
	margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {}
div#menu_horiz, div#menu_horiz ul{ }

/* menu list items */
div#menu_horiz li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	margin-right: 5px;

}

/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
}

/* hover state for links */
div#menu_horiz li a:hover { text-decoration: underline}
div#menu_horiz a.activeparent:hover {text-decoration: underline}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	text-decoration: underline;
}

div#menu_horiz h3 {/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
	float: left;
	text-decoration: underline;/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
}

/* Footer */
/* Stylesheet: theme : menu Modified On 2013-10-16 10:46:51 */
