﻿
body
{
    color: #333;
    font-size: 100.01%;
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: center;
    background: #fff /* url(../images/body_bg.jpg) fixed 0 100% */;
    height: 555px; /* set the hight of the page */
    margin: 0;
    padding: 0;
    
    /* control styles */
    border: solid 0px #f00;
}


#master
{
	text-align:left;
    width: 960px;
    height: 555px;
    margin: 20px auto 0px auto;
    
    /* control styles */
    border: solid 0px #f00;
}

#content
{
    float: left;
	margin: 0;
	padding: 25px 25px 15px 25px;
	width: 910px;
    height: 555px;
	/* background: url(../images/bg.jpg) repeat-y; */
    
    /* control styles */
    border: solid 0px #000;
	border-top: 0;
	border-bottom: 0;
}


/*********************/
/* LEFT PANE STUFF   */
/*********************/
#left_pane
{
    float: left;
    width: 210px;
    height: 500px;
    margin: 0 0 30px 15px;
    background: #fff /* url(../images/body_bg_side.jpg)*/;
    
    /* control styles */
    border: solid 0px #f00;
}

#left_pane h1.date
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.7em;
    color: #333;
    letter-spacing: 2px;
    line-height: 0px;
    font-weight: normal;
    text-transform: capitalize;
    text-align: right;
    padding-bottom: 0px;
    margin-right: 25px;
    margin-top: 39px;
}

#text
{
    float: right;
    padding-bottom: 5px;
    margin: 100px 25px auto auto;
    text-align: right;
    font-size: 0.9em;
}

#left_pane #img_left
{
    float: right;
    width: 144px;
    height: 79px;
    margin: 10px 25px auto auto;
    text-indent: -999px;
}

#left_pane h2
{
    margin: 20px 0px 5px 0px;
    padding: 10px 0px 0px opx;
    color: #333;
    text-transform: uppercase;
    font-size: 1.1em;
}

html > body #left_pane h2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #333;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
}

#left_pane h3
{
    font-size: 1em;
}

#left_pane #navigation
{
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    text-align: right;
    padding-top: 25px;
}

#left_pane ul
{
    color: #333;
	list-style: none;
    /*line-height: 21px;*/

    /* text-transform: uppercase; */
    /* padding-bottom: 4px; */
    /* margin-right: 25px; */
    padding-left: 0px;
    margin-left: 40px;
	border: 0px solid #f00;
	border-bottom: 1px solid #ccc;

	width: 144px; /* Width of Menu Items */
}

html>body #left_pane ul
{
    /* font-size: 0.8em; */
}

/*ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	}
*/

/* #left_pane li
{
    margin: 0 0 0.4em;
    list-style: none;
    color: #333;
    line-height: 1.5em
} */
	
#left_pane ul li
{
    position: relative;
    /* margin: 0 0 1em;
    line-height: 1.0em */
}

#left_pane li ul {
	position: absolute;
	left: 103px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	text-align: left;
	}

/* Styles for Menu Items */
#left_pane ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
    font-weight: normal;
	}

/* #left_pane a
{
    font-weight: normal;
    text-decoration: none;
    color: #333;
} */ 

#left_pane a:hover
{
    text-decoration: underline;
    color: #999;
}

/* Fix IE. Hide from IE Mac \*/
/* Holly Hack. IE Requirement \*/
* html #left_pane ul li { float: left; height: 1% }
* html #left_pane ul li a { height: 1%; }
/* End */

#left_pane li:hover ul, #left_pane li.over ul { display: block; } /* The magic */

/*********************/
/* RIGHT PANE STUFF  */
/*********************/
#right_pane
{
    float: right;
    width: 510px;
    height: 500px;
    line-height: 1.46;
    
    /* control styles */
    border: solid 0px #f00;
}

#body_text
{
    background-color: Transparent;
    color: #fff;
    width: 200px;
    height: 300px;
    text-align: left;
    padding: 0px 0px 0px 10px;
    margin: 30px auto auto 20px;
    font-size: 0.9em;
}

.textbox
{
    background-color: Transparent;
    border: solid 1px #999;
    color: #fff;
    /* Opacity for different browsers */
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.checkbox
{
    /* Opacity for different browsers */
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.button
{
    background: #FFFFFF;
    border: solid 1px #CACACA;
    color: #333;
    cursor: pointer;
    /* Opacity for different browsers */
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#right_pane_body .title
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    margin: 40px auto auto 220px;
    color: #fff;
    font-size: 2.0em;
}



/*********************/
/* FOOTER PANE STUFF */
/*********************/

#footer_pane
{
    float: left;
    width: 910px;
    height: 20px;
    font-size: 0.7em;
    font-weight: normal;
    padding-top: 15px;
    color: #666;
    
    /* control styles */
    border: solid 0px #f00;
    
    border-top: solid 1px #999;
    border-bottom: solid 0px #999;
}

#footer_pane #copyright
{
    float: left;
}

#footer_pane #valid
{
    float: right;
    margin-left: 15px;
    margin-top: 0px;
    border-width: 0px;
    border: none 0px #f00;
}

#footer_pane #valid a img
{
    border-width: 0px;
}

#footer_pane #terms
{
    float: right;
}

#footer_pane #privacy
{
    float: right;
    margin-right: 10px;
}

#footer_pane a
{
    text-decoration: none;
    color: #666;
}

#footer_pane a:hover
{
    text-decoration: underline;
    color: #999;
}





/* Miscellaneous. IE needs these. Whatever. */

#IERoot
{
    line-height: 1;
}

#IERoot #left_pane #navigation
{
    margin-top: 10px;
}

#IERoot #right_pane_body h2.date
{
    margin-top: 10px;
}

#IERoot #footer_pane #valid
{
    margin-top: -2px;
}

#IERoot li ul
{
	top: 2px;
}


