@charset "utf-8";
/* CSS Document */

body {padding: 0;
margin: 0;
background-color:#2e110a;
}


/* HEADER */
header {
	height: 150px;
	margin: 0;
	padding: 0;
	background-color:#2e110a;
}
.HeaderLeft {
	float: left;
}
.HeaderRight {
	float: right;
	padding-top:20px;
	padding-right:20px;
}
.HeaderRightNav {
	clear:right;
	float: left;
	padding-left: 60px;
}
.Logo {
	margin-top:5px;
	margin-left:5px;
}
.tagline {
	margin-top:2px;
	margin-right:5px;
	text-align:right;
	vertical-align:top;
    color: #a5c8e6;
	line-height:18px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
    text-decoration:none;
	font-size: 30px;
	font-weight:bold;
}
nav {
	vertical-align:bottom;
}
.phonediv {
	float: left;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
	width:210px;
}
.phone {
	position:absolute;
	vertical-align:top;
	top:-17px;
	left:0px;
	text-align:left;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight:bold;
	font-style:italic;
}


/*NAVIGATION BAR BEHAVIOR FOLLOWS*/
img.top { /*Hides Image from all browsers; we want to hide this from IE so hover doesn't work*/
	display:none;	
} 
html:lang(en) img.top:not([border]) { /*Redisplays image for Firefox and Safari for the hover*/
	display:inline;
}
img.bottom { /*Positions starting nav graphic before hover */
	position:absolute;
	top: 3px;
	left:0;
	opacity:100;	
}
img.top { /*Positions ending nav graphic after hover */
	position:absolute;
	top: 4px;
	left:0;
	opacity:0;	
}
img.onit { /*Positions ending nav graphic when user is on that page*/
	position:absolute;
	top: 4px;
	left:0;
	opacity:100;	
}
.view p { /*Positions text on "home" when user is on it */
	margin-top:0px;
	position:absolute;
	left:31px;
	text-align:center;
	top:22px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.view2 p { /*Positions text on "listen" when user is on it */
	margin-top:0px;
	position:absolute;
	left:29px;
	text-align:center;
	top:8px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.view3 p { /*Positions text on "howmuch" when user is on it */
	margin-top:0px;
	position:absolute;
	left:29px;
	text-align:center;
	top:14px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.view4 p { /*Positions text on "bookit" when user is on it */
	margin-top:0px;
	position:absolute;
	left:35px;
	text-align:center;
	top:18px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.view5 p { /*Positions text on "aboutus" when user is on it */
	margin-top:0px;
	position:absolute;
	left:31px;
	text-align:center;
	top:18px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.view6 p { /*Positions text on "contactus" when user is on it */
	margin-top:0px;
	position:absolute;
	left:24px;
	text-align:center;
	top:18px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.view7 p { /*Positions text on "blog" when user is on it */
	margin-top:0px;
	position:absolute;
	left:17px;
	text-align:center;
	top:10px;
	color: #431608;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
.HeaderRightNav div { /*Positions divs within navigation bar*/
    width: 104px;
    height: 76px;
    margin: 0px;
    float: left;
    border: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.HeaderRightNav a { /*Positions text in navigation bar divx*/
	position:absolute;
	top: 0px;
	text-align:center;
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}
/*First Nav Element - Home*/
.view a {
	left:32px;
}
.viewanim a {
   -webkit-transition:all 1s ease-in;  
   -moz-transition:all 1s ease-in;  
   -o-transition:all 1s ease-in;  
   transition:all 1s ease-in;
   color: #fff;
}
.viewanim img.top {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
	opacity:0;
}
.viewanim img.bottom {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;	
	opacity:100;
}
.viewanim:hover img.bottom {
    opacity:0;
}
.viewanim:hover img.top {
    opacity:100;
}
.ie .viewanim:hover a { /*Hover for IE*/
	color:#a5c8e6;   
}
.gecko .viewanim:hover a   { /*Hover for firefox*/
    color: #431608;
	-moz-transform: translateY(21px);
  	-webkit-transform: translateY(21px);
	-o-transform: translateY(21px);
	-ms-transform: translateY(21px);
}
.opera .viewanim:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(21px);
  	-webkit-transform: translateY(21px);
	-o-transform: translateY(21px);
	-ms-transform: translateY(21px);
}
.webkit .viewanim:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(21px);
  	-webkit-transform: translateY(21px);
	-o-transform: translateY(21px);
	-ms-transform: translateY(21px);
}
/*Second Nav Element - Talent*/
.view2 a {
	left:29px;
}
.viewanim2 a {
   -webkit-transition:all 1s ease-in;  
   -moz-transition:all 1s ease-in;  
   -o-transition:all 1s ease-in;  
   transition:all 1s ease-in;
   color: #fff;
}
.viewanim2 img.top {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
	opacity:0;
}
.viewanim2 img.bottom {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;	
	opacity:100;
}
.viewanim2:hover img.bottom {
    opacity:0;
}
.viewanim2:hover img.top {
    opacity:100;
}
.ie .viewanim2:hover a { /*Hover for IE*/
	color:#a5c8e6;   
}
.gecko .viewanim2:hover a   { /*Hover for firefox*/
    color: #431608;
	-moz-transform: translateY(8px);
  	-webkit-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
}
.opera .viewanim2:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(8px);
  	-webkit-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
}
.webkit .viewanim2:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(8px);
  	-webkit-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
}
/*Third Nav Element - How Much*/
.view3 a {
	left:28px;
}
.viewanim3 a {
   -webkit-transition:all 1s ease-in;  
   -moz-transition:all 1s ease-in;  
   -o-transition:all 1s ease-in;  
   transition:all 1s ease-in;
   color: #fff;
}
.viewanim3 img.top {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
	opacity:0;
}
.viewanim3 img.bottom {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;	
	opacity:100;
}
.viewanim3:hover img.bottom {
    opacity:0;
}
.viewanim3:hover img.top {
    opacity:100;
}
.ie .viewanim3:hover a { /*Hover for IE*/
	color:#a5c8e6;   
}
.gecko .viewanim3:hover a   { /*Hover for firefox*/
    color: #431608;
	-moz-transform: translateY(16px);
  	-webkit-transform: translateY(16px);
	-o-transform: translateY(16px);
	-ms-transform: translateY(16px);
}
.opera .viewanim3:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(16px);
  	-webkit-transform: translateY(16px);
	-o-transform: translateY(16px);
	-ms-transform: translateY(16px);
}
.webkit .viewanim3:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(16px);
  	-webkit-transform: translateY(16px);
	-o-transform: translateY(16px);
	-ms-transform: translateY(16px);
}

/*Second Nav Element - Book It*/
.view4 a { /*Positions text within div*/
	left:34px;
}
/*Hover for divs 4, 5, 6*/
.viewanim4 a {
   -webkit-transition:all 1s ease-in;  
   -moz-transition:all 1s ease-in;  
   -o-transition:all 1s ease-in;  
   transition:all 1s ease-in;
   color: #fff;
}
.viewanim4 img.top {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
	opacity:0;
}
.viewanim4 img.bottom {
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;	
	opacity:100;
}
.viewanim4:hover img.bottom {
    opacity:0;
}
.viewanim4:hover img.top {
    opacity:100;
}
.ie .viewanim4:hover a { /*Hover for IE*/
	color:#a5c8e6;   
}
.gecko .viewanim4:hover a   { /*Hover for firefox*/
    color: #431608;
	-moz-transform: translateY(20px);
  	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
}
.opera .viewanim4:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(20px);
  	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
}
.webkit .viewanim4:hover a   { /*Hover for opera*/
    color: #431608;
	-moz-transform: translateY(20px);
  	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
}
/*Second Nav Element - About Us*/
.view5 a { /*Positions text within div*/
	left:31px;
}

/*Second Nav Element - Contact Us*/
.view6 a { /*Positions text within div*/
	left:25px;
}
/*Second Nav Element - Contact Us*/
.view7 a { /*Positions text within div*/
	left:17px;
}





/*RIGHT TESTIMONIAL AREA*/
RightSpace {
	float: left;
	width: 20%;
}
RightSpaceContainer {
	position: relative;
	height: 700px;
	background-color:#a5c8e6;
	text-align:center;
	vertical-align:top;
	border:solid;
	border-color:#000;
	padding: 4px;
	padding-left: 4px;
	margin: 5px;
	overflow: hidden;
	opacity: .6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
}
.asideForIE {
	float: right;
	width: 20%;
	padding-top: 30px;
}
#marqueecontainer {
	position: relative;
	height: 600px;
	top:0px;
	background-color:#a5c8e6;
	text-align:center;
	vertical-align:top;
	border:solid;
	border-color:#000;
	padding: 4px;
	padding-left: 4px;
	margin: 5px;
	overflow: hidden;
	opacity: .6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
}
.TestimonialTitle {
	position:relative;
	top: -23px;
	background-color:#a5c8e6;
	z-index: 10;
	height: 40px;
	vertical-align:bottom;
	text-align:center;
}
.TestimonialTitle h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 18px;
	font-style:italic;
	position:relative;
	top: 10px;	
}
#vmarquee {
	position:relative;
	width: 98%;
	top: 20px;
}
#vmarquee p {
	margin-bottom:0px;
	margin-top:2px;
	text-align:left;
    color: #000;
	line-height:16px;
    font-family:"Times New Roman", Times, serif;
    text-decoration:none;
	font-size: 14px;
	font-style:italic;
	font-weight:regular;
}
#vmarquee p.quoteby {
	margin-top:4px;
	margin-bottom:7px;
	padding-bottom:15px;
	text-align:left;
    color: #000;
	line-height:16px;
    font-family:"Times New Roman", Times, serif;
    text-decoration:none;
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
}
#marqueecontainer h1 {
	text-align:center;
    color: #000;
	line-height:18px;
    font-family:"Times New Roman", Times, serif;
    text-decoration:none;
	font-size: 22px;
	font-style:italic;
	font-weight:bold;	
}
/*END OF RIGHT TESTIMONIAL AREA*/


