/*
------------------------------------------------------
Copyright David E. Meyers,
some rights reserved
http://www.nettemple.net
------------------------------------------------------
*/

body {
background: #C6C6C6;
margin: 10;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
font-size: small;
}

/* --- Links --------- */

a {
color: #993300;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* --- H1, H2, H3 --------- */

#contactText {
font-family:  "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
font-size: 11px;
line-height: 14px;
color: #000000;
}

#captionText {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
margin-top: 0;
margin-bottom: 0;
font-size: 10px;
line-height: 14px;
color: #2D598D;
}

#bodySection {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
line-height: 14px;
color: #2D598D;
}

h1, h2, h3, h4, h5 {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
}

h1 {
background: transparent url("images/bullet_red.gif") no-repeat 0 55%;
border-bottom: 1px dotted #930;
padding-left: 15px;
font-size: 150%;
color: #2D598D;
}

h2 {
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 125%;
	color: #2D598D;
	padding-top: 5px;
}

h3 {
padding-left: 0px;
font-style: italic;
font-size: 100%;
color: #2D598D;
}

h4 {
background: transparent url("images/bullet_red.gif") no-repeat 0 15%;
padding-left: 0px;
font-size: 130%;
color: #2D598D;
}

h5 {
padding-left: 0px;
font-size: 130%;
color: #993300;
}

/* --- Wrap --------- */

#wrap {
background: transparent url("images/bgd_container.gif") repeat-y top left;
width: 780px;
margin: 0 auto;
padding: 0;
height: 100%;
text-align: left;
border: 1px solid #000000;
}

/* --- Banner --------- */

#banner {
background: transparent url("images/banner_home.jpg") no-repeat top left;
height: 105px;
margin: 0;
}

p {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-indent: 0px;
	color: #000000;
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 5px;
}

/* ----------------------------- */
/* --- Nav CONTACT BAR --------- */
/* ----------------------------- */

#nav-meta {
height: 62px;
font-size: 90%;
line-height: 4em;
}

#nav-meta ul {
margin: 0px 24px 0 630px;
}

#nav-meta ul li {
display: inline;
float: left;
}

#nav-meta ul li a {
display: block;
background: transparent url("images/small_bullet_yellow.gif") no-repeat 0 50%;
padding: 0 10px 0 8px;
color: #FFFFFF;
text-decoration: none;
}

#nav-meta ul li a:hover {
background: transparent url("images/small_bullet_red.gif") no-repeat 0 50%;
color: #FFF;
}

/* --- Container --------- */
#container {
margin: 1px;
border: 0px solid #00FF00;
}

/* --- Content --------- */
#content {
float: right;
margin: 0;
padding: 15px;
width: 540px;
border: 0px solid #FF0000;
background: transparent url("images/carrots.gif") no-repeat bottom right;
}

#content p, #content ol, #content ul {
font-size: 100%;
line-height: 1.5em;
}

/* --- Info site --------- */
#info-site {
position: relative;
clear: both;
background: transparent url("images/footer.jpg") no-repeat bottom left;
width: 780px;
padding-top: 20px;
padding-bottom: 12px;
text-align: center;
border: 0px solid #000000;
}

#info-site p {
font-size: 85%;
}


/* --- Info counter --------- */
#info-counter {
color: #FE923B;
font-size: 8pt;
line-height: 11pt;
text-align: center;
padding-bottom: 10px;
border: 0px solid #FE923B;
}

/* --- Info company --------- */
#info-company {
color: #FFD50F;
font-size: 8pt;
line-height: 11pt;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
padding-bottom: 10px;
border: 0px solid #0000FF;
}

#info-company a {
color: #99CCFF;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
}
