/* zero-out browser formatting */
/* links */
a, :link,:visited { text-decoration:none; color:1C5E80; }
/* set base font size */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* remove padding and margins */
h1,h2,h3,h4,h5,h6,p,blockquot,fieldset,input
{ margin:0; padding:0 }
/* remove borders around images */
a img,:link img,:visited img, img { border:none }

/* Below statement also strips padding, borders and margins */
body, div, ul, li, dl, dd, dt, p, table, tr, th, td, img {padding: 0; border: 0; margin: 0;}

body {
	background-color: #FFF;
	background-image: url(../images/pg_bknd.gif);
	background-repeat: repeat-x;
	text-align: center;
}
/*This is the container div tag that contains everything constraining size and keeping things centred*/
#container {
	width: 732px;
	height: auto;
	padding: 0;
	margin: 0 auto 0 auto;
}


/*Content Defines the lines surrounding whole content page area */
#content {
	background: url(../images/page_bknd_lines.gif) no-repeat bottom;
	padding: 0px 0px;
	margin-bottom: 40px;
	text-align:left;
	margin: 0px;
}


#contentUC {
	background: url(../images/page_bknd_linesUC.gif) no-repeat bottom;
	padding: 0px 0px;
	margin-bottom: 40px;
	text-align:left;
	margin: 0px;
}



/*TextArea defines margines for general text */
#textArea {
	padding: 4px 30px 5px 18px;
}
#textArea.Right10 {
	padding-right:10px;
}
#textArea.Right0 {
	padding-right: 0px;
}
#textArea.Right0Left0 {
	padding-right: 0px;
	padding-left:0;
}

#powerPlan {
	background-image: url(../images/approach_powerplan.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:200px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 155%;
	color: #666666;
	margin: 4px 7px 5px 0px;
}

ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 135%;
	color: #666666;
	list-style-type: disc;
	margin: 0px 40px 0px 18px;
	list-style-position: outside;
	padding-bottom: 2px;
}
ol li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666666;
	margin: 0px 40px 10px 10px;
	vertical-align:top;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #990000;
	margin: 20px 0px 4px 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #990000;
	margin: 12px 0px 5px 0px;
	line-height: 110%;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #CC9933;
	margin: 8px 0px 2px 0px;
	line-height: 110%;
	font-style: italic;
}

#content a {
	color: #990000;
	text-decoration: underline;
}
#content a:hover {
	color: #CC9933
	}
#contentLines {
	width:100%;
	height:16px;
	background-image: url(../images/block_lines.gif);
	background-repeat: repeat-x;
	background-position: top right;
	border-top: solid 1px #CC9933;
}
#contentLinesEnterprise {
	background-image: url(../images/enterprise_topbknd.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	padding-top:16px;
}


/*Extra Styles for formatting*/
	

#content p.miniType {
	font-size: 11px;
	line-height: 16px;
	margin-top:0px;
	margin-bottom:7px;
}
#content p.testimonial {
	font-size:12px;
	line-height:14px;
	margin-top: 18px;
}
#content p.testimonialName {
	font-style:italic;
	font-size:10px;
	line-height:12px;
	color:#999999;
}
ul.plainList {
	margin-bottom:12px;
	margin-right: 2px;
}
ul.plainList li{
	list-style-type: disc;
	margin-right: 5px;
	margin-left: 30px;
}



.redType {
	color: #990000;
}
.goldText {
	color:#BA882C;
}
.MarginTop5px {
	margin-top:5px;
}
.MarginBottom0px{
	margin-bottom:0px;
}
.MarginTop5pxbottom0px{
	margin-top:5px;
	margin-bottom:0px;
}

/*SMALL TYPE AT BOTTOM OF PAGE*/
#mousetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	padding: 12px 15px 5px 10px;
	text-align: right;
	color:#990000
}
#mousetype a {
	padding-right: 15px;
	padding-bottom: 5px;
	text-decoration:none;
}


