@charset "UTF-8";
/* CSS Document */

/* meyer's css reset - v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

object{
	margin: 0;
	padding: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end meyer's css reset */

html, body{
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #eb1d24;
}
p{
	display: inline;
	float: left;
}

#container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	border-right: 1px solid #f58e91;
	border-left: 1px solid #f58e91;
	background: url('images/jenji-tree-bg-updated.gif') no-repeat 15px 149px;
}

#header{
	height: 121px;
	background-color: #fff;
}
#header img{
	margin: 30px 0 0 33px;
}

#menu{
	height: 28px;
	background: #fff url('images/menu-bar-bg.gif') repeat-x top left;
	padding: 0 40px 0 35px;
	clear: both;
}
#nav, #credit{
	float: right;
}

#nav li{
	display: inline;
	list-style-type: none;
}
#menu a{
	color:#eb1d24; text-decoration:none;
	padding: 5px 7px 0px 7px;
}

#menu a:link{color:#eb1d24; text-decoration:none;}
#menu a:visited{color:#eb1d24; text-decoration:none;}
#menu a:hover{color:#eb1d24; text-decoration: underline;}
#menu a:active{color:#eb1d24; text-decoration:underline;}
#menu a:focus{color:#eb1d24; text-decoration:none;}

.right-margin-10{
	margin-right: 10px;
}
.margin-l2-r5{
	margin-left: 2px;
	margin-right: 5px;
}

#content{
	min-height: 610px;
}

#content a:link{color:#eb1d24; text-decoration: underline;}
#content a:visited{color:#eb1d24; text-decoration: underline;}
#content a:hover{color:#eb1d24; text-decoration: underline;}
#content a:active{color:#f48487; text-decoration: underline;}

#title{
	margin: 0 0 0 569px;
	padding: 0 0 0 238px;
}
.thumbs-row{
	float: right;
	height: 47px;
	margin: 0 76px 0 571px;
	padding: 0 0 4px 0;
}
.welcome-text{
	float: right;
	margin: 0 71px 1px 571px;
}

.thumbs-row a:link img{border: 1px solid #f49c9f;}
.thumbs-row a:visited img{border: 1px solid #f49c9f;}
.thumbs-row a:hover img{border: 1px solid #eb1d24;}
.thumbs-row a:active img{border: 1px solid #eb1d24;}
.thumbs-row a:focus img{border: 1px solid #f49c9f;}

#footer{
	height: 21px;
	width: 1000px;
	padding: 11px 0 0 0;
	position: absolute;
	bottom: 0;
	background: #999 url('images/footer-bar-bg.gif') repeat-x top left;
	font-size: .85em;
	color: #f48487;
	clear: both;
}
#footer a:link{color:#f48487; text-decoration:none;}
#footer a:visited{color:#f48487; text-decoration:none;}
#footer a:hover{color:#eb1d24; text-decoration: underline;}
#footer a:active{color:#f48487; text-decoration:none;}
#footer a:focus{color:#f48487; text-decoration:none;}

#copyright{
	padding: 0 0 0 35px;
}
#credit{
	padding: 0 40px 0 0;
	visibility: hidden;
}

.top-padding{
	padding-top: 6px;
}
