/*HTML STYLES
-----------------------------------------------------------------------------
*/

* { 
	margin: 0px;
	padding: 0px;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d5ebf6;
	padding: 5px 0px;
}
A:link, A:visited, A:active {
	text-decoration: none;
	color: #0088CB;
}
A:hover {
	color: #FF0000;
}
P {
	padding-top: 19px;
}
H1 {
	width: 750px;
	float: left;
	clear: left;
	display: inline;
	height: 105px;
	text-indent: -10000px;
	background: url(../images/header.gif) no-repeat;
}
H2 {
	clear: left;
	font-size: 16px;
	color:  #FF0000;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
	width: 100%;
	margin-bottom: 15px;
}
H3 {
	clear: left;
	font-size: 14px;
	color:  #FF0000;
	padding-top: 15px;
	border-top: dashed 1px #CCCCCC;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
H4 {
	font-size: 14px;
	padding-top: 15px;
	color:  #0088CB;
}
H5 {
	font-size: 14px;
}



/* LAYOUT
-----------------------------------------------------------------------------
*/

#wrapper {
	width: 750px;
	margin: 0 auto;
	display: table;
	padding: 0px 25px;
	background-image: url(../images/background2.gif);
	background-repeat: repeat-y;
}
.wrapper2 {
	width: 800px;
	margin: 0 auto;
	display: table;
	clear: left;
}
.container {
	width: 750px;
	float: left;
	clear: left;
	display: inline;
}
#middle {
	float: left;
	clear: left;
	width: 740px;
	padding: 15px 5px;
	display: inline;
}

/* TABS
-----------------------------------------------------------------------------
*/
.TabbedPanels {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	float: left;
	width: 380px;
	list-style: none;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	padding: 1px;
	margin: 0px 10px 10px 0px;
	list-style: none;
	border: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: -10000px;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	outline: none;
}
.TabbedPanelsTabHover, .TabbedPanelsTabSelected {
	border: solid 2px #FF0000;
	padding: 0px;
	background-position: 0px 0px;
}
.TabbedPanelsContentGroup {
	clear: both;
	float: right;
	clear: right;
	width: 352px;
	display: inline;
}
.TabbedPanelsContentGroup IMG {
	padding: 1px;
	border: solid 1px #CCCCCC;
}


/* BUTTONS
-----------------------------------------------------------------------------
*/
#buttons {
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-size: 9px;
	background: url(../images/contacts.gif) no-repeat;
	width: 715px;
	float: left;
	clear: left;
	display: inline;
	padding-left: 35px; 
}
#buttons li {
    list-style: none;
	display: inline;
}
#buttons a {
	float: left;
	padding: 35px 0px 0px 0px;
	margin-right: 25px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* for IE5/Win only */
}
#home a  {
	width: 34px;
	background: url(../images/menu.gif) top left no-repeat;
}
#home a:hover, #home a.selected {
	background-position: 0 -35px;
}
#ourproducts a  {
	width: 56px;
	background: url(../images/menu.gif) -34px top no-repeat;
}
#ourproducts a:hover, #ourproducts a.selected {
	background-position: -34px -35px;
}
#contactus a  {
	width: 64px;
	background: url(../images/menu.gif) -90px top no-repeat;
}
#contactus a:hover, #contactus a.selected {
	background-position: -90px -35px;
}
#fundraising a  {
	width: 111px;
	background: url(../images/menu.gif) -154px top no-repeat;
}
#fundraising a:hover, #fundraising a.selected {
	background-position: -154px -35px;
}
#corporate a  {
	width: 158px;
	background: url(../images/menu.gif) -265px top no-repeat;
}
#corporate a:hover, #corporate a.selected {
	background-position: -265px -35px;
}




/* FOOTER
-----------------------------------------------------------------------------
*/

#footer {
	color: #0088CB;
	font-size: 10px;
	padding-top: 5px;
}
#footer A:link, #footer A:visited, #footer A:active {
	color: #FF0000;
}
#footer A:hover {
	color: #0088CB;
}
#footer_left {
	float: left;
	width: 360px;
	padding-left: 15px;
}
#footer_right {
	float: right;
	width: 360px;
	text-align: right;
	padding-right: 15px;
}