/* SIDE BAR PHOTOS AS BACKGROUNDS */
#photoProduct {
	width:209px;
	background-image: url(../images/direct_photo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#photoWhy {
	width:209px;
	background-image: url(../images/why_photo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#photoNews {
	width:209px;
	background-image: url(../images/NEWS_photo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#photoClients {
	width:209px;
	background-image: url(../images/clients_photo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#photoSupport {
	width:377px;
	background-image: url(../images/support_photo_large.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:250px;
}
#photoContact {
	width:377px;
	background-image: url(../images/contact_photo_large.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.photoPadding {
	padding-top:250px;
}

#table730{
	margin-left:1px;
	margin-right:1px;
}

p.newsItem {
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 110%;
	font-size: 0.85em;
	margin-top: 1px;
}
p.newsDate {
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 0.7em;
	line-height: 100%;
	color: #CC9933;
}
p.newsDesc {
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 120%;
}

#newsSidebar {
	border: 1px solid #990000;
	margin-right: 7px;
	width: 170px;
	padding: 8px 7px 0px 7px;
}


#newsFeature{
	margin-top: 10px;
	margin-left:1px;
	width: 521px;
	border-bottom: 1px solid #CC9900;
	background-color: #F7F0E0;
}
#newsFeature td{
	padding: 10px 10px 12px 18px;
	border-top: 1px solid #CC9900;
}
#newsFeature p.newsDesc {
	line-height:150%;
}
#newsFeature p.newsItem {
	font-size: 110%;
}
#newsFeature p.newsDate {
	margin-top: 0px;
}













#leftBar {
	padding-right: 6px;
	padding-left: 12px;
	width: 191px;
}

ul.3column li{
	margin: 0px 5px 0px 15px;
	list-style-position: inside;
}


/*NAVIGATION STYLES */

#Nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align:	center;
	padding: 58px 7px 9px 11px;
	display: block;
	background-image: url(../images/nav_bknd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color:#CC9900;
	border-bottom: #ffffff solid 1px;
	margin:0px;
}
#Nav p.active {
	background-image: url(../images/nav_bknd_active.gif);
	border-bottom: #FFFFFF solid 1px;
}
#Nav p a {
	text-decoration: none;
	color: #990000;
	height:auto;
	display:block;
}
#Nav p.left {
	padding: 58px 8px 9px 14px;
	border-left: 0px solid #CC9933;
	background-image: url(../images/nav_bknd_left.gif);
}
#Nav p.leftActive {
	padding: 58px 8px 9px 14px;
	border-left: 0px solid #CC9933;
	background-image: url(../images/nav_bknd_leftActive.gif);
}
#Nav p a:hover {
	color: #BA882C;
}
#Nav td.navright {
	width: 1px;
	background-image: url(../images/nav_bknd_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/*SubNavigation List Items*/
	
#subnav {
	text-align: left;
}
#subnav.enterprise {
	background-image: url(../images/block_lines_enterprise.gif);
}

#subnav ul{
	display: block;
	background-color: #CC9900;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0px;

}

#subnav ul li{
	background-color: #CC9900;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC66;
}
#subnav ul li.first{
	padding-left:20px;
}
#subnav ul li.active{
	font-weight: bold;
	color:#FFFFFF;
}
#subnav ul li.firstActive{
	font-weight: bold;
	color:#FFFFFF;
	padding-left:20px;
}

#subnav ul li a{
	color:#FFCC66;
	text-decoration: none;
}

#subnav ul li a:hover{
	color:#660000;
	text-decoration: none;
}

#subnav ul li a.active{
}

html>body #subnav ul li a {
	width: auto;
}


td.borderGrayThin {
	border: 1px solid #999999;
	padding: 0px 3px 5px 10px;
}
td.borderGrayThick {
	border: 3px solid #999999;
	padding-left: 10px;
	padding: 0px 3px 5px 10px;
}
td.borderRedThin {
	border: 1px solid #990000;
	padding-left: 10px;
	padding: 0px 3px 5px 10px;
}
td.borderRedThick {
	border: 3px solid #990000;
	padding-left: 10px;
	padding: 0px 3px 5px 10px;
}
td.borderGoldThin {
	border: 1px solid #BA882C;
	padding-left: 10px;
	padding: 0px 3px 5px 10px;
}
td.borderGoldThick {
	border: 3px solid #BA882C;
	padding-left: 10px;
	padding: 0px 3px 5px 10px;
}
.newsArticleHead88 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #8080C0;
	margin-bottom: -8px;
}
.newsArticleHead99 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #8080C0;
}
