/* 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(images/cms/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(images/cms/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(images/cms/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: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
	margin-left: 1px;
	margin-right: 1px;
}
dfn {
	display:none;
}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {
	clear: both;
}
#menuwrapper {
	background: #ffcc00;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav{}

#primary-nav li li {
	width: 200px;
	clear:both;
}
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: 0px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin: 12px 0;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
	width: 200px; border-bottom: 1px solid #fdfcbc; 
	margin:0px;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a {
/*padding-bottom: 8px;*/
}
#primary-nav li a {
	font-size: 13px;
	color: #990099;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	text-decoration: none;
	line-height: 10px;
	border-right:2px solid #fff
}
#primary-nav li a.menuactive, #primary-nav li a:hover {
	color: #000
}
#primary-nav li li a {
	text-transform: none;
}
#primary-nav li li a{font-size: 14px; display: block; background: none; color: #000;}
#primary-nav li li a:hover{ color:#fdfcbc; background: none}
#primary-nav .menuparent, #primary-nav .menuactive{ }
#primary-nav .menuparent ul, #primary-nav .menuactive ul{ width: 200px;}
#primary-nav .menuparent ul li, #primary-nav .menuactive ul li{ width: 200px; border-bottom: 1px solid #fdfcbc; margin: 0px;}
#primary-nav .menuparent ul li a,#primary-nav .menuactive ul li a{ font-size: 14px; display: block; background: none; color: #000;}
#primary-nav .menuparent ul li a:hover, #primary-nav .menuactive ul li a:hover{ color:#fdfcbc }
#primary-nav li, #primary-nav li.menuparent {
/*background-color: #ececec; removec*/
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li a.menuactive, #primary-nav li.menuactive {
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	/* arrow for menuparents */
}
/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, #primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	margin-top: 0;
	display: block;
	background-color: #aaa851;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/********************
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 */
	width: 100%;
	line-height: 100%;
	margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {}


/* menu list items */
div#menu_horiz li {
	display: block;
	float: left;
	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: menu Modified On 2011-07-12 16:21:03 */
@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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	line-height: 150%;
	background: #660066;
}

a, img{ border: 0;}
a{ cursor: pointer; text-decoration: none; text-decoration: underline; color: #666}

p{ 
	margin: 15px 0;
	line-height:150%;
}

h1,h2,h3,h4,h5,h6{ color: #333}

h1{ font-size: 24px; margin: 20px 0; line-height: 150%; }
h2{ font-size: 18px; margin: 15px 0; background: url(uploads/images/bull.jpg) 0px 0px no-repeat; padding-left: 30px;}
h3{ font-size: 16px;}
h4{}
h5{}
h6{}

/*General*/
.bdr-yellow{border: 3px solid #ffcc00}

#container{
	width: 950px;
	margin: auto;
}

#header, #content, #body, #footer, #cover, #content{ height: 100%; overflow: hidden}

#header{}

#nav{ border-top: 5px solid #660066; border-bottom: 5px solid #660066; height: 100%; overflow: hidden; background: #ffcc00;}

#cover{}
#content{ margin: 30px;}
#body{ background: #fff;}

#footer{ 
	padding: 15px 20px;
	line-height: 16px;
	background: #ffcc00;
	margin-top: 10px;
}
#footer h3, #footer, #footer a{ font-size: 11px; color: #000;}
#footer li{ border-right: 1px solid  #000;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#footer a:hover{ text-decoration: underline;}


/*Common*/
.clearb{ clear: both; display: block}

.question{font-size: 16px; font-weight: bold; color:#F60; margin-right: 10px;}
.answer{font-size: 16px; font-weight: bold; color:#39F;  margin-right: 10px;}
 
.list{ list-style-type: disc; padding-left: 20px; margin-bottom: 10px;}
.list li{ margin: 5px 0px 5px 0px; }

/* Stylesheet: theme Modified On 2011-07-12 16:39:04 */
