/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-family: ArialMT, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #28903a;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: justify;
	overflow: visible;
	position: relative;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #28903a;
}

a:link {
	color: #f7931d;
	color: #E67404;
	text-decoration: underline;
}

a:visited {
	color: #f7931d;
	color: #E67404;
	text-decoration: underline;
}

a:hover {
	color: #f7931d;
	color: #E67404;
	text-decoration: none;
}

a:active {
	color: #f7931d;
	text-decoration: underline;
}

#skip span { /* Skip to Navigation for handheld devices and other portable devices */
	display: none;
}

#header {
	height: 150px;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #f7931d;
	color: #E67404;
	font-weight: normal;
}

h1, h2 {
	display: none;
}

h3 {
	font-size: 22px;
	margin: 30px 0 10px 10px;
}

h4 {
	font-size: 20px;
	margin: 32px 0 0 10px;
}

h5 {
	font-size: 18px;
	margin: 20px 0 0 10px;
}

q {
	font-style: italic;
}

.testSource {
	font-weight: bold;
}

#contentLeft p, #contentRight p, #contentLeftArticles p, #contentRightArticles p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px 10px;
	text-align: justify;
}

#testimonialText {
	font-style: italic;
}

#content p, #contentContact p {
	margin: 10px 10px 10px 10px;
	font-size: 14px;
	line-height: 18px;
}

#contentLeft {
	float: left;
	width: 370px;
	text-align: left;
}

#contentLeftArticles {
	float: left;
	width: 500px;
	text-align: left;
}

#contentLeft #supportText {
	margin: 20px 0 0 10px;
}

.h4Middle {
	margin: 10px 0 0 10px;
}

#costEffective {
	margin: 20px 0 0 10px;
}

#contentRight {
	float: left;
	width: 370px;
	margin: 0 0 0 15px;
}

#contentRightArticles {
	float: left;
	width: 240px;
	margin: 0 0 0 15px;
}

.siteDetails {
	margin: 10px 10px 0 10px;
}

img, img a {
	margin: 0 0 0 10px;
	border: 0;
}

img#banner {
	margin: 0 0 -5px 0;
	border: 0;
	padding: 0;
	height: 150px;
	width: 760px;
}

ul.list, ol.list {
	margin: 10px 10px 10px 30px;
	list-style-type: disc;
	font-size: 14px;
	line-height: 18px;
}

ul.listStrong {
	margin: 10px 10px 10px 30px;
	list-style-type: disc;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

ul.list li, ul.listStrong li, ul.list li {
	padding: 0 0 5px 5px;
}	

li.indent {
	margin-left: 20px;
}

#footer {
	clear: both;
	border: 1px solid #f7931d;
	margin-bottom: 5px;
	text-align: center;
	color: #f7931d;
	color: #E67404;
}

#footer ul.list {
	margin: 0 0 0 0;
	list-style-type: none;
}

#footer li  {
	font-size: 12px;
	display: inline;
	margin: 0 20px 0 0;
}

#footer li#liEmail  {
	margin-right: 0;
}

/* Navigation Styles */

#nav {
	width: 758px;
	margin: 0;
	border: 1px solid #f7931d;
	color: #f7931d;
	color: #E67404;
	font-size: 14px;
	font-weight: bold;
}

#nav li {
	display: inline;
	color: #f7931d;
	color: #E67404;
	background-color: transparent;
	margin: 0 0.8em;
	text-decoration: none;
}

#nav a:link, #footer a:link {
	text-decoration: none;
}

#nav a:visited, #footer a:visited {
	text-decoration: none;
}

#nav a:hover, #footer a:hover {
	text-decoration: none;
	color: #28903a;
}

#nav a:active, #footer a:active {
	text-decoration: none;
}

/* Site Map, Language options and extra divs */
#sml {
	position: absolute;
	top: 5px;
	right: 0;
}

#extraDivs {
	display: none;
}


img.portfolioImg {
	float: left;
	margin: 10px 10px 0 10px;
}

.bottomPara {
	margin-bottom: 30px;
}

/* Grifnett Contact Page Content Styles */

#contentContact {
	background: transparent url("../images/customer-services-2.gif") 550px 90px no-repeat;
}

#contentContact #formContainer {
	position: relative;
	width: 600px;
	height: 350px;
	margin-bottom: 30px;
}

#contentContact #contactTable {
	margin: 20px 10px 0 10px;
}

#contentContact #contactTable td, th {
	padding: 0.3em;
}

#contentContact input {
	border: 1px solid #390;
	width: 420px;
}

#contentContact textarea {
	border: 1px solid #390;
	width: 420px;
	height: 177px;
}

#contentContact #submitButton {
	position: absolute;
	width: 150px;
	right: 67px;
}


#resourceTextarea {
	text-align: center;
	height: auto;
	font-family: "Courier New", Courier, monospace;
}

#resourceTextarea textarea {
	border: 1px solid #f7931d;
	padding: 0 10px;
}

blockquote {
	margin: 20px 50px;
	font-style: italic;
	font-size: 14px;
	background: transparent url("../images/quotes_left_small.gif") left top no-repeat;
}

blockquote div {
	padding: 0 15px;
	background: transparent url("../images/quotes_right_small.gif") right bottom no-repeat;
	border: 1px dotted #ccc;
}

blockquote.testimonial {
	margin: 20px 15px 20px 20px;
	font-style: italic;
	font-size: 14px;
	background: transparent url("../images/quotes_left_small.gif") left top no-repeat;
}

blockquote.testimonial div {
	padding: 0 15px;
	background: transparent url("../images/quotes_right_small.gif") right bottom no-repeat;
	border: 1px dotted #ccc;
}

.MCPImage {
	margin-bottom: 10px;
	position: relative;
	left: 592px;
}

.OntrackImg {
	position: relative;
	left: 550px;
}

.CSSImage {
	margin: 20px 0 10px 10px;
}

.XHTMLImage {
	margin: 20px 0 10px 190px;
}

.IMGFirefox {
	margin: 0;
	position: relative;
	top: 4px;
}

#contentLeftArticles p.smallText {
	font-size: 10px;
	line-height: 12px;
}