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

body {
text-align: center;
background: url(../images/background.jpg) repeat-x #000;
font-family: Tahoma;
font-size: 11px;
color: #000;
margin-top: 0px;
}

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

a:hover {
color: #990000;
text-decoration: none;
}

img {
border: 0px;
}

/* Tables */



/* Includes */

#pcontent {
margin-top: 50px;
margin-left: 50px;
text-align: left;
}

/* Contactform */

select {
font-family: Tahoma;
font-size: 11px;
color: #333333;
}

input {
font-family: Tahoma;
font-size: 11px;
color: #333333;
}

textarea {
font-family: Tahoma;
font-size: 11px;
color: #333333;
}

/* Text */

#pagetitle {
font-family: Tahoma;
font-size: 12px;
color: #990000;
font-weight: bold;
text-align: center;
}

/********************************* D R O P D O W N  M E  N U ****************************************/

#dropmenudiv{
position:absolute;
border:1px solid #808080;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #808080;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}

/********************************* T A B L E S ***************************************/

#mainboxtable{
	width: 900px;
	height: 871px;
	border: 0px;
}
/***************************************  C O N T A C T***********************/
small {color: #999; font-size: 0.85em;}
small a{color: #E03E83; font-size: 0.85em; text-decoration: none;}
small a:hover{color: #E03E83; font-size: 0.85em; text-decoration: underline;}
a img {border: none;}
.alignleft {display: block; float: left;}
.alignright {display: block; float: right;}
.aligncenter {display: block;text-align: center;margin: 0 auto;}
.endOfSection {clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;padding: 0;margin: 0;border: 0;}
#contentForm {display: block;width: 400px;margin: 0px auto;/*this line will center the page*/padding: 15px;border: 0px;}
#contentForm p{clear: left;margin: 0;padding: 5px 0 8px 0;           height: 1%;}
label {display: block;float: left;clear: left;margin: 5px 0 10px 0;width: 175px;line-height: 120%;}
input, textarea, select {padding: 2px;font-size: 1em;color: #666666;background: #F5F5F5;border: 1px solid #ccc;float: left;display: block;margin: 5px 0 10px 0;}
input:focus, textarea:focus, select:focus {border: 1px solid #999;background-color: #FFFFFF;}
input.button {cursor: pointer;border: none;font-weight: bold;background: url(../images/contactimages/submit.jpg) no-repeat center top;width:300px;height: 28px;}
.fright {display: block;float: left;}
.fright label {width: 275px;line-height: 160%;margin: 0 !important;}
label
.fright input {margin-right: 5px !important;}
span.required{font-size: 13px !important;color: red !important;}
.errormsg {display: block;width: 90%;height: 22px;line-height: 22px;color: #FAFCFB;font-weight: bold;background: #FF9D9D url(../images/contactimages/stop.gif) no-repeat 10px center;padding: 3px 10px 3px 40px;margin: 10px 0;border-top: 2px solid #FF0000;border-bottom: 2px solid #FF0000;}
