@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:14pt;
	color:#343434;
	margin:0;
	padding:0;
	background-image:url(/images/bg_body.gif);
	background-repeat:repeat-y;
}
.MapLayout {
	text-align:center;
	background-image:url(/images/bg_maplayout.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#ffffff;
	height:100%;
}
.Index {
	background-image:url(/images/bg_index_body.gif);
	background-repeat:repeat-y;
}
.Layout {
	width:762px;
}
.HeaderSetting {}
.NavSetting {
	height:37px;
	background-image:url(/images/bg_nav.gif);
	background-repeat:repeat-x;
	margin:0 1px 0 0;
}
ul.Nav {
	margin:0;
	padding:10px 0 0 0;
	list-style-type:none;
}
ul.Nav li {
	margin:0;
	padding:0 8px 0 8px;
	display:inline;
	text-transform:uppercase;
	font-size:8pt;
	/*font-weight:bold;*/
}
.SidebarSetting {
	width:200px;
}
.SearchSetting {
	height:58px;
	padding:2px 5px;
	font-size:9pt;
	color:#00374d;
	text-align:center;
	background-image:url(/images/bg_search.gif);
	background-repeat:repeat-x;
}
.SearchForm {
	margin:5px 0 0 0;
	padding:0;
}
.MaterialJump {
	width:170px;
	font-size:9pt;
	margin:2px 0 0 0;
}
.NewsSetting {
	padding:8px 5px 5px 5px;
	font-size:9pt;
	color:#ffffff;
}
.NewsSetting p {
	margin:0;
	padding:7px 0px;
}
.ContentSetting {
	width:562px;
}
.SubContentSetting {
	background-color:#f5f7f9;
}
.Content {
	padding:0px 14px 10px 14px;
	border-top:1px solid #ffffff;
}
.FooterLinks {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#e7ebef;
	padding:7px 14px;
	font-size:8.5pt;
}
.CopyrightIndex {
	font-size:8.5pt;
	line-height:12pt;
	color:#646464;
	padding:7px 14px 12px 14px;
	font-style:italic;
	background-color:#e7ebef;
}
.Copyright {
	font-size:8.5pt;
	line-height:12pt;
	color:#f7f7f7;
	padding:7px 14px 12px 14px;
	font-style:italic;
	background-color:#00374d;
	margin:0 1px 0 0;
}

/* --- PRODUCTS --- */

.ProductTable {
	border-bottom:2px solid #b3b3b3;
	background-color:#FFFFCC;
}
.MainHeading {
	border-bottom:3px solid #e6e6e6;
	padding:0 0 5px 5px;
	background-color:#ffffff;
}
.ProductHeading {
	border-bottom:2px solid #e6e6e6;
	font-weight:bold;
	background-color:#f5f7f9;
}
.ProductHeadingRight {
	border-right:1px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
	font-weight:bold;
	background-color:#f5f7f9;
}
.ProductImage {
	padding:5px;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	background-color:#f5f7f9;
}
.ProductLinks {
	font-weight:bold;
	border-right:1px solid #e6e6e6;
}

.Left {
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background-color:#fff;
}
.Right {
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background-color:#fff;
}

/* --- FONTS --- */

h1.home {
	font-size:12px;
	margin-bottom:0;
	padding-bottom:0;
}
h1 {
	color:#00374d;
	font-size:12pt;
	font-weight:bold;
}
h2 {}
h3 {
	color:#00374d;
	font-size:11pt;
}
h3.Question {
	font-size:14px;
	margin:0;
}
h3.Subtitle {
	margin:0 0 4px 0;
	font-style:italic;
}
h4 {
	color:#00374d;
	font-size:11pt;
	margin:12px 0 0 0;
}

p.NewsItem {
	padding:0 0 15px 0;
	margin:0 0 14px 0;
	border-bottom:1px solid #dcdcdc;
}

.NewsHeader {
	color:#00374d;
	font-size:11pt;
	margin:12px 0 0 0;
}

.DropCap {
	float:left;
	color:#D4D4C7;
	font-size:60pt;
	line-height:50pt;
	font-family: Times, serif, Georgia;
}

.Blue {color:#00374d;}

.Italic {font-style:italic;}
.Uppercase {text-transform:uppercase;}

/* --- TABULAR DATA --- */

.TabularWrapper {
	width:700px;
	margin:auto;
}
.LeftColumn, .RightColumn {
	width:48%;
}

/* --- POSITIONING --- */
.Back {
	float:left;
}
.Forward {
	float:right;
}
.Block {
	display:block;
}
.Inline {
	display:inline;
}
.ClearFloat {
	clear:both;
}
.Centered {
	text-align:center;
}
.Margin {margin:10px;}
.NoMargin {margin:0;}
.MarginTop {margin-top:20px;}
.MarginRight {margin-right:10px;}
.MarginBottom {margin-bottom:10px;}
.MarginLeft {margin-left:10px;}

.Padded {padding:10px;}
.NoPad {padding:0;}
.PadTop {padding-top:10px;}
.PadRight {padding-right:10px;}
.PadBottom {padding-bottom:10px;}
.PadLeft {padding-left:10px;}

.Even {background-color:#ffffff;}

.Border {
	border:1px solid #5a5b5c;
}
.Rule {
	height:35px;
	background-image:url(/images/bg_rule.gif);
	background-repeat:repeat-x;
}
.CloseWindow {
	height:20px;
	background-image:url(/images/bg_close_window.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:15px 0 0 0;
}

/* --- FORMS --- */

.ContactForm {
	background-color:#ffffff;
	background-image:url(/images/bg_contact_form.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #c6c6c6;
}

/* --- MAPS --- */

.Map {
	width:750px;
	height:549px;
	border:1px solid #00374d;
	margin:10px 0 10px 0;
}

/* --- LINKS --- */

a, a:link {color:#00374d;text-decoration:underline;}
a:visited {/*color:#6d6d6d;*/}
a:active {color:#5f90e1;text-decoration:none;}
a:hover {color:#5f90e1;text-decoration:none;}

.Nav a, .Nav a:link {text-decoration:none;}

a.On {color:#5f90e1;text-decoration:none;}
a.White, a.White:visited {color:#ffffff;text-decoration:underline;}
a.White:active, a.White:hover {text-decoration:none;}
a.gray, a.gray:visited {color:#969696;text-decoration:underline;}
