﻿/* Colors
Orange - #E47801
Blue - #003366
Light gray - #eaeaea; 
Dark gray - 
*/

body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	color: #003366;
	background-color: #c2c2c2;
	margin: 0;
}

/* Layout */
#page
{
	background-image: url('images/header_gradient.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #eaeaea;
}

#page_inner
{
	background-image: url('images/footer_gradient.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#page_content
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background: url('images/header.png') no-repeat top left;
	height: 88px;
	width: 100%;
	padding: 9px 0 0 11px;
	float: left;
	clear: both;
}

#logo
{
	float: left;
	background: url('images/logo.png') no-repeat 0px 0px;
	width: 103px;
	height: 77px;
}

#contact
{
	/*background: url('images/contact_us.png') no-repeat top left;*/
	float: right;
	margin-top: 30px;
	padding: 6px 22px 10px 38px;
	width: 220px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#body
{
	background: White url('images/body_top.png') no-repeat top left;
}

#body_inner
{
	background-image: url('images/body_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 300px !important;
	padding: 11px;
}

#footer
{
	font-family: Century Gothic, AppleGothic, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	padding: 11px 0;
}

.homeHighlightBox
{
	padding: 10px;
	color: White;
	font-size: 1.2em;
	margin-top: 0;
	width: 210px;
	float: right;
	text-align: left;
	background-color: #555;
}

.ctl00_bottomMenu_2
{
	float: left;
	margin-left: 16px;
}

.ctl00_ctl00_bottomMenu_2
{
	float: left;
	margin-left: 16px;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, AppleGothic, Tahoma, Arial, Sans-Serif;
}
/* Utility */
.clear_float
{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

DIV
{
	padding: 0;
	margin: 0;
}

HR
{
	border: solid 1px #f4f4f4;
}

.rounded
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Links */
a:link
{
	color: #003366;
	text-decoration: none;
}

a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover
{
	color: #E47801;
	text-decoration: none;
}

/* Featured menu */
.featured
{
	width: 230px;
	height: 50px;
	float: left;
	padding: 0;
	margin-right: 9px;
	margin-bottom: 10px;
}

.last
{
	float: right;
	margin-right: 0;
}

.featured a
{
	display: block;
	width: 230px;
	height: 50px;
	padding-left: 10px;
	background-image: url('images/menu_panel_off.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.featured a:link
{
	background-image: url('images/menu_panel_off.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.featured a:hover
{
	background-image: url('images/menu_panel_on.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.featured h2
{
	font-size: 1.2em;
	margin: 0;
	padding: 6px 0 0 0;
}

.featured p
{
	font-size: .8em;
	margin: 0;
	padding: 2px 0 0 0;
}

/* Misc */
#copyright
{
	float: right;
	font-size: .75em;
}

/* Internal */
#internalLeft
{
	width: 230px;
	float: left;
}

#internalRight
{
	width: 710px;
	float: right;
}

#pageTitle
{
	background-image: url('images/page_title_background.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 710px;
	height: 48px;
	color: White;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 15px;
}

#breadcrumbs
{
	font-size: .5em;
}

#breadcrumbs .current
{
	display: none;
	visibility: hidden;
}

#breadcrumbs a:link
{
	color: White;
	text-decoration: none;
}

#breadcrumbs a:visited
{
	color: White;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	color: #E47801;
	text-decoration: none;
}

/* pageBody */
#pageBody p
{
	text-align: justify;
}

#pageBody h2
{
	font-size: 1.2em;
}

#pageBody a:link
{
	color: #E47801;
	text-decoration: none;
}

#pageBody a:visited
{
	color: #E47801;
	text-decoration: none;
}

#pageBody a:hover
{
	color: #E47801;
	text-decoration: underline;
}

/* moreBox (child links) */
#pageBody .moreBox
{
	padding: 10px;
	color: White;
	font-size: .9em;
	margin: 0 0 12px 15px;
	width: 210px;
	float: right;
	text-align: left;
	background-color: #003366;
}

#pageBody .moreBox h2
{
	margin: 0;
	font-size: 1em;
}

#pageBody .moreBox a:link
{
	color: White;
	text-decoration: none;
}

#pageBody .moreBox a:visited
{
	color: White;
	text-decoration: none;
}

#pageBody .moreBox a:hover
{
	color: #E47801;
	text-decoration: none;
}

/* examples */
#examples h2
{
	display: block;
	width: 696px;
	padding: 5px 0 5px 12px;
	color: #003366;
	background-color: #eee;
}

#examples div
{
	float: left;
	width: 200px;
	height: 350px;
	padding: 5px 15px 5px 11px;
	color: #003366;
	background-color: #eee;
	margin-right: 14px;
}

#examples img
{
	width: 150px;
	clear: both;
}

/* Form fields */
fieldset.form
{
	background-color: #f5f5f5;
	border-style: none;
}

fieldset.form legend
{
	background-color: white;
	border: solid 3px #f5f5f5;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 10px 5px 10px;
}

fieldset.form ol
{
	list-style-type: none;
}

fieldset.form ol label
{
	vertical-align: top;
	width: 200px;
	display: block;
	float: left;
}

fieldset.form ol li
{
	margin-bottom: 10px;
}

/* Contact links */
a.mail
{
	background-image: url('images/email_icon_gray.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.8em;
}

a.mail:hover
{
	background-image: url('images/email_icon.png');
}

.phone
{
	background-image: url('images/phone_icon_gray.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.8em;
}

.phone:hover
{
	background-image: url('images/phone_icon.png');
}

.fax
{
	background-image: url('images/fax_icon_gray.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.8em;
}

.fax:hover
{
	background-image: url('images/fax_icon.png');
}

a.skype
{
	background-image: url('images/skype_icon_gray.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.8em;
}

a.skype:hover
{
	background-image: url('images/skype_icon.png');
}

/* slideshow */
#slideshow
{
	margin: 0 auto;
	width: 640px;
	height: 263px;
	background: transparent url(images/slideshow_background.png) no-repeat 0 0;
	position: relative;
}
#slideshow #slidesContainer
{
	margin: 0 auto;
	width: 560px;
	height: 263px;
	overflow: auto; /* allow scrollbar */
	position: relative;
}

/** 
 * Slideshow controls style rules.
 */
.control
{
	display: block;
	width: 39px;
	height: 263px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}
#leftControl
{
	top: 0;
	left: 0;
	background: transparent url(images/control_left.png) no-repeat 0 0;
}
#rightControl
{
	top: 0;
	right: 0;
	background: transparent url(images/control_right.png) no-repeat 0 0;
}

/* Slideshow slides */
#slideshow #slidesContainer .slide
{
	margin: 0 auto;
	width: 540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height: 263px;
}

.slide h2, .slide p
{
	margin: 15px;
}

.slide p
{
	font-size: .95em;
}

.slide img
{
	float: right;
	margin: 0 15px 10px 15px;
}
