body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	font-size: 15px;
}

img { border: 0 }

#container {
	margin:auto;
	width:925px;
}
#header {
	width: 925px;
	height: 90px;
}
#header #logo {
	margin-top: 30px;
}

#providedBy {
	float: right;
	width: 254px;
	margin-top: 20px;
	margin-right: 5px;
}

#menu { background-image: url(../images/menu_bg.gif); height:35px; position:relative; font-size: 14px; margin: 0; z-index:1000; padding-left: 10px; }
#menu .corner { position: absolute; top: 0; right: 0; background-image: url(../images/menu_round_corner.gif); background-repeat: no-repeat; width: 15px; height: 15px; }

.navContainer {
	margin-top: 9px;
	color: #FFFFFF;
}

.navContainer a { color: #FFFFFF; text-decoration: none; }
.navContainer a:hover { text-decoration: underline; }

#mainContent {
	float: left;
	width: 734px;
	padding-left: 10px;
	line-height: 1.5em;
	border-right: 1px dotted #CCCCCC;
	padding-right: 20px;

}
#contentSidebar {
	float: left;
	width: 634px;
	padding-left: 10px;
	border-right: 1px dotted #CCCCCC;
	padding-right: 20px;
}

#contentSidebar a { color: #0E2854; text-decoration: underline; }
#contentSidebar a:hover { color: #0E2854; text-decoration: none; }


#orderSummary {
	float: left;
	width: 230px;
	padding: 0 10px 0 20px;
}

#footer {
	float: left;
	width: 915px;
	padding: 10px 10px 10px 0;
	border-top: 1px solid #a1a1a1;
	color: #a1a1a1;
	font-size: 12px;
	margin-top: 20px;
}
#footerLinks {
	float: left;
}

#footerCopy {
	float: right;
}

#footer a { padding: 0 10px; text-decoration: none; color: #4e6181; }
#footer a:hover { text-decoration: underline; }






h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666666;
	color: #B37F24;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #B37F24;
}

#mainContainer {
	width: 809px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin: auto;
	color: #666666;
}

/***********************************************/
/* HEADER STYLES
/***********************************************/
#infoBar {
	float: left;
	width: 805px;
	padding: 4px 2px;
	font-size: 12px;
	color: #666666;
	height: 20px;
}

#infoBar a:link.plain { text-decoration: none; color: #666666; }
#infoBar a:visited.plain { text-decoration: none; color: #666666;}
#infoBar a:hover.plain { text-decoration: underline; color: #666666;}
#infoBar a:active.plain { text-decoration: none; color: #666666;}

#infoBar a:link.highlight { text-decoration: underline; color: #4EAD29; }
#infoBar a:visited.highlight { text-decoration: underline; color: #4EAD29;}
#infoBar a:hover.highlight { text-decoration: none; color: #4EAD29;}
#infoBar a:active.highlight { text-decoration: underline; color: #4EAD29;}

#mainNav {
	float: left;
	width: 799px;
	height: 50px;
	padding-right: 10px;
	background-image: url(../images/main_nav_bg.png);
}

#logoContainer {
	width: 201px;
	padding-top: 7px;
	padding-left: 7px;
	float: left;
}

#navItemContainer {
	float: right;
	height: 50px;
}

#navItemContainer a:link { text-decoration: none; font-weight: bold; color: #b5b5b5; }
#navItemContainer a:visited { text-decoration: none; font-weight: bold; color: #b5b5b5;}
#navItemContainer a:hover { text-decoration: none; font-weight: bold; color: #FFFFFF;}
#navItemContainer a:active { text-decoration: none; font-weight: bold; color: #b5b5b5;}

.navItem {
	float: left;
	height: 33px;
	text-align: center;
	padding: 17px 20px 0 20px;
}

.navItemOn {
	float: left;
	height: 33px;
	text-align: center;
	background-color: #333333;
	border-right: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	padding: 17px 19px 0 19px;
}

