body {
	margin: 4px 4px 0px 4px;
	background-color: #7F7F7F; /* Neutral Gray, Hard coded for all color pallettes */
	font-size: 11px; /* Font Size */
	line-height: normal;
	padding-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	height: auto;
	width: 752px;
	background-color: #FFFFFF;
	padding-bottom: 12px;
}
#head {
	text-align: left;
	width: 730px;
	padding-top: 3px;
	padding-bottom: 1px;
}
div.hr {
	height: 1px;
	margin: 10px 0px 14px 0px;
	line-height: 1px;
	background-color: #330099;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003399; /* Primary */
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003399; /* Primary */
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #314D8E; /* Tertiary */
}
h3.first {
	margin: 0px;
}
#tag {
	background-color: #2C2D2E;
	height: auto;
	width: 730px;
	padding-top: 23px;
	padding-bottom: 23px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	border-top: 5px solid #003399;
}
#twords {
	margin-left: 22px;
}
#menu {
	width: 730px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#fpmenu {
	background-color: #fff;
	background-image: url(../images/crystal_2008.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	height: auto;
	width: 726px;
	height: 337px;
	padding-right:4px;
}
#content {
	background-color: #2C2D2E;
	height: auto;
	width: 726px;
	padding-right:4px;
}
#fcontent {
	background-color: #2C2D2E;
	height: auto;
	width: 730px;
	padding-top:2px;
	padding-bottom:2px;
}
#su_content {
	background-image: url(../images/faderbg.png);
	height: auto;
	width: 726px;
	height: auto;
	padding-right:4px;
}
.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	width:716px;
	padding:2px;
	text-align:left;
	background-image:url(siteassist_images/BelowHeader.jpg);
	background-repeat:repeat;
	background-position:top right ;	
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color:#000099;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#eeeeee;
	width:720px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}#slider {
	margin-left: 4px;
	margin-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#spacer {
	height: 3px;
	width: 100%;
}
#mpace {
	height: 1px;
	width: 100%;
}
#foota {
	height: auto;
	width: 100%;
	background-color: #4B74D5;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.aboveFooterL {
	background-color: #4B74D5; /* Secondary */
	padding-bottom: 10px;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	width: 50%;
	padding-right: 20px;
}

.aboveFooterR {
	background-color: #4B74D5; /* Secondary */
	padding-bottom: 10px;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	width: 50%;
	padding-right: 20px;
	text-align: right;
}
#footer {
	padding: 10px 10px 10px 35px;
	font-size: 10px;
	color: #BABDC2; /* Neutral Dark */
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #000000; /* Neutral Medium */
}
a {
 color: #222847; /* Text Dark */
 font-weight: bold;
 text-decoration: none;
}

/* NAVIGATION */
/* Top Navigation Classes */
.TopNav_D a, .TopNav_D a:link, .TopNav_D a:visited, .TopNav_D a:active{
	color: #CCEDFF; /* Nav Light */
}

.TopNav_D a:hover{
	color: #FFFFFF; /* Global White */
}
table.topNav {
	background-color: #4B74D5; /* Secondary */
	color: #FFFFFF; /* Hard Coded No Matter What Color Pallette */
}

td.topNavBody {
	white-space: nowrap;
	background-image:  url("../siteassist_images/TopNav_Background.jpg");
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#TopNavL {
	font-size: 11px;
	font-weight: bold;	
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.SAW_TopNav_Light, .TopNav_D {
    border-width: 0px;
}

#TopNavL {
  margin:0;
  padding:0;
  list-style:none;
}

#TopNavL li {
  float:left;
  margin: 0px;
  padding: 0px;
}

.TopNav_D a, .TopNav_D a:link, .TopNav_D a:visited, .TopNav_D a:active {
  display:block;
  text-decoration: none;
  padding-right: 11px;
  padding-left: 11px;
}

.SAW_TopNav_Light a:hover, .TopNav_D a:hover {
  background:none; 
  background-image: url(../siteassist_images/icon_tn_arrow.gif);
  background-position: 3px 50%;
  background-repeat: no-repeat;
}
#container #fpmenu #slider .dhtmlgoodies_answer #stext {
	margin: 3px;
	padding: 3px;
	float: right;
	height: auto;
	width: 200px;
}
#phone {
	font-size: 14px;
	font-weight: bold;
}
#loyal {
	background-color: #eeeeee;
	padding: 3px;
	height: 155px;
	width: 410px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#contact {
	background-color: #eeeeee;
	padding: 3px;
	height: 155px;
	width: 295px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
#scontact {
	background-color: #eeeeee;
	padding: 3px;
	height: auto;
	width: 186px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#ftitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#smenu {
	background-color: #eeeeee;
	padding: 3px;
	width: 194px;
	height:auto;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align:center;
}
#ITEM {
	background-color:#2b447d;
	color:#FFFFFF;
	border:1px solid #000000;
	padding:3px;
	width:186px;
	height:auto;
}
#WDM {
	background-color:#61c8df;
	color:#FFFFFF;
	border:1px solid #000000;
	padding:3px;
	width:186px;
	height:auto;
}
#PSM {
	background-color:#9e8154;
	color:#FFFFFF;
	border:1px solid #000000;
	padding:3px;
	width:186px;
	height:auto;
}
#apic {
	 background-image: url(../images/consultants.jpg);
	 background-repeat: no-repeat;
	 width:188px;
	 height: 269px;
	 text-align:right;
	 border-right:3px solid #4b74d5;
	 border-left:3px solid #4b74d5;
}
#bpic {
	 background-image: url(../images/employee-benifits.jpg);
	 background-repeat: no-repeat;
	 width:188px;
	 height: 269px;
	 text-align:right;
	 border-right:3px solid #4b74d5;
	 border-left:3px solid #4b74d5;
}
#spic {
	 background-image: url(../images/engineers.jpg);
	 background-repeat: no-repeat;
	 width:188px;
	 height: 269px;
	 text-align:right;
	 border-right:3px solid #4b74d5;
	 border-left:3px solid #4b74d5;
}
#careerspic {
	 background-image: url(../images/career.jpg);
	 background-repeat: no-repeat;
	 width:188px;
	 height: 269px;
	 text-align:right;
	 border-right:3px solid #4b74d5;
	 border-left:3px solid #4b74d5;
}
#contactpic {
	 background-image: url(../images/contact.jpg);
	 background-repeat: no-repeat;
	 width:188px;
	 height: 244px;
	 text-align:right;
	 border-right:3px solid #4b74d5;
	 border-left:3px solid #4b74d5;
}
#wdpic {
	 background-image: url(../images/web-design.jpg);
	 background-repeat: no-repeat;
	 width:188px;
	 height: 250px;
	 text-align:right;
	 border-right:3px solid #4b74d5;
	 border-left:3px solid #4b74d5;
}
#smname {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
	width:186px;
	height:auto;
	border:1px solid #2C2D2E;
}
#rcontent {
	background-color: #eeeeee;
	padding: 8px;
	width: 500px;
	height:auto;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align:left;
}
a.smlc:link {
	font-size: 13px;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.smlc:visited {
	font-size: 13px;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
}
a.smlc:hover, a:active {
	font-size: 13px;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline; 
}
/* About Us */
.austyle1 {
	color: #314D8E;
	font-weight: bold;
}
.austyle2 {
	color: #333333
}
#equal {
	background-color: #eeeeee;
	padding: 4px;
	width: 714px;
	height:auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align:left;
}
