﻿/* This is the Main Cascading Style Sheet for the Dan Scott Website */
/************************************************************************************/
/*                                  site defaults                                   */
/************************************************************************************/
body
{
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    text-align: center;
}

p
{
    line-height: 1.3em;
}

a:link
{
    color: #0B1998;
    text-decoration: none;
}

a:visited
{
    color: #0B1998;
    text-decoration: none;
}

a:hover
{
    color: #0B1998;
    text-decoration: none;
}

p a:link 
{
    color: #0B1998;
    text-decoration: none;
}

p a:visited
{
    color: #0B1998;
    text-decoration: none;
}

p a:hover
{
    color: #a34136;
    border-bottom: thin dotted;
    border-bottom-color: #a34136;
}

div.menu_item
{
    margin: 0px;
    padding: 0px;
}

ul.root_level
{
    list-style-type: disc;
    font-weight: bold;
}

ul.second_level
{
    list-style-image: url( '../images/checkmark.png' );
    font-size: 0.80em;
    font-weight: normal;
}

ul.third_level
{
    font-size: 0.80em;
    font-weight: normal;
}

ul.fourth_level
{
    font-size: 0.75em;
    font-weight: normal;
}

li
{
    padding-top: 3px;
    padding-bottom: 3px;
}

/************************************************************************************/
/*                                common selectors                                  */
/************************************************************************************/
div.display_right
{
	text-align: right;
}

div.display_centre
{
    text-align: center;
}

div.padding
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.indent
{
	padding-left: 50px;
}

div.block_of_text
{
    padding-left: 100px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

img.no_border
{
	border: none;
}

img.raw
{
	padding: 0px;
	margin: 0px;
    border: none;
}

img.centered_image
{
    text-align: center;
}

/************************************************************************************/
/*                                  id selectors                                    */
/************************************************************************************/

div#main_site
{
    width: 1024px;
    background-color: White;
    margin-right: auto;
    margin-left: auto;
}

div#header
{
    width: 1024px;
    height: 142px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
}

div#menu
{
    padding: 10px 20px 5px 5px;
    width: 130px;
    float: left;
    text-align: right;
    font-size: 1.2em;
}

div#content_area
{
    padding: 20px 20px 20px 10px;
    width: 657px;
    float: left;
    text-align: left;
}

div#image_content_area
{
    padding: 20px;
    width: 984px;
}

div#right_side_bar
{
    padding: 20px 0px 20px 0px;
    width: 182px;
    float: left;
}

div#links
{
    font-size: 0.75em;
    text-align: left;
}

div#news
{
    font-size: 0.75em;
    text-align: left;
}

div#footer
{
    padding: 5px;
    clear: both;
    background-color: Black;
    color: White;
    font-size: 0.75em;
}

/************************************************************************************/
/*                                  other miscelaneous                              */
/************************************************************************************/

.sidebar_left
{
    background-image: url(../images/sidebar_left.gif);
    background-repeat: repeat-y;
}

.sidebar_right
{
    background-image: url(../images/sidebar_right.gif);
    background-repeat: repeat-y;
}

.menu_heading
{
    font-weight: bold;
    font-style: italic;
    color: #000080;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 5px;
}

#menu a:link
{
    color: black;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 2em;
}

#menu a:visited
{
    color: black;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 2em;
}

#menu a:hover
{
    color: #9a0000;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 2em;
}

/************************************************************************************/
/*                                  content styles                                  */
/************************************************************************************/
h1
{
    color: #0d0733;
    font-size: 1.50em;
    padding-left: 5px;
}

h2
{
    color: #000034;
    font-size: 1.3em;
}

.blue_text
{
    color: #0033CC;
    font-weight: bold;
}

.bold_text
{
	font-weight: bold;
}

.underline_text
{
	text-decoration: underline;
}

.soft
{
    font-size: 0.9em;
    color: #999999;
}

.superscript
{
    font-size: 0.75em;
    vertical-align: super;
}

.subscript
{
    color: #00457c;
    font-size: 0.75em;
}

.footnote
{
    color: #00457c;
    font-size: 0.75em;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #00457c;
}

.obvious
{
    font-weight: bold;
}

.error_message
{
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
    font-size: 1.05em;
}

.success_message
{
    color: #008000;
    font-style: italic;
    font-weight: bold;
    font-size: 1.05em;
}

.brent
{
    font-size: 2em;
}


a:link.download_link
{
    color: #3333FF;
    text-decoration: none;
    margin-left: 30px;
    font-size: 0.75em;
    line-height: 2em;
}

a:visited.download_link
{
    color: #3333FF;
    text-decoration: none;
    margin-left: 30px;
    font-size: 0.75em;
    line-height: 2em;
}

a:hover.download_link
{
    color: #a34136;
    text-decoration: none;
    margin-left: 30px;
    font-size: 0.75em;
    line-height: 2em;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #a34136;
}

/************************************************************************************/
/*                              content field styles                                */
/************************************************************************************/

/*
input[type=submit], input[type=button], input[type=reset], input[type=file]
{
    background-color:#9BB8C8;
    margin:4px;
}

textarea, input[type=text], input[type=password]
{
	width:100%;
}

*/

input
{
    border: 1px solid #C0C0C0;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    padding-left: 3px;
}

input.required
{
    border: 1px solid #FF0000;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    padding-left: 3px;
}

input.button
{
    border: 1px outset #C0C0C0;
    font-size: 11pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    padding-left: 3px;
    background-color: #000080;
}

textarea
{
    border: 1px solid #C0C0C0;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    vertical-align: top;
    padding-left: 3px;
}

textarea.required
{
    border: 1px solid #FF0000;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    vertical-align: top;
    padding-left: 3px;
}

select
{
    border: 1px solid #C0C0C0;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    padding-left: 3px;
    vertical-align: top;
}

select.required
{
    border: 1px solid #FF0000;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 3px;
    padding-left: 3px;
    vertical-align: top;
}

.read_only_text_field
{
    vertical-align: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
    color: #808080;
}

.form_field_label
{
    vertical-align: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.centered_field_label
{
    vertical-align: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 130px;
}

.required_fields_message
{
    font-size: 0.75em;
    font-style: italic;
    color: #FF0000;
}

.example
{
    font-size: 0.75em;
    color: #999999;
    vertical-align: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox
{
    border-style: none;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.75em;
}

.required_checkbox
{
    border: 1px dotted #FF0000;
    font-size: 11pt;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.75em;
}

.radio_button
{
    border-style: none;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.75em;
}

.required_radio_button
{
    border: 1px dotted #FF0000;
    font-size: 11pt;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.75em;
}

.calendar_button
{
    border-style: outset;
    border-width: thin;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #FFFFFF;
}

p.mission_statement
{
    font-style: italic;
    color: #0D0733;
}

tr.header_search_results
{
    padding: 2px 4px 2px 4px;
    color: #0D0733;
    vertical-align: top;
    text-align: left;
    background-color: #FFCC99;
    font-size: 0.75em;
}

tr.search_results
{
    padding: 2px 4px 2px 4px;
    vertical-align: top;
    text-align: left;
    font-size: 0.75em;
}

tr.alt_search_results
{
    padding: 2px 4px 2px 4px;
    vertical-align: top;
    text-align: left;
    font-size: 0.75em;
    background-color: #CCCCCC;
}

.no_floats
{
    padding: 0px;
    margin: 0px;
    clear: both;
}

hr.section_line
{
    border-style: solid none none none;
    border-top-color: #a34136;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.address_block
{
    padding: 3px;
    border: 1px dotted #FF0000;
}

.form_buttons
{
    text-align: right;
    margin-right: 150px;
}
