/* CSS Document */
html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:.9em;
	line-height:1.3em;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
}

img, br, div, tr, td, table {
	border: 0;
	padding:0;
	margin:0;
}
img {
	line-height:0;
	white-space:0;
}

a, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
	background-color:#CCCCCC;
	color:#333333;
}

table {
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
	}

ul {
	margin: 1em; /*removes indent IE and Opera*/
	margin-top:.5em;
	margin-right:5em;
	margin-bottom:0;
	padding: 1em; /*removes indent Mozilla and NN7*/
	padding-top:0;
	padding-bottom:0;
	list-style-type:disc;
	list-style-position:outside;
	text-indent: 0;
	}
	
li {
	}




/* Site Level DIV's */
#wrapper {
	text-align: left;
	width: 760px;
	max-width: 760px;
	min-width: 760px;
	background-color: #FFFFFF;
	min-height: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
}
* html #wrapper {
	height: 100%;
	min-height: 100%;
}


	
#pgHeader {
	margin-top:10px;
	margin-bottom:5px;
	}
	
#pgMenuBar {
	width:760px;
	border:0;
	vertical-align:middle;
	text-align:right;
	text-indent:none;
	list-style:none;
	margin-bottom:5px;
	font-size:.9em;
    }
#pgMenuBar ul {
	width:725px;
	border:0;
	text-align:right;
	text-indent:none;
	list-style:none;
}
#pgMenuBar li{
	display:inline;
	margin-left:10px;
	text-align:right;
	text-indent:none;
	list-style:none;
	}	
#pgMenuBar a, a:visited 
{
    text-decoration: none;
}	
	
#pgBreadCrumbs {
	margin:0;
	padding:0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .75em;
	}
	
#pgContentHolder {
	margin: 0;
	margin-top:5px;
	margin-left:235px;
	padding:0;
	padding-left: 10px;
	padding-right:10px;
	border:0;
	font-size:.9em;
	line-height:1.2em;
}	
#pgContentHolder p {
	border:0;
	margin:0;
	padding:0;
	margin-bottom:8px;
	}
#pgContentHolder blockquote{
	margin-top:4px;
	margin-bottom:4px;
	margin-left:15px;
	margin-right:5px;
}
	
#pgFooter {
	padding:0;
	margin:0;
	border:0;
	clear:left;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#999999;
	text-align:center;
}	
#pgFooter p{
	padding-top: 5px;
	text-align:center;
	}
	
#contactInfo {
    float:left;
    font-size:.8em;
	line-height:1.2em;
    width:225px;
	color:#00327D;
	padding:10px;
	margin:0;
	border:0;
}
#contactInfo a, contactInfo a:visited {
	color: #00327D;
	text-decoration: underline;
}
#contactInfo a:hover {
	text-decoration:none;
	background-color:#CCCCCC;
	color:#333333;
}
#contactInfo p {
	border:0;
	margin:0;
	padding:0;
	}
	

#productLines {
}
#productLines a, productLines a:visited {
	color: #00327D;
	text-decoration: underline;
	}
#productLines a:hover {
	text-decoration:none;
	background-color:#CCCCCC;
	color:#333333;
	}


.framed 
{
	padding:0;
	margin:0;
	border:0;
	background: #ffffff url(/images/contentTiled.gif) repeat-y;
}

.doubleSpaced {
    	line-height: 2em;
}

.indented 
{
    text-indent: 5em;
}

.bigText {
	font-size:1.5em;
	}