/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/
body {
	
	/*background-image: url(../images/bg.jpg);*/
	background:#211008;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 15px;
}

/*
---------------------------------------------
02. LINKS
---------------------------------------------
*/	

#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(images/contact-btn3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(images/contact-btn3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

a:link {
	color: #211008;
}
a:visited {
	color: #211008;
}

a.linkBlue:link {color: #bc0059; text-decoration:none}
a.linkBlue:visited {color: #bc0059; text-decoration:none}
a.linkBlue:hover {color: #bc0059;text-decoration:underline}


a.linkBottom:link {color: #d8baa2; text-decoration:none}
a.linkBottom:visited {color: #d8baa2; text-decoration:none}
a.linkBottom:hover {color: #bc0059;text-decoration:underline}



/*
---------------------------------------------
03. BOX AND BORDERS
---------------------------------------------
*/	
.whitebox{
	border: 1px solid #a38773;
}

.grayboxChart{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}

.image { border: 1px solid #95abbd; background: #bcc5ce; padding: 2px;}
/*********************************************/

ul.bullet {margin-top:10px;
margin-left:0}
/*
---------------------------------------------
04. PARAGRAPH TAGS
---------------------------------------------
*/
h1 {
	font-size: 12px;
	color:#FC151D;
}

h2 {
    font:Arial;
  	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #8F8E8E;
}

p {
	font-size: 13;
	margin-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: normal;
}

/*
---------------------------------------------
05. PAGE TEXT
---------------------------------------------
*/
.text { text-align:justify; padding: 0px 18px 0px 0px; }

.Bodytext {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	color: #d8baa2;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 18px;
	padding: 0px 23px 10px 23px; /**********top-right-bottom-left*********/
}

.Bodytext2 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	color: #d8baa2;
	font-weight: normal;
	line-height: 16px;
}

.title {
	font-family: Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


.title_sub {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
	color: #bc0059;
}

.promoTitle {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: -1px;
}

.promoText {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 13px;
	color: #4f0a0b;
	font-weight: bold;
	padding: 29px 30px 0px 10px;
	line-height: 13px;
}

.copyrightText {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	color: #d8baa2;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
}


/*
---------------------------------------------
06. FORMS
---------------------------------------------
*/

.formField {
	
	width:200px;
	height:18px;
	padding:0px 0px;
	background:#d8baa2;
	border:1px solid #FFFFFF;
	font-weight: bold;
	color:#180e09;
}

.formFieldCaptcha {
	width:130px;
	height:18px;
	padding:0px 0px;
	background:#d8baa2;
	border:1px solid #FFFFFF;
	font-weight: bold;
	color:#180e09;
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	width:297px;
	height:85px;
	background:#d8baa2;
	border:1px solid #FFFFFF;
	color:#180e09;
	font-weight: bold;
}

.formSubmit {
	width:107px;
	height:26px;
	color:#d8baa2;
	border:1px solid #bc0059;
	background: transparent url(../images/contact-btn1.gif) no-repeat center top;
	background-image:url(../images/contact-btn1.gif) no-repeat left top;

}

.formbutton:hover {background:transparent url("../images/contact-btn2b.gif") no-repeat center top;}

.formbutton {
  width: 94px;
  height: 31px;
  margin: 0;
  padding: 0;
  border: 0;
  color:#d8baa2;
  background: transparent url(../images/contact-btn2.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}

.formbuttonclear:hover {background:transparent url("../images/contact-btn3b.gif") no-repeat center top;}

.formbuttonclear{
	width: 114px;
	height: 31px;
	margin: 0;
	
	padding: 0;
	border: 0;
	color:#d8baa2;
	background: transparent url(../images/contact-btn3.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/*********************************************/