/*SECTION*/
.MiddleSection {
	float: left;
	background-image:url(images/Texture.gif);
	background-repeat:repeat-x;
	background-color:#4a2013;
	margin-top:0px;
	padding-top: opx;
}
section {
	text-align:left;
	float: left;
	width: 75%;
	margin: 10px;
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
section h1 {
	clear:both;
	text-align:left;
    color: #a5c8e6;
	line-height:30px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
    text-decoration:none;
	font-size: 30px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}
section h2 {
	text-align:left;
    color: #a5c8e6;
	line-height:18px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 24px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left:0px;
}
h4 {
	clear:both;
	text-align:left;
    color: #a5c8e6;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-weight:bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left:0px;
}
h4.blogp4 {
	clear:both;
	text-align:left;
    color: #a5c8e6;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-weight:bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:43px;
}
h6 {
	text-align:left;
    color: #fff;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight:bold;
	padding: 30px;
}
section p {
	clear:both;
	text-align:left;
    color: #fff;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:20px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 60px;
}
p.blogp {
	clear:both;
	text-align:left;
    color: #fff;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:20px;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 60px;
}
p.blogp a {
	clear:both;
	text-align:left;
    color: #93E4FF;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:0px;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0 px;
}
section a {
	clear:both;
	text-align:left;
    color: #93E4FF;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:0px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
}
.forminstructions {
	text-align:right;
    color: #fff;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:260px;
}
.forminstructionsnolink {
	text-align:right;
    color: #fff;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:340px;
}
.ShowText {
	display: none;
	color:#ffc1ae;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:280px;
	}
.ShowText2 {
	display: none;
	color:#ffc1ae;
	line-height:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:280px;
	}
section li {
	clear:both;
	text-align:left;
    color: #fff;
	line-height:18px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:20px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
section ul {
	text-align:left;
    color: #fff;
	line-height:18px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:20px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 60px;
}
section ol {
	text-align:left;
    color: #fff;
	line-height:18px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	margin-left:20px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 60px;
}
section div {
	float:left;
}



/*VOICE PAGE*/
.malevoices {
	clear:both;
	float:left;
	width:40%;
	text-align:center;
	margin-left: 50px;
	padding-left:0px;
}
.femalevoices {
	float:left;
	width:40%;
	text-align:center;
}
.malevoices p {
	clear:both;
	text-align:left;
    color: #fff;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:10px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.femalevoices p {
	clear:both;
	text-align:left;
    color: #fff;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:10px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.malevoices h3 {
	text-align:left;
    color: #a5c8e6;
	line-height:18px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left:0px;
}
.malevoices h4 {
	clear:both;
	text-align:left;
    color: #a5c8e6;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-weight:bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left:0px;
}
.femalevoices h3 {
	text-align:left;
    color: #a5c8e6;
	line-height:18px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 0px;
}
.femalevoices h4 {
	clear:both;
	text-align:left;
    color: #a5c8e6;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	font-weight:bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.controlLabel {
	clear:both;
	float:left;
	margin-left:10px;
	margin-right:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	width:150px;
	padding-top:5px;
	padding-right:0px;
	text-align:left;
}
.labelAndControls {
	clear:both;
	float:left;
	width:350px;
}
.controls {
	clear:left;
	float:right;
	width:150px;
	text-align:left;
	padding:0px;
	margin:0px;
}
/*END OF VOICE PAGE*/




/*Section for the Contactus page*/
.form {
	height:500px;
}
/*Section for the aboutus page*/
.aboutuscontent {
	height:700px;
}
/*Form for howmuch page*/
.field {
	margin-top:20px;
	width: 320 px;
}

label {
	color:#FFF;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    float: left;
    font-weight: regular;
    text-align: right;
	vertical-align:top;
    width: 400px;
    font-size: 14px;
}
.input{
	display:block;
	margin-left:10px;
	float:left;
    font-family: Arial, Verdana;
    font-size: 14px;
    padding: 2px;
    width: 320px;
    color: #000000;
}
.forminstructions  {
	float:left;
	text-align:left;
    color: #fff;
	line-height:14px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:underline;
	margin-left:70px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 280px;
}
.forminstructionsnolink  {
	float:left;
	text-align:left;
    color: #fff;
	line-height:18px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration:none;
	margin-left:70px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 280px;
}

/*FOOTER*/
footer {
	background-color:#2d1109;
	clear:both;
	float:left;
	width: 100%;
	height:auto;
	padding: 2px;
	margin:0px;
}
#voicetalent {
	float:left;
	background-color:#e3714e;
	border:1px solid black;
	margin:5px;
	width: 30%;
	padding:5px;
	text-align:center;
}
#voicetalent p.TopP{
	margin:0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}
