/*----------------------------------------
Affiniscape IPPA Stylesheet
Last Updated: June 24, 2010
(c) 2009 Affiniscape, Inc.
All Rights Reserved. This style sheet must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

@import url(/global/themes/14-taylor/taylor-styles.css);

body {
	background: #E4EFFF url(../imgs/bak-body.png) repeat-x left top;
}

body#nobackground { background: #fff none; }

body,
td,
p {

}

h1 {
	color: #00307B;
	margin: 3px -5px -35px;
	padding: 0 5px 50px;
}

h2 {
	color: #B45226;
}

h3 {
	color: #0066ED;	
}

h4 {
	color: #00307B;
	margin: 15px 0 10px;
}

h5 {
	background-color: #00307B;
	color: #FFF;
}

h6 {
	border-color: #00307B;
	color: #FFF;
}

a:link, 
a:active, 
a:visited {
	color: #00307B;
}

a:hover {
	color: #B45226;	
}

hr {

}


/* Global Navigation
----------------------------------------*/
#navtop1 li ul,
#navtop2 li ul {

}

#navleft li ul {

}

#navtop1 li ul li,
#navtop2 li ul li, 
#navleft li ul li { border: none; }

ul#navtop1 li li a,
ul#navtop2 li li a,
ul#navleft li li a  {

}

ul#navtop1 li li a:hover, 
ul#navtop2 li li a:hover,
ul#navleft li li a:hover {

}

* html ul#navtop1 li li a,
* html ul#navtop1 li li a:hover,
* html ul#navtop2 li li a,
* html ul#navtop2 li li a:hover
* html ul#navleft li li a,
* html ul#navleft li li a:hover { width: 175px; }

/* Global Nav - Below Banner */
#navtop1 li { margin-bottom: 0; }
#navtop1 li li { margin: 0; }


/* System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
.loginmessage {
	background-image: url(../imgs/bak-maincontentcell.png);
}

#pageheadertable {
	background-image: url(../imgs/bak-maincontentcell.png);
}


/* Main Content
----------------------------------------*/
#maincontenttable {
	background-image: url(../imgs/bak-maincontentcell.png);
}

#maincontentcell {
	
}


/* Sub Content
----------------------------------------*/
#maincontentsubtable {
	
}

#maincontentsubcell {
	
}

#maincontentsubcell p {

}

#maincontentsubcell ul li {
	background-image: url(../imgs/li-arrow.png);
}


/* Client-side Right Navigation
----------------------------------------*/
#rightnavcell {
	background-color: #6E90B5;
	background-image: url(../imgs/bak-rightnav.png);
	background-repeat: repeat-x;
}

#rightnavcell a, #rightnavcell ul a {
	color: #FFF;
	text-decoration: underline;
}

#rightnavcell a:hover, #rightnavcell ul a:hover {
	color: #00307B;
}

#rightnavcell ul li {
	background-image: url(../imgs/li-arrow-rn.png);
}


/* Client-side Left Navigation
----------------------------------------*/
#leftnavcell {
	
}


/* Footer
----------------------------------------*/
#footertable {
	
}

#footertablecell {
	background-image: url(../imgs/bak-footer.png);
	vertical-align: middle;
}

#footertablecell p {
	margin: 0 0 10px;
}


/* Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	margin-left: 222px;
	top: 50px;
	width: 250px;
}

#logo-click h1 {
	height: 150px;
}


/* Rotating Header
----------------------------------------*/
#rotating-header-wrapper {
	background: none;
	border: none;
	left: 50%;
	margin: 0 0 0 -460px;
	padding: 0;
	position: absolute;
	top: 56px;
	width: 676px;
}
#rotating-header-wrapper #rotating-header {
	background: #FFF;
	border: none;
	height: 135px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#rotating-header-wrapper #rotating-header li {
	background: none !important;
	border: none;
}


