/* ///////////////// CONTAINERS///////////////// */

#wholePageContainer {
	width: 700px;
	float: left;
	margin: 0 auto;
	text-align: left;
}

#navcontainer {
	float: left;
	margin-bottom: 10px;
}

#leftColumn {
	width: 516px;
	float: left;
}

#rightColumn {
	float: right;
	width: 168px;
}


.rightBox {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.announceBox {
	width: 486px;
	float: left;
	padding: 0 10px 20px 20px;
	border-bottom: 8px solid #CCCCCC;
}

.announceBox a, .announceBox a:hover, .announceBox a:visited {
	color: #333333;
}

.announceBox p{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}


.announceBoxBlock {
	float: left;
	width: 130px;
	margin-right: 26px;
}

.announceBoxBlock ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 6px;
	list-style-position: outside;
}

.announceBoxBlock li {
	margin: 0 0 0 6px;
	padding: 0;
}

.announceBoxBlock p{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.mediaBlock {
	float:left;
	width:100%;
	margin-top:4px;
}

/* ///////////////// CLASSES ///////////////// */

.rightImage {
	float: right;
}

#navcontainer ul {
	padding: 0;
	margin: 4px 0 0 0;
	background-color: #DCDCDC;
	color: #000;
	float: left;
	font-size: 120%;
	width: 700px;
}

#navcontainer li {
	display: inline;
}

#navcontainer li a {
	padding: 6px 11px 6px 11px;
	background-color: #DCDCDC;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 4px solid #fff;
}

#navcontainer li #current {
	background-color: #DF0300;
	color: #FFF;
}


#navcontainer ul li a:hover {
	background-color: #ADADAD;
	color: #000;
}

.headerBar {
	margin: 8px 0 4px 0;
}

.yellowBullets {
	list-style-image:url(../images/yellowBullet.gif);
	list-style-position:inside;
}

.blueBullets {
	list-style-image:url(../images/blueBullet.gif);
	list-style-position:inside;
}

.redBullets {
	list-style-image:url(../images/redBullet.gif);
	list-style-position:inside;
}

.greenBullets {
	list-style-image:url(../images/greenBullet.gif);
	list-style-position:inside;
}

.homepageVidThumb {
	float:left;
	width:124px;
	height: 15em;
	background-color:#EFEFEF;
	margin-right:5px;
}

.homepageVidThumb img{
	border-bottom: 4px solid #FFF;
}

.homepageVidThumb p{
	padding: 4px 4px 0 4px;
	text-align:center;
}


.wideBoxListRow {
	float:left;
	margin:0px;
	padding:10px 6px;
	width:506px;
}

.bodyBox{
	width:100%;
	clear:left;
}

.appHeaderBox {
	background-color:#E5E5E5;
	float:left;
	font-size:13px;
	margin:0pt 0pt 10px 4px;
	padding:4px 4px 10px;
	width:386px;
}

.thumbImageLeft {
	border:1px solid #333333;
	float:left;
	margin-right:6px;
	width:100px;
}

.appTitle {
	font-size:16px;
	font-weight:bold;
}

.prodName {
	color:#ED1C24;
}

.storyStandout {
	font-size:16px;
	font-weight:bold;
	color:#ED1C24;
	display:block;
	width:100px;
	padding: 10px;
	margin-left:200px;
}

/* ///////////////// STANDARD HTML TAGS ///////////////// */


body {
	margin: 10px 0 0 10px;
	font-size: 13px;
	text-align: center;
	background-color: #FFF;
	font-family:"Century Gothic", "Lucida Sans", "Garrison Light Sans", "Gill Sans", Georgia, Tahoma;
}

h1 {
	font-weight: bold;
	color:#333333;
	font-size: 20px;
}

h2 {
	font-weight: bold;
	color:#333333;
	font-size: 18px;
}


p {
	margin: 4px 0 8px 0;
}

a, a:visited {
	color:#ED1C24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
