@charset "utf-8";
/* CSS up in he-yah */

html
	{
	margin: 0px;
	}
	
body
	{
	margin: 0px;
	background: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1
	{
	/* font-family: Consolas, "Courier New", Courier, monospace; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0px 10px 0px;
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	}

.TopH1, .TopH
	{
	margin-top: 0px;
	}

h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0px 5px 0px;
	color: #222222;
	font-size: 22px;
	font-weight: bold;
	}

p
	{
	margin: 5px 0px 10px 0px;
	padding: 0px;
	}

input, textarea, select
	{
	border: 1px solid black;
	background: #eeeeee;
	width: 100%;
	}

a:visited
	{
	color: #007cb9;
	text-decoration: underline;
	}

a:active
	{
	color: #005077;
	text-decoration: underline;
	}

a:hover
	{
	color: #005077;
	text-decoration: underline;
	}


a:link
	{
	color: #007cb9;
	text-decoration: underline;
	}


#PageTop
	{
	margin: 0px;
	padding: 15px 25px 10px 25px;
	font-family: Consolas, "Courier New", Courier, monospace;
	color: #cccccc;
	font-size: 30px;
	height: 54px;
	border-bottom: 1px solid #c2c2c2;
	z-index: -30;
	min-width: 900px;
	}

#CompanyName
	{
	color: #292929;
	font-size: 48px;
	font-weight: bold;
	}

#LogoHash
	{
	color: #007cb9;
	font-weight: bold;
	}

#MenuTopEncase
	{
	width: 100%;
	}

#MenuTop
	{
	margin: 0 auto;
	height: 20px;
	padding: 20px 20px 4px 60px;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	/* background: #f2f2f2; */
	z-index: 20;
	width: 900px;
	}

#MenuTop #Selected
	{
	/* background: #dedede; */
	background: black;
	color: white;
	border: 1px solid #c2c2c2;
	border-bottom: none;
	}

#MenuTop a
	{
	display: block;
	float: left;
	padding: 6px 15px 0px 15px;
	color: #3e3e3e;
	height: 18px;
	margin: 0px 30px -5px 0px;
	text-decoration: none;
	z-index: 20;
	}

#MenuTop a:hover
	{
	color: white;
	background: #007cb9;
	text-decoration: none;
	}

#TopBlackBar
	{
	height: 0px;
	width: 100%;
	border-bottom: 10px solid black;
	}

#HomePageOutline
	{
	background: #FFFFFF url('/images/home/puzzle.jpg') no-repeat top left;
	width: 900px;
	height: 270px;
	z-index:5;
	border: 0px solid white;
	text-align: left;
	margin: 0 auto;
	}

#HomePageOutlineText
	{
	padding: 20px 330px 20px 20px;
	line-height: 20px;
m	}

#HomePageOutlineText h1
	{
	font-size: 22px;
	margin: 0px 0px 18px 0px;
	}

#HomePageOutlineText p
	{
	margin: 0px 0px 18px 0px;
	}
	
#PagePictureFrame
	{
	border-bottom: 10px solid black;
	background: black;
	height: 270px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	min-width: 910px;
	}

#PagePictureFrame #ImgObj
	{
	width: 900px;
	height: 270px;
	margin: 0px;
	}

#PagePictureFrame #Pict
	{
	width: 900px;
	height: 270px;
	margin: 0px;
	}

#PagePictureFrame .HL
	{
	color: red;
	}

#PagePayloadEncase
	{
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #c2c2c2;
	background: white;
	font-weight: normal;
	min-width: 900px;
	}

#PagePayload
	{
	color: #555555;
	display: block;
	width: 900px;
	margin: 0 auto;
	}

/*
#PagePayload
	{
	display: block;
	width: 858px;
	margin: 0 auto;
	border: 1px solid #bec7dd;
	padding: 20px;
	}
*/

#PageFooterEncase
	{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	width: 100%;
	}
	
#PageFooter
	{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	width: 100%;
	}

#PageFooterBox
	{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	width: 900px;
	position: relative;
	}

#PageFooterBox .Hash
	{
	color: #bebebe;
	}

#PageFooterBox a:link
	{
	color: #7e7e7e;
	}

#PageFooterBox a:visited
	{
	color: #7e7e7e;
	}

#PageFooterBox a:hover
	{
	color: #AAAAAA;
	}

#PageFooterBox a:active
	{
	color: #7e7e7e;
	}

#PageFooterBox #Copyright
	{
	text-align: right;
	float: right;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	padding: 9px;
	color: #7e7e7e;
	font-size: 11px;
	border-bottom: none;
	overflow: hidden;
	z-index: -1;
	height: 50px;
	}

#PageFooterBox #BottomInfo
	{
	text-align: left;
	float: left;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	padding: 9px;
	color: #7e7e7e;
	font-size: 11px;
	overflow: hidden;
	z-index: -1;
	height: 50px;
	}

#PageFooter #Decoration
	{
	margin: 0px 0px 0px -30px;
	position: absolute;
	bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 5px 5px 5px;
	color: #e6e6e6;
	font-size: 175px;
	overflow: hidden;
	width: 100%;
	letter-spacing: -50px;
	line-height: 100px;
	z-index: -5;
	}

#PageFooter #Decoration2
	{
	margin: 0px 0px 0px -30px;
	position: absolute;
	right: 0px;
	bottom: 70px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 5px 5px 5px;
	color: white;
	font-size: 70px;
	overflow: hidden;
	letter-spacing: -30px;
	width: 100%;
	line-height: 50px;
	z-index: -7;
	}

#PageFooter #Decoration3
	{
	position: absolute;
	right: 0px;
	bottom: 40px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 5px 5px 5px;
	color: #e2e2e2;
	font-size: 50px;
	overflow: hidden;
	letter-spacing: -10px;
	width: 90%;
	line-height: 50px;
	z-index: -4;
	}


#PageTop #DecorationTop1
	{
	margin: 0px 0px 0px -50px;
	position: absolute;
	right: 0px;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 5px 5px 5px;
	color: #e6e6e6;
	font-size: 175px;
	overflow: hidden;
	width: 90%;
	letter-spacing: -75px;
	line-height: 100px;
	z-index: -2;
	}

#PageTop #DecorationTop2
	{
	margin: 0px 0px 0px -50px;
	position: absolute;
	right: 0px;
	top: -10px;
	font-family: "Courier New", Courier, monospace;
	color: white;
	font-size: 50px;
	overflow: hidden;
	letter-spacing: -20px;
	width: 90%;
	z-index: -1;
	}

#PageTopLogoEncase
	{
	width: 100%;
	}

#PageTopLogo
	{
	margin: 0 auto;
	width: 900px;
	z-index: 50;
	}

.TwoColPayload
	{
	float: left;
	width: 398px;
	padding: 20px;
	background: white;
	text-align: left;
	margin: 20px 20px 0px 0px;
	height: 340px;
	border: 1px solid #bec7dd;
	background: #e5e5e5 url('/images/design/bigiconboxbg.jpg') repeat-x top;
	}

.TwoColPayload .Icon
	{
	width: 60px;
	height: 60px;
	padding: 0px;
	border: 0px;
	float: left;
	}

.TwoColPayload h1
	{
	font-size: 20px;
	margin: 0px 0px 35px 70px;
	text-align: left;
	padding: 14px 0px 0px 5px;
	}

li
	{
	margin: 8px 0px 0px 0px;
	}


	
/* RIGHT COL */

#HomePageRightMainCol
	{
	float: left;
	width: 300px;
	margin: 20px 0px 0px 0px;
	display: block;
	}

.HomePageRightSubColPayload
	{
	/* background: #e5e5e5; */
	background: #ffffff;
	border: 1px solid #bec7dd;
	width: 280px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	}

.HomePageRightSubColPayload h1
	{
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 8px 0px 0px 5px;
	}

.HomePageRightSubColPayload h2
	{
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

.HomePageRightSubColPayload .Icon
	{
	width: 30px;
	height: 30px;
	padding: 0px 10px 5px 0px;
	border: 0px;
	float: left;
	}

.HomePageLeftSubColPayload p
	{
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	text-align: left;
	}

/* LEFT COL */

.HomePageLeftSubColPayload
	{
	padding: 20px;
	/* background: #e5e5e5 url('/images/design/bigiconboxbg.jpg') repeat-x top; */
	background: #efefef;
	border: 1px solid #bec7dd;
	margin: 20px 20px 0px 0px;
	}

.HomePageLeftSubColPayload .Icon
	{
	width: 60px;
	height: 60px;
	padding: 0px 0px 15px 20px;
	border: 0px;
	float: right;
	}

.HomePageLeftSubColPayload h1
	{
	font-size: 20px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

.HomePageLeftSubColPayload h1 a
	{
	color: #222222;
	text-decoration: none;
	}

.HomePageLeftSubColPayload h2
	{
	font-size: 16px;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}



.HomePageLeftSubColPayload p
	{
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	}

/* Sidebar div */
.HomePageSidebarDiv
	{
	height: 1px;
	border-top: 1px #e5e5e5 solid;
	width: 280px;
	margin: 25px 0px 25px 0px;
	}

.InputTable
	{
	width: 100%;
	}

.InputTable input, textarea
	{
	width: 100%;
	}

.InputTable td
	{
	padding: 5px;
	}

.InputTable th
	{
	white-space: nowrap;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	}

.InputTable h2
	{
	font-family: Consolas, "Courier New", Courier, monospace;
	margin: 0px 0px 0px 0px;
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	background: #eeeeee;
	border: 1px solid #AEAEAE;
	padding: 10px;
	}


.InputTable .Req
	{
	vertical-align: top;
	font-size: 9px;
	color: red;
	}

.MsgDynLoading
	{
	margin: 15px;
	/* border: 1px dashed #AEAEFE; */
	padding: 10px;
	}

.MsgDynLoading img
	{
	border: 0px;
	padding: 2px 10px 0px 0px;
	width: 32px;
	height: 32px;
	float: left;
	}

.MsgDynLoadingGoogle
	{
	width: 880px;
	height: 250px;
	margin: 0 auto;
	padding: 10px;
	color: #444444;
	border: 1px solid #333333;
	font-family: "Courier New", Courier, monospace;
	}

.MsgDynLoadingGoogle img
	{
	border: 0px;
	padding: 2px 10px 0px 0px;
	width: 32px;
	height: 32px;
	float: left;
	}

.Indent
	{
	margin: -5px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	}

.ReadMore
	{
	text-align: right;
	padding: 0px 0px 0px 0px;
	vertical-align: baseline;
	}

.ReadMore a:link
	{
	text-decoration: none;
	font-weight: bold;
	}
.ReadMore a:hover
	{
	text-decoration: none;
	}
.ReadMore a:visited
	{
	text-decoration: none;
	font-weight: bold;
	}
.ReadMore a:active
	{
	text-decoration: none;
	}

.PortfolioListTable
	{
	margin: 10px 0px 20px 0px;
	}

.PortfolioListTable th
	{
	vertical-align: top;
	text-align: right;
	width: 400px;
	}

.PortfolioListTable th .ListImg
	{
	border: 1px solid #AEAEAE;
	padding: 1px;
	}

.PortfolioListTable td
	{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}

.PortfolioListTable th h1
	{
	margin: 10px 0px 5px 0px;
	font-family: Consolas, "Courier New", Courier, monospace;
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	background: #eeeeee;
	border: 1px solid #AEAEAE;
	padding: 10px;
	text-align: left;
	}

.PortfolioListTable .ListDetails
	{
	margin: 0px 10px 0px 0px;
	}

.PortfolioListTable .ListDetails th
	{
	white-space: nowrap;
	vertical-align: top;
	width: auto;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px;
	color: #333333;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 14px;
	}

.PortfolioListTable .ListDetails td
	{
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	}

.PortfolioListTable .ListDetails .LastTD
	{
	border: 0px;
	border-left: 1px solid #E5E5E5;
	}

.PortfolioListTable .ListDetails .LastTH
	{
	border: 0px;
	}

.GuideHR
	{
	color: #EAEAFF;
	margin: 20px 0px 50px 0px;
	}

.GuideImg
	{
	padding: 2px;
	border: 1px solid #A5A5A5;
	}


.GuideTable th h1
	{
	margin: 10px 0px 5px 0px;
	font-family: Consolas, "Courier New", Courier, monospace;
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	background: #eeeeee;
	border: 1px solid #AEAEAE;
	padding: 10px;
	text-align: left;
	}

.GuideTable th
	{
	text-align: right;
	padding: 5px;
	vertical-align: top;
	}
.GuideTable td
	{
	padding: 5px;
	}

.CustomerQuote
	{
	margin: 25px 0px 0px 0px;
	color: #007cb9;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
	}
.CustomerQuoteBy
	{
	font-weight: bold;
	font-style: normal;
	text-align: right;
	}

.CustomerQuoteCo
	{
	margin: 0px 0px 35px 0px;
	color: #007cb9;
	text-align: left;
	}