﻿/* Website Colors																		*/
/* Light Blue Text: 51C1FC         Used for home page header                            */
/* Darker Blue Text: 0076B4        Used for home page section background				*/
/* Light Green Text: 2EFF00		  Used for home page section titles                     */

body
{
	background-color:#050e33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;     /* allows the website frame to be centered */
	width:980px;        /* width of the website */
}

ul
{
	margin-top: 5px;
}

li
{
	padding-bottom: 5px;
}

#wrapper_header
{
	background-color:black;
	color:#51C1FC;
	font-size:10pt;
	font-weight:bold;	
}

#wrapper_body
{
	background-color:#0076B4;        
	color:white;
	font-size:10pt;
}

#wrapper_footer
{
	background-color:black;
	color:#51C1FC;
	float:left;
	height:50px;
	font-size:10pt;
	text-align:left;
	vertical-align:middle;
	width:980px;
}

#homepage_section
{
	background-color:#0076B4;
	color:white;
	float:left;
	font-size:10pt;
	height:415px;	
	padding:10px;
	width:222px;
	text-align:left;
}
*html #homepage_section
{
	height:430px;
	width:221px;
}

#homepage_section_divider
{
	float:left;
	height:350px;	
	width:4px;
}

.homepage_section_title
{
	color: #2EFF00;
	font-size: 12pt;
	font-weight:bold;
}

.headerlink
{
	color: #51C1FC;
	font-size: 10pt;
}

.homepagelink
{
	color: #2EFF00;
	font-size: 9pt;
}

#body_section
{
	background-color:#0076B4;
	color:white;
	float:left;
	font-size:10pt;
	padding:10px;
}

#contactus_section
{
	background-color:#0076B4;
	color:white;
	font-size:11pt;
	padding:10px;
	width:950px;
	text-align:center;
}

#contactus_title_font
{
	font-size:11pt;
	font-weight:bold;
}

.pagelink
{
	color: #2EFF00;
	font-size: 9pt;
}


/****************************************************************************************/


#wrapper_mylogo
{
	width:980px;        /* footer graphic is not full size unless this is here - Firefox */
	float:left;         /* footer does not appear at bottom unless this is here - Firefox */
	font-size:11px;
	text-align:right;
	vertical-align:middle;
}

#wrapper_leftcolumn
{
	float:left;
	width:150px;        /* width of left column */
  margin-left:1px;    /* space on the far left side */
	margin-right:4px;   /* space between left and center column - Everything but IE */
	text-align:left;
}
*html #wrapper_leftcolumn
{
	margin-right:3px;   /* IE calculates differently */
}
#wrapper_centercolumn
{
	float:left;
	width:670px;        /* width of center column */
  margin-left:0px;
	margin-right:4px;   /* space between center and right column - Everything but IE */
}
*html #wrapper_leftcolumn
{
	margin-right:1px;   /* IE calculates differently */
}
#wrapper_rightcolumn
{
	float:left;
  margin-left:0px;
	width:150px;        /* width of right column */
}
#wrapper_column
{
	float:left;         /* puts column at far left */
	font-size:13px;
	color:navy;
	margin-left:1px;
	padding:8px;
	text-align:left;
}
#home_header_flash
{
	margin-left:107px;
}
#home_section_news	/* don't float sections in left column */
{
	border: 1px solid #D1D3D3;
	color:black;
	font-size:14px;
	margin:3px 0px 3px 0px;	
	padding: 8px;
	text-align:center;
	vertical-align:middle;
}
#home_section_quotes  /* don't float sections in left column */
{
	border: 1px solid #D1D3D3;
	color:green;
	font-size:12px;
	margin:3px 0px 3px 0px;	
	padding: 8px;
	text-align:left;
	vertical-align:middle;
}
*html #home_section_quotes  /* don't float sections in left column */
{
	margin-right:4px;
}
#home_section_welcome   /* must float sections in center column */
{
	border: 1px solid #D1D3D3;
	color:navy;
	float:left;
	font-size:13px;
	margin:3px 0px 3px 0px;	
	padding:8px;
	text-align:left;
	vertical-align:top;
}
#home_section_projects  /* must float sections in center column */
{
	border: 1px solid #D1D3D3;
	color:navy;
	float:left;
	font-size:13px;
	margin:3px 0px 3px 0px;	
	padding:8px;
	text-align:left;
}
*html #home_section_projects
{
	padding:0px 22px 13px 8px; /* So the right section border will line up with the "Projects" header */
}
#home_section_projects_thumbs
{
	margin:0px 0px 0px 13px;
}
#home_section_friends
{
	border: 1px solid #D1D3D3;
	color:olive;
	float:left;
	font-size:12px;	
	margin:3px 0px 3px 0px;
	padding:8px;
	text-align:center;
	vertical-align:middle;
}
*html #home_section_friends
{
	margin: -3px 0px 3px 0px; /* So the friends border box matches up to the header */
	padding:15px;
}
#home_section_products
{
	border: 1px solid #D1D3D3;
	color:olive;
	float:left;
	font-size:13px;	
	margin:3px 0px 3px 0px;
	padding:8px;
	text-align:left;
	vertical-align:middle;
}

