html, body{
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	font: 12px "Verdana", Arial, Helvetica, sans-serif;
	padding:0px;
	color:#5b5b5b;
}
img{
	border:0px;
}

a, .active, .visited {
	color:#b44800;
	text-decoration: none;
}
a:hover	{
		color:#2b2118;
		text-decoration: none;
}

#headerWrapper {
	width:800px;
	height:55px;
	margin: 0 auto;
}

#contentWrapper {
	width:100%;
	background:url("../images/backgroundContent.gif") repeat-x;
}
.clear {
	clear: both;
}


/* == Drop Down Menu == */

#menuWrapper {
	width:100%;
	height:26px;
	background-color: #2b2118;
}
#dropMenu a:link, #dropMenu a:visited, #dropMenu a:active{
	margin: 0px 20px 0px 20px;
}
.navcontainer { 
	width: 230px; 
}
.navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: uppercase;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-indent:10px;
}
.navcontainer a {
	display: block;
	padding: 3px;
	background-color: #2b2118;
	border-bottom: 1px solid #fff;
	color:#d2daa1;
	text-decoration: none;
}
.navcontainer a:link, .navlist a:visited {
	text-decoration: none;
	color:#d2daa1;
}
.navcontainer a:hover {
	background-color: #4b3c2d;
	color: #fff;
}

/* == Index Specific == */
#indexBanner {
	width:100%;
	border-top: solid 1px #fff;
	border-bottom: solid 5px #fff;
	background-color: #ff6600;
}

#bannerContent {
	margin: 0 auto;
	width: 792px;
}
#bannerContent #picture{
	width: 548px;
	background-color: #fff;
	float:left;
}

.introduction {
	width:222px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background:url("../images/backgroundIntro.gif") repeat-x;
	background-color:#2d231a;
	font-size:10px;
	color:#fff;
	line-height:18px;
	padding:10px;
	text-align:justify;
}


#boxWrapper {
	margin: 0 auto;   /* align for good browsers */
	width:900px;
	padding-top:10px;
}

.boxes {
	border:solid 5px #fff;
	float:left;
	width:220px;
	background-color:#f7f7f7;
	font-size:10px;
	text-align: left;
	line-height:16px;
}

.twitterbox
{
	border-color: solid 0px #fff;
	width:200px;
	background-color:#f7f7f7;
	font-size:10px;
	text-align: left;
	line-height:16px;
	float: left;
}

.webexloginbox {
	border:solid 5px #fff;
	float:right;
	width:220px;
	background-color:#f7f7f7;
	font-size:10px;
	text-align: left;
	line-height:16px;
}

.webexLoginPanel {
	border:solid 5px #fff;
	float:left;
	width:220px;
	background-color:#f7f7f7;
	font-size:10px;
	text-align: left;
	line-height:16px;
	display: none;
}

.displaynone {
	display: none;
}

.boldHeading {
	font-weight:bold;
	color: #b44800;
}


#solutionsMenu {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
}

#solutionsMenu li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #d7d7d7;
	text-indent:5px;
	font-size:11px;
}


/* == Inside Specific == */
#insideBanner {
	width:100%;
	height:90px;
	border-top: solid 1px #fff;
	border-bottom: solid 5px #fff;
	background-color: #ff6600;
}

#insideBanner #wrapper {
	width:800px;
	margin: 0 auto;   /* align for good browsers */
}

#insideBanner #title {
	float:right;
}

#insideBanner #intro{
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#fff;
	font-style:italic;
	width:450px;
	text-align:left;
	padding-top:15px;
}

#content {
	width:800px;
	margin: 0 auto;

}

#leftColumn{
	float:left;
	width:540px;
	text-align:justify;
	line-height:19px;
	padding:20px 0px 20px 0px;
}

#rightColumn{
	float:right;
	width:230px;
	padding-top:20px;
}

.news {
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:solid 1px #CCCCCC;
}

.testimonial {
	border:solid 1px #d7d7d7;
	color:#b44800;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	line-height: 18px;
	padding:10px;
}


/* == Footer == */

#footer{
	margin: 0 auto;   /* align for good browsers */
	width:860px;
	height:50px;
	font-size:10px;
	border-top: solid 1px #dadada;
	text-align:left;
	padding-top:5px;
	color:#b44800;
	margin-top:5px;
}

#footer .bold {
	color:#000;
	font-weight:bold;
	padding-left:5px;
}

#footer a:link, #footer a:visited {
	padding-left:5px;
	padding-right:5px;
}

#footer a:hover {
	text-decoration:underline;
}

.twitterText {
	font-weight:bold;
	color: #b44800;
	text-align:left;
}

.twitterTime {
	text-align:left;
	color: #5b5b5b;
}