/*Normal Tags*/
body {
	background: black url(images/mc_tile.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1,h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #0069A6;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: 8px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 15px;
}
h3 {
	color: #0069a6;
	margin-bottom: 10px;
	font-size: 14px;
}
h4 {
	margin-bottom: 8px;
	font-size: 12px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin: 15px 0px 5px 0px;
}
h5.first {
	margin-top: 0px;
}
p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 17px;
}
ul {
	font-size: 11px;
	line-height: 16px;
	list-style-type: disc;
	padding-left: 15px;
}
a:link {
	color: #0069A6;
}
a:visited {
	color: #0069a6;
}	
a:hover {
	color: #f17d38;
}
a:active {
	color: black;
}

/*Div's*/
#container {
	width: 954px;
	margin: auto;
}
#left_content {
	width: 209px;
	float: left;
	margin-right: 5px;
}
#news {
	height: 338px;
	background: url(images/bg_latest_news.jpg) repeat-x;
	overflow: auto;
}
#right_content {
	width: 668px;
	float: right;
	background-color: white;
	height: 564px;
	padding: 18px 36px 0px 36px; 
}

/*Navigation*/
#navigation {
	height: 229px;
	background: url(images/bg_navigation.jpg) repeat-x;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 10px;
}
#navigation li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 17px;
	font-size: 12px;
}
#navigation li a:visited {
	color: white;
}
#navigation li a:hover {
	color: #0069A6;
}
#navigation li a:active {
	color: black;
}
#navigation li.highlighted3 {
	background-color: #fbc98f;
}
#navigation li.highlighted3 a {
	color: black;
}
#navigation #home {
	background: url(images/home_off.png) no-repeat 0px 2px;
}
#navigation #home:hover,#navigation #home.highlighted2 {
	background: #fbc98f url(images/home_on.png) no-repeat 0px 2px;
}
#navigation #about {
	background: url(images/about_off.png) no-repeat 0px 2px;
}
#navigation #about:hover,#navigation #about.highlighted2 {
	background: #fbc98f url(images/about_on.png) no-repeat 0px 2px;
}
#navigation #portfolio {
	background: url(images/port_off.png) no-repeat 0px 2px;
}
#navigation #portfolio:hover,#navigation #portfolio.highlighted2 {
	background: #fbc98f url(images/port_on.png) no-repeat 0px 2px;
}
#navigation #pressroom {
	background: url(images/press_off.png) no-repeat 0px 2px;
}
#navigation #pressroom:hover,#navigation #pressroom.highlighted2 {
	background: #fbc98f url(images/press_on.png) no-repeat 0px 2px;
}
#navigation .tier2 {
	padding-left: 34px;
	list-style-type: none;
	margin: 3px 0px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#navigation .tier2 a, #navigation .tier3 a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#navigation .tier2 a:hover, #navigation .tier3 a:hover {
	color: black;
}
#navigation .tier3:hover {
	background-color: #fbc98f;
}
#navigation .tier3 {
	padding-left: 60px;
	list-style-type: none;
}
#navigation .tier3 a {
	font-size: 11px;	
	text-transform: capitalize;
}
/*News*/
#news_title {
	margin: 15px 0px 0px 17px;
}
#twitter_div span,#news p {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
#news p a {
	margin-left: 17px;
}
#twitter_div #twitter_update_list {
	list-style-type: none;
	margin: 10px 17px 10px 3px;
}
.oldnews {
	color: #0069a6;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
}
#news a {
	text-decoration: none;
	color: #f17d38;
	font-weight: bold;
	position: relative;
	left: 0;
}
#twitter_div #twitter_update_list li {
	margin-bottom: 5px;
}
#news a:hover {
	text-decoration: underline;
}
#news .news a:hover {
	color: #0069A6;
}

/*Misc ID's */
#header_img {
	margin-bottom: 3px;
}
#footer {
	margin-top: 5px;
}
#certifications,#presslinks {
	float: right;
	width: 177px;
	height: 174px;
	padding: 15px 0px 0px 15px;
	background-color: #0069a6;
	color: white;
}
#certifications {
	overflow: auto;
}
#presslinks {
	width: 234px;
	height: 195px;
	overflow: auto;
}
#presslinks ul,#certifications ul {
	list-style-type: none;
	padding-left: 0px;
}
#presslinks ul li {
	margin-bottom: 5px;
}
#presslinks  a:link, #certifications a:link {
	color: white;
}
#presslinks  a:visited, #certifications a:visited {
	color: white;
}	
#presslinks  a:hover, #certifications a:hover {
	color: #f17d38;
}
#presslinks  a:active, #certifications a:active {
	color: black;
}
#certifications img,#presslinks img {
	margin-bottom: 10px;
}
#aboutimg {
	margin-bottom: 10px;
}

/*Thumbnails*/
.thumbnails {
	width: 78px;
	height: 86px;
	margin: 8px 0px 4px 17px;
}
.thumbnails img {
	border: 1px solid #0069A6;
}
.thumbnails img:hover,.thumbnails img.highlighted {
	border: 1px solid #f17d38;
}
.thumbnails p {
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}

/*Misc Classes */
.clear {
	clear: both;
}
.orange_txt {
	color: #f17d38;
	font-weight: bold;
}
.error {
	color: red;
}
.float_left,.float_left2,.float_left3 {
	float: left;
}
div.float_left {
	width: 466px;
}
div.float_left2 {
	width: 409px;
}
div.float_left3 {
	width: 550px;
}
div.float_left p {
	margin-bottom: 5px;
}
.float_right {
	float: right;
}
.float_right img {
	margin-top: 8px;
	margin-right: 15px;
}
#homeleft {
	float: left;
	width: 360px;
	margin-top: -2px;
}
#homeright {
	float: right;
	width: 292px;
}
#homeright p {
	margin-left: 15px;
}
#port_left,#port_right {
	float: left;
	width: 310px;;
	margin-top: 10px;
	padding-right: 21px;
}
#port_left h3,#port_right h3 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.2px;
}
#port_right {
	float: right;
	border-right: none;
	border-left: 2px solid #0069a6; 
	padding-left: 21px;
	padding-right: 0px;
}
#iedownload {
	margin: 80px 17px 0 17px;
}
#navigation li #iedownload a {
	margin-left: 0;
}
