@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #2F2F2F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	
	text-decoration: underline;
	font-variant: small-caps;
	color: #FFFBF0;
	font-size: 18px;
}
h2 {
	font-size: 15px;
	color: #FFFBF0;
	
}
ul { list-style: none;}

a:link, a:visited, a:active {
	text-decoration:none;
	color: #2e2e2e;
}

a:hover {
	text-decoration:underline;
	color: #fefefe;}

#phone {
	float:right;	
	font-size:1.9em;
	color:#ffffff;
	background:url(images/ico_phone.png) no-repeat center left;
	padding-left:35px;
	margin-top:20px;
}

#email a:link, #email a:visited, #email:active {
	font-size:1em;
	text-align:right;
	letter-spacing:1px;
	text-decoration:none;
	color: #ffffff;
}

#email a:hover {
	text-decoration:underline;
	color: #ffffff;
}
#menu{
	margin : 0px auto;
	width: 800px;
	height: 35px;
	text-align: center;
}
#menu ul
{
list-style: none;
padding: 8px;
margin: 0;
} 

#menu li{
	display: inline;
}

#menu a {
	padding-right : 40px;
	line-height: 14px;
	text-decoration: none;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #8B8A8A;
}

#menu a:hover{
  color : #ABCB54;
  background-color : transparent;
  text-decoration : underline;
}

.content_table {
	text-align: left;
}
.white-text-bold{
	color : #FFFBF0;
	font-weight: bold;
}
.footer{
	letter-spacing:1px;
	text-decoration:none;
	color: #ffffff;
		font-size : 14px;
}

/* Bubble with a border rather than solid colour
------------------------------------------ */

.triangle-border-left {
	position:relative;
	padding:15px;
	margin:1em 0 1em;
	border:5px solid #8B8A8A;
	color:#333;
	background:#fff;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates the larger triangle */
.triangle-border-left:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-color:#8B8A8A;
}

/* creates the smaller  triangle */
.triangle-border-left:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-26px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:13px solid transparent;
	border-top-color:#fff;
}

.triangle-border-right {
	position:relative;
	padding:15px;
	margin:1em 0 1em;
	border:5px solid #5a8f00;
	color:#333;
	background:#fff;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates the larger triangle */
.triangle-border-right:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	right:40px; /* controls horizontal position */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-color:#5a8f00;
}

/* creates the smaller  triangle */
.triangle-border-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-26px; /* value = - border-top-width - border-bottom-width */
	right:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:13px solid transparent;
	border-top-color:#fff;
}