#subNav {
	width: 809px;
	padding: 10px 0;
	text-align: center;
	color: #419ac4;
	font-size: 12px;
}

#subNav a:link { text-decoration: none; color: #419ac4; padding: 0px 10px;}
#subNav a:visited { text-decoration: none; color: #419ac4; padding: 0px 10px;}
#subNav a:hover { text-decoration: underline; color: #419ac4; padding: 0px 10px;}
#subNav a:active { text-decoration: none; color: #419ac4; padding: 0px 10px;}

#body {
	width: 809px;
	float: left;
	margin: 10px 0px;
}


/***********************************************/
/* MISC STYLES
/***********************************************/
#errorContainer {
	color: #FF0000;
	font-weight: bold;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

#tabContainer {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: -1px;
	font-size: 13px;
}


.tab {
	float: left;
	width: 130px;
	padding: 11px 10px;
	color: #B37F24;
	cursor: pointer;
}

.tabSelected {
	background-color: #FFFFFF;
	float: left;
	border: 1px dotted #cccccc;
	border-left: 1px solid #FFFFFF;
	width: 129px;
	padding: 10px;
	font-weight: bold;
	color: #B37F24;
	cursor: default;
}

#reportTabContainer { font-size: 11px; width: 100%; float: left; border-bottom: 1px solid #8F8F8F; margin-top: 20px;}
.reportTab { float: left; cursor: pointer; padding: 2px 10px; background-color: #DFDFDF; color: #8F8F8F; margin-left: 5px; border: 1px solid #CCCCCC; border-bottom: 0px solid #666666; margin-bottom: 0;}
.reportTabSelected { float: left; cursor: pointer; padding: 2px 10px; color: #B37F24; margin-left: 5px; border: 1px solid #8F8F8F; border-bottom: 1px solid #FFFFFF; margin-bottom: -1px;}
.report { float: left; width: 714px; display: none; padding: 20px 10px; }
.reportSelected { float: left; width: 613px; display: block; padding: 20px 10px; }


#mainContent a:link { text-decoration: none; color: #0E2854; }
#mainContent a:visited { text-decoration: none; color: #0E2854; }
#mainContent a:hover { text-decoration: none; color: #419AC4; }
#mainContent a:active { text-decoration: none; color: #0E2854; }


/***********************************************/
/* FORM STYLES
/***********************************************/
.inputText {
	padding: 2px;
	margin: 0;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #b5b5b5;
	font-size: 12px;
	height: 16px;
	vertical-align: middle;
}

.inputLogin {
	width: 377px;
}

.inputButton {
	background-color: #419AC4;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #0084BF;
}


/***********************************************/
/* KML and MicroStation PAGE STYLES
/***********************************************/
.kmlProvinceContainer {
	float: left;
	width: 100%;
}

.kmlRegionsContainer {
	float: left;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	width: 100%;
	display: none;
}

.kmlColumn {
	float: left;
	width: 50%;
}

.kmlRegion {
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 212px;
	font-size: 13px;
}

.kmlRegion h3 {
	color: #419AC4;
}

.kmlRegion ul {
	list-style-type: square;
	list-style-position: inside;
}

.kmlRegion ul li {
	margin-left: 10px;
}

.kmlRegion ul li a { text-decoration: none; color: #4EAD29; }
.kmlRegion ul li a:hover { text-decoration: underline; color: #4EAD29; }


/***********************************************/
/* EXT BUTTON ICONS
/***********************************************/

.iconAdd {
	background-image:url(../images/default/icons/add.gif) !important;
}

.iconDelete {
	background-image:url(../images/default/icons/delete.gif) !important;
}

.iconEdit {
	background-image:url(../images/default/icons/edit.gif) !important;
}

.iconGrid {
	background-image:url(../images/default/icons/grid.png) !important;
}

.iconPrint {
	background-image:url(../images/default/icons/printer.png) !important;
}

/***********************************************/
/* HELP STYLES
/***********************************************/
.helpList {
	list-style-type: square;
	list-style-position: outside;
}

.helpList li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.projList {
	margin-top: 10px;
	border-collapse: collapse;
	width: 716px;
}
.projList thead {
	background-color: #CCCCCC;
}

.projList td {
	border: 1px solid;
	padding: 2px 10px;

}

/***********************************************/
/* FOOTER STYLES
/***********************************************/
#footerBar {
	float: left;
	width: 809px;
	height: 17px;
	background-image: url(../images/footer_bg.png);
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	padding-top: 3px;
}


.wmsUrlDiv {
	border: 1px solid;
	border-color: #545454;
	padding: 6px;
	color: #545454;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}


/***********************************************/
/* CHECKOUT STYLES
/***********************************************/

label {
	display: block;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 286px;
	font-size: 13px;
}

.formField {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formFieldStandard {
	width: 286px;
}

.formFieldDate {
	width: 105px;
}

.formFieldCheckbox {
	width: 20px;
}

.formFieldPhone {
	width: 40px;
}

.formFieldError {
	border: 1px solid #CC0000;
}

input[type=submit] {
	border: 1px solid #0E2854;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E2854;
}

.formColumn {
	margin: 5px 10px 5px 0px;
	display: block;
	width: 296px;
	height: 30px;
	float: left;
}

fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
}

.signupFieldset {
	float: left;
	width: 612px;
}

legend {
  padding: 0 2px;
  font-weight: bold;
}

.summaryMoney {
	text-align: right;
	font-weight: bold;
}
#summaryTable {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
#summaryTable td {
	padding: 2px;
}

#forward {
	width: 100px;
	float: right;
	margin: 10px 0 20px 0;
	cursor: pointer;
}

#back {
	width: 100px;
	float: left;
	margin: 10px 0 20px 0;
	cursor: pointer;
}

.buttonCursor {
	cursor: pointer;
}

/****************************************
 * PRODUCT SELECT STYLES
 ***************************************/
.pricingColumn {
	width: 85px;
	height: 85px;
	cursor: pointer;
}

.pricingColumn:hover {
	background-image: url(../images/package_hover.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.pricingColumnSelected {
	background-image: url(../images/package_selected.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.pricingColumnSelected:hover {
	background-image: url(../images/package_selected.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#pricingTable { border-collapse: collapse; color: #B5B5B5; font-family: Arial; width: 634px; margin-top: 20px; line-height: 1em; }
#pricingTable tr th { border-bottom: 1px solid #CCCCCC; font-size: 13px; font-weight: normal; text-align: center;}
#pricingTable tr td { border-bottom: 1px solid #CCCCCC; text-align: center; }

#pricingTable .nameCol { width: 140px; padding-right: 20px; text-align: right;}
#pricingTable .detailCol { width: 124px; border-left: 1px dotted #B5B5B5; }
#pricingTable .priceCol { width: 104px; height: 84px; border-left: 1px dotted #B5B5B5;}
#pricingTable .headCol { border-left: 1px dotted #B5B5B5; }

#pricingTable .spanBlock {
	display: block;
}

#pricingTable .bigGrey {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}

#pricingTable .medGrey {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

#pricingTable .smGrey {
	color: #b1b1b1;
	font-size: 10px;
}

#pricingTable .blue {
	color: #419ac4;
	font-size: 12px;
}

#pricingTable .green {
	font-size: 12px;
	color: #4ead29;
	font-weight: bold;
}

#footnote {
	float:left;
	font-size:10px;
	margin-top:5px;
	width:494px;
	color: #666666;
	line-height: 1.2em;
}

#errorMessage {
	color: #CC0000;
}


.blog h2 a, .blog h2 a:visited {
	text-decoration: none;
  	color: #0E2854;
}

.blog .entry {
  	margin-bottom: 1em;
}

.blog .title {
	margin-bottom: 2px;
}

.blog .body {
	font-size: 12px;
	text-align:justify;
}

.blog .author {
  	font-size: 10px;
  	display: inline;
}


