html, body, form
{
	margin: 0;
	height: 100%;
}

body, td, div
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}


/* EPiServer editor styles */

h1 { EditMenuName: Header 1; }
h2 { EditMenuName: Header 2; }
h3 { EditMenuName: Header 3; }
h4 { EditMenuName: Header 4; }
h5 { EditMenuName: Header 5; }
p.Preamble { EditMenuName: Preamble; }
p.Caption { EditMenuName: Caption; }
p.ReadMore { EditMenuName: Read More Link Container; }
img.FileIcon { EditMenuName: File Icon; }
p.HalfColumn { EditMenuName: Half Column Width; }
p.ThirdColumn { EditMenuName: One Third Column Width; }
p.FourthColumn { EditMenuName: One Fourth Column Width; }
div.Float { EditMenuName: Float Left; }
div.FloatRight { EditMenuName: Float Right; }

/* /EPiServer editor styles */

img
{
	border: 0;
}

p
{
	margin: 0 0 13px 0;
}

ul
{
	margin: 0 0 13px 0;
	padding: 0;
	list-style: inside url(/Lib/Misc/Templates/Images/li.gif);
}

ul li ul
{
	margin-left: 12px;
}

h2, h3, h4, h5
{
	margin: 0 0 10px 0;
}

#Preamble, .Preamble, #Preamble p, .Preamble p
{
	margin: 0 0 20px 0;
}

h1
{
	font-size: 35px;
	font-weight: normal;
	line-height: 47px;
}

