/* page overall: */

html * { 
    margin: 0; 
    padding: 0; 
    border: 0;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial;
}
 
body {
    margin: 0;
	height: 100%;
    font-size: 0.83em;
    line-height: 1.1em;
    text-align: center;
    
    background-color: #000;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
	 background-position: center;
}
 
#page { 
    width: 576px; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;  
}

a:link, a:active, a:visited{
	color: #ED302B;
	text-decoration: none;
	font-style: normal;
}

a:hover{
	border-bottom: 1px solid #959595;
	text-decoration: none;
	color: #ED302B;
	font-style: normal;
}

/* header: */

#header {
    width: 100%;
    height: 75px;
	 background-image: url(../images/logo.gif);
	 background-repeat: no-repeat;
	 background-position: center;
}

#header_bar {
    width: 576px;
    text-align: left;  
    margin-left: auto; 
    margin-right: auto; 
	 background-color: #FFF;
}

.title {
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
    letter-spacing: 1px;
}

.title a:link, .title a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

/* content column: */

#content {
    float: left; 
    display: inline; 
    position: relative; 
    width: 100%; 
    font-size: 0.83em;
    background-color: #fff;

}

#content h1 {
    clear: both;
    margin: 2.5em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    font-size: 0.9em;
	 color: #B7B7B7;
	 font-weight: normal;
}


#content h2 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 1em 0em;
    font-size: 1.1em;
	 color: #ED302B;
	 border-bottom: 1px solid #D4D4D4;
}

#content h3 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0em;
    font-size: 1em;
	 color: #6A6A6A;
}

#content h4 {
    clear: both;
    margin: 0em 0em 2em 0em;
    padding: 0em 0em 0em 0em;
    font-size: 0.9em;
	 color: #9F9F9F;
}

#content h5 {
    clear: both;
    margin: 0em 0em 1em 0em;
    font-size: 1.5em;
	 color: #959595;
}

#content p {
    margin: 0em 0.5em 0.5em 0em;
    padding: 0em;
}
#content p.desc{
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 10px;
	font-style: italic;
	color: #B7B7B7;
	padding-left: 10px;
	padding-right: 10px;
}
#content img.ImgtextFloat{
	float: left;
	border: 1px solid #B7B7B7;
	padding: 10px;
	margin: 0px 10px 5px 0px;
}
#content HR{
	color: #959595;
	background-color: #959595;
	height: 1px; 
	text-align: center;
	margin: 20px;
}

#content input{
       border: 1px solid #B7B7B7;
}
#content img.Lfloat{
	float: left;
	margin-right: 1em;
}

#path {
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 1.2em;
    font-size: 0.9em;
    color: #797979;
    background-color: #FBFBFB;
}
/*
#right {
    float: left;
    width: auto;
    display: block;
}
*/

#right {
    float: left;
    width: 155px;
    display: block;
}

#left {
	float: left;
	width: 390px;
	display: block;
	border-right: 1px solid #B7B7B7;
	padding: 0em 0.4em 1em 0.4em;
	text-align: justify;
}

TABLE.IndexTable{
	border: 1px solid #797979;
	background-image: url(../images/TableBG.gif);
	background-position: bottom;
	background-repeat: repeat-x;
   margin: 0em 0.5em 0.5em 0em;
	
}
p.right_menu_title{
	 font-size: 1.2em;
	 color: #B7B7B7;
	 margin: 0em 0em 1.5em 0em;
}

p.right_menu_title_strong{
	 font-size: 1.2em;
	 color: #797979;
	 margin: 0em 0em 1.5em 0em;
	 font-weight: bold;
}
#right_menu {
    width: 100%;
    padding-left: 10px;
    text-align: left;
}

#right_menu li{
    display: block;
}


.top_menu {
    margin: 0em;
    padding: 0em 0.3em 0em 0em;
    font-size: 0.8em;
    text-transform: lowercase;
    color: #fff;
    text-align: right;
    display: block;
}

.top_menu a:link,.top_menu a:visited  {
	float: right;
	display: block;
	width: 77px;
	text-align: center;
	height: 15px;
	margin-top: 55px;
	border-bottom: 3px solid #959595;
	font-weight: normal;
	font-size: 0.9em;
}
.top_menu a:hover, top_menu a:active {
  	float: right;
	display: block;
	text-align: center;
	border-bottom: 3px solid #ED302B;
	font-size: 0.9em;
}

#content a:link, #content a:visited {
    color: #ED302B;
    text-decoration: none;
    border-bottom: 1px solid #959595;
}
 
#content a:hover, #content a:active {
    color: #959595;
}

#right_menu a:link, #right_menu a:visited {
    color: #ED302B;
    text-decoration: none;
	 background-image: url(../images/menu_list_off.gif);
	 background-position: left center;
	 background-repeat: no-repeat;
	 padding: 0em 0em 0em 1em;
	 border-bottom: none;
}

#right_menu a:hover, #content a:active {
    color: #959595;
	 background-image: url(../images/menu_list_on.gif);
	 background-position: left center;
	 background-repeat: no-repeat;
	 padding: 0em 0em 0em 1em;
}

