
/* --------------------- Body  ---------------------------------*/
body
{
  background: #303030 url(images/bgBlackGray.gif) repeat-x;
}


/* --------------------- Header  ---------------------------------*/
#header {
	width: 780px;
	margin: 0 auto;
	height: 235px;
	background: white;
}

/* --------------------- Menu  ---------------------------------*/
#menu {
	width: 780px;
	height:35px;
	border-collapse: collapse;
}

#menu a {
	display: block;
	float: left;
	width: 106px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 0.8em;
	font-family: arial, verdana;
	font-weight: bold;
	color: white;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 4px;
    text-align: center;
    border: solid 0px black;
}

#menu a:hover {
	color: #D0D0D0;
}

.menu_td_cellstyle {
	background-image: url(images/button_blue2.png);
	background-repeat:no-repeat;
	text-align:center;
	width: 115px;
	background-color: white;
	border: 0px;
}


/* --------------------- Logo ------------------------------------------ */

#logo 
{
	background: url(images/top_gif2.gif) no-repeat;
	border: solid 0px black;
	width: 780px;
	height: 235px;
	margin: 0 auto;
}


#logo h1 {
	padding-top: 100px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding-top: 85px;
	padding-left: 257px;
	line-height: 1.6em;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
}

#logo a {
	color: #FFFFFF;
}

/* -------------------- End Header ------------------------------------------------*/


/* --------------------- Main  ---------------------------------*/

#main {
	width: 780px;
	margin: 0 auto;
	height: auto;
	background: white;
	padding-top: 20px;
	border-bottom: solid 1px white;
}

#main ul {
    margin-left: 40px;
}

.Title {
	font-size: 1.2em;
	font-family: arial, verdana;
	font-weight: bold;
	color: #CE000C; /*red*/
	padding-left: 20px;
}

.Subtitle {
	font-size: 1.0em;
	font-family: arial, verdana;
	font-weight: bold;
	color: #CE000C; /*red*/	
	padding-left: 40px;
}

.Normal {
	font-size: 80%;
	font-family: verdana;
	color: black;
	padding-left: 40px;
    line-height: 20px;
    text-align: justify;
}

/* --------- Right ---------------------*/
#right {
    float: right;
    border-top: solid 0px gray;
    border-bottom: solid 0px gray;
    border-right: solid 0px gray;
    border-left: solid 0px black;
    height:320px;
    width: 370px;
    text-align: center;
    margin: 20px 10px 20px 30px;
    padding-top: 80px;
}
/* --------------------- End Main  ---------------------------------*/


/* --------------------- Bottom  ---------------------------------*/

#bottom {
	width: 780px;
	margin: 0 auto;
	height: 140px;
	background: white url(images/bottom_gif2.gif) no-repeat;
}

#bottom_address {
	width: 780px;
	margin: 0 auto;
	height: auto;
	background: white url(images/bottom_gif2.gif) no-repeat;
}

#bottom_physical_address {
	width: 780px;
	border-collapse: collapse;
	background: white url(images/bg_bottom3.png);
	font-family: arial, verdana;
	font-size:0.7em;
	text-align:center;
}

#bottom_links {
	text-align: right;
	padding-right:100px;
	padding-top:45px;
	font-size:0.7em;
	font-family:arial, verdana;
	font-weight:bold;
}

#bottom_links a {
	font-size:1.0em;
	font-family:arial, verdana;
	font-weight:bold;
	color: black;
}

#bottom_links a:hover {
	color: gray;
}

#bottom_copyright {
	text-align:right;
	padding-right:150px;
	font-size:0.7em;
	font-family:arial, verdana;
}

/* --------------------- End Bottom  ---------------------------------*/

/* --------- CSS FOR PICTURES SLIDESHOW SCRIPT (home page) ---------------- */
.imageSlideshowHolder,.imageSlideshowHolder_left{
    margin-top:5px;	/* "Air" */
	float:left; /* Floating gallery at the right side of other web page content */		
	width:151px;	/* Image width */
	height:100px;	/* Image height */
    position:relative;	/* Don't remove this line */
}
.leftFloatingDiv{
	float:left;
	width:160px;
	height:110px;
}
/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

/* ---------- button efect for main menu links ------------ */
a.button1       {   width: 1em; 
                    background-repeat: repeat; 
                    background-attachment: scroll; 
                    text-align: center; 
                    border: 0px solid #FFF; 
                    background-position: 0% 50%;
}
a.button1:hover {   position: relative; 
                    top: 2px; 
                    left: 2px; 
                    border-left: 1px none #000; 
                    border-right: 1px none #aaa; 
                    border-top: 1px none #000; 
                    border-bottom: 1px none #aaa 
}

/* ------------------ request form styles -------------------- */
fieldset {
    margin: 2em 2em 1em 3.5em;
    padding: 0px;
    border: 1px solid #BFBAB0;  
    background-color: #F2EFE9;
    position: relative;
    display: block;
    width: 650px;
}

legend {
    margin-left: 1em;
    left:-7px;
    top: -0.75em;
    padding: 0em 0.5em 0em 0.5em;
    color: #000000;
    font-weight: bold;
    position: relative;
    font-family: arial;
    font-size:0.8em;
}

fieldset ol {
    padding: 0.25em 1em 0.3em 0em;
    list-style: none;
}

fieldset li {
    clear: left;
    width: 100%;
    padding-bottom: 0.2em;
}

fieldset.submit {
    float: none;
    width: auto;
    border-style: none;
    padding-left: 12em;
}

label {
    float: left;
    width: 7em;
    margin-right: 1em;
    text-align: left;
    font-family: arial;
    font-size: 0.8em;
    padding-left: 20px;
}

input, textarea, select {
    border: solid 1px #BFBAB0;
    font-family: arial;
    font-size: 0.8em;
    padding-left: 0.2em;
}