/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(assets/images/background.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #1700ff;
}

.style2 {font-size: large}
.style3 {font-size: x-small}
.style6 {font-size: small; }

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#content {
	width: 960px;
	height: 600px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #1700FF;
	background: url(assets/images/blueprint);
}


#col1 {
	float: left;
	width: 400px;
	padding: 10px 0 0 10px;
}

#col2 {
	float: right;
	width: 400px;
	padding: 0px 0px 0px 0px;
}

#tcol_1 {
	float: left;
	width: 290px;
	padding: 10px 0px 0px 10px;
}

#tcol_2 {
	float: left;
	width: 295px;
	padding: 45px 0px 0px 30px;
}

#tcol_3 {
	float: right;
	width: 295px;
	padding: 45px 0px 0px 30px;
}


#menu {
	width: 960px;
	margin: 10px auto;
	padding: 10px;
	background: #FFFFFF;
	font: normal medium Arial, Helvetica, sans-serif;
	border: 1px solid #1700FF;
}

#bullets {
	margin-left: 80px;
	margin-right: 80px;
}

#bullets2 {
	margin-left: 48px;
	margin-right: 15px;
}

#indent {
	margin-left: 10px;
	margin-right: 10px;
}

#indenthalf {
	float: left;
	width: 400px;
	margin-left: 10px;
}

#identquarter {
	float: left;
	width: 475px;
	margin-left: 10px;
}

#bottomhalf {
	margin-left: 10px;
	width: 625px;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0;
	}
	
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin-left: 20px;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0px;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background: #FFFFFF;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #1700ff;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	text-decoration:underline
}

.menu li li {	/* create borders around each item */
	border: 1px solid #1700FF
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


.hidden { display: none; }	.unhidden { display: block; }
	
#figdisplay {
	float: right;
	width: 525px;
	height: 428x;
	margin: 8px -10px 0px 0px;
}

#rightcol {
	float: right;
	width: 500;
	margin: -35px 0px -10px -10px;
}
	
.clr {
	clear: both;
}

/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #1700FF; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #1700FF; }
	.tooltip .xb1 { margin: 0 5px; background: #1700FF; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #1700ff;
	}


/* NEW ACCORDION TEST STYLES */
#basic-accordian{
	z-index:2;
}

.accordion_headings{
	padding: 5px;

	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#FFFFFF;
	width: 325px;
}

.accordion_child{
	padding:5px;
}

.header_highlight{
	background: inherit;
}

/* Slideshow Styles */
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 500px;
	height: 396px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 500px;
	height: 396px;
}

