@charset "utf-8";
/* CSS Document */

/* Generic Template Font Size Variations */	

.right-column { font-size: 8pt;} /* Generic */
a.generic-button, #optional-page-nav { font-size: 9pt;} /* Generic */
#main-content .headline { font-size: 22pt; } /* Generic */
#main-content h2 { font-size: 13pt; } /* Generic */

/* Header Section Variations */

#header {
	background: url(images/header-bg.jpg) top left no-repeat; /* test only */ /* Generic */
	height: 142px; /* Generic */
	}	
	
#nav {
	height: 71px;	 /* Generic */
	}	

/* Optional Page Nav*/

#optional-page-nav {
	display: block;
	width: 632px;
	height: 40px; /* USAGE: add 20px more for each set of 4 links past the planned for 8 links. At 50px links will appear in 2 rows over 4 columns. */
	margin: 10px 15px 35px 15x;
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	border-bottom: 3px solid #424142;
	}
	
#optional-page-nav li {
	display: block;
	width: 158px;
	height: 20px; 
	margin: 0;
	padding: 0;	
	float: left;
	}	
	
#optional-page-nav li a {	
	color: #747676;
	text-decoration: none;
	font-weight: bold;
	}		

#optional-page-nav li a:hover, #optional-page-nav li a.current {
	color: #05c2f6;
	}	


/* Main-Content Section*/

#main-content a:hover 
{
    text-decoration: underline;
}
 
#main-content { 
	width: 662px; /* 664px with borders */
	height: auto;
	margin: 0px 20px 15px 0px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #cacccf;
	float: left;
	}

#main-content h2 { 
	font-weight: normal; 
	color: #565A5C;
	margin-bottom: 4px;
	font-size:12pt;
	}
	
#main-content h2.blue { 
	font-weight: normal; 
	color: #21578A;
	margin-bottom: 4px;
	
	
	}
#main-content p { 
	margin-bottom: 15px;
	margin-top: 0;
	}
#main-content h3 {
	font-weight: bold;
	color: #0088CE;
	margin-bottom: 4px;
	}	
	
#main-content ul {
	margin-top: 0;	
	margin-left: 15px;
	padding-left: 0;
	}			
	
#color-banner {
	display: block;
	width: 647px; /* 662px with padding */
	height: 47px; /* 72px with padding */
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 0px 15px;
	color: #ffffff;
	background-color: #cccccc; /* So that if no background image is asigned the user can still read the white headline */
	}

.content-text-container	{
	color: #050505;
	}

.left-column {
	width: 457px; /* 487px with margin */
	height: auto;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 15px 0px;	
	float: left;	
	}
	
.left-column-content {
	width: 442px; /* 457px with padding */
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 15px;		
	}	

.right-column {
	width: 145px; /* 175px with margin */
	height: auto;
	margin: 0px 30px 0px 0px;
	padding: 0;	
	float: left;		
	}

.one-column {
	width: 662px;
	height: auto;
	margin: 0;
	padding: 0px 0px 15px 0px;	
	float: left;		
	}
	
.one-column-content {
	width: 632px; /* 662px with padding */
	height: auto;
	margin: 0;
	padding: 0px 15px 0px 15px;		
	}		
.one-column-content h1 { font-size: 18pt; } /* Generic */


/* Tab Content */

#tab {
	display: block;
	width: 630px; /* 662px with padding */
	height: 44px; /* USAGE: add 20px more for each set of 4 links past the planned for 8 links. At 50px links will appear in 2 rows over 4 columns. */
	margin: 20px 0px 0px 0px;
	padding: 0px 16px 0px 16px;
	list-style-type: none;
	border-bottom: 4px solid #0f9ed2;
	}
	
#tab a {	
	display: block;
	width: 110px; /* 125px with padding */
	height: 38px; /* 44px with padding */ 
	margin: 0;
	padding: 6px 0px 0px 15px;	
	border-left: 1px solid #0f9ed2;
	color: #ffffff;
  background-color: #004e91;
	background: -moz-linear-gradient(top, #006db8, #004e91);
	background: -webkit-gradient(linear, left top, left bottom, from(#006db8), to(#004e91));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff006db8, endColorstr=#ff004e91);				
	text-decoration: none;
	font-weight: bold;
	float: left;
    cursor: pointer; cursor: hand;	
	}		

#tab a:hover, #tab a.tab-active {
	background: #0f9ed2; 
	filter: none;	
    cursor: pointer; cursor: hand;			
	}	
a.tab-inactive, a.last-item {
    cursor: pointer; cursor: hand;	
	}	
.tab-content-wrap {
	width: 602px; /* 662px with padding */
	height: auto;
	margin: 0;
	padding: 30px 30px 30px 30px;		
	}			
	
.tab-content-wrap div.tab-content {
	display: none;
	}		
	
.tab-content-wrap div.tab-active {
	display: block !important;
	}	
	
/* Full-Main-Content Section*/

#fullmain-content a:hover 
{
    text-decoration: underline;
}
 
#fullmain-content { 
	width: 868px; /* 664px with borders */
	height: auto;
	margin: 0px 20px 15px 0px;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #cacccf;
	float: left;
	}

#fullmain-content h2 { 
	font-weight: normal; 
	color: #565A5C;
	margin-bottom: 8px;
	font-size:18pt;
	}
	
#fullmain-content h2.blue { 
	font-weight: normal; 
	color: #21578A;
	margin-bottom: 4px;
	
	}
#fullmain-content p { 
	margin-bottom: 10px;
	margin-top: 0;
	}
#fullmain-content h3 {
	font-weight: bold;
	color: #0088CE;
	margin-bottom: 4px;
	}	
	
#fullmain-content ul {
	margin-top: 0;	
	margin-left: 15px;
	padding-left: 0;
	}			
	
	/* DeltekTV-Content Section*/

#deltektv-content a:hover 
{
    text-decoration: underline;
}
 
#deltektv-content { 
	width: 900px; /* 664px with borders */
	height: auto;
	margin: 0px 0x 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	}

#deltektv-content h2 { 
	font-weight: normal; 
	color: #565A5C;
	margin-bottom: 8px;
	font-size:18pt;
	}
	
#deltektv-content h2.blue { 
	font-weight: normal; 
	color: #21578A;
	margin-bottom: 4px;
	
	}
#deltektv-content p { 
	margin-bottom: 10px;
	margin-top: 0;
	}
#deltektv-content h3 {
	font-weight: bold;
	color: #0088CE;
	margin-bottom: 4px;
	}	
	
#deltektv-content ul {
	margin-top: 0;	
	margin-left: 15px;
	padding-left: 0;
	}	



.cta-CRM {
	/*background:#3095b4;*/
	background: #00759A;
	border-radius:6px; 
	color:#fff;
	display:inline-block;
	font-size:15px;
	margin:5px 0 25px 5px;
	padding:12px 30px;
	text-decoration:none;
	min-width: 200px;
	text-align:center; }
	
		
.cta-CRM:hover {
	/*background:#3db7e4;*/
	background:#CD7A31;
	text-decoration: none;
	color:#fff; }					