@charset "utf-8";
/* CSS Document for Family PHOTO */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0 none;
}

/* Spans a reasonable page width, but centers it on a given
	window. The background color is white. A 12pt
	font is very readable. */
body {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Arial;
	font-size:12px;
}

/* Removes decoration around links because it doesn't look
	good on this site. */
a {
	text-decoration:none;
	color:#0000ff;
}

/* Basic alignment for all images */
img {
	vertical-align:middle;
	left:auto;
	right:auto;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This is the basic layout for the entire site. */

#header_end {
	clear:both;
}

#top_left {
	width:200px;
}

#top_main {
	width:600px;
}

#footer {
	clear:both;
	width:800px;
	margin-top:10px;
	padding:3px 0;
	border:2px solid #e0e0e0;
	border-width:2px 0 0 0;
	text-align:left;
	font-family:arial;
	font-size:10px;
	color:#929294;
}

/* Links in the footer will be displayed the same as regular text */
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#929294;
	text-decoration:none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* LEFT SIDE NAVIGATION - It all fits in 200px width.*/

#left_side{
	background-image:url('/graphics/side-bar.png');
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:580px;
	margin:5px 0 0 0;
}

.ls_title_first{
	margin-top:10px;
	margin-left:10px;
	text-align:left;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#0000ff;
	list-style:none;
}

.ls_title{
	margin-left:10px;
	text-align:left;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#0000ff;
	list-style:none;
}

.d_line{
	margin:5px 0 5px 12px;
	height:3px;
	width:180px;
}

.ls_nav{
	margin-right:10px;
	text-align:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#0000ff;
	list-style:none;
}

.ls_nav a:hover {
	color:#44a34f;
}

#ls_news{
	height:175px;
}

.ls_news_txt{
	margin-left:20px;
	margin-right:15px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}

.ls_login{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#585858;
}

.ls_login_err{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
}

.ls_login_box{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#585858;
	border-width:3px 1px 1px 3px;
	border-style:solid;
	border-color:#c0c0c0;
}

.ls_forgot{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#0000ff;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* LEFT SIDE HELP - It all fits in 200px width.*/

#help_off{
	margin-top:10px;
	margin-left:10px;
	text-align:left;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#0000ff;
	list-style:none;
}

#help_list{
	margin-top:10px;
	margin-left:28px;
	margin-right:5px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#0000ff;
}

.help_item{
	margin-left:8px;
	text-align:left;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#0000ff;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This is the main information block for the entire site. */
#main_info{
	float:left;
	width:580px;
	margin-left:20px;
	text-align:left;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This is the main information block for the index page. This puts the
	text around the photos. */

#index_col_1{
	float:left;
	margin:20px 20px 20px 20px;
	width:260px;
	text-align:right;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

#index_col_2{
	float:left;
	margin:20px 0px 20px 0px;
	width:260px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This is the main information block for a typical page. */

/* The main page headings. */
#heading-help{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

/* Most content in main block use these to position
	itself better in the block. */
.margin_left{
	margin-left:60px;
}

.margin_comment{
	margin-left:20px;
	margin-top:20px;
}

/* Used to place an address on a page */
.indent100{
	margin-bottom:10px;
	margin-left:120px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/* The main page headings. */
p.heading{
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

p.space_above{
	margin-top:30px;
}

p.space_below{
	margin-bottom:110px;
}

.error{
	color:#ff0000;
}

p.head_no_space{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

p.head_error{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
}

p.head_done{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#0000ff;
}

p.head_next{
	margin-top:-25px;
	margin-bottom:10px;
	text-align:left;
	text-indent:30px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

p.sub_head{
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

p.sub_head_indent{
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	text-indent:40px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

td.table_list{
	font-family:Arial;
	font-size:14px;
	text-align:left;
}

p.normal{
	margin-bottom:10px;
	margin-right:20px;
	font-family:Arial;
	font-size:12px;
	text-align:left;
}

p.bold{
	margin-bottom:10px;
	margin-right:20px;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

p.indent{
	text-indent:20px;
}

p.text_small{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:60px;
	margin-right:60px;
	font-family:Arial;
	font-size:10px;
	text-align:left;
	text-indent:10px;
}

p.center{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:14px;
	text-align:center;
}

.text_big{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

ul.text_small{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:100px;
	margin-right:60px;
	font-family:Arial;
	font-size:10px;
	text-align:left;
	text-indent:10px;
}

.box{
	font-family:Arial;
	font-size:14px;
	text-align:left;
	color:#585858;
	border:1px solid #ccc;
}

.view_top{
	height:30px;
	text-align:center;
	margin-left:5%;
}

.view_title{
	height:45px;
	text-align:center;
	margin-left:10%;
}

.view_foot{
	height:15px;
	font-family:arial;
	font-size:10px;
	color:#929294;
}

.honor{
	font-family:arial;
	font-size:15px;
	color:#008000;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* The simplest of popup's. This produces a text box
	when you mouse over the item. */
#popup a span {
	display:none;
}

#popup a:hover p:hover{
	background-color:#e9e9e2;
	color:#ff0000;
	text-indent:0; /* required by IE */
}

#popup a:hover p:hover span{
	display:block;
	position:absolute;
	width:200px;
	margin:0px;
	padding:10px;
	color:#44af34;
	font-weight:normal;
	background:#e5e5e5;
	text-align:left;
	white-space:normal;
	border:1px solid #666;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Showing a group of thumbnail pictures */

.thumbnail{
	width: 200px;
	border: 1px #949c4f none;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color: #ffffff;
}

.thumbnail img {
	border: 1px none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* The calendar formatting */

.date{
	width:120px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

.date_grey{
	width:120px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#929294;
	text-align:left;
}

.activity{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

.activity_grey{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#929294;
	text-align:left;
}

.clearboth { clear: both; }

.preview_line{
	border-top-style:solid;
	border-width:5px;
	border-color:#98bf21;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Formatting for an input box */

.nice_box_text{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.nice_box_text_err{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

.nice_box{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	border-width:3px 1px 1px 3px;
	border-style:solid;
	border-color:#c0c0c0;
}

.box_err{
	text-align:right;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

