/* ------------------------------------------------------- TEXT / LINK / IMG STYLES */
body {
	border: none;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
}

a {
	cursor: hand;
	cursor: pointer;
}

a:link, a:visited {
	color: #EC309D;
	padding-bottom:2px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #EC309D;
	color: #FFF;
	text-decoration: none;
}

a img {
	border: none;
	}

.imgRight {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}

.imgLeft {
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}


/* ------------------------------------------------------- H1 MIDDLE TITLES -- JQUERY SHUT */
h1 {
	color: #999;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 5px;
	line-height: normal;
	margin: 0px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

h1 a, h1 a:link, h1 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #EC309D;
	color: #999;
	padding-bottom:2px;
	text-decoration: none;
}

h1 a:hover, #middle a:active {
	background-color: #EC309D;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- H2 MIDDLE SUBHEADS -- JQUERY DROP */
h2 {
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

h2 a, h2 a:link, h2 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #EC309D;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	background-color: #EC309D;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- H3 MIDDLE TITLES -- JQUERY OPEN */
h3 {
	color: #999;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 5px;
	line-height: normal;
	margin: 0px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

h3 a, h3 a:link, h3 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #EC309D;
	color: #999;
	padding-bottom:2px;
	text-decoration: none;
}

h3 a:hover, #middle a:active {
	background-color: #EC309D;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- H4 MIDDLE SUBHEADS -- JQUERY CALLOUT */
h4 {
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

h4 a, h4 a:link, h4 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #EC309D;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}

h4 a:hover, h4 a:active {
	background-color: #EC309D;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- H5 UNDERLINED SUBHEADS */
h5 {
	border-bottom: 1px dotted #CCC;
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	text-decoration: none;
}


/* ------------------------------------------------------- H6 RIGHT TITLES */
h6 {
	color: #999;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 3px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}


/* ------------------------------------------------------- PAGE (BKGD IMG) LAYOUT */
#page {
	background-image: url(../images/globals/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 960px;
}

#main {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 960px;
}

#header {
	height: auto;
	margin-left: 270px;
}

#header p {
	margin-top: 0;
	float: right;
}


/* ------------------------------------------------------- LEFT */
#left {
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-top: 200px;
	width: 250px;
}


/* ------------------------------------------------------- MIDDLE */
#middle {
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	width: 430px;
}

	
/* ------------------------------------------------------- RIGHT */
#right {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 230px;	
}

#rightlinks {
	margin-bottom: 20px;
}


/* ------------------------------------------------------- FOOTER */
#footer {
	clear: both;
	height: auto;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
	text-align: right;
	width: 960px;	
}


/* ------------------------------------------------------- JQUERY DIVS */
.nest {
	margin-bottom: 20px;
	margin-right: 20px;
}

.nest, .shut, .open, .drop, .callout {
	margin-left: 12px;
}

.callout {
	background-image: url(../images/globals/splash.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 90px;
}


/* ------------------------------------------------------- > > > LEFT NAV */
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
}

ul.menu li {
	line-height: -900px;
	overflow: hidden;
	width: 250px;
}

ul.menu li a {
	background-position: -500px 0;
	display: block;
    margin-left: -500px;
}

ul.menu li a.one {
	background: url(../images/globals/sideNav_01.png);
	height: 50px;
}
ul.menu li a.two {
	background: url(../images/globals/sideNav_02.png);
	height: 66px;
}
ul.menu li a.three {
	background: url(../images/globals/sideNav_03.png);
	height: 69px;
}
ul.menu li a.four {
	background: url(../images/globals/sideNav_04.png);
	height: 93px;
}
ul.menu li a.five {
	background: url(../images/globals/sideNav_05.png);
	height: 61px;
}

ul.menu li a:hover {
	background-position: -250px 0;
}


/* ------------------------------------------------------- COLUMN GLOBALS ( HANDLES GREY BORDER ) */
.colback {
	background: url(../images/globals/greyedge.gif) repeat-y right 5px;
}

.colarrow {
	float: right;
	height: 5px;
	margin: 0;
	position: relative;
	width: 5px;
}

.colfooter {
	background: url(../images/globals/greyedge.gif) repeat-x 5px bottom;
	float: left;
	height: 5px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}


/* -------------------------------------------------------- PNG FIX */
img, div, ul, li, .menu, .menuItem {
	behavior: url(iepngfix.htc);
}