/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#000000;
	font-size:12px;
}

a:hover {
	text-decoration:none;
}

aservices {
	color:#000000;
	font-size:11px;
}

aservices:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	width: 700px;
	text-align:left;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:600px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(/images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(/images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	/*margin-right:220px;*/
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(/images/backgrounds/content2.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	/*background-image:url(images/stone.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
}

#content p {
	line-height:20px;
	text-indent:15px;
	color:#333333;
}

#content ol,ul {
	line-height:25px;
	color:#666666;
}

/*#content li {
	/*list-style-image:url(images/backgrounds/li.gif);
	color:#950000;
}*/

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

fieldset {

  border-top: 1px solid #efefef;

  border-left: 1px solid #efefef;

  border-bottom: 1px solid #efefef;

  border-right: 1px solid #efefef;

  padding: 1em 1em 1em 1.5em;

  background: #E8FAFF;

  border: 1px solid #efefef;

}

fieldset:hover {

  background: #E8FAFF;

  border: 1px solid #efefef;

}

.titleservices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.contentservices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}

.linkservices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.linkservices:hover {
	color: #696963;
	background-color: #FFEDA7;
	font-weight: bold;
	text-decoration: none;
	}

input:hover {

  background: #E5E5E5;

}



textarea:hover {

  background: #E5E5E5;

}
.box {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: Normal;

	font-size: 9px;

	color: #999999;

	border: 1px solid #669933;

	}

.abox {

	height: 16px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: Normal;

	font-size: 10px;

	text-align: right;

	border: 1px solid #000000;

	}

.fieldbox {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: Normal;

	font-size: 9px;

	color: #666666;

	background-color: transparent;

	border: 1px solid #FF8C40;

	}

.tbox {

	font-family: Courier New, Courier, mono;

	font-weight: Normal;

	font-size: 10px;

	text-align: right;

	color: #000000;

	background-color: transparent;

	border: 0px solid #000000;

	}

.button {

	color:#FF6600;

	background-color:#FFFFFF;

	border-bottom:thin solid #000000;

	border-right:thin solid #000000;

	border-top:thin solid #B7B7B7;

	border-left:thin solid #B7B7B7;

	font-size:10px;

	font-family:Verdana,Helvetica,sans-serif;

	font-weight:normal;

	}

.button:hover {

	color: #E5E5E5;

	background-color:#FF6600;

    text-decoration: bold;

	}