h2, #Preamble, .Preamble, #Preamble p, .Preamble p
{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

h4, h5
{
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.Caption
{
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
}

h1, h2, h3, h4, h5,
a:link, a:visited, a:active, a:hover
{
	color: #15216A;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: underline;
}

.Float
{
	float: left;
}

.FloatRight
{
	float: right;
}

.LeftMost
{
	clear: left;
}

.LeftMargin
{
	margin-left: 36px;
}

#Middle .HalfColumn
{
	width: 462px;
}

#Middle .ThirdColumn
{
	width: 296px;
}

#Middle .FourthColumn
{
	width: 213px;
}

#Content .HalfColumn
{
	width: 363px;
}

#Content .ThirdColumn
{
	width: 230px;
}

#Content .FourthColumn
{
	width: 163px;
}

.FirstLined
{
	border-top: 1px #C7C8C5 solid;
}

.ReadMore
{
	margin: 0;
	text-align: left;
	vertical-align: top;
}

.ReadMore a:link, .ReadMore a:visited, .ReadMore a:active, .ReadMore a:hover
{
	padding: 2px 13px 2px 0;
	background: transparent url(/Lib/Misc/Templates/Images/readmore.gif) right center no-repeat;
	color: #7F9C24;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:hover
{
	text-decoration: underline;
}

br.BreakFloat
{
	margin: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	clear: both;
}

.FileIcon
{
	margin-right: 2px;
	position: relative;
	top: 5px;
	border:0;

}


#Top, #TopMenu, #Middle, #Bottom
{
	float: left;
	clear: both;
}

#Outline, #Top, #TopMenu, #Middle, #Bottom
{
	width: 960px;
}

#Outline
{
	margin: 0 auto;
	height: 100%;
}

#TopOutline
{
	margin: 0 auto -100px auto;
	height: auto;
	min-height: 100%;
}

#Top
{
	border-top: 5px #C7C8C5 solid;
	padding: 10px 0;
	height: 80px;
}

#TopLogo
{
	float: left;
}

#TopLogoSpacer
{
	float: left;
	width: 250px;
	height: 80px;
	background: transparent url(/Lib/Misc/Templates/Images/toplogo.gif) no-repeat left center;
}

#TopFunctions
{
	float: left;
	clear: right;
	width: 710px;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

#TopFunctions .QuickSearchPanel
{
	float: right;
}

#TopFunctions, #TopFunctions a:link, #TopFunctions a:visited, #TopFunctions a:active, #TopFunctions a:hover, #TopFunctions .QuickSearchText
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#TopFunctions a:link, #TopFunctions a:visited, #TopFunctions a:active, #TopFunctions a:hover, #TopFunctions .QuickSearchLabel
{
	position: relative;
	top: -11px;
}

#TopFunctions a:hover
{
	color: #15216A;
}

.TopSeparator, .TopSeparatorHigh
{
	margin-right: 10px;
	margin-left: 10px;
	width: 1px;
	background-color: #B3DC33;
}

.TopSeparator
{
	height: 10px;
	position: relative;
	top: -9px;
}

.TopSeparatorHigh
{
	height: 30px;
	position: relative;
	top: 0;
}

.TopFlag
{
	position: relative;
	top: -8px;
}

#TopFunctions .QuickSearchText
{
	margin-right: 0;
	margin-left: 3px;
	border: 1px #C7C8C5 solid;
	width: 80px;
	height: 12px;
	padding-right: 0;
	position: relative;
	top: -8px;
}

#TopFunctions .QuickSearchButton
{
	margin: 0;
	position: relative;
	top: -6px;
}


/* TopMenu */

#TopMenu, #TopMenuLeft, #TopMenuCenter, #TopMenuRight
{
	margin: 0;
	height: 30px;
	padding: 0;
}

#TopMenu
{
	background: transparent url(/Lib/Misc/Templates/Images/topmenu_bg.jpg) repeat-x center center;
}

#TopMenuLeft, #TopMenuCenter, #TopMenuRight
{
	float: left;
}

#TopMenuLeft, #TopMenuRight
{
	width: 3px;
	font-size: 1px;
}

#TopMenuCenter
{
	margin-top: 1px;
	width: 954px;
	height: 28px;
	overflow: hidden;
}

#TopMenuLeft
{
	background: transparent url(/Lib/Misc/Templates/Images/topmenu_bg_l.jpg) no-repeat left center;
}

#TopMenuRight
{
	clear: right;
	background: transparent url(/Lib/Misc/Templates/Images/topmenu_bg_r.jpg) no-repeat right center;
}

#TopMenuCenter ul
{
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopMenuCenter li
{
	float: left;
	margin: 0;
	border-right: 1px #7F9C24 solid;
	padding-top: 8px;
	width: 145px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	display: block;
}

#TopMenuCenter li:hover, #TopMenuCenter li.Active
{
	background: transparent url(/Lib/Misc/Templates/Images/topmenu_bg_hover.jpg) repeat-x center center;
}

#TopMenuCenter li:hover
{
	cursor: pointer;
}

#TopMenuCenter a:link, #TopMenuCenter a:visited, #TopMenuCenter a:active, #TopMenuCenter a:hover
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* /TopMenu */


#Middle
{
}

#LeftMenu, #Content
{
	float: left;
	margin-top: 14px;
}

#LeftMenu, #LeftMenu li
{
	width: 162px;
}

#LeftMenu
{
	padding-top: 15px;
}

#LeftMenu ul
{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#LeftMenu ul
{
	border-top: 1px #C7C8C5 solid;
}

#LeftMenu ul ul
{
	margin-bottom: 0;
	border-top: none;
}

#LeftMenu li
{
	border-bottom: 1px #C7C8C5 solid;
	padding: 4px 0;
}

#LeftMenu li a:link, #LeftMenu li a:visited, #LeftMenu li a:active, #LeftMenu li a:hover
{
	color: #333333;
	text-decoration: none;
}

#LeftMenu li:hover, #LeftMenu li.Active
{
	background-color: #F6F6F6;
}

#LeftMenu ul ul li
{
	border: 0;
	width: 150px;
	padding-left: 12px;
}

#LeftMenu li ul li:hover, #LeftMenu li ul li.Active
{
	background-color: #F6F6F6;
}

#LeftMenu li.Active ul li:hover, #LeftMenu li.Active ul li.Active
{
	background-color: #FFFFFF;
}

#Content, #Breadcrumb
{
	width: 762px;
}

#Content
{
	margin-left: 36px;
}

#Breadcrumb
{
	border-bottom: 1px #E1E1E1 solid;
}

#Breadcrumb, #Breadcrumb a:link, #Breadcrumb a:visited, #Breadcrumb a:active, #Breadcrumb a:hover
{
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#Breadcrumb a:hover
{
	text-decoration: underline;
}

#TopSpacerBottom
{
	margin-top: 99px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

#BottomOutline
{
	margin-top: 65px;
	border-bottom: 5px #C7C8C5 solid;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
}

#BottomOutline a:link, #BottomOutline a:visited, #BottomOutline a:active
{
	color: #333333;
	text-decoration: none;
}

#BottomOutline a:hover
{
	color: #333333;
	text-decoration: underline;
}


/* XForm */

.xformarea, .editarea, .propertiesarea,
.xformarea div, .editarea div, .propertiesarea div
{
	min-height: 500px;
	overflow: visible;
}


.forminput
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/* /XForm */


/* TintedBox */

.TintedBox
{
	position: relative;
	margin: -4px;
}

.TintedBoxTL, .TintedBoxT, .TintedBoxTR, .TintedBoxL, .TintedBoxR, .TintedBoxBL, .TintedBoxB, .TintedBoxBR
{
	overflow: hidden;
}

.TintedBoxTL, .TintedBoxT, .TintedBoxTR, .TintedBoxBL, .TintedBoxB, .TintedBoxBR
{
	height: 9px;
}

.TintedBoxTL, .TintedBoxTR, .TintedBoxBL, .TintedBoxBR
{
	width: 9px;
}

.TintedBoxTL
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_tl.gif) right bottom no-repeat;
}

.TintedBoxT
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_t.gif) center bottom repeat-x;
}

.TintedBoxTR
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_tr.gif) left bottom no-repeat;
}

.TintedBoxL
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_l.gif) right center repeat-y;
}

