/*** beyondtearsworldwide.sussol.org ***/
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", Tahoma;
	font-size: 12px;
	line-height: 16px;
	width: 781px;
	margin-left: auto;
	margin-right: auto;

}

a
{
	color: #3A3B94;
	text-decoration: none;
	border-color: #3A3B94;
	border-bottom: 1px dotted;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
}

img
{
	border: none;
}

h1, h1 a /* used as Navigation-Title */
{
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	border-color: #3A3B94;
	border: none;
}

h2, h2 a /* used as Article-Title */
{
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	color: yellow;
	border-color: yellow;
	border: none;
}

h3, h3 a
{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	color: #3A3B94;
	border-color: green;
	border: none;
}

h1 a:hover, h2 a:hover /* used as Navigation/Article-Title */
{
	border-bottom: 1px solid;
}

/*** Layout ***/
#header
{
	position: relative;
	height: 120px;
	z-index: 9999;
	background-image: url(../images/header.jpg);
	border: none;
}

#container
{
	position: relative;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #B7B8D7;
	border: 1px solid #3A3B94;
}

#content
{
	padding: 0px;
	float: left;
	width: 557px;
	border: none;
}

#sidebar
{
	width: 200px;
	padding: 0 10px 0 0;
	margin: 0 0 0 563px;
	border: none;
}

#footer
{
	position: relative;
	background-color: #3A3B94;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	color: silver;
	text-align: right;
	line-height: 1em;
	font-size: 10px;
	padding: 5px 20px;
	border: none;
}

/*** Header ***/
ul.navTop,
div.date
{
	position: absolute;
	top: 90px;
	left: 0px;
	height: 30px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	padding: 7px 15px;
	margin: 0px;
	border: none;
}

div.date
{
	padding: 9px 15px;
	left: auto;
	right: 0px;
}

.navTop li
{
	float: left;
	list-style: none;
	margin-right: .5em;
	position: relative;
}

.navTop li ul
{
	ie-hack: expression(this.onmouseover =  new Function("this.className = 'ie-nav-hover';"));
	position: absolute;
	top: 100%;
	left: 0px;
	width: 15em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	background-color: green;
	display: none;
}

.navTop li a
{
	color: white;
	display: block;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 2px;
}

.navTop li ul li
{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.navTop li:hover ul,
.ie-nav-hover
{
	ie-hack: expression(this.onmouseout =  new Function("this.className = '';"));
	display: block;
}

.navTop li:hover ul li,
.navTop li:hover ul li a
{
	background-color: #3A3B94;
	color: white;
}

.navTop li:hover,
.navTop li:hover a,
.navTop li ul li:hover,
.navTop li ul li:hover a
{
	background-color: white;
	color: #3A3B94;
}

.navTitleLeft, .navTitleRight
{
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding: 0px 10px;
	vertical-align: middle;
}

.navTitleRight
{
	background-position: right top;
	width: 20px;
}

/*** Boxes General ***/
.box
{
	margin-bottom: 10px;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0px;
	border-padding: 0px;
	border: none;
}

.headLeft, .headRight
{
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px;
	vertical-align: middle;
}

.headRight
{
	background-position: right top;
	text-align: right;
	width: 50px;
}

.body
{
	text-align: justify;
	border-left: 1px solid #54538C;
	border-right: 1px solid #54538C;
	background-color: white;
	padding: 1px 10px;
}

.seperator
{
	margin: 0px;
	margin-top: 5px;
	height: 1px;
	border: none;
	background-color: green;
}

.footLeft, .footRight
{
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 10px;
	font-size: 9px;
	vertical-align: middle;
}

.footRight
{
	background-position: right bottom;
	text-align: right;
}

#sidebar .foot span,
#sidebar .seperator
{
	display: none;
}

/*** Box1 Details ***/
.box1 .headLeft,
.box1 .headRight
{
	background-image: url(../images/box1_head_bg.gif);
}

.box1 h2,
.box1 h2 a
{
	color: green;
	border-color: green;
}

.box1 .footLeft,
.box1 .footRight
{
	background-image: url(../images/box1_foot_bg.gif);
}

/*** Box2 Details ***/
.box2 .headLeft,
.box2 .headRight
{
	background-image: url(../images/box1_head_bg.gif);
}

.box2 h2,
.box2 h2 a
{
	color: #3A3B94;
	border-color: yellow;
}

.box2 .footLeft,
.box2 .footRight
{
	background-image: url(../images/box1_foot_bg.gif);
}

.box2 .seperator
{
	display: none;
}
.box2 .foot span,
.box2 .foot span a
{
	color: yellow;
	border-color: yellow;
}

/*** Box3 Details ***/
.box3 .headLeft,
.box3 .headRight
{
	background-image: url(../images/box1_head_bg.gif);
}

.box3 h2,
.box3 h2 a
{
	color: #3A3B94;
	border-color: #3A3B94;
}

.box3 .footLeft,
.box3 .footRight
{
	background-image: url(../images/box1_foot_bg.gif);
}

.box3 .foot span,
.box3 .seperator
{
	display: none;
}

/*** Seperator in Links ***/
.links .spacer
{
	background-color: transparent;
	height: 10px;
}

/*** Image Gallery ***/
.rssThumbs
{
	float: right;
	max-width: 100px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
.rssThumbs br
{
	clear: both;
	display: none;
}

.rssThumbFloat
{
	float: right;
	max-width: 100px;
	margin: 2px;
	padding: 5px;
	text-align: center;
	border: 1px solid green;
}

.rssThumbs .rssThumbFloat
{
	float: none;
}

.rssThumbFloat a,
.rssThumbFloat a:hover
{
	border: none;
}

.rssThumbFloat .cap
{
	display: block;
	margin-top: 5px;
	line-height: 9px;
	font-size: 9px;

}

/*** Paging ***/
.paging a,
.paging a:hover
{
	border: none;
}

.pagingRight
{
	text-align: right;
}

/*** Forms ***/
form * label
{
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}
form * label.zemRequired
{
	font-weight: bold;
}

form * input[type=text],
form * input[type=password],
form * input[type=file],
form * textarea,
form * select
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 75%;
}

form * input[type=radio],
form * input[type=checkbox]
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 21%;
}

form * input[type=radio] + label,
form * input[type=checkbox] + label,
form * input[type=text] + label,
form * input[type=password] + label,
form * input[type=file] + label,
form * input[type=button] + label,
form * input[type=submit] + label,
form * input[type=reset] + label,
form * input + input
{
	display: block;
	float: left;
	margin-left: 0px;
	width: auto;
	text-align: left;
}


form * br
{
	clear: both;
}
