/* CSS Document */
/* Start Globals */

* { 
	margin:0;
	padding:0; 
}

body {
	background-color: #3F3F3F;
	margin:5px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
}

a:link, a:visited {
	color:#FD9800;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #3F3F3F;
	font-weight:bold;
}

img {
	border:0px;
	margin:4px;
}

p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:15px;
}


/* Start Layers */

#content_header {
	position:relative;
	width:950px;
	height:auto !important;
	height:121px;
	min-height:121px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0px;
  }

#logo_widget {
	position:absolute;
	top:35px;
	left:45px;
}
  
#header_nav {
	position:absolute;
	top:70px;
	right:56px;
	border-bottom:2px solid #3F3F3F;
}

#content_main {
	position:relative;
	width:950px;
	height:auto !important;
	height:256px;
	min-height:256px;
	background-image: url(../images/repeat_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin:0px;
}

 
#content_footer { 
	position:relative;
	width:950px;
	height:auto !important;
	height:66px;
	min-height:66px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0px;
}
  
/* Layer Specific CLasses */

#header_nav ul {
	list-style-type:none;
}

#header_nav li {
	display:inline;
	font-weight:bold;
}

#header_nav a:hover {
	color: #3F3F3F;
	text-decoration:none;
}

#content_footer p {
	text-align:center;
	font-size:9px;
	line-height: 50px;
	vertical-align: bottom;
}

/* Layout Specific Classes */

.content_full_frame {
    position:relative;
	width:857px;
	height:auto !important;
	height:28px;
	min-height:28px;
}


.content_full_top {
	width:857px;
	height:auto !important;
	height:13px;
	min-height:13px;
	background-image: url(../images/content_full_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.content_full_mid {
	width:851px;
	border-left:2px solid #3F3F3F;
	border-right:2px solid #3F3F3F;
}

.ie6only .content_full_mid {
	width:855px;
	margin:-4px;
}

.content_full_mid b {
	color:#457B7A;
	border-bottom:2px solid #3F3F3F;
	padding:2px;
}
	
.content_full_bottom {
	width:857px;
	height:auto !important;
	height:13px;
	min-height:13px;
	background-image: url(../images/content_full_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.image_app {
    height:auto !important;
	height:165px;
	min-height:165px;
	background-image: url(../images/app_icon_on.gif);
	background-repeat: no-repeat;
	background-position: 692px 0px;
	text-align:left;
}

.image_web {
    height:auto !important;
	height:165px;
	min-height:165px;
	background-image: url(../images/web_icon_on.gif);
	background-repeat: no-repeat;
	background-position: 692px 0px;
	text-align:left;
	padding:15px;
}

.image_web ul {
	width:330px;
	list-style-type:none;
    border-top:2px solid #3F3F3F;
	margin-top:4px;
	padding:2px;
}

.image_web li {
    list-style-type:none;
	margin-left:10px;
	padding:1px;
}

p.img_p {
	width:620px;

}

/* Form Styles */

input {
  background-color:#FFFFA0;
  border:1px solid #3F3F3F;
  color:#000000;
}

textarea {
  background-color:#FFFFA0;
  border:1px solid #3F3F3F;
  color:#000000;
}


input._button {
  background-color:#0092AF;
  border:1px solid #3F3F3F;
  color:#FFFFFF;
  margin-top:2px;
  margin-bottom:2px;
  padding:2px;
  
}

input._button:hover {
  background-color: #FD9800;
  border:1px solid #3F3F3F;
  color:#FFFFFF;
  
}

/* General Classes */

.title {
	font-size: 20px;
	font-weight: bold;
	color: #457B7A;
}

.spacer {
	line-height: 4px;
	
}

.p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:15px;
}

td.e {
  color:red;
  padding-left:15px;
  vertical-align:top;
}


	  