.TintedBoxR
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_r.gif) left center repeat-y;
}

.TintedBoxBL
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_bl.gif) right top no-repeat;
}

.TintedBoxB
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_b.gif) center top repeat-x;
}

.TintedBoxBR
{
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg_br.gif) left top no-repeat;
}

.TintedBoxL, .TintedBoxR
{
	width: 5px;
	padding: 0;
	vertical-align: bottom;
}

.TintedBoxTint
{
	margin: 0;
	width: 4px;
	padding: 0;
	vertical-align: bottom;
	background: transparent url(/Lib/Misc/Templates/Images/tintedbox_bg.jpg) center bottom repeat-x;
	overflow: hidden;
}

.TintedBoxContent
{
	padding: 9px;
	background: #FFFFFF url(/Lib/Misc/Templates/Images/tintedbox_bg.jpg) center bottom repeat-x;
	vertical-align: top;
}

.TintedBoxContent ul
{
	margin-bottom: 0;
}

.TintedBoxContent img
{
	border: 1px #C7C8C5 solid;

}
.TintedBoxContent .FileIcon

{
	border:0px;
}

/* /TintedBox */


/* Popup */

.Popup
{
	z-index: 10;
	position: absolute;
	left: 770px;
	top: 70px;
	width: 400px;
	display: none;
}

.PopupBg, b.PopupRound2, b.PopupRound3
{
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=92); /* Original: 88 */ /* IE5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"; /* IE8 */
	opacity: .92; /* All other browsers */
}

.PopupBorder
{
	border-right: 1px #C7C8C5 solid;
	border-left: 1px #C7C8C5 solid;
	padding: 0 13px;
}

.PopupClose
{
	padding-top: 6px;
	padding-bottom: 7px;
	text-align: right;
}

.PopupClose img
{
	background: transparent url(/Lib/Misc/Templates/Images/close.gif) no-repeat center center;
}

.PopupContent
{
	padding-bottom: 15px;
}

.PopupContent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

b.PopupRoundTop, b.PopupRoundBottom
{
	background: transparent;
	display: block;
}

b.PopupRound1, b.PopupRound2, b.PopupRound3
{
	overflow: hidden;
	display: block;
}

b.PopupRound1, b.PopupRound2
{
	height: 1px;
}

b.PopupRound1, b.PopupRound3
{
	border-right: 1px #C7C8C5 solid;
	border-left: 1px #C7C8C5 solid;
}

b.PopupRound1
{
	margin: 0 4px;
	background-color: #C7C8C5;
}

b.PopupRound2
{
	margin: 0 2px;
	border-right: 2px #C7C8C5 solid;
	border-left: 2px #C7C8C5 solid;
}

