/* testing */
 p.c6 {text-align: right}
 p.c5 {text-align: center}
 li.c4 {list-style: none}
 div.c3 {text-align: center}
 div.c2 {text-align: left}
 div.c1 {text-align: right}

/* global */

body {
/* bg */
	background-image: url(../images/global/bgs/bg_repeatx_only.gif); background-repeat:repeat-x;
	/*background-image: url(../images/global/bgs/snow.gif); background-repeat:repeat-x;*/
/* pads and margins */
	margin: 0px; padding: 0px;
/* default fonts */
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align:left; color: #333333;
/* align lefts */
	clear: left; float: left;}

/* standard body */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align:left; color: #333333;
}

/* standard links */
a:link {color: #4C4C4C; text-decoration: none;}
a:visited {color: #666666;}
a:hover {color: #000000; text-decoration:underline;}
a:active {color: #FFFFFF; text-decoration: none;}

/* HEADINGS  */
/* h1 white  */
.superheading {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; color: #FFFFFF; font-weight: bold; font-size: 24px; padding-left: 15px; margin-bottom: 0px;
}
/* h2 white-light */
.superheadinglite {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; color: #FFFFFF; font-weight: normal; font-size: 24px; padding-left: 15px;}

/* h1 - black */
.superheadingblack {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; font-weight: bold; color: #333333; font-size: 24px; padding-left: 15px;}

/* h2 - black-light */
.superheadingblacklite {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; font-weight: normal; color: #333333; font-size: 24px; padding-left: 15px;}

/* h3  - white */
.heading {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; color: #FFFFFF; font-weight: bold; font-size: 16px; padding-left: 7px;}

/* h4  - white-light */
.headinglite {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; color: #FFFFFF; font-weight: normal; font-size: 16px; padding-left: 15px;}

/* h4  - as h1 for SEO index */
.h1 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; color: #FFFFFF; font-weight: normal; font-size: 16px; padding-left: 15px;}

/* h3  - black */
.heading_black {font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana, mono; font-weight: bold; color: #333333; font-size: 16px; padding-left: 7px;}

/* h5  - black */
.subheading {font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 10px; font-weight: bold;}

/* h5  - white */
.linkwhite {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px;  font-weight: bold; color: #CCCCCC;}
A.linkwhite:link { font-size: 10px;  font-weight: bold; COLOR: #FFFFFF; text-decoration: none;}
A.linkwhite:hover {font-size: 10px;  font-weight: bold; COLOR: #FFFF00; text-decoration: none;}
A.linkwhite:active { font-size: 10px;  font-weight: bold; COLOR: #FFFF00;}
A.linkwhite:visited { font-size: 10px;  font-weight: bold; color: #CCCCCC; text-decoration: none;}

/* BODY VARIATIONS */

/* body style 7 */
.style7 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #333333;}

/* body portfolio profiles */
.cportfolio_des_headings {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-weight: bold; text-align: right;}
.cportfolio_des_des {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; left: 10px; padding-left: 10px;}

/* menus */
.tertnavoff { COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FFFFFF; TEXT-ALIGN: left; TEXT-DECORATION: none; font-size: 10px; text-transform: uppercase; }
.tertnavoff:hover { COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #4E6166; TEXT-ALIGN: left; TEXT-DECORATION: none; font-size: 10px;}

.tertnavon { COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #4E6166; TEXT-ALIGN: left; TEXT-DECORATION: none; font-size: 10px; DISPLAY: block;}

/* home portfolio menus */
#outer-list	{ DISPLAY: block; list-style: url(../images/global/controls/folder.gif); TEXT-DECORATION: none; line-height: 180% ;}
#inmost-list	{	list-style:circle;	DISPLAY: block;	TEXT-DECORATION: none; 	line-height: 180%;}

/* set form in-focus highlights */
input:focus	{ background: #FFFF99 ;}
a:focus		{ background: #470187 ;}

