/* ----------------------------------------------------------------+----------------------
 |  Cascading Style Sheet                                          |                      |
  -----------------------------------------------------------------+---------------------*/

    html, body {
    background-color: #101010;
    cursor: default;
    font-family: "Arial", arial, "MS Sans Serif", Geneva, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: normal;
    margin: auto;
    width: 100%;
    padding: 0px 0px 0px 0px;
    min-width: 760px;
    text-align: center;
  }

a:link,a:active,a:visited {
background-color: transparent;
color: #efefef;
text-decoration: none;
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
font-size: 14pt;
}
a:hover {
background-color: transparent;
color: #7a7a7a;
text-decoration: none;
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
font-size: 14pt;
}

/* fieldset {border: 1px solid #101010; padding: 3px 10px 10px; margin: 5px 0;} */
fieldset {border: 1px solid #101010;}

fieldset ol {margin: 5px 0 5px 40px; padding: 0; font-size: 11px;}
fieldset ol li {margin: 1px 0;}
/* legend {font-size: 11px; font-weight: bold; color: #000; margin: 20px 0; padding: 2px 4px;  */
border: 1px solid #ccc; background: #c5c5c5 url(./images/vertbg.gif);}
input {width: 180px; margin-top: 2px;}
label {float: left; width: 25%; margin-right: 5px; margin-top: 2px; padding-top: 2px; text-align: right; font-size: 11px;}
	label strong {font-size: 11px;}

/*
 -----------------------------------------------------------------------------------------
 | Temp Folio ID's and Classes
 -----------------------------------------------------------------------------------------
*/
#banner {
background-color: #000000; 
margin: 0px auto;
clear: both;
padding: 0px 0px 0px 0px;
width: 760px;
height: 50px;
text-align: center;
}
#content {
background-color: #000000; 
margin: 0px auto;
clear: both;
padding: 0px 0px 0px 0px;
/* height: 711px; */
width: 760px;
text-align: center;
border-style:solid;
border-color:#5f5f5f;
border-width: 1px;  
}
#gallery {
background-color: #000000; 
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
font-size: 11pt;
width: 600px;
text-align: left;
color: #000000;
}
#wrapper {
padding: 0px 0px 0px 0px;
overflow: hidden;
}
#center {
background-color: #000000; 
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
padding: 0px 0px 0px 40px;
width: 90px;
font-size: 10pt;
color: #efefef;
text-align: right;
float: left;
}
#center-space {
background-color: #000000; 
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
padding: 0px 0px 0px 0px;
width: 150px;
font-size: 10pt;
color: #efefef;
text-align: left;
float: left;
}
#center_left {
background-color: #000000; 
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
padding: 0px 0px 0px 0px;
width: 200px;
font-size: 10pt;
color: #efefef;
text-align: left;
float: left;
}
#center_right {
background-color: #000000; 
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
padding: 0px 0px 0px 0px;
width: 400px;
font-size: 10pt;
color: #efefef;
text-align: left;
float: left;
}
#content_bottom {
background-color: #000000;
margin: 0px auto;
width: 100%;
clear: both;
font: 11px Verdana,Arial,sans-serif;
color: #9f9f9f;
text-align: center;
}
#nav{
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
/* height: 75px; */
/*
border-bottom: 1px solid #60c8e0;
width: 90%;
*/
}
#info {
background-color: #ffffff; 
font-family: "Arial", arial, "MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
font-size: 12pt;
width: 500px;
text-align: justify;   
}
div.frame {
width: 215px;
height: 320px;
}
div.spacer {
/* width: 74px; */
/* height: 141px; */
float: left;
}
div.full_panel {
padding: 4px 4px 4px 4px;
width: 141px;
height: 141px;
float: left;
}
div.half_panel {
padding: 4px 4px 4px 4px;
width: 75px;
height: 141px;
float: left;
}
div.res{
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-size: 20pt;
font-weight: normal;
color: #efefef;
border-bottom: 1px solid #efefef;
width: 600px;
text-align: left;
padding-left: 10px;
line-height: 16pt;
}
div.resr{
font-family: "Arial", "MS Sans Serif", Geneva, sans-serif;
font-size: 24pt;
font-weight: normal;
color: #efefef;
border-bottom: 1px solid #efefef;
width: 600px;
text-align: right;
padding-left: 10px;
line-height: 18pt;
}

#form {
background-color: #000000;
color: #efefef;
/* width: 390px; */
float: left;
/* padding: 1px 2px; */
font: 12px Verdana,Arial,sans-serif;
}

/* Form IDs & Classes
----------------------------------------------- */
#sidebyside {width: 390px;}
#sidebyside label.nobr {display: inline !important; float: none !important;}

.btn {border: 1px solid; border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1; background: #fff url(./images/btnbg.gif) repeat-x; display: block; margin: 5px 10px; cursor: pointer;}
.checkbox {width: auto !important;}
.sub {background: #000000; padding-top: 10px;}
	.sub input {width: 120px;}
	.sub .btn {margin: 0 auto;}
