@charset "utf-8";

/*this is to keep page from shifting to left on load in safari and firefox*/
html {
	min-height: 100%;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html { overflow: -moz-scrollbars-vertical !important; }



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.demobg {
	background-image: url(images/demobg.jpg);
}

a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #993300;
}
#header  {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 190px;
	background-image: url(images/barbgheadertop.jpg);
	background-repeat: repeat-x;
}

#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header  #logo  {
}

#headertext {
	padding-left: 180px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
}
#headermenu {
	padding-top: 79px;
	padding-left: 100px;
}

#container #header img {
	float: left;
	padding-right: 10px;
}


#container  {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent  {
	padding-top: 0;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#mainContent  img  {

}
#mainContent   img#mainlogobg    {
	visibility: hidden;
	padding-top: 20px;

}

#mainContent1 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/mainlogobg1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#mainContent2 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#textbox  h1   {
	font-size: 22px;
}
#textbox  h2   {
	font-size: 16px;
}
#textbox  #columnleft   {
	width: 410px;
	float: left;
}
#textbox  #columnright   {
	width: 410px;
	float: right;
}
#textbox  #Thumbnail   {
	margin-top: 15px;
}
#textbox embed {
	margin-right: 75px;
	float: left;
}


#footer  {
	background-color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer img {
	padding: 0px;
}

.selected {
	color: #FFFFFF;
	font-weight: bold;
}

#footer .copyright {
	font-size: 0.8em;
	line-height: 2em;
}
#textbox {
	line-height: 1.5em;
	margin: 20px 50px 0px 50px;
}
.floatleft  {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
li {
	padding-bottom: 5px;
}

.roundedcornr_box_492731 {
   background: #fbe0cb;
}
.roundedcornr_top_492731 div {
   background: url(images/roundedcornr_492731_tl.png) no-repeat top left;
}
.roundedcornr_top_492731 {
   background: url(images/roundedcornr_492731_tr.png) no-repeat top right;
}
.roundedcornr_bottom_492731 div {
   background: url(images/roundedcornr_492731_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_492731 {
   background: url(images/roundedcornr_492731_br.png) no-repeat bottom right;
}

.roundedcornr_top_492731 div, .roundedcornr_top_492731, 
.roundedcornr_bottom_492731 div, .roundedcornr_bottom_492731 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_492731 { margin: 0 30px; }

#democontainer {
	margin: 20px;
	background-color: #FFFFFF;
	border: thin solid #666666;
}
#democontainer #workinfo {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	padding: 15px;
}
.workbanner {
	padding-top: 15px;
	padding-bottom: 5px;
}
.workthumb {
	background-color: #BFBFBF;
	padding: 10px;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}
#workinfo h2 {
	line-height: 1.2em;
}

