body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Calibri, 'Lucida Grande', 'Lucida sans Unicode', Arial, Helvetica, sans-serif;
	}

p { 
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 0px;
	}

h1,
h1 a:link,
h1 a:visited,
hi a:hover,
h1 a:active {
	font-size:42px;
	font-family:'Myriad Pro', MyriadPro, Calibri, Arial, Helvetica, sans-serif;
	color: #73afdf;
	border-bottom:none;
	text-decoration:none;
	background:#ffffff;
	}
	
h2 {
	font-size:24px;
	font-family:'Myriad Pro', MyriadPro, Calibri, Arial, Helvetica, sans-serif;
	color: #73afdf;
	padding-top:16px;
	}
	
h3 { 
	font-size: 21px;
	font-family: 'Myriad Pro', MyriadPro, Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #cc3300;    
	padding-bottom:10px;
	}

a:link,
a:visited { 
	color: #1057ae; 
	text-decoration: none; 
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	}

a:hover,
a:active { 
	color: #fff;
	background: #1057ae; 
	text-decoration: none; 
	}
	
.oneColFixCtrHdr #globalcontainer {
	width: 100%;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 30px;
	}

.oneColFixCtrHdr #header {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
		
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.oneColFixCtrHdr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	}

.oneColFixCtrHdr #footer {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ff6600;
	margin: 40px 0px 0px 0px; 
	border-top: 3px solid #ffcc00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
	

#nav {
	margin-bottom:40px;
	margin-top:0px;
	margin-left:0;
	margin-right:0;
	padding:0px 0px 10px 0px;
	background:#fff;
	float:left;
	width:100%;
	border-bottom:#ddd 2px solid;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav #logotext a {
	color:#666;
	background:#fff;
	margin:23px 0px 0px 15px;
	float:right;
	width:auto;
	text-decoration:none;
	text-align:right;
	font:bold 13px 'Lucida sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-transform:none;
}

#nav #logo a {
	margin-right:20px;
	margin-top:18px;
	margin-bottom: 0px;
	float:right;
	width:auto;
}


#nav a:link,
#nav a:visited {
	color:#666;
	background:#fff;
	margin:30px 15px 30px 20px;
	float:left;
	width:auto;
	text-decoration:none;
	font:bold 13px 'Lucida sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-transform:none;
	border:0;
}

#nav a:hover {
	color:#cc3300;
	background:#fff;
	text-decoration:none;
	border:0;
}

#home #nav-home a,
#clients #nav-clients a,
#work #nav-work a,
#about #nav-about a,
#blog #nav-blog a,
#contact #nav-contact a {
	background:#fff;
	color:#cc3300;
	text-decoration:none;
	border:0;
}

#home #nav-home a:hover,
#clients #nav-clients a:hover,
#work #nav-work a:hover,
#about #nav-about a:hover,
#blog #nav-blog a:hover,
#contact #nav-contact a:hover {
	background:#fff;
	color:#cc3300;
	text-decoration:none;
	border:0;
}

#nav a:active {
	background:#fff;
	color:#cc3300;
	text-decoration:none;
	border:0;
}


.main {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 40px; /*IE hack */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header {
	width: 720px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.foturinn {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top:#ddd 2px solid;
}

.foturinn p {
	font-size: 12px;
	padding: 0px; 
	line-height: 15px;
}

#maincontent ul li {
	line-height: 24px;
	font-size: 18px;
	}
	
#button a:link,
#button a:visited,
#button a:hover {
	background: none;
	text-decoration: none;
	border-bottom: none;
	}

#highlight {
	background-color:#FBF17A;
}

#image {
	border:0;
}

img {
	border: #FF0000;
}

#biglogo {
	padding-left: 10px;
	border:none;	
}

blockquote {
	background:#fff;
	padding: 10px 20px;
	font-size: 12;
	font-style:italic;
	border-left: 3px #73afdf solid;
	margin:0;
}

.indexbox {
	padding: 0px; 
}

.indexbox p {
	font-size: 15px;
	line-height:1.4em;
}

.indexbox h3 {
	margin: 0;
	padding: 0;
}

#clientname {
	color:#cc3300;
}