#voicetalent p.MiddleP{
	margin-top:5px;
	margin-bottom:0px;
	color: #000;
	line-height:12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 13px;
	font-weight:regular;
}
#voicetalent p.BottomP{
	margin-top:4px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
    font-size: 14px;
	text-decoration:underline;
}
#otherfooter {
	float:right;
	width:60%;
	height:100%;
	margin:5px;
	text-align:center;
	vertical-align:middle;
}
#otherfooter p {
	margin:2;
	color: #fff;
	line-height:10px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 11px;
}
#otherfooter a {
	padding:10px;
	margin:5;
	color: #fff;
	line-height:10px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
#otherfooter .footerlinks {
	color: #fff;
	line-height:10px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
# clear {
	clear:both;
}
/*END OF FOOTER*/




/*Buttons*/
.IndentButtons {
	text-align:center;
	
}
.button {
	display: inline-block;
	text-indent:0px;
	width:120px;
	outline: none;
	cursor: pointer;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:.01em;
	padding-bottom:.01em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}



.orange {
	color: #ffffff;
	border: solid 1px #193b58;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#83a9ca), to(#507f9e));
	background: -moz-linear-gradient(top,  #83a9ca,  #507f9e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#83a9ca', endColorstr='#507f9e');
}
.orange:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1957e), to(#e3714e));
	background: -moz-linear-gradient(top,  #e1957e,  #e3714e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1957e', endColorstr='#e3714e');
}
.orange:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7e57), to(#d24f27));
	background: -moz-linear-gradient(top,  #ff7e57,  #d24f27);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e57', endColorstr='#d24f27');
}


.buttoncalc {
	text-indent:0px;
	width:200px;
	outline: none;
	cursor: pointer;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}



.blue {
	color: #ffffff;
	border: solid 1px #193b58;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#83a9ca), to(#507f9e));
	background: -moz-linear-gradient(top,  #83a9ca,  #507f9e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#83a9ca', endColorstr='#507f9e');
}
.blue:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1957e), to(#e3714e));
	background: -moz-linear-gradient(top,  #e1957e,  #e3714e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1957e', endColorstr='#e3714e');
}
.blue:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7e57), to(#d24f27));
	background: -moz-linear-gradient(top,  #ff7e57,  #d24f27);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e57', endColorstr='#d24f27');
}






