/**
* Main CSS
* Burma Relief Fund
* 
*/

/* ****************** */
/* HTML Entities      */
/* ****************** */

body {
	font: 						normal 11px/14px verdana,geneva,arial,sans-serif;
	color:						#1a1a1a;
	margin:						10px;
}

ul {
	padding:					0px;
	margin:						0px 0px 0px 4px;
}

ul li {
	list-style:				square;
	padding:					0px;
	margin:						0px 0px 6px 14px;
}

ul li.suppress {
	list-style:					none;
}

ul ul {
	padding:					0px;
	margin:						6px 0px 0px 16px;
}

form {
	margin:						0px;
}


/* links */
a:link,
a:visited {
	color:						#808000;
	text-decoration:	none;
}
a:hover {
	color:						#800000;
	text-decoration:	underline;
}
a:active {
	color: 						#b35a59;
	background:	 			transparent;
	text-decoration:	underline;
}

h1.textHd {
	margin:						0px 0px 10px 0px;
	padding:					2px 0px 4px 1px;
	font-size:				14px;
	line-height:			14px;
	background:				#efefef;
}

/* link with arrow icon */
.linkIcon {
	display:					block;
	padding:					2px 0px 0px 6px;
	background:				url(../img/icon_arrow_rt.png) left 7px no-repeat;
	float:						left;
	clear:						left;
}

/* link with larger arrow icon - used in footer */
.linkIconLg {
	display:					block;
	padding:					0px 0px 0px 8px;
	background:				url(../img/icon_arrow_rt_lg.png) left 4px no-repeat;
}

/* ****************** */
/* Containers         */
/* ****************** */

#contHeader {
	position:					relative;
	margin:						10px 0px 10px 0px;
}

#contNav {
	width:						140px;
	position:					relative;
	float:						left;
}

#contMain {
	width:						600px;
	position:					relative;
	float:						left;
}

.contMainL {
	float:						left;
	width:						344px;
	padding-right:		6px;
}

.contMainR {
	float:						left;
	width:						250px;
}

/* ****************** */
/* Nav				  */
/* ****************** */

.navItem {
	line-height:			16px;
	font-weight:			bold;
	width:						120px;
	margin:						0px 0px 6px 0px;
	padding:					0px 0px 0px 6px;
	background:				url(../img/icon_arrow_rt_lg.png) left 7px no-repeat;
}

.navLink,
.navLinkS {
	display:					block;
	padding:					2px 0px 2px 2px;
}

.navLinkS {
	background:				#efefef;
}

a.navLink:hover,
a.navLinkS:hover {
	background:				#dddddd;
	text-decoration:	none;
}


/* ****************** */
/* Treatments & Rules */
/* ****************** */

/* dashed rule - horizontal */
.dashHoriz {
	height:						1px;
	background:				url(../img/dash_h.gif) top left repeat-x;
}

/* dashed rule - vertical */
.dashVert {
	width:						1px;
	height:						450px;
	background:				url(../img/dash_v.gif) top left repeat-y;
}

/* ****************** */
/* Images             */
/* ****************** */



/* ****************** */
/* Miscellaneous      */
/* ****************** */

.attention {
	color:						#ff3333;
}

/* Clear style for clearing floats */
.clear {
	font-size:				0px;/* for IE -- avoid any space from phantom text */
	height:						1px;
	background:				transparent;/* for IE -- avoid space from inherited filters */
	margin-bottom:		-1px;
	clear:						both;
}


