@charset "UTF-8";
/* CSS Document */

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

.fullpage #container {
	width: 952px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.fullpage #header {
	background: transparent url(../images/logo.gif) no-repeat;
	margin-top: 30px;
	height: 65px;
	text-align: right;
}

.fullpage #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #CCC;
}
.fullpage #footer { 
	background:#f6f6f6;
	padding: 15px;
	color: #ababab;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
} 
.fullpage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#layoutTable {
	/*
	width="952"
	
	*/
}

#topColumn {
	width: 952px;
	background: #f6f6f6;
	border-bottom: 1px solid #CCC;
	height: 13px;
}

#leftColumn {
	width: 200px;
	vertical-align: top;
	padding: 0;
	padding-top: 20px;
	border-right: 1px solid #CCC;
}

#rightColumn {
	width: 752px;
}

/*
class="Column" width="508"
width="244" id="hiliteColumn"


*/

#innerTable {
	margin-top: -13px;
}

#innerLeft {
	vertical-align: top;
}

#innerRight {
	width: 244px;
	vertical-align: top;
	padding-top: 15px;
}

#topmenu {
	float:right;
	margin-top:-31px;
}

.fullpage .Column {
	vertical-align: top;
	padding: 20px;
}

.fullpage #hiliteColumn {
	vertical-align: top;
	padding: 20px;
	padding-top: 55px;
	padding-left: 0;
}

.fullpage #leftColumn {
	vertical-align: top;
	/*padding: 10px;*/
	padding: 0;
	padding-top: 20px;
	border-right: 1px solid #CCC;
}

.fullpage #imgColumn {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;	
}

.fullpage #topColumn {
	background: #f6f6f6;
	border-bottom: 1px solid #CCC;
	height: 13px;
}

.fullpage #rightColumn {
	vertical-align: top;
	padding: 20px;
}

.fullpage .dotHeader {
	background-color: #f6f6f6;
	padding: 3px;
	color: #999999;
	font-size:15px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.fullpage .dotBody {
	margin-left: 21px;
	margin-bottom: 25px;
}
.fullpage .dotImage {
	vertical-align: middle;
	margin-right: 5px;
}
.fullpage .hightlightImage {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}
.fullpage .headerText {
	color: #336699;
	font-size: 15px;
	font-weight: 600;
}
.fullpage .newsHeadText {
	color: #4eaac1;
}
.fullpage .topmenuLink {
	color: #ababab;
	padding-left: 13px;
}
.fullpage a {
	color: #336699;
	text-decoration: none;
}
.fullpage img {
	border-style: none;
}

.homepage #container {
	width: 952px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.homepage #header {
	background: transparent url(../images/logo.gif) no-repeat;
	margin-top: 30px;
	height: 65px;
	text-align: right;
}

.homepage #imageBreak {
	padding: 0;
}

.homepage #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #CCC;
}
.homepage #footer { 
	background:#f6f6f6;
	padding: 15px;
	color: #ababab;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.homepage #prodColumn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	vertical-align: top;
	padding: 20px;
}
.homepage #topColumnHome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 20px;
	padding-bottom: 0px;
	height: 195px;
}
.homepage #bottomColumn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	vertical-align:top;
	padding: 20px;
}

.homepage #newsHdrColumn {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.homepage #newsBdyColumn {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
}
.homepage .dotHeader {
	background-color: #f6f6f6;
	padding: 3px;
	color: #999999;
	font-size:15px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.homepage .dotBody {
	margin-left: 21px;
	margin-bottom: 25px;
}
.homepage .dotImage {
	vertical-align: middle;
	margin-right: 5px;
}
.homepage .hightlightImage {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
}
.homepage .headerText {
	color: #336699;
	font-size: 15px;
	font-weight: 600;
}
.homepage .newsHeadText {
	color: #4eaac1;
}
.homepage .topmenuLink {
	color: #ababab;
	padding-left: 13px;
}
.homepage a {
	color: #336699;
	text-decoration: none;
}
.homepage img {
	border-style: none;
}

