@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#outer {
	background-image: url(../images/bkg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColElsCtr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height:auto;
}
.oneColElsCtr #container a:focus {
    outline: 1px dotted #5a5c5e;
}
#topContent {
	width: 920px;
	height:146px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:auto;
}
.oneColElsCtr #mainContent a:focus {
    outline: 1px dotted #5a5c5e;
}
#innerContainer{
	width:auto;
	margin: 0 auto;
}

#innerContainerContent{
	width:auto;
	margin: 0 auto;
	padding-left:25px;
	padding-right:25px;
	padding-top: 8px;
}

#topboxContainer {
	width:950px;
	height:298px;
	margin-bottom:0;
	margin-top:0;
}

#greyTopBoxContainer {
	width:958px;
	height:297px;
	margin:0;
	float:right;
	background-image: url(../images/layout4_15.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right:1px;
}

/* Navigation - Side */
#sideNavContainer {
	width:156px;
	height:283px;
	padding-right:10px;
	padding-top:7px;
	float:left;
}
#sideNavInner {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}
.sideNav {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:30px;
}
.sideNav a:link, .sideNav a:visited, .sideNav a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.sideNav a:hover{
	color: #58bac3;
	text-decoration: none;
}
.sideNav a:focus {
    outline: 1px dotted #5a5c5e;
}

/* Call to action - info@comtec-presentations.com */
#infoEmailContainer {
	width:28px;
	height:238px;
	float:left;
	margin-top:8px;
	padding-bottom:50px;
}



/* Navigation - Accordian */
#accordion {
	width: 495px;
	height: 145px;
	font-family: Arial;
	font-size: 11px;
	position:relative !important;
	display:block;
	overflow:hidden;
	margin-right:80px;
	margin-left:151px;
	float:left;
}
	
h1 {
	font-size: 16px;
	font-weight:bold;
	font-family: Arial;
	margin: 0;
	color:#fff;
}
	
h2 {
	font-size: 14px;
	font-weight:bold;
	font-family: Arial;
	margin: 0;
	color:#fff;
	padding-bottom:5px;
}
	
h3 {
	font-size: 12px;
	padding: 6px 6px 4px 35px;
	margin: 0;
	color:#fff;
	cursor:pointer;
	display:block;
	background-image:url(images/navigation/tab-left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
	
#visible {
	background-image:url(images/navigation/tab-left-active.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5bbac3;
}
	
.panel_body {
	height:105px;
	background-color:#16181a;
	display:block;
	position:relative;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.panel_body a:link, .panel_body a:visited, .panel_body a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.panel_body a:hover{
	color: #58bac3;
	text-decoration: none;
}
.panel_body a:focus {
    outline: 1px dotted #5a5c5e;
}
.panel_bodyHow {
	height:105px;
	background-color:#16181a;
	display:block;
	position:relative;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.panel_bodyHow a:link, .panel_bodyHow a:visited, .panel_bodyHow a:active{
	text-decoration: none;
}
.panel_bodyHow a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.panel_bodyHow a:focus {
    outline: 1px dotted #5a5c5e;
}
.panel_body div {
	padding:3px 5px;
	padding-top:8px;
}
	
.panel{
	bottom:0px;
	margin:0px;
	padding:0px;
	background-color:#16181a;
}
.wrapper{
		bottom:0px;
		position:absolute;
}

/* homepage */
#phoenixpartnersLogo {
	width:109px;
	heigh:118px;
	float:right;
	margin-right:0px;
}
#comtecLogo {
	width:280px;
	heigh:72px;
	float:left;
	padding-top:20px;
	padding-bottom:26px;
	margin-left: 6px;
}

#curvedBkg {
	width:900px;
	height:600px;
	background-image: url(../images/curved_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
}

#slideContainer {
	width:550px;
	height:412px;
	padding-top:5px;
	float:right;
	margin-right:10px;
	text-align: left;
}

#presenterWelcome{
	width:315px;
	height:412px;
	margin-top:5px;
	float:left;
	margin-right:10px;
	margin-left:15px;
	background-image: url(../images/presenter_welcome_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#presenterWelcomeInner{
	width:auto;
	height:auto;
	margin-top:0;
	padding:10px;

}

#footer {
	width:auto;
	height:10px;
	margin-top:25px;
}

#dottedSpacer {
	width:auto;
	height:20px;
	margin-left:15px;
	margin-right:15px;
	_margin-left:25px;
	margin-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #383A41;
}

