/***** CLEAR DEFAULT BROWSER STYLES **************************************/
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	font-size: 80%;
	font-family: Verdana;
	line-height: 17px;
	margin: 0px;
	background: #F4F4D7;
}

#page {
	width: 824px;
	background: url(../images/bgPage.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}
#pageFooter {
	background: url(../images/bgPageFooter.jpg) top no-repeat;
	width: 824px;
	margin-left: auto;
	margin-right: auto;
}
#pageContent {
	width: 100%;
	padding-left: 13px;
	padding-right: 13px;
}
#pageHeader {
	width: 798px;
	height: 101px;
	background: #C1BF8E;
}

#siteLogo {
	background: url(../images/logo.gif) bottom right no-repeat;
	width: 374px;
	height: 95px;
	float: left;
}
#printLogo {
	display: none;
}
#siteLogo a {
	display: block;
	width: 374px;
	height:95px;
}

#headerMenu {
	float: right;
	margin-right: 20px;
	line-height: 15px;
	font-family: arial;
	font-size: .9em;
}

#sideContentBox {
	margin-top: 10px;
	padding: 5px;
	font-family: arial;
	font-size: .9em;
}

#siteLogo h1 {
	display: none;
}

#osepLogo {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background: #FFFFEA url(../images/idea_logo.gif) left no-repeat;
	padding-left: 80px;	
	font-size: .9em;
	border-top: 2px solid #E4E4A5;
	margin-top: 8px;
	cursor: pointer;
}

#osepLogo .link {
	display: none;
}

.colLeft {
	width: 200px;
	float: left;
	vertical-align: top;
}

.colRight {
	width: 570px;
	float: left;
	vertical-align: top;
	margin-left: 15px;
	margin-top: 11px;
}

#eventsBox {
	float: left; 
	width: 266px;
	margin-top: 20px; 
	background: url(../images/homeShadow.gif) center left no-repeat;
}

#eventsBox p {
	font-size: 11px;
}

#menuContent {
	float: right; 
	width: 202px; 
	border: none; 
	display: inline;
	font-size: .9em;
	background: url(../images/menuShadow.gif) center bottom no-repeat;	
}

.menuContent {
	padding-left: 28px;
	padding-bottom: 8px;
}

.topLink {
	float: right;
	background: url(../images/iconArrowUp.gif) left no-repeat;
	padding-left: 15px;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
}

.topLink a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.topLink a:hover {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

/***** LINK STYLES *******************************************/

#headerMenu a,#sideContentBox a,#menuContent a {
	font-size: 11px;
	color: #5D2E5D;
	text-decoration: none;
}
#headerMenu a:hover,#sideContentBox a:hover,#menuContent a:hover {
	font-size: 11px;
	color: #421A42;
	text-decoration: underline;
}

.linkWhite a {
	color: #fff;
	text-decoration: none;
}

.linkWhite a:hover {
	text-decoration: underline;
	color: #fff;
}
.linkWhite a:visited {
	text-decoration: underline;
	color: #fff;
}

a {
	font-size: 1em;
	text-decoration: underline;
	color: #5D2E5D;
}
/*
a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #663300;
}
*/
a:hover {
	font-size: 1em;
	text-decoration: underline;
	color: #663300;
}



/***** END LINK STYLES ***************************************/

/***** MAIN MENU STYLES **************************************/

.headerTA {
	background: url(../images/tabTA.gif) no-repeat;
}
.headerIS {
	background: url(../images/tabIS.gif) no-repeat;
}
.headerPT {
	background: url(../images/tabPT.gif) no-repeat;
}

.headerTA,.headerIS,.headerPT {
	width: 214px;
	height: 32px;
}

.headerTA b,.headerIS b,.headerPT b {
	display: none;
}

.headerTA a,.headerIS a,.headerPT a {
	display: block;
	width: 214px;
	height: 32px;
}

.menuContainer {
	float: left; 
	width: 214px; 
	margin-left: 39px;
}

.menuContainer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

