@charset "utf-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #363636;
	margin: 0;
	padding-bottom: 14px;
}

#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #363636;
	margin: 0;
	padding-bottom: 14px;
}

#intro a, #intro a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #8e181b;
	text-decoration: none;
}

#intro a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #8e181b;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: black;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 10px 0;
	margin-top: 0;
	background-image: url(../images/heading1-bar.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-weight: bold;
	font-style: normal;
	padding: 6px 0 4px 8px;
	margin: 0 0 10px 0;
	background-image: url(../images/heading3-bar.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: black;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 0px;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8e181b;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8e181b;
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	color: #363636;
	padding: 0px 16px 0px 12px;
	margin: 0px 0px 0px 12px;
}

li {
	padding: 0px 0px 5px 0px;
	list-style-type: square;
}

/*----------- Main Navigation --------------*/



#mainnav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;	
}

#mainnav a, #mainnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 15px 10px 11px;
	display: block;
	background-image: url(../images/ibar-nav.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#mainnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: white;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

/*----------- Sub Navigation --------------*/

#subnav li {
	display: block;
	display: inline;
	list-style-type: none;
	color: black;
}

#subnav a, #subnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}

#subnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: white;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}

#subnav span.ibar {
	padding-left: 4px;
	padding-right: 3px;
}

#subnav span.ibarwide {
	padding-left: 50px;
	padding-right: 112px;
}

/*----------- Second Navigation --------------*/

#secondnav {
	width: 236px;
}

#secondnav ul {
	margin: 0;
	padding: 0;
}

#secondnav li {
	display: block;
	list-style-type: none;
	padding: 2px 6px 2px 20px;
}

#secondnav a, #secondnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #363636;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 236px;
	padding: 6px 6px 6px 6px;
	margin: 0;
}

#secondnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #8e181b;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/secondnav-hover-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	width: 236px;
	padding: 6px 6px 6px 6px;
	margin: 0;
}

#secondnav #selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #8e181b;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/secondnav-hover-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	width: 236px;
	padding: 6px 6px 6px 6px;
	margin: 0;
}

/*----------- News --------------*/

#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: black;
	padding: 6px 16px 0px 20px;
}

#news a, #news a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8e181b;
	text-decoration: none;
}

#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8e181b;
	text-decoration: underline;
}

/*----------- Testimonial --------------*/

#testimonial p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: white;
	width: 198px;
	padding: 0px 16px 0px 20px;
	background-color: black;
}

/*----------- Fact --------------*/

#fact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #363636;
	width: 198px;
	padding: 0px 16px 0px 14px;
}

#fact h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #black;
	padding: 0px 16px 0px 14px;
}

#fact a, #fact a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #8e181b;
	text-decoration: none;
}

#fact a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #8e181b;
	text-decoration: underline;
}

/*----------- Portfolio --------------*/

#portfolio h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: white;
	padding: 6px 0px 6px 10px;
	background-color: black;
}

#portfolio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #363636;
	padding: 4px 12px 12px 12px;
}

/* ------------ START Footer -------------- */

#footerlinkbox ul, #footerlinkboxwide ul, #footerlinkboxthin ul {
	padding: 0;
	margin: 0;
}

#footerlinkbox li, #footerlinkboxwide li, #footerlinkboxthin li {
	list-style-type: none;
}

#footernav li {
	display: block;
	display: inline;
	list-style-type: none;
}

#footernav a, #footernav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}

#footernav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: white;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#footernav span.ibar {
	padding-left: 5px;
	padding-right: 4px;
}

#footercopy li {
	display: block;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #363636;
}

#footercopy a, #footercopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #363636;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#footercopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #363636;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}

#footercopy span.ibar {
	padding-left: 7px;
	padding-right: 6px;
}