@import url("menu.css");

.profileBar
{
    background-color: White; 
    padding: 6px; 
    text-align: right; 
    border: solid 1px black;
    border-top: none;
    margin-bottom: 12px;
}

#Body 
{
	font-family: Arial, Sans-Serif;
	font-size: 12px; 
	line-height: 1.4em;
	background-color: #ffffff;
	color: #555555;	
	text-align: center;
	/*background-image: url(images/);*/
	background-repeat: repeat-x;
}

html {
	overflow-y: scroll;
}

.pageSection 
{
	text-align: left;	
	/* set top margin to set spacing above header */
	margin: 0 auto 0 auto;			
}

.pageBorder 
{
	
	/*border: solid 1px black;*/
}

.headerSection 
{
	width: 100%; 
	position: relative;
	background-image: url(images/designpoint-logo.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left 50px;
	height: 120px;
	_overflow: hidden;
}

.headerLogoContainer 
{
    height: 80px;
    width: 370px;
    cursor: pointer;
}

.horizontalMenuSection 
{
	margin-bottom: 12px;
}

.pageWidth 
{
	width: 770px; /* Page width */
}

.pageWidthMinusBorder 
{
	width: 770px;
}

.contentSection 
{
	line-height:1.4em;
	/*background-image*/
	background-repeat: repeat-y;
	background-color: White;
	border: none;
}

.toolBar 
{
    padding: 0 16px 6px 16px;
    border-bottom: solid 1px #f3f3f3;
    vertical-align: middle;
}

.sidebarZone
{
	width: 180px;
	vertical-align: top;
	padding: 0;
	border: 0;
	background-color: #e8e8e8;
	font-size: 12px;	
	overflow: hidden;	
}

.sidebarZoneInner 
{
	padding: 22px 11px 11px 11px;	
}

.mainContentZone 
{
	
	padding: 0;
	vertical-align: top;
}

.mainContentZoneInner 
{
	padding: 20px 0;
}

.footerSection 
{
	text-align: left;		
	margin: 0 auto;
	/*background-image: url(images/);*/
	background-repeat: repeat-x;
	border-top: solid 6px #757575;
	background-color: #ffffff;
	height: 41px;
	margin-bottom: 12px;
}

.footerLeft 
{
	float: left;
	padding-top: 12px;
}
.footerRight 
{
	float: right;
	color: Black;
	padding-top: 12px;
	padding-right: 18px;
	font-size: 13px;
}

.footerRight a, .footerRight a:link, .footerRight a:visited, .footerRight a:active
{    
	color: Black;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 0 20px 0;	
}


.contentPane, .topPane, .bottomPane
{
	padding-top: 0;
}

.leftPane 
{
	padding-right: 12px;
}

.rightPane 
{
	padding-left: 12px;
}


.adminContentSection 
{
	line-height:1.4em;
	background-color: #f3f3f3;
}

.adminContentZone 
{
	padding: 0;
	width: 100%;
	vertical-align: top;
}

.adminContentZoneInner 
{
	background-color: White;
	padding: 20px 0 20px 20px;
}

.shareThisSection 
{
    padding-top: 4px;
}

.searchBoxSection 
{
    float: right;
}

.searchBoxSection a:link, .searchBoxSection a:active, .searchBoxSection a:visited
{
	color: #001b67;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.searchBoxSection a:hover 
{
	color: #006600;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.login 
{
	display: none;
}

.contentPane tr 
{
    vertical-align: top;
}

/*================================*/

h1 { 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: normal; 
	color: #000000;
	margin-top: 0;
}

h2 {
	font-family: Arial, Sans-Serif;
	font-size: 12px; 
	line-height: 16px;
	font-weight: bold; 
	color: #000000;
	margin-bottom: 12px;
}

h4 {
	font-family: Arial, Sans-Serif;
	font-size: 12px; 
	line-height: 16px;
	font-weight: bold; 
	color: #000000;
	margin-bottom: 6px;
}

.sidebarZone h2 {
	margin-bottom: 0;
	padding-bottom: 3px;
	color: #264D90;
}

.sidebarZone p {
	margin-top: 3px;
	font-family: arial, sans-serif; 
	color: #555555;	
	font-size: 12px; 	
}

.mainContentZone p 
{
	margin-top: 0;
	margin-bottom: 18px;
	font-family: arial, sans-serif; 
	color: #555555;	
	font-size: 12px; 	
	line-height: 16px;
}

.contentSection ul 	
{
    /*
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
    */
	font-size: 12px;
	line-height:16px;
}

.contentSection li 
{
    /*
	display:block;	
	list-style-type:none;	
	padding-left:20px;
	background: url(images/bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 5px;    
	margin-bottom: 4px;
	color: #667666; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	margin-right: 2em;
	line-height:1.4em;
    */
}

.contentSection a {
 	color: #001b67;
 	text-decoration: underline;
}
.contentSection a:hover {
	color: #006600;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}

.sidebarZone img {
	display: block;
	margin-bottom: 12px;
}

.leftPane img
{
	display: inline;	
}

.rightPane p {
	font-size: 12px;
}

.rightPane a {
	font-weight: bold;
	color: #555555;
}

.contactDetailsBlock {
	width: 730px;
}

.homeText .Normal 
{
    background-image: url(images/quote-mark.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin: 80px 0 70px 0;
}

.homeText p
{
    font-size: 26px;
    line-height: 1.4em;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}



.homeText a:link, .homeText a:active, .homeText a:visited 
{
    color: #0066d1;
    text-decoration: none;
}

.homeText a:hover 
{
    color: #339933;
    text-decoration: none;
}

.Normal 
{
    text-align: left;
}

.blog_Description, .blog_Description_Heavy
{
    font-size:11px;
    font-weight:normal;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}

.DNNEmptyPane {display: none;}

.ModDNNHTMLC iframe {
	width: 700px !important;
}