@import url(layout.css);
.ParagraphJustify {
	text-align: justify;
}
.imageList {
	border-style: solid;
	border-width: 2px;
	float: none;
}

.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}

body {
	margin: 20px 0 20px 0;
	color: #000000; /*#050505;*/
	font-size: 13px;
	font-family: Segoe UI, Arial, sans-serif;
	font-style: normal;
	font-size: 80%;
	background-color: #abc;
	
/*	background-image: url('../images/backstripe.png');
	background-repeat: repeat-x;
*/
}

div.roundcorners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image:url('../images/backgroundgradient.png')
}


#container {
	width: 1000px;
	margin: 0 auto;
}
#pageheader
{
	background: #fff url('../images/newheader.png') top;
	height: 140px;
	width: 1000px;
}

#contentbody
{
	background: #fff url('../images/bkgd_tile.png') top;
	background-repeat: repeat-y;
	width:998px;
	margin-left:-1px;
}
#masthead {
	text-align: right;
	width: 1000px;
	/*padding: 0px;
	background-color: #0D153E;*/
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 760px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	border-style: dotted;
	border-width: 0px 2px 0px 0px;
}
#column_r, #column_r0 {
	width: 170px;
	margin: 0;
	float: right;
	background-color: white;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 9px;
	top: 20px;
	left: -10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer {
	text-align: center;
	/*background-color: #0D153E;*/
	overflow: hidden;
	padding: 2px;
	height:0px;
	/*background-image: url('../images/newfooter.png');
	background-repeat:no-repeat;
	*/
}

#pagefooter
{
	text-align: center;
	/*background-color: #0D153E;*/
	overflow: hidden;
	padding: 2px;
	height:70px;
	background-image: url('../images/newfooter.png');
	background-repeat:no-repeat;
	color:white;
	font-size:xx-small;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	padding-right: 5px;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 1.00em;
}
h6 {
	color: #965;
	font-size: 0.75em;
}
big {
	color: #965;
	font-size: medium;
}
strong {
	color:black;
}


li {
	list-style-image: url('../images/bullet.png');
}
table.product {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	width:100%;
	border-right-width:0px;
	border-bottom-width:0px;
}
table.product th {
	border-width: 1px;
	padding: 7px;
	border-style: inset;
	border-color: gray;
	background-color: #abc;
	color: black;

	border-left-width:0px;
	border-top-width:0px;
}
table.product td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	border-left-width: 0px;
	border-top-width:0px;
}


hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}


#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
	float: left;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #965;
	text-decoration: none;
	font-weight:bold;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

form.genericform {
	width: 98%;
	background-color:#fafafa;
}
form.contactform fieldset {
   margin-bottom: 10px;
}
form.genericform legend {
    padding: 0 2px;
    font-weight: bold;
    font-size: 1.2em;
}
form.genericform fieldset ul {
    padding: 0;
}
form.genericform fieldset li {
    list-style: none;
    padding: 10px;
    margin: 0;
    clear: both;
}

form.genericform label {
    font-weight: bold;
    float: left;
    text-align:right;
    width: 287px;
    margin-right:10px;
}
form.genericform p {
margin-left:70%;
}
form.genericform input, form.genericform textarea {
}
form.genericform input:focus, form.genericform textarea:focus {
    border: solid 1px #000;
}