/* # = ID, . = class */

a { /* this fixes the firefox image border problem */
    outline: none;
}
a img {
    border:none;
}


/* comment text */

body {
    color: black; /* color means font color */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
}

h1 {
    font-size: 18pt;
    padding-top: 0;
}


h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 11pt; }

h6 {
    font-size: 10pt;
    text-align: left;
}


/* Layout Tables */
.layout_box_1 {
    border: 0;
    width: 960px;
    padding: 0;
    margin: 0 auto;
    margin-top: -1px;
    border-collapse: collapse;
}


#logo_box {
    margin-bottom: 5px;
}
#logo_box img {
    height: 54px;
    width: 457px;
}
.css_option {
	cursor: pointer;
	float: right;
	height: 20px;
	width: 20px;
	margin: 2px;
}


#nav_tabs,
#nav_submenu,
#nav_bottom {
    height: 28px;
    text-align: center;
}

#nav_tabs td:nth-child(even) { width: 8px; }

.nav_tabs__item:nth-child(1) { width: 116px; }
.nav_tabs__item:nth-child(3) { width: 114px; }
.nav_tabs__item:nth-child(5) { width: 119px; }
.nav_tabs__item:nth-child(7) { width: 144px; }
.nav_tabs__item:nth-child(9) { width: 184px; }
.nav_tabs__item:nth-child(11) { width: 103px; }
.nav_tabs__item:nth-child(13) { width: 132px; }


#nav_tabs__selected {
    font-weight: bold;
}

#nav_submenu {
}
#nav_submenu__selected {
    font-weight: bold;
}

.nav_submenu__item { width: 160px; }
/*
.welcome_pages .nav_submenu__item:nth-child(1) { width: 84px; }
.welcome_pages .nav_submenu__item:nth-child(2) { width: 132px; }

.aboutus_pages .nav_submenu__item:nth-child(1) { width: 84px; }
.aboutus_pages .nav_submenu__item:nth-child(2) { width: 132px; }

.resources_pages .nav_submenu__item:nth-child(1) { width: 92px; }
.resources_pages .nav_submenu__item:nth-child(2) { width: 152px; }
.resources_pages .nav_submenu__item:nth-child(3) { width: 84px; }
.resources_pages .nav_submenu__item:nth-child(4) { width: 152px; }

.development_pages .nav_submenu__item:nth-child(1) { width: 84px; }
.development_pages .nav_submenu__item:nth-child(2) { width: 132px; }
.development_pages .nav_submenu__item:nth-child(3) { width: 84px; }
*/


#nav_bottom {
}
.nav_bottom__item {

}



#content_box {
}
#content_sidebar {
    width: 166px;
}
#content_sidebar div {
    width: 150px;
    margin: 0 auto;
}
#content_body {
    padding: 8px 18px;
}
#content_edge {
    width: 16px;
}

#copyright_box {
    font-size: 8pt;
    border-collapse: separate;
    border-spacing: 7px;
}
#copyright_box td {
}



ul.software li {
    list-style-type: square;
    color: black;
    line-height: 1.3em;
}

#contact_index_page iframe {
    height: 400px;
    width: 600px;
}

.form_label {
    text-align:right;
}

dd { padding-bottom: 6px; }

.applescript_blue { color: #0000FF; }
.applescript_green { color: #408000; }
.applescript_gray { color: #4C4D4D; }