html, body, form
{
	margin: 0;
	height: 100%;
	background: none repeat scroll 0 0 #BBCBDA;
	background-image: url(/Lib/Misc/Templates/Images/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

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: 966px;
}

#Outline
{
	margin: 0 auto;
	height: 100%;
	padding-left: 25px;
    padding-right: 25px;
    /*background: none repeat scroll 0 0 #FFFFFF;*/
}

#TopOutline
{
	/*margin: 0 auto -100px auto;
	height: auto;
	min-height: 100%;*/
	background-color: transparent;
    background-image: url("/Lib/Misc/Templates/Images/white_bg.png");
    background-position: center top;
    background-repeat: repeat-y;
    height: auto;
    margin: 0 auto -100px;
    min-height: 100%;
    padding-left: 64px;
    width: 1030px;
}

#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 Sub */
#TopMenuSub
{
    width:966px;
    float:left;
    clear:both;
    position: relative;
    top:-5px;
}

#TopMenuSub, #TopMenuSubLeft, #TopMenuSubCenter, #TopMenuSubRight
{
	margin: 0;
	height: 25px;
	padding: 0;
}

#TopMenuSubLeft, #TopMenuSubCenter, #TopMenuSubRight
{
	float: left;
}

#TopMenuSubLeft, #TopMenuSubRight
{
	width: 7px;
	font-size: 1px;
}

#TopMenuSubCenter
{
    background: url(/Lib/Misc/Templates/Images/submenu_bg1.gif) repeat-x scroll center 0px transparent;
    height: 21px;
    overflow: hidden;
    width: 952px;
}

#TopMenuSubLeft
{
	background: transparent url(/Lib/Misc/Templates/Images/undermenu_l.gif) no-repeat left center;
}

#TopMenuSubRight
{
	background: transparent url(/Lib/Misc/Templates/Images/undermenu_r.gif) no-repeat right center;
}

#TopMenuSubShadow
{
    background: url(/Lib/Misc/Templates/Images/undermenu_shadow.gif) repeat-x scroll center center transparent;
    border-top: 1px solid #b0b0b0;
    font-size: 1px;
    height: 4px;
    margin-left: 7px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    top: -5px;
    width: 952px;
}

#TopMenuSubCenter ul
{
	height: 25px;
	list-style: none;
	margin: 0 0 0 19px;
	padding: 0;
}

#TopMenuSubCenter li
{
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 2px 20px 0 0;
}

#TopMenuSubCenter li a:hover{
    color:#7b8520;
}

#TopMenuSubCenter a:link, #TopMenuSubCenter a:visited, #TopMenuSubCenter a:active
{
	color: #4b5214;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Dropdown menu */
#MainMenuSub li.isParent ul {
    background-color: #f0f5c6;
    border: 1px solid #b0b0b0;
    height: auto;
    list-style: none outside none;
    padding-top:3px;
    padding: 0;
    position: absolute;
    z-index:100;
    padding-bottom: 5px;
    top: 20px;
    margin:0px;
    height:auto;
    list-style-position:outside;
    outline-width:0px;
    vertical-align:baseline;
}
#MainMenuSub li.isParent ul li {
    display: block;
    float: none;
    height: auto;
    line-height: 1.4em;
    margin: 0;
    padding: 5px 5px 1px;
    height:auto;
    vertical-align:top;
    overflow:hidden;
}






/* TopMenu */
#TopMenu, #TopMenuLeft, #TopMenuCenter, #TopMenuRight
{
	margin: 0;
	height: 38px;
	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: 7px;
	font-size: 1px;
}

#TopMenuCenter
{
	margin-top: 1px;
	width: 952px;
	height: 36px;
	overflow: hidden;
}

/*#TopMenuLeft
{	
}
#TopMenuLeft .LeftActive
{	
}*/

.TopMenuLeft
{
    background: transparent url(/Lib/Misc/Templates/Images/topmenu_bg_l.jpg) no-repeat left center;
}
.TopMenuLeftActive
{
    background: transparent url(/Lib/Misc/Templates/Images/menu_select_bg_1.gif) no-repeat;
    background-position:right 1px;
}
#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
{
    position: relative;
	float: left;
	margin: 0;
	/*border-right: 1px #7F9C24 solid;*/
	padding-top: 8px;
	width: 145px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	display: block;
	/*top:7px;*/
}

/* #TopMenuCenter li:hover */
#TopMenuCenter li.Active
{	
	background: transparent url(/Lib/Misc/Templates/Images/menu_select_bg.gif) repeat-x 0 0;
}

#TopMenuCenter li:hover
{
	cursor: pointer;
}

