﻿/* VEITS Group CSS Document */

/* 	Site Colors 
	Dark Blue : #046cb6
	Light Blue: #8fc3ea
	Link Blue: #0054a6

	Heading Blue: #0066cc

	Orange: #ff9900
	Yellow: #fff200
	Green: #99cc33

	Lt Gray: #d7d7d7
	Dk Gray: #37424a

	BG Blue: #d5e3ed
	
	*/
	
.heading {
	color: #ff9900;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 18px;
	text-transform: uppercase
	}
	
.heading a:link, .heading a:visited, .heading a:active {
	color: #ff9900;
	text-decoration: none
	}

.heading a:hover, .heading a:visited:hover {
	text-decoration: underline
	}
	
.yellowheading {
	color: #fff200;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 22px;
	text-transform: uppercase
	}	
	
.orangetext {
	color: #ff9900;
	font-weight: bold
	}	
	
.subheading {
	color: #0066cc;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold
	}

#subpage-content .subheading a:link, #subpage-content .subheading a:visited, #subpage-content .subheading a:active {
	color: #0066cc;
	text-decoration: none;
	}

#subpage-content .subheading a:hover, #subpage-content .subheading a:visited:hover {
	color: #ff9900;
	text-decoration: none
	}	
	
.sidebarheading {
	background: #83acca url('images/sidebarheading.gif') bottom left repeat-x;
	color: #ffffff;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	}
	
.heading-gray {
	color: #37424a;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase
	}	
	
.calloutmessage {
	font-family: Serif;
	font-size: 18px;
	font-weight: bold;
	color: #046cb6;
	font-style: italic;
	padding: 10px;
	display: block;
	width: 95%;
	background: #d5e3ed;
	border: 1px solid #046cb6
	}	

.quote {
	font-family: Serif;
	font-size: 16px;
	line-height: 20px;
	color: #046cb6;
	font-style: italic;
	display: block;
	padding: 10px
	}	
	
.newstitle {
	color: #0066cc;
	font-weight: bold;
	text-transform: uppercase
	}	
	
a.newstitle:link, a.newstitle:visited, a.newstitle:active {
	text-decoration: none;
	color: #0066cc
	}	

a.newstitle:hover, a.newstitle:visited:hover {
	text-decoration: underline;
	color: #ff9900
	}
	
.newsHeading {
	margin-left: 2px;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ff9900;
	}
	