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

body {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 14px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #FFCC33;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC33;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}


#head_menu {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	background-image: url(../assets/images/web_header_logo.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#side {
	background-image: url(../assets/images/side.jpg);
	background-repeat: no-repeat;
}
#line_separation {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.orange {
	color: #FFCC33;
}

.photo_border {
	border: 1px solid #999999;
}
.orangeItalic {
	color: #FFCC33;
	font-size: 12px;
	font-style: italic;
}
#footer {
	background-image: url(../assets/images/bg_footer.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer_link a:link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#footer_link a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#footer_link a:hover {
	font-size: 12px;
	color: #FFCC33;
	text-decoration: underline;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
.services {
	color: #FFCC33;
	text-decoration: none;
}

.services a:link {
	color: #FFCC33;
	text-decoration: none;
}
.services a:visited {
	color: #FF9900;
	text-decoration: none;
}
.services a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
.italic_12 {
	font-style: italic;
	font-size: 12px;
}
.web_link {
	font-style: italic;
	color: #FFCC33;
	text-decoration: none;
	font-size: 12px;
}
.web_link a:link {
	font-style: italic;
	color: #FFCC33;
	text-decoration: none;
	font-size: 12px;
}


.web_link a:visited {
	font-style: italic;
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}

.web_link a:hover {
	font-style: italic;
	color: #FFCC33;
	text-decoration: underline;
	font-size: 12px;
}
.line_separation {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.italic_8 {
	font-style: italic;
	font-size: 8px;
}
#relevantLinks {
	font-size: 9px;
	height: 20px;
	width: 300px;
	position: absolute;
	top: 1640px;
}

