.ridofpoints
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}


#bannerBlog
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url('../img/Banner.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 980px;
	height: 109px;
}
.navvy
{
	background: #282445;
	display: block;
	width: 980px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.navvyul
{
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic';
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
}
.navvyul li
{
	float: left;
	border-left: 1px solid #9bb9d5;
}
.navvyul li a
{
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	color: #ffffff;
	text-decoration: none;
}
.navvyul li a:hover
{
	text-decoration: underline;
}
.ridofpoints li
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.ridofpoints li img
{
	margin-right: 10px;
}

.xhtmlv
{
	border: 0px;
	margin-bottom: 2px;
	margin-right: 3px;
}
.webdev
{
	border: 0px;
	margin-left: 10px;
}
.rss
{
	border: 0px;
}
.sitemap
{
	border: 0px;
	margin-bottom: 1px;
	margin-left: 9px;
}
.privacy
{
	border: 0px;
	margin-bottom: 1px;
	margin-left: 9px;
}
body
{
	font-size: 14px;
	font-family: 'Century Gothic';
	background: #cbcbcd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: center;
}
h2
{
	margin: 0px;
	padding: 0px;
}
#points
{
	padding: 0px;
	margin-left: 15px;
}
#points li
{
	padding-top: 9px;
	padding-bottom: 9px;
}


.twoColFixLtHdr #container
{
	margin: 0 auto;
	margin-top: 15px;
	background: #fff;
	width: 980px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.linebold
{
	display: block;
	height: 30px;
}
.splitter
{
	display: block;
	clear: both;
}
.floatleft
{
	float: left;
}


.floatright
{
	float: right;
}
#topmenu
{
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	margin-right: 14px;
	font-family: 'Century Gothic';
	font-size: 11px;
}
#topmenu li
{
	display: inline;
	margin: 0px;
	padding-left: 4px;
}
#logos
{
	margin: 0px;
	padding: 0px;
}

#logos li
{
	list-style: none;
	list-style-image: none;
	display: inline;
	margin-left: 5px;
}

.weird
{
	position: absolute;
	width: 200px;
	height: 40px;
}
.weird span
{
	display: none;
}

#mainimg
{
	display: block;
}

h1#web
{
	display: block;
	margin-left: 10px;
	padding-top: 0px; /* height of the replacement image */
	background: url('../img/Software_Logo.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 153px;
}

h1#web a
{
	display: block;
}
h1#web span
{
	display: none;
}

#header
{
	display: block;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 195px;
	width: 100%;
}
.twoColFixLtHdr #headerright
{
}

.twoColFixLtHdr #sidebar1
{
	float: left; /* since this element is floated, a width must be given */ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent
{
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
}
.twoColFixLtHdr #footer
{
	font-family: 'Century Gothic';;
	font-size: 10px;
	border-top: 10px solid #ffffff;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 10px;
}
#feature
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}
#feature li
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 5px;
}


.twoColFixLtHdr #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 */
}
.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;
}
.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;
}

/************************************************************
				   Foto container
/***********************************************************/

#poster_photo_container
{
	padding: 0px 0px 0 0px;
	width: 840px;
	position: relative;
	height: 157px;
}

.photo_border
{
	border: 1px solid #cecece;
	padding: 5px;
	background: #fffff url(../../images/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
	background-image: url( '../img/photo_bckgrnd.gif' );
}

.cell_photo
{
	margin: 17px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 30px;
}


.address-details a
{
	color: #4d596c;
	text-decoration: none;
}
.org
{
	font-weight: bold;
}

.address-details
{
	text-align: right;
	font-family: 'Century Gothic';
	font-size: 11px;
	background-color: #d3d4d5;
	padding: 5px;
	color: #333333;
}
.address-details div
{
	display: inline;
}


ul
{
	padding: 10px 10px 0px 10px;
	margin: 10px;
}