.menuContainer ul li {
	width: 180px;
	padding: 0px;
	padding-top: 0px;
	background: url(../images/dotPurpleIE.gif) no-repeat top left;
	list-style-type: none;
	list-style-image: none;
	margin-left: 12px;	
	margin-top: 5px;	
	padding-left: 12px;
}

.menuContainer ul a {
	font-family: arial;
	font-size: 14px;
	/*font-size: 1.1em;*/
	color: #4C4B2B;
	text-decoration: none;
}

.menuContainer ul a:hover {
	color: #767552;
}

.menuContainerTA,.menuContainerIS,.menuContainerPT {
	width: 100%;
	height: 250px;
}	

.menuContainerTA {
	background: url(../images/bgMenuBoxTA.gif) repeat-y;
}
.menuContainerIS {
	background: url(../images/bgMenuBoxIS.gif) repeat-y;
}
.menuContainerPT {
	background: url(../images/bgMenuBoxPT.gif) repeat-y;
}

.menuFooterTA {
	background: url(../images/bottomTA.gif) no-repeat;
}
.menuFooterIS {
	background: url(../images/bottomIS.gif) no-repeat;
}
.menuFooterPT {
	background: url(../images/bottomPT.gif) no-repeat;
}

.menuFooterPT,.menuFooterIS,.menuFooterTA {
	width: 214px;
	height: 8px;
}

/***** END MAIN MENU STYLES **********************************/

/***** CHILD MAIN MENU STYLES ********************************/

#tabChildTA {
	background: url(../images/tabChildTA.gif) center no-repeat;
}

#tabChildIS {
	background: url(../images/tabChildIS.gif) center no-repeat;
}

#tabChildPT {
	background: url(../images/tabChildPT.gif) center no-repeat;
}

#tabChildTA,#tabChildIS,#tabChildPT {
	width: 199px;
	height: 31px;	
	margin-top: 3px;
}

#tabChildTA b,#tabChildIS b,#tabChildPT b {
	display: none;
}

#tabChildTA a,#tabChildIS a,#tabChildPT a {
	display: block;
	width: 199px;
	height: 31px;
}

.childMenuTopTA {
	background: url(../images/bgChildTATop.gif) no-repeat;
}

.childMenuTopIS {
	background: url(../images/bgChildISTop.gif) center no-repeat;
}

.childMenuTopPT {
	background: url(../images/bgChildPTTop.gif) center no-repeat;
}

.childMenuBottomTA {
	background: url(../images/bgChildTABottom.gif) no-repeat;
}

.childMenuBottomIS {
	background: url(../images/bgChildISBottom.gif) center no-repeat;
}

.childMenuBottomPT {
	background: url(../images/bgChildPTBottom.gif) center no-repeat;
}

.childMenuBGTA {
	background: url(../images/bgChildTA.gif) repeat-y;
}

.childMenuBGIS {
	background: url(../images/bgChildIS.gif) repeat-y;
}

.childMenuBGPT {
	background: url(../images/bgChildPT.gif) repeat-y;
}

.childMenuTopTA,.childMenuTopIS,.childMenuTopPT,.childMenuBottomTA,.childMenuBottomIS,.childMenuBottomPT {
	width: 199px;
	height: 7px;
}

#menuChildTA,#menuChildIS,#menuChildPT {
	margin-top: -6px;
}

.childMenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.childMenu ul li {
	width: 170px;
	padding: 0px;
	padding-top: 0px;
	list-style-image: url(../images/dotPurpleIE.gif);
	line-height: 22px; 
	margin-left: 5px;	
}

.childMenu ul a {
	font-family: arial;
	font-size: 1em;
	font-weight: normal;
	color: #4C4B2B;
	text-decoration: none;
}

.childMenu ul a:hover {
	color: #767552;
}

/***** END CHILD MAIN MENU STYLES ****************************/

/***** COMMON ELEMENT STYLES *****************************************/

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #6D3B6D;
	margin-bottom: 10px;
	line-height: 30px;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #4A3508;
	letter-spacing: 3px;
	font-weight: bold;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #993300;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
	/* background: url(../images/barLtGray.gif) bottom repeat-x; */
	background: url(../images/barLtGray2.gif) bottom left no-repeat;
	padding-bottom: 5px;
	line-height: 20px;
}