#TopMenuCenter li div
{
    border-right:1px #7F9C24 solid;
    padding-top: 1px;
}

#TopMenuCenter li.Active div{
    width: 145px;
}


#TopMenuCenter li a:hover{
    color:#7b8520;
}

#TopMenuCenter a:link, #TopMenuCenter a:visited, #TopMenuCenter a:active
{
	color: #4b5214;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	position:relative;
	/*top: -7px;*/
	text-transform: uppercase;
}

/* /TopMenu */


#Middle
{
}

#Content{
	float: left;
	margin-top: 14px;
	margin:0 36px 0 36px;
}




#Content, #Breadcrumb
{
	/*width: 762px;*/
	width:894px;
}

#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 */

/*FrontpageBox*/

.FrontpageBox
{
    /*background-image: url("/Lib/Misc/Templates/Images/shadowbox_sh_b.gif");
	position: relative;
	margin: -2px;*/
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    padding-top: 15px;
}

.FrontpageBoxTL, .FrontpageBoxT, .FrontpageBoxTR, .FrontpageBoxL, .FrontpageBoxR, .FrontpageBoxBL, .FrontpageBoxB, .FrontpageBoxBR{
	overflow: hidden;
}

.FrontpageBoxTL, .FrontpageBoxT, .FrontpageBoxTR, .FrontpageBoxBL, .FrontpageBoxB, .FrontpageBoxBR{
	height: 9px;
}

.FrontpageBoxTL, .FrontpageBoxTR, .FrontpageBoxBL, .FrontpageBoxBR{
	width: 9px;
}

.FrontpageBoxTL{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_tl.gif) right bottom no-repeat;
}

.FrontpageBoxT{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_t.gif) center bottom repeat-x;
}

.FrontpageBoxTR{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_tr.gif) left bottom no-repeat;
}

.FrontpageBoxL{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_l.gif) right center repeat-y;
}

.FrontpageBoxR{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_r.gif) left center repeat-y;
}

.FrontpageBoxBL{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_bl.gif) right top no-repeat;
}

.FrontpageBoxB{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_b.gif) center top repeat-x;
}

.FrontpageBoxBR{
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg_br.gif) left top no-repeat;
}

.FrontpageBoxL, .FrontpageBoxR{
	width: 5px;
	padding: 0;
	vertical-align: bottom;
}

.FrontpageBoxTint{
	margin: 0;
	width: 4px;
	padding: 0;
	vertical-align: bottom;
	background: transparent url(/Lib/Misc/Templates/Images/frontpagebox_bg.jpg) center bottom repeat-x;
	overflow: hidden;
	background: #eeeeee;
}

.FrontpageBoxContent{
	/*padding: 9px;*/
	background: #eeeeee url(/Lib/Misc/Templates/Images/frontpagebox_bg.jpg) center bottom;
	vertical-align: top;
	height:369px;
	width:960px;
	/*overflow:hidden;*/
}
.FrontpageBoxContent p.ReadMore
{
    display:none;
}

.StartPageFlash img /*New kode to fix picture on frontpage*/
{
    padding-bottom: 5px;
    padding-left: 4px;
    padding-top: 18px;
}


.FrontpageBoxContent ul{
	margin-bottom: 0;
}

.FrontpageBoxContent img{
	border: 1px #C7C8C5 solid;
}

.FrontpageBoxContent .FileIcon{
	border:0px;
}

/* /FrontpageBox*/

/* 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;
}*/


#StartPageTop1, #StartPageTop2, #StartPageBottom1, #StartPageBottom2, #StartPageBottom3
{
	float: left;
	padding: 0;
	vertical-align: top;
}

#StartPageBottom1 h2, #StartPageBottom2 h2, #StartPageBottom3 h2
{
	margin-top: 15px;
}

.StartPageFlash
{
	float: left;
	margin: -15px -5px -4px;
    position:relative;
}

#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 */

#StartPageBottom3 p
{
	margin: 0;
	border-bottom: 1px #C7C8C5 solid;
	height: auto;
	padding: 7px 0;
}

#StartPageBottom3 p.FirstLined
{
	border-top: 1px #C7C8C5 solid;
	border-bottom: 1px #C7C8C5 solid;
}

#ctl00_MiddleContent_uxBox_uxContent img{
    /*padding-left: 10px;
    padding-top: 20px;*/
    position: relative;
}

#ctl00_MiddleContent_uxBox_uxContent h2 span{
    position:relative;
    left:15px;
    margin-right: 20px;
}

#ctl00_MiddleContent_uxBox_uxContent p{
    position:relative;
    left:15px;
    margin-right: 25px;
}


