/*START PNG FIXES
The following fix enables PNG images with transparencies to render correctly in older versions of IE.
Must include all element tags that transparent PNGs will be used in.
Fix doesn't work for bg hover change in CSS. Add li element class in html for navigation.
This eliminates bg hover in older versions of IE but it will remain in other browsers.
This fix is non-standard and is therefore unsupported in most browsers
 */


img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...)}

body, div, bg-image, img, input, ul, li, td, a, a:link, a:hover, a:active, a:visited { behavior: url("resources/iepngfix.htc") }
/*END PNG FIX */


body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #111111;
	line-height: 21px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FFCC99;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
}
	
.alt {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	}

small {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	line-height: 4em;
	background-color: #F60;
	color: #FFF;
	margin-left: -12px;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}
h1.pagetitle {
	font-size: 24px;
	}
p  {
	text-align: justify;
}
.lineAbove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #292929;
	padding-top: 6px;
}
.gradient {
	background-image: url(images/panel-tab-hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.lineBelow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
	padding-bottom: 6px;
}

.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

.footnote {
	font-size: 9px;
	font-style: oblique;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2   a, h3,h3  a      {
	color: #FF6600;
	}
h1  a:visited, h2   a:visited, h3 a:visited      {
	color: #EF861D;
}
h1  a:hover, h2     a:hover, h3 a:hover                 {
	text-decoration: none;
	color: #CC6633;
	}
#sidebar /* End captions */
h2, #wp-calendar caption, cite        {
	text-decoration: none;
	color: #FF6600;
}
.entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.entry a {
	color: #FF6600;
}
.entry  a:visited  {
	color: #FFCC99;
	}
.entry  a:hover {
	color: #CC6633;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #292929;
	padding: 2px;
	background-color: #000000;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
small .nocomments, .postmetadata, blockquote, strike        {
	color: #B1401E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	font-size: 9px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	color: #FFCC99;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 0.07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
 
 
	#page {
	border: none;
}



#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 900px;
	text-align: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #292929;
	border-left-color: #292929;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/* [disabled]background-color: #000000; */
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#description {
	height: 18px;
	font-size: 12px;
	text-align: left;
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 12px;
}
#description  a {
	text-decoration: none;
	color: #FF6600;

}
#description    .section    a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#description  a:visited {
	color: #FFCC99;
}
#description  a:hover {
	text-decoration: underline;
	color: #CC6633;
}
	
#content {
	float: left;
	padding-bottom: 12px;
	}
#bottom {
	height: 24px;
}

#footer  {
	font-size: 12px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
} 
#footerTop {
	/* [disabled]background-image: url(images/footer-links-top.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 18px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer     .nav  /* Additional Menu items have been added to enable dropdown menus to have different images to those used in the top level menu. (Added by Kaz Design Works */
               {
	display: block;
	font-size: 10px;
	line-height: 18px;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#footer    .nav   a     {
	line-height: 18px;
	display: block;
	text-transform: capitalize;
}
#footer   a.nav:link             {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
}
#footer a.nav:visited     {
	color: #FFCC99;
	display: block;
	text-decoration: none;
}

#footer a.nav:hover       {
	color: #FF9933;
	display: block;
}


#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

#CompanyInfo {
	width: 106px;
	margin-left: 12px;
	float: left;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 78px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #292929;
	margin-bottom: -78px;
}
#GraphicDesign {
	width: 118px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 156px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #292929;
	margin-bottom: -156px;
}

#WebsiteDesign {
	float: left;
	width: 148px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 6px;
}


#resources {
	float: left;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #292929;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #292929;
}
#footerBottom {
	/* [disabled]background-image: url(images/footer-links-bottom.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}



#news {
	float: left;
	width: 128px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#copyright {
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#copyright p {
	text-align: center;
}

#homeTab {
	height: 82px;
	width: 27px;
	position: fixed;
	z-index: 2000;
	left: -3px;
	top: 180px;
}

#toTop {
	height: 27px;
	width: 82px;
	position: fixed;
	z-index: 2000;
	bottom: 0px;
	margin-right: 41px;
	float: none;
	margin-left: -41px;
	padding-left: 50%;
}
#homeTab  img, toTop img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


	
.narrowcolumn {
	float: left;
	width: 618px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #292929; */
	margin: 0px;
	}

.widecolumn {
	width: 740px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 80px;
	}

	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
/* End Structure of main elements */

.post {
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #292929; */
}
.post    h1, h2, h3 {
	color: #FF6600;
	line-height: 1.1;
	text-align: left;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 3px;
	}

.widecolumn .postmetadata {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-top: 6px;
	padding-bottom: 3px;
	background-color: #f3f3f3;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 12px;
}

.postmetadata small, .commentlist small {
	background-color: transparent;
	color: #777;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.clear {
	clear: both;
}
/* End Structure */


/* Begin Sidebar */
#sidebar
{
	margin-left: 0px;
	width: 268px;
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-right:  0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	margin-right: 12px;
	}
#sidebar a {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidebar a:link {
	color: #FF6600;
}
#sidebar a:visited {
	color: #EC861A;
}
#sidebar a:hover {
	color: #4C6C2D;
}


#sidebar form {
	margin: 0;
	}
#sidebar  p  {
	padding-right: 3px;
	padding-left: 3px;
}
#sidebar h1, #sidebar h2, #sidebar p, #sidebar h3, #sidebar li {
	margin-left: 9px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 9px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar h1 {
	font-size: 21px;
	line-height: 27px;
}
#sidebar h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#sidebar li {
	margin-left: 0px;
}
/* End Sidebar */


/*	Begin Headings */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}
h1.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headings */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will align the image to the right.
    And using 'class="centered', will of course center the image.
	This is much better than using align="center" directly in the html,
	which of course cannot be used with strict XHTML */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 15px;
	text-indent: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	}

html>body .entry li {
	margin-top: 7px;
	margin-right: 30px;
	margin-bottom: 8px;
	margin-left: 18px;
	line-height: 2;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry  h1, .entry h2, .entry h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}


.entry ol li {
	margin: 0;
	padding: 0;
	}
.more-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}




.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 3px;
	}

ol li, #sidebar ul ol li {
	list-style-position: outside;
	list-style-type: decimal;
	}

#sidebar ul ul li, #sidebar ul ol li {
	border-top-style: none;
	border-bottom-style: solid;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 258px;
	}

#sidebar #searchform #s {
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 132px;
	}

#commentform input {
	width: 258px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size: 12px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #292929;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #292929;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-right: 10px;
	padding-left: 10px;
	}
#sidebar  li h2 {
	line-height: 21px;
	display: block;
	padding-left: 6px;
	color: #454545;
	padding-bottom: 6px;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #333333;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}



.orange {
	color: #FF6600;
}
.autoWidthTable {
	margin-bottom: 6px;
	width: auto;
	border: 1px solid #333333;
	padding: 0px;
}
.autoWidthTable  td, .autoWidthTable th {
	text-align: left;
	border: 1px solid #333333;
	padding: 3px;
}
.top  {
	vertical-align: top;
}

.whiteBG {
	background-color: #FFFFFF;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.orangeBorder {
	background-color: #FF6600;
}
.darkBorder {
	background-color: #292929;
	margin: 6px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.padding12   {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #292929;
	padding-top: 12px;
	padding-bottom: 12px;
}
.paddingTop18 {
	padding-top: 18px;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

