body
{
	width: 800px;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	margin: auto;

	PADDING-TOP: 30px;
	position: relative;
	/*background: #31bdb5;*/
	background: #ffffff;
}
#menu ul
{
	margin-left: 0;
	margin-right: 0;
}
a.gs:link
{
	color: #096361;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}
a.gs:visited
{
	color: #096361;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}
a.gs:hover
{
	color: #F05133;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}

a.one:link
{
	color: #F05133;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}
a.one:visited
{
	color: #F05133;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}
a.one:hover
{
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}

a.two:link
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
a.two:visited
{
	color: #0000000;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
a.two:hover
{
	color: #096361;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
a.mail:link
{
color: #096361;	

	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}
a.mail:visited
{
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}
a.mail:hover
{
	color: #ff0000;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}
.wsi
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
.t
{
	color: #bbe5b7;
	font-family: Arial;
	font-size: xx-small;
	text-decoration: none;
}
.home
{
	margin-left: 0px;
	margin-right: 8px;
	line-height: 120%;
	text-align: left;
	letter-spacing: .25px;
}
p
{
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	letter-spacing: .25px;
	margin-right: 10px; 
	margin-left: 5px;
	
}
.tagline
{
	font-family: Verdana;
	font-size: 16pt;
	line-height: 120%;
	text-align: center;
	letter-spacing: .25px;
	}
.foot
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 120%;
	text-align: center;
	letter-spacing: .25px;
}
li
{
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}
.logo
{
	text-align: left;
}
.tborder
{
	border-style: double;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 6px;
  	border-color: #6eb33f;
}
.borderleft
{
border-left-color: #F99D31;
	border-left-width: 1px;
	border-left-style: solid;
}
.borderbottom
{
	border-bottom-color: #F05133;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.techpoint
{
   	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	letter-spacing: .25px;
	color: #F05133;
	}
.uppercase {text-transform:uppercase;
font-size: 12pt;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as  Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
	/*padding-left: 3px;*/
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 0px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	text-align: center;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}
.ienlarger table { 
	width: 1px;
}

.ienlarger a:hover span { 
	display:block;
	bottom: 0px; /* means the pop-up's top is 0px away from thumb's top */
	right: 90px; /* means the pop-up's right is 90px far from the thumb's right*/
	z-index:1000;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}
