/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
 * CSS File for irmarose.org
 * ---------------------------------|
 * Windows:
 * ---------------------------------|
 * FF 1.4, 1.5
 * IE 5.1, 5.5, 6.0
 * ---------------------------------|
 * Mac:
 * ---------------------------------|
 * Mac FF 1.0
 * Mac Safari 1.24
 * =================================
 * Author: Noble Ackerson
 * Contact: noble (at) anobleworld (dot) com
 * Last Update: 11.10.05
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-family: 'Lucida Grande', Tahoma, Arial, sans;
	color: #5B500B;
	font-size: 12px;
	background: #5D5019 url(../assets/bg_square.gif) top left;
}

#container {
	position: relative;
	text-align: left;
	width: 858px;
	margin: 0 auto 0 auto;
	background: transparent url(../assets/irback.gif) repeat-y;
}
#content {
	padding: 0 0 0 35px;
	position: relative;
	margin: 0 80px 35px 320px;
	background: transparent url(../assets/dot_separator.gif) repeat-y;
}

ul {
	padding: 0;
	margin: 0 0 0 15px;
}
/* Navigation Definitions */
#navwrapper {
	position: relative;
	display: block;
	height: 44px;
	margin: 0 0 0 42px;
}
#nav {
	position: relative;
	display: block;
	height: 44px;
	display: inline;
	overflow: hidden;
	list-style: none;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:44px; /* for IE5/Win */
}
#nav a:hover {
	background-position: 0 -88px;
}
#nav a.selected {
	background-position: 0 -44px;
}
#nav a:hover.selected {
	background-position: 0 -44px;
}
#n1 a  {
	width: 83px;
	background: url(../assets/home_btn.gif) top left no-repeat;
}
#n2 a  {
	width: 53px;
	background: transparent url(../assets/pie_btn.gif) top left no-repeat;
}
#n3 a  {
	width: 83px;
	background: transparent url(../assets/possibilities_btn.gif) top left no-repeat;
}
#n4 a  {
	width: 63px;
	background: transparent url(../assets/sea_btn.gif) top left no-repeat;
}
#n5 a  {
	width: 150px;
	background: transparent url(../assets/tools_btn.gif) top left no-repeat;
}
#n6 a  {
	width: 150px;
	background: transparent url(../assets/partners_btn.gif) top left no-repeat;
}
#n7 a  {
	width: 83px;
	background: transparent url(../assets/contact_btn.gif) top left no-repeat;
}
#n8 a  {
	width: 110px;
	background: transparent url(../assets/navigation_bg.gif) top left no-repeat;
}
#n8 a:hover {
	background-position: 0 0;
}
#flash {
	position: relative;
	display: block;
	height: 179px;
	margin: 0 0 0 42px;
	background: transparent url(../assets/headerimg.gif) top left no-repeat;
}

/* Homepage Definitions */
#middle {
	position: relative;
	width: 774px;
	height: 180px;
	margin: 0 0 0 42px;
	padding: 30px 0 0 0;
	background: url(../assets/mid_banner.gif) top left repeat-x;
}
#middle #mission, #middle #vision, #middle #resouces {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 55px;
	padding: 29px 0 0 0;
	background: transparent  url(../assets/mission_bg.gif) top left no-repeat;
}

#middle #vision {
	left: 285px;
	background: transparent  url(../assets/vision_bg.gif) top left no-repeat;
}
#middle #resouces {
	left: 515px;
	background: transparent  url(../assets/donations_bg.gif) top left no-repeat;
}
#middle a {
	display: block;
	padding: 0 0 6px 0;
}
#middle a.btnInfo {
	margin: 7px 0 0 -12px;
}
#short-middle {
	position: relative;
	display: block;
	width: 774px;
	height: 6px;
	margin: 0 0 0 42px;
	padding: 30px 0 0 0;
	background: transparent url(../assets/mid_banner_short.gif) top left repeat-x;
}
a.more_btn  {
	width: 82px;
	height: 23px;
	background: transparent url(../assets/more_btn.gif) top left no-repeat;
}
a.more_btn:hover {
	background: transparent url(../assets/more_btn.gif) 0 -28px no-repeat;
}

#programs_btn a {
	position: relative;
	display: block;
	height: 54px;
	background: transparent url(../assets/programs_btn.gif) top left no-repeat;
	margin: 0 0 8px 0;
}
#corporate_btn a {
	position: relative;
	display: block;
	height: 54px;
	background: transparent url(../assets/corporate_btn.gif) top left no-repeat;
}
#programs_btn a:hover, #corporate_btn a:hover {
	background-position: 0 -54px;
}
#content #programs_btn a:hover, #content #corporate_btn a:hover {
	text-decoration: none;
}
#programs_btn span, #corporate_btn span {
	visibility: hidden;
}

/*side bar, crumbs and other suff*/
#sidebar, body#home #sidebar {
	position: absolute;
	top: 435px;
	left: 43px;
	text-align: left;
}
#sidebar {
	width: 258px;
	top: 305px;
	left: 0px;
}
#other-sidebars, body#home #other-sidebars {
	position: absolute;
	top: 255px;
	left: 43px;
	text-align: left;
}
#other-sidebars {
	width: 258px;
	top: 305px;
	left: 0px;
}
#footer {
	position: relative;
	display: block;
	height: 75px;
	background: transparent url(../assets/footer_bg.gif) top left no-repeat;
}
#footer span {
	font-size: 11px;
	float: right;
	padding: 10px 56px 0 0;
	color: #FFF;
}
