body
{
	margin: 0;
	padding: 0;
	background-color: #CDCDCD;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	background-image: url(../images/pg_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

a { color: #F7741D; }

a.more_link
{
	font-size: 70%;
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}

a.next
{
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.next:hover { text-decoration: underline; }


#container, #container_int
{
	width: 902px;
	margin: 0 auto 0 auto;
	padding: 0 9px 0 9px;
	position: relative;
	text-align: left;
}

#header
{
	background-image: url(../images/tagline.gif);
	background-repeat: no-repeat;
	background-position: 680px 40px;
}

#logo
{
}

#tagline
{
	position: absolute;
	right: 9px;
	top: 80px;
}

#nav
{
	height: 33px;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: no-repeat;
}

#nav ul
{
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	height: 33px;
}

#nav ul li
{
	float: left;
	height: 20px;
	padding: 5px 0px 5px 10px;
}

#nav ul li.active
{
	background-image: url(../images/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav ul li a
{
	color: white;
	font-size: .85em;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px white solid;
	padding-right: 10px;
	text-transform: uppercase;
}

#nav ul li.last a
{
	border-right: none;
}

#secondary_nav
{
	background-color: #16B35B;
	height: 19px;
	_height: 5px;
	background-image: url(../images/green_nav_bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#secondary_nav ul
{
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	height: 19px;
	_height: 5px;
	background-image: url(../images/green_nav_bg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#secondary_nav ul li
{
	float: left;
	height: 30px;
	*height: 35px;
	padding: 2px 0px 5px 10px;
}

#secondary_nav ul li.active a
{
	background-image: url(../images/secondaryt_nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 25px;
	padding-bottom: 8px;
}

#secondary_nav ul li a
{
	color: white;
	font-size: .75em;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px white solid;
	padding-right: 10px;
	text-transform: uppercase;
}

#secondary_nav ul li.last a
{
	border-right: none;
}

#main
{
	text-align: left;
	padding: 20px 20px 0 20px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}

#container_int #main { min-height: 400px; }

#main_column
{
	width: 630px;
	float: left;
	background-image: url(../images/green_dot.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
}

#sidebar_column
{
	width: 200px;
	float: right;
}

h1
{
	color: #005399;
	font-size: 1.4em;
}

h2
{
	color: #22A749;
	font-size: 1em;
}

#lower_boxes
{
	padding-bottom: 0px;
}

#featured
{
	background-image: url(../images/gradient_box_left.gif);
	background-repeat: no-repeat;
	float: left;
	padding-right: 0px;
	padding-left: 15px;
	width: 300px;
}

#video
{
	background-image: url(../images/gradient_box_left.gif);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	padding-left: 15px;
	position: relative;
}

#videoHolder
{
	background-image: url(../images/dimmer.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: visible;
	visibility: visible;
	_background-image: none;
	*margin-left: -100px;
}

#videoHolder a
{
	top: 10px;
	position: relative;
	background-image: url(../images/close_video.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 21px;
	padding: 6px 20px 10px 20px;
	color: white;
	text-decoration: none;
}

#videopreview
{
	margin: 20px auto;
}

.ourmodes
{
	background-repeat: no-repeat;
	margin-top: 10px;
}

.facetoface { background-image: url(../images/modes/minicon_face.gif); }
.webconf { background-image: url(../images/modes/minicon_vidconf.gif); }
.podcast { background-image: url(../images/modes/minicon_podcast.gif); }
.discussion { background-image: url(../images/modes/minicon_discussion.gif); }
.library { background-image: url(../images/modes/minicon_library.gif); }
.action { background-image: url(../images/modes/minicon_action.gif); }

.ourmodes h4
{
	margin: 0 0 0 55px;
	padding: 0;
	font-size: .8em;
}
.sidebar_item .ourmodes p
{
	margin-left: 55px;
	font-size: .8em;
}

.box_contents
{
	background-image: url(../images/gradient_box_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 10px 30px 10px;
}


#featured h2, #video h2
{
	color: #005399;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
}


#video p { font-size: .7em; }

#video img { padding: 10px 0 5px 0; }

#featured ul
{
	list-style-image: url(../images/chevron.gif);
	margin: 0 0 0 10px;
	padding: 0 25px 0 10px;
	color: #333;
	font-size: 90%;
}

#featured ul li { padding: 5px 0 5px 0; }

.clear
{
	clear: both;
	display: block;
}

.sidebar_item h3
{
	color: #17B25B;
	font-size: .9em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar_item p
{
	color: #666666;
	font-size: .85em;
	margin: 0 0 10px 0;
}

.sidebar_divider
{
	height: 50px;
	background-image: url(../images/green_dot.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#footer
{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: .7em;
	padding: 20px 0 0 0;
	text-align: center;
}

dt
{
	font-size: 1em;
	font-weight: bold;
}

dd
{
	margin: 0 0 20px 60px;
	font-style: italic;
}

#modeslist h4
{
	margin: 0 0 0 60px;
	padding: 0;
}

#modeslist p
{
	margin: 4px 0 20px 60px;
	padding: 0;
}
.modeimg { float: left; }