/****************************************
 * Iraqi Refugees Assistance Connection
 * Main CSS Rules
 ****************************************/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:100%;
	background:#d7d6d1 url(/images/bg.jpg) repeat-x top;
	color:#222;
	
	margin:0;
	padding:0;
}

/****************************************
 * Header
 ****************************************/
#header {
	background:#fff;
	width:100%;
	float:left;
	clear:both;
	height:125px;
}

#identity {
	width:760px;
	height:125px;
	margin:0 auto;
	clear:both;
}

#logo {
	background:url(/images/logo.jpg) no-repeat top left;
	width:493px;
	height:125px;
	float:left;
}

#tagline {
	height:125px;
	width:267px;
	background:url(/images/tagline.jpg) no-repeat top left;
	float:right;
}

/****************************************
 * Layout
 ****************************************/
#wrap {
	float:left;
	width:100%;
	background:#f0eee4;
}

#content {
	width:760px;
	margin:0 auto;
	padding:0;
}

#layout {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	background:#f0eee4 url(/images/sidebarbg.gif) repeat-y top left;
}

#navigation {
	width:100%;
	height:30px;
	float:left;
	background:#27398c;
}

#main {
	float:right;
	width:544px;
	margin:0;
	padding:16px 0 0 0;
}

#left {
	float:left;
	width:326px;
	margin:0;
	padding:0 16px 0 0;
}

#right {
	float:right;
	width:200px;
	text-align:right;
	margin:0;
	padding:0;
}

#options {
	float:left;
	width:544px;
	margin:0;
	padding:0 0 16px 0;
}

#options p {
	text-align:right;
}

/****************************************
 * Navigation
 ****************************************/
#mainnav {
	width:760px;
	margin:0 auto;
}

#nav {
	width:760px;
	margin:0 auto;
	padding:0;
}

#nav li {
	float:left;
	background:none;
	list-style:none;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display:block;
	
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;	
	
	padding-top:8px;
	height:23px;
	border:none;
}

#nav li a:hover, #nav li a:active {
	color:#fff;
	background:#0a1960;
	border:none;
	height:22px;
}

#nav a.home {width: 106px;}
#nav a.about {width: 126px;}
#nav a.involvement {width: 150px;}
#nav a.resources {width: 140px;}
#nav a.donate {width: 114px;}
#nav a.contact {width: 124px;}

/****************************************
 * Banner & Titles
 ****************************************/
#banner {
	float:left;
	width:100%;
	background:#fff;
	height:257px;
	border-bottom:5px solid #B0B0A8;
}

#banner h1 {
	width:760px;
	margin:0 auto;
	height:257px;
	padding:0;
}

#title {
	float:left;
	width:100%;
	background:#fff;
	height:112px;
	border-bottom:5px solid #B0B0A8;
}

#title h1 {
	width:760px;
	margin:0 auto;
	font-weight:normal;
	font-size:24px;
	line-height:112px;
	color:#73736c;
	height:112px;
	padding:0;
}

/****************************************
 * Sidebar
 ****************************************/
#sidebar {
	float:left;
	margin:0 0 100px 0;
	padding:0;
	width:176px;
}

#sidebar ul {
	float:left;
	width:176px;
	margin:0;
	padding:0 0 30px 0;
	list-style:none;
	font-size:12px;
}

#sidebar ul li {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	background:none;
	list-style:none;
}

#sidebar ul li a, #sidebar ul li a:visited {
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	width:180px;
	padding:10px;
	border:none;
	margin:0;
}

#sidebar ul li a:hover {
	background: #04853d;
	color:#fff;
}

#sidebar ul li a.current {
	background: #11b755;
	color:#fff;
}

#sidebar #text {
	padding:12px;
}

#sidebar #text p {
	text-align:left;
}

/****************************************
 * Footer
 ****************************************/
#footerwrap {
	float:left;
	width:100%;
   	background:#d7d6d1;
	padding-bottom:12px;
	font-size:10px;
}

#footer {
	color:#333;
	width:760px;
  	margin:0 auto;
	padding:10px 0 0 0;
}

#footer ul {
	width:500px;
	float:left;
	margin:0;
	padding:2px 0 7px 0;
	list-style:none;
	text-align:left;
}
	
#footer li  {
	float:left;
	border-left:1px solid #acacac;
	margin-left:7px;
	padding-left:7px;
	font-size:10px;
	line-height:14px;
}
	
#footer li.first  {
	border-left:none;
	padding-left:0;
	margin-left:0;
}

#footer a {
	color:#27398c;
 	text-decoration:none;
 	border-bottom:1px solid #b6bfe6;
 	font-size:10px;
}

#footer a:hover {
     color:#4761d9;
	 border-bottom:1px solid #4761d9;
}

#footer #info {
	float:right;
	width:260px;
	margin:0;
	padding:2px 0 7px 0;
	text-align:right;
}

/****************************************
 * Text Styles
 ****************************************/
h2 {
	font-size:18px;
	line-height:22px;
	margin:0 0 14px 0;
	padding:0;
	font-weight:normal;
}

h3 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:0 0 14px 0;
	text-align:center;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 18px 0;
}

p {
	margin:0 0 14px 0;
	font-size:12px;
	line-height:16px;
	text-align:justify;
}

.centered {
	text-align:center;
}

.source {
	text-align:right;
}

ul {
	font-size:12px;
}

/****************************************
 * Images
 ****************************************/
img {
	border:0;
    border:none;
}

.caption {
	font-size:11px;
	line-height:15px;
	color:#666;
}

/****************************************
 * Links
 ****************************************/
a, a:visited {
 	color:#04853d;
 	text-decoration:none;
 	border-bottom:1px solid #b9e5cc;
 	font-size:12px;
}

a:hover {
     color:#11b755;
	 border-bottom:1px solid #11b755;
}

a.img {
	text-decoration:none;
    border:0px;
	border:none;
}