.h3Div {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #993300;
	letter-spacing: 1px;
	margin-bottom: 5px;
	background: url(../images/barLtGray2.gif) bottom left no-repeat;
	padding-bottom: 5px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #460D46;
	margin-bottom: 5px;
}

h4 a {
	font-size: 1em;
	font-weight: bold;
	color: #460D46;
	margin-bottom: 5px;
	text-decoration: underline;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	color: #993300;
}

h2.events {
	padding-top: 3px;
	background: url(../images/iconCalendar.gif) left no-repeat;
	height: 30px;
	padding-left: 37px;
}

h1,h2,h3,h4 {
	font-family: arial;
}

p {
	margin-bottom: 15px;
	line-height: 17px;
}
b, strong {
	font-weight: bold;
}
ul,ol {
	margin-left: 20px;
	margin-top: -8px;
	margin-bottom: 15px;
}
ul li {
	list-style-image: url(../images/dotOrange.gif);
	padding: 3px;
}
i, em {
	font-style: italic;
}

u {
	text-decoration: underline;;
}

/***** END COMMON ELEMENT STYLES *************************************/

/***** FOOTER STYLES *****************************************/

#pageFooter {
	width: 800px;
	height: 55px;
	background: url(../images/bgFooter.gif) repeat-x;
	color: #fff;
	text-align: right;
	font-size: .9em;
}

#pageBottom {
	width: 824px;
	background: url(../images/bgPageBottom.jpg) top no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: .85em;
	padding-top: 17px;
	color: #656543;
}

#pageBottom a {
	color: #57490B;
}


/***** END FOOTER STYLES *************************************/

.searchInput {
	background: url(../images/bgSearchBar.gif) no-repeat;
	border: 0px;
	width: 160px;
	height: 21px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 1.3em;
	font-weight: bold; 
	font-family: arial;
}

.searchButton {
	background: url(../images/searchButton.gif) no-repeat;
	width: 32px;
	height: 30px;
	border: none;
	/*  IE styles */
	/*padding: 30px 0 0;
	overflow: hidden;*/
	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
}

.searchButton {
	background: url(../images/searchButton.gif) no-repeat;
	width: 32px;
	height: 30px;
	border: none;
	/*  IE styles */
	/*padding: 30px 0 0;
	overflow: hidden;*/
	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
}

/***** IMAGE STYLES *******************************************/
.imgRight {
	float: right;
	 margin:0.5em 0 1em 1em;
	position: relative;
}

.imgLeft {
	float: left;
	 margin:0.5em 1em 1em 0;
	position: relative;
}
.image {
	margin: 0.5em 1em 1em 1em;
	position: relative;
}

/***** BUTTON STYLES ****************************************/
.iconPDF, .iconHTML {
	display: block;
	float: left;
	height: 20px;
	padding-left: 20px;
	margin-top: 5px;
	cursor: pointer;
}
.iconPDF {
	background: url(../images/pdf.png) no-repeat;	
}
.iconHTML {
	background: url(../images/html.png) no-repeat;
}

.buttonPrintDiv {
	float: right;	
}

.buttonPrintMain {
	display: block;
	width: 103px;
	height: 25px;
	background: url(../images/buttonPrintPage.gif) no-repeat;
}

.buttonPrintMain b {
	display: none;
}

/***** TABLE STYLES *****************************************/

.rowStripesOnly {
	background: #fff url("../images/bgRowStripesOnly.gif") repeat-x top;
	border-top: 2px solid #E6E1E1;
}

/***** FORM STYLES ******************************************/

input,select,textarea {
	font-family: Verdana, Arial;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #7F9DB9;
	margin: 2px;
}

.windowBG {
	width: 100%;
	background: url("../images/bgWindow.gif") repeat-x right top;
	border-top: 2px solid #eee;
	margin-bottom: 10px; 
}

hr {
	margin-top: 5px; 
	background: #eee; 
	height: 2px;
}

.blueBox {
	background: #E7F0FE;
	border: 1px solid #D5EBFF;
	padding: 3px;
}