#right_menu a.redlink:link, #right_menu a.redlink:visited {
    color: #ED302B;
    text-decoration: none;
	 background-image: url(../images/menu_list_on_blink.gif);
	 background-position: left center;
	 background-repeat: no-repeat;
	 padding: 0em 0em 0em 1em;
	 border-bottom: none;
}

#right_menu a.redlink:hover, #right_menu a.redlink:active {
    color: #959595;
	 background-image: url(../images/menu_list_on.gif);
	 background-position: left center;
	 background-repeat: no-repeat;
	 padding: 0em 0em 0em 1em;
}

/*
#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
}
*/
#main {
    padding: 0.5em 0em 1.5em 0.7em;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    margin: 0;
    padding: 0;
}

.boxImages{
	border: 1px solid #B7B7B7;
	padding: 15px;
	margin: 1em 0em 1em 0em;
}

.boxImagesW{
	border: 1px solid #FFF;
	padding: 15px;
	margin: 1em 0em 1em 0em;
}


/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}


/* footer: */

#footer { 
	padding: 1em 0em 1em 0em;
    font-size: 0.65em;
    clear: both;
    color: #959595;
    text-align: center;
	 border-top: 1px solid #B7B7B7;
	 background-image: url(../images/footerBg.gif);
	 background-position: bottom;
	 background-repeat: repeat-x;
	 background-color: #FFF;
} 

#footer a:link, #footer a:visited { 
    color: #959595;
    text-decoration: none;
} 

#footer a:hover, #footer a:active { 
    color: #797979;
} 

.center {
    text-align: center;
    display: block;
	padding: 5px;
}

.fieldset {
  width:100%;
  display: block;
  }
.fieldset th {
text-align:right;
width:70px;
border-right: 3px solid #ED302B;
padding-right: 5px;
}

.fieldset th.noreq {
text-align:right;
width:70px;
border-right: 3px solid #D4D4D4;
padding-right: 5px;
}

.fieldset .textfield {
width:270px;
padding: 0.4em;
background-color: #FFF;
border: 1px solid #B7B7B7;
font-size: 0.83em;
}

.fieldset .textfieldmini {
width:150px;
padding: 0.4em;
background-color: #FFF;
font-size: 0.83em;
}

#reset{
	border: 1px solid #B7B7B7;
	font-weight: bold;
	width: 70px;
	height: 25px;
	margin: 2em 0em 0em 11em;
}

 #submit{
	border: 1px solid #B7B7B7;
	font-weight: bold;
	width: 70px;
	height: 25px;
	margin: 2em 0em 0em 2em;
	color: #ED302B;
}

TABLE.TableFeedback TH{
text-align:right;
width:70px;
border-right: 3px solid #D4D4D4;
padding-right: 5px;
}

#confirm{
	width: 576px;
	margin-right: auto;
	margin-left: auto;
	padding: 10em 0em 0em 0em;
	text-align: left;
	height: 100%;
	border: 1px solid #575757;
	background-color: White;
	background-image: url(../images/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 1.5em;
}

#confirm H2{
    clear: both;
    margin: 0em 0em 2em 0em;
    padding: 0em 0em 1em 0em;
    font-size: 1.1em;
	 color: #ED302B;
	 border-bottom: 1px solid #D4D4D4;
}

#butterfly{
	left: 0px;
	bottom: 0px;

	margin: auto;
	float:left;
	display: none;
	/*\*/
		position: fixed;
}

table.TableContact{
	width: auto;
	margin: auto;
}

table.TableContact TD{
	border-left: 3px solid #D4D4D4;
	padding-left: 15px;
	padding-right: 10px;
	color: #797979;
}


/******mail form****/

.mailwrapper {
	text-align: center;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 70px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	
}
.maildiv h2 {
	
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #ED302B; 
}
.maildiv fieldset {
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
}
.maildiv .fmsubmit input{
	border: 1px solid #B7B7B7;
	font-weight: bold;
	width: 70px;
	height: 25px;
	margin: 2em 0em 0em 2em;
	color: #ED302B;
}
.maildiv .fmrequired {
	border-right: 3px solid #ED302B;
	float: right;
	margin-top: 3px;
	margin-left: 0px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 0px 0 70px;
	color: Black;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	color: Black;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
	margin: 20px;
	border: 1px solid #ED302B;
	padding: 15px;
}
.maildiv ul {
	padding-left: 15px;
}
.maildiv li {
	list-style-position: inside;
}
.maildiv .fmerrortitle {
	color: #ED302B;
	font-size: 120%;
	display: block;
	border-bottom: 1px solid #ED302B;
}

.maildiv .fmtext{
width:280px;
padding: 0.4em;
background-color: #FFF;
border: 1px solid #B7B7B7;
}

.maildiv .fmtextmini{
width:180px;
padding: 0.4em;
background-color: #FFF;
}


.maildiv .fmtextarea{
width:280px;
padding: 0.4em;
background-color: #FFF;
border: 1px solid #B7B7B7;
}