/* CSS Document */

body {
	background-image: url(../images/page_back.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
}

a {
color:#bc112e;
}

a:hover {
color:#6e6e6e;
}

#page_wrapper
{
width:926px;
margin-left: auto; 
margin-right: auto;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#333333;

}

#navigation {
float:right;
margin-right:16px
}

.nav_button {
float:left;
width:104px;
height:49px;
}

.nav_button106 {
float:left;
width:106px;
height:49px;
}

#page_content
{
width:926px;
background-image:url(../images/page_top.gif);
background-repeat:no-repeat;
float:left;
}

#page_content_bottom
{
width:926px;
height:77px;
background-image:url(../images/page_bottom3.gif);
background-repeat:no-repeat;
float:left;
}

#home_box_main {
width:544px;
background-image:url(../images/home_main_cell_top.gif);
background-repeat:no-repeat;
float:left;
margin-left:48px;
}

#home_box_inner {
width:544px;
background-image:url(../images/home_main_cell_mid.gif);
background-repeat:repeat-y;
float:left;
margin-left:48px;
}

#home_box_main_content {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin: 25px 25px 0px 25px;
}

#home_box_inner_content {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin: 0px 25px 0px 25px;
}

#home_box_main_content a:link {
margin-top:5px; 
font-weight:bold; 
font-size:15px;
float:right;
font-family: Georgia, Times New Roman, Times, serif; 
}

#home_box_main_bot {
width:544px;
height:19px;
background-image:url(../images/home_main_cell_bot.gif);
background-repeat:no-repeat;
float:left;
margin-left:48px;
}

#home_gray_box {
width:266px; 
height:120px; 
background-image:url(../images/gray_gradient_rect.gif); 
margin: 10px 0px 0px 3px; 
color:#FFFFFF
}

#home_gray_box_content {
width:236;
margin:0px 0px 0px 10px; 
font-size:11px; 
}

#home_gray_box_content p {
margin:5px 0px 0px 0px;
}

#home_gray_box_content a {
color:#FFFFFF;
text-decoration:underline;
}


.home_box_small_wrapper {
width: 181px;
float:left;

}

.home_box_small {
width:181px;
background-image:url(../images/home_cell_top.gif);
background-repeat:no-repeat;
}

.home_box_small p {
width:155px; 
margin-left:13px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#333333;
margin-top: 0px;
margin-bottom: 0px;
}

.home_box_small a {
margin-top:15px; 
font-weight:bold; 
font-size:15px;
font-family: Georgia, Times New Roman, Times, serif; 
}

.home_box_small_bot {
width:181px;
height:20px;
background-image:url(../images/home_cell_bot.gif);
background-repeat:no-repeat;
}

.tutorial_thumbs {
width:240px;
height:225px;
float:left;
margin-left:5px;
}



.red_bold {
	color: #bc112e;
	font-weight: bold;
}

.large_black_bold {
	font-size:16px;
	font-weight: bold;
}




/*------------------THUMBNAIL VIEWER CSS -----------------------------------*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*------------------ END THUMBNAIL VIEWER CSS -----------------------------------*/