/*HTML Styles*/

body {
     margin: 0em;
     margin-bottom: 4px;
     padding: 0em;
     background-color: #EFEFEF;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: .9em;
     line-height: 1.82em;
     color: #7f7f7f; 
}

h1 {
     font-size: 1.25em;
     margin-top: 0em;
     margin-bottom: 1em; 
	 color: #333333;
}

h2 {
     font-size: 1.15em;
     margin-top: 0em;
     margin-bottom: .5em; 
}

h3, h4, h5, h6 {
     font-size: 1.1em; 
}

/*Link Styles*/

a:link {
     color: #004880; 
}

a:visited {
     color: #666666; 
}

a:hover {
     color: #000000; 
}

a:active {
     color: #b20000; 
}

#header a:link, #header a:visited {
     color: #7f7f7f;
     text-decoration: none; 
}

#header a:hover, #header a:active {
     color: #000000;
     text-decoration: none; 
}

#header .link-current a:link, #header .link-current a:visited {
     color: #000000;
     text-decoration: none; 
}

#header .link-current a:hover, #header .link-current a:active {
     color: #004880;
     text-decoration: none; 
}

#content-navigate a:link, #content-navigate a:visited {
     color: #7f7f7f;
     text-decoration: none; 
}

#content-navigate a:hover, #content-navigate a:active {
     color: #000000;
     text-decoration: none; 
}

#content-navigate .link-current a:link, #content-navigate .link-current a:visited {
     color: #000000;
     text-decoration: none; 
}

#content-navigate .link-current a:hover, #content-navigate .link-current a:active {
     color: #004880;
     text-decoration: none; 
}

#footer a:link, #footer a:visited {
     color: #acacac;
     text-decoration: none; 
}

#footer a:hover, #footer a:active {
     color: #004880;
     text-decoration: none; 
}

/*List Styles*/

#content-navigate ul {
     margin: 0px;
     padding: 0px;
     list-style: none; 
}

#content-navigate li {
     background-image: url(images/arrows/nav-arrow.gif);
     background-repeat: no-repeat;
     background-position: 0px 8px;
     padding: 0px;
     padding-left: 8px;
     margin-top: 0px;
     margin-bottom: 3px;
     margin-left: 19px;
     margin-right: 12px;
     font-size: .9em;
     font-weight: bold;
     color: #7f7f7f; 
}

div.list-default-category {
     margin-top: 1.5em;
     height: 22px;
     background-color: #fafafa;
     border-bottom: 4px #d4d4d4 solid;
     padding-left: 13px;
     padding-right: 20px;
     font-weight: bold;
     color: #000000; 
}

ul.list-default {
     margin: 0px;
     padding: 0px;
     margin-left: 25px;
     margin-top: 10px; 
}

li.list-default {
     list-style-type: none;
     list-style-image: url(images/arrows/nav-arrow.gif);
     line-height: 1.5em;
     padding-bottom: 8px; 
}

ul.list-square-thumb {
     margin: 0px;
     padding: 0px;
     margin-left: 157px; 
     margin-top: -5px;
}

li.list-square {
     list-style: none;
     background-image: url(images/arrows/bullet-square.gif);
     background-repeat: no-repeat;
     background-position: 0px 8px;
     margin: 0px;
     padding: 0px;
     padding-left: 12px;
     line-height: 1.5em;
}

/*Table Styles*/

table.table-default {
     border-collapse: collapse;
     border: 1px #aab3b3 solid; 
}

td.table-default-heading {
     font-weight: bold;
     padding: 4px;
     border: 1px #aab3b3 solid;
     background-color: #f3f4f6; 
}

td.table-default-cell {
     padding: 4px;
     border: 1px #aab3b3 solid; 
}

table.table-specs {
     border-collapse: collapse;
     border: none; 
}

td.table-specs-heading {
     font-weight: bold;
     padding: 4px;
     border: none;
     background-color: #f3f4f6; 
}

td.table-specs-cell {
     border: none;
     padding-top: 2px;
     padding-bottom: 2px;
     padding-left: 4px;
     padding-right: 4px; 
}


/*Form Styles*/

form.form-search {
     display: inline;
     margin: 0em;
     padding: 0em; 
}

input.form-search {
     height: 19px;
     width: 80px;
     border: 1px #c6c6c6 solid;
     font-size: 10px; 
}

/*Image Styles*/

img.img-thumb-left {
     margin-right: 20px;
     margin-top: 4px; 
}

img.img-margin-left {
     margin-left: 20px;
}

/*Line Styles*/

div.line-horiz {
     border-bottom: 1px #f0f0f0 solid;
     margin-top: 1em;
     margin-bottom: 1em; 
}

/*Layout Styles*/

#container {
     width: 900px;
     margin-left: auto;
     margin-right: auto; 
}

#header {
     height: 30px;
     padding-top: 10px;
     font-size: 12px;
     font-weight: bold;
	 background-color:#EFEFEF;
	 }

#header-left {
     float: left;
     width: auto;
     padding-left: 75px; 
}

#header-right { 
}

#photo {
     height: 100px;
     border-bottom: 1px #e3e3e3 solid; 
}

#content {
     background-color: #ffffff;
     border-bottom: 1px #e3e3e3 solid;
     padding-top: 18px;
     padding-bottom: 20px; 
}

#content-navigate {
     float: left;
     width: 210px;
     padding-top: 34px;
     padding-bottom: 20px; 
}

#content-navigate p {
     margin-top: 0em; 
}

#content-main {
     margin-left: 210px;
     border-left: 1px #f0f0f0 solid;
     height: 100%;
     min-height: 30em;
     padding-left: 38px;
     padding-right: 45px; 
}

#content-main p {
     margin-top: 0em; 
}

#footer {
     margin-top: .25em;
     text-align: center;
     color: #acacac;
     line-height: 1.2em; 
}

#footer p {
     margin: 0em;
     padding: 0em; 
}