/*--------------------------*/

#imageleft
{
	float: left;
	padding:3px;
}
#imageright
{
	float: right;
	margin:10px 3px 10px 3px;
	font-size:12px;
	text-align:center;
}

#newsletter_section_left
{
	float:left;         /* puts the column at the far left */;
	padding:5px;		/* space around top, right, bottom, left */
	font-size:11px;
	color:black;
	text-align:left;
	width:320px;
}
#newsletter_section_right
{
	float:left;         /* puts the column at the far left */;
	font-size:11px;
	color:black;
	text-align:left;
	width:340px;
}
#register_section_left
{
	float:left;         /* puts the column at the far left */;
	font-size:11px;
	color:black;
	text-align:left;
	width:340px;
}
#register_section_right
{
	float:left;         /* puts the column at the far left */;
	padding:5px;		/* space around top, right, bottom, left */
	font-size:11px;
	color:black;
	text-align:left;
	width:380px;
}
#services_section
{
	float:left;         /* puts the column at the far left */;
	padding:10px;		/* space around top, right, bottom, left */
	font-size:13px;
	color:black;
	text-align:left;
	width:625px;
}
#solution_section
{
	float:left;         /* puts the column at the far left */;
	padding:10px;		/* space around top, right, bottom, left */
	font-size:13px;
	color:black;
	text-align:left;
	width:725px;
}
#solution_section2
{
	float:left;         /* puts the column at the far left */;
	padding:10px;		/* space around top, right, bottom, left */
	font-size:13px;
	color:black;
	text-align:left;
	width:500px;
}
.bodypagetextpaloalto{
	font-size:16px;
	font-weight:bold;
	color:#316B8B;
}
.bodypagetextpaloaltosmall{
	font-size:14px;
	font-weight:bold;
	color:#316B8B;
}
.bodypagetitlered{
	font-size:17px;
	font-weight:bold;
	color:#EC0E0E;
}
.footer_text{
	vertical-align:top;
	font-size:10px;
	color:#FFFFFF;	
}
.imagecenter
{
	text-align:center;
	padding:0px 0px 3px 0px;
}
.imagelabel{
	font-size:13px;
	color:black;
}
.listpadding{
	padding-bottom:15px;
}
.newslettertext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
}
.specialeventblue{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2F6A8A;
}
.specialeventtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;	
	color:#2F6A8A;
}
.specialeventtitle2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
	color:#2F6A8A;
}
.tableinfo{
	border:0px;
	border:#000000;
}
.tableinfoheader{
	background-color:#4888e4;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.tableinfocell{
	color:#000000;
	font-size:10px;
	vertical-align:top;
}
.learnmore{
	color:navy;
	font-size:13px;
}
.viewproject{
	color:white;	
}