b.PopupRound3
{
	margin: 0 1px;
	height: 2px;
}

/* /Popup */


/* Template: StartPage */

#StartPageTop1, #StartPageTop2, #StartPageBottom1, #StartPageBottom2, #StartPageBottom3
{
	float: left;
	margin-top: 29px;
	padding: 0;
	vertical-align: top;
}

#StartPageBottom1 h2, #StartPageBottom2 h2, #StartPageBottom3 h2
{
	margin-top: 15px;
}

.StartPageFlash
{
	float: left;
	margin-right: 13px;
}

#StartPageTop2 p
{
	margin: 0;
	border-bottom: 1px #C7C8C5 solid;
	height: auto;
	padding: 7px 0;
}

#StartPageBottom3 .FirstLined
{
	border: none;
}

.NewsDate
{
	font-weight: bold;
}

a.NewsLink:link, a.NewsLink:visited, a.NewsLink:active, a.NewsLink:hover
{
	padding: 2px 15px 2px 0;
	background: transparent url(/Lib/Misc/Templates/Images/readmore.gif) right center no-repeat;
	color: #333333;
	text-decoration: none;
}

a.NewsLink:hover
{
	text-decoration: underline;
}

/* /Template: StartPage */


/* Template: OurServices */

.OurServicesConcept, #OurServicesSizes, #OurServicesSizes div, #OurServicesCategories
{
	float: left;
	vertical-align: top;
}

.OurServicesConcept
{
	margin-bottom: 30px;
}

.OurServicesConcept img, #OurServicesSizes div img
{
	float: left;
	margin-right: 13px;
}

#OurServicesSizes div
{
	margin-bottom: 9px;
}

#OurServicesSizes div div
{
	float: none;
	margin-bottom: 0;
}

#OurServicesCategories ul
{
	list-style: none;
}

#OurServicesCategories li
{
	float: left;
	width: 181px;
}

#OurServicesCategories li a:link, #OurServicesCategories li a:visited, #OurServicesCategories li a:active, #OurServicesCategories li a:hover
{
	padding: 2px 13px 2px 0;
	background: transparent url(/Lib/Misc/Templates/Images/readmore.gif) right center no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#OurServicesCategories li a:hover
{
	text-decoration: underline;
}

/* /Template: OurServices */


/* Template: OurServicesConcept */

.OurServicesContact
{
	float: right;
	margin-bottom: 30px;
	vertical-align: top;
}

.OurServicesContact div div.HalfColumn
{
	width: 335px !important;
}

.OurServicesContact p
{
	font-size: 10px;
}

.OurServicesContact .ContactHeader
{
	font-weight: bold;
}

.OurServicesContact img
{
	float: left;
	margin-right: 13px;
}

.OurServicesContact .PersonName
{
	margin-top: 0;
	color: #7F9C24;
}

.OurServicesContact .Last
{
	margin-bottom: 0;
}

.OurServicesConcept, #OurServicesDetails div
{
	float: left;
	margin-bottom: 25px;
}

#OurServicesDetails
{
	height: auto;
}

#OurServicesDetails .WholeColumn
{
	width: 714px;
}

#OurServicesDetails .ThirdColumn
{
	width: 238px;
}

#OurServicesDetails ul
{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#OurServicesDetails li
{
}

#OurServicesDetails .WholeColumn li
{
	float: left;
	width: 238px;
}

#OurServicesDetails li a:link, #OurServicesDetails li a:visited, #OurServicesDetails li a:active, #OurServicesDetails li a:hover
{
	padding: 2px 13px 2px 0;
	background: transparent url(/Lib/Misc/Templates/Images/readmore.gif) right center no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#OurServicesDetails li a:hover
{
	text-decoration: underline;
}

#OurServicesInfoContainer
{
	top: 500px;
}

/* /Template: OurServicesConcept */


/* Template: OurServicesAlphabetical */

#FilterDescription
{
	border: 1px #E1E1E1 solid;
	padding: 5px;
	color: #AAAAAA;
	font-weight: bold;
}

#OurServicesAlphabetical ul
{
	list-style: none;
}

#OurServicesAlphabetical li
{
	float: left;
}

#OurServicesAlphabetical li a:link, #OurServicesAlphabetical li a:visited, #OurServicesAlphabetical li a:active, #OurServicesAlphabetical li a:hover
{
	padding: 2px 13px 2px 0;
	background: transparent url(/Lib/Misc/Templates/Images/readmore.gif) right center no-repeat;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#OurServicesAlphabetical li a:hover
{
	text-decoration: underline;
}

/* /Template: OurServicesAlphabetical */


/* Template: About */

#AboutCoreValues
{
	width: 202px;
}

#AboutCoreValues ul
{
	margin-bottom: 13px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#AboutCoreValues img
{
	float: left;
	margin-right: 13px;
}

/* /Template: About */


/* Template: CoreValues */

.CoreValue
{
	float: left;
	vertical-align: top;
}

.CoreValue
{
	margin-bottom: 30px;
}

.CoreValue img
{
	float: left;
	margin-right: 13px;
}

/* /Template: CoreValues */


/* Template: BoardMembers */

.BoardMembersHeader
{
	border-bottom: 1px #E1E1E1 solid;
}

.BoardMemberTitle
{
	font-weight: bold;
}

.BoardMember
{
	float: left;
	vertical-align: top;
	margin-bottom: 30px;
}

.BoardMember h2
{
	margin-bottom: 0;
}

.BoardMember img
{
	float: left;
	margin-right: 13px;
}

/* /Template: BoardMembers */


/* Template: News */

.NewsContact
{
	font-style: italic;
}

.NewsArchive
{
	float: right;
	margin-bottom: 30px;
	vertical-align: top;
}

.NewsArchive div
{
	width: 160px;
}

.NewsArchive ul
{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

.NewsArchive li a:link, .NewsArchive li a:visited, .NewsArchive li a:active, .NewsArchive li a:hover
{
	padding: 2px 15px 2px 0;
	background: transparent url(/Lib/Misc/Templates/Images/readmore.gif) right center no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.NewsArchive li a:hover
{
	text-decoration: underline;
}

.NewsArchiveSubscribe
{
	margin-top: 18px;
	margin-left: 15px;
}

.NewsArchiveSubscribe img
{
	float: left;
	margin: 6px 6px 8px 0;
	
}

.NewsArchiveSubscribe a:link, .NewsArchiveSubscribe a:visited, .NewsArchiveSubscribe a:active, .NewsArchiveSubscribe a:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.NewsArchiveSubscribe a:hover
{
	text-decoration: underline;
}

/* /Template: News */


/* Template: AvailableJobs */

#AvailableJobs
{
}

#AvailableJobs ul
{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#AvailableJobs li
{
	float: left;
	margin-right: 36px;
}

/* /Template: AvailableJobs */


/* Template: CustomerTools */

.CustomerTool
{
	float: left;
	vertical-align: top;
}

.CustomerTool
{
	margin-bottom: 30px;
}

.CustomerTool img
{
	float: left;
	margin-right: 13px;
}

/* /Template: CustomerTools */


/* Template: Sitemap */

#Sitemap ul
{
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#Sitemap ul li
{
	float: left;
	margin-bottom: 36px;
	width: 254px;
}

#Sitemap ul li, #Sitemap ul li a:link, #Sitemap ul li a:visited, #Sitemap ul li a:active, #Sitemap ul li a:hover
{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #15216A;
	text-decoration: none;
}

#Sitemap ul li a:hover
{
	text-decoration: underline;
}

#Sitemap ul li ul
{
	margin-left: 14px;
	border-left: 1px #7F9C24 solid;
	padding-left: 3px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#Sitemap ul li ul li
{
	float: none;
	margin-bottom: 4px;
	width: auto;
}

#Sitemap ul li ul li, #Sitemap ul li ul li a:link, #Sitemap ul li ul li a:visited, #Sitemap ul li ul li a:active, #Sitemap ul li ul li a:hover
{
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}

#Sitemap ul li ul li a:hover
{
	text-decoration: underline;
}

/* /Template: Sitemap */


/* Template: Search */

#ResultArea
{
	width: 476px;
}

.SearchText
{
	width: 140px;
}

#AdvancedArea
{
	margin-bottom: 36px;
}

/* /Template: Search */
