@charset "UTF-8";
/* Stylesheet for the 2008 redesign of xtraglobex.com, by Sarah Feidt */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #10526a;
	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: #000000;
}

#wrapper {
	width:100%;
	padding:0;
	margin:0;
	background:#FFF url(/images/topflame2.gif) bottom repeat-x;
	}
#container { 
	width: 90%; 
	
	min-width:700px;
	max-width:1280px;
	margin: 0 auto;
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background:url(navshadow.gif) left repeat-y;*/
	
} 
#header { 
	height:120px;
	background: #FFF; 
	padding: 0 10px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs.*/
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
		 #logo {
		  width: 534px;
		  height: 120px;
		  position: relative;
		  overflow:hidden;
		}
		
		#logo span {
		  background: url(/images/logo2.png) no-repeat;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		}
		
#sidebar1 {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	height:100%;
	padding:0; /* top and bottom padding create visual space within this div */
	border-top:1px solid #999;
	border-right:1px solid #000;
}
#sidebarbox {
	float:left;
	width:140px;
	height:60px;
	margin-top:50px;
	clear:none;
	border:3px double #999;
}
#sidebar1 h3, #sidebar1 p {
	margin:0;
}
#sidebar1 ul {
	margin:0;
	padding:0;
}
#sidebar1 ul li {
	padding-top:15px;
	padding-bottom:15px;
	text-decoration:none;
	list-style-image:none;
		  overflow:hidden;
}
#sidebar1 ul li a {
	text-decoration:none;
	}
		#whonav {
		  width: 113px;
		  height: 17px;
		  position: relative;
		  overflow:hidden;
		}

		#whonav span {
		  background: url(/images/nav1.png) no-repeat;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  overflow:hidden;
		}
		#whonav span:hover, #whonav .current {
			height: 17px;
			padding-bottom:2px;
			border-bottom:1px #000 solid;
		}
		#whatnav {
		  width: 113px;
		  height: 16px;
		  position: relative;
		  overflow:hidden;
		}
		
		#whatnav span {
		  background: url(/images/nav2.png) no-repeat;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  overflow:hidden;
		}
		#whatnav span:hover, #whatnav .current {
			height: 15px;
			padding-bottom:2px;
			border-bottom:1px #000 solid;
		}
		#portfolionav {
		  width: 82px;
		  height: 14px;
		  position: relative;
		  overflow:hidden;
		}
		
		#portfolionav span {
		  background: url(/images/nav3.png) no-repeat;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  overflow:hidden;
		}
		#portfolionav span:hover, #portfolionav .current {
			height: 13px;
			padding-bottom:2px;
			border-bottom:1px #000 solid;
		}
		#newsnav {
		  width: 48px;
		  height: 15px;
		  position: relative;
		  overflow:hidden;
		}
		
		#newsnav span {
		  background: url(/images/nav4.png) no-repeat;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  overflow:hidden;
		}
		#newsnav span:hover, #newsnav .current {
			height: 14px;
			padding-bottom:2px;
			border-bottom:1px #000 solid;
		}
		#contactnav {
		  width: 70px;
		  height: 14px;
		  position: relative;
		  overflow:hidden;
		}
		
		#contactnav span {
		  background: url(/images/nav5.png) no-repeat;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  overflow:hidden;
		}
		#contactnav span:hover, #contactnav .current {
			height:13px;
			padding-bottom:2px;
			border-bottom:1px #000 solid;
		}

#mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:20px;
} 
#footer { 
	padding: 0;
	margin:0;
	width:100%; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:154px;
	background:#10526a url(/images/bluegrad.png) top repeat-x;
	border-top:1px solid #000;
	text-align:center;
} 
#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 */
	font-size: 80%;
	color: #4796b3;
	text-align:center;
}
#footer a {
	color: #5ebadb;
	font-size:100%;
}
#footer a:hover {
	color:#3FF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-right:20px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family:Cochin, Georgia, "Times New Roman", Times, serif;
	color:#c67507;
	font-size:2em;
}
#mainContent h1 {	
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
#mainContent a {
	color:#369;
	text-decoration:none;
	}
#mainContent a:hover {
	text-decoration:underline;
	}
h2 {
	font-family:Cochin, Georgia, "Times New Roman", Times, serif;
	color:#e26a09;
	font-style:italic;
	font-size:1.5em;
}
h3 {
	font-family:Cochin, Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:1.2em;
	border-bottom:#336699 1px dotted;
}

#mainContent h2 {
	margin-bottom:-10px;
}

#leftcolumn {
	width:50%;
	float:left;
	clear:none;
	padding-bottom:20px;
	margin-top:1em;
	}
	
#rightcolumn {
	width:48%;
	float:right;
	clear:none;
	padding-bottom:20px;
}
#rightcolumn-index {
	width:48%;
	float:right;
	clear:none;
	padding-bottom:20px;
}
#leftcolumn2 {
	width:65%;
	float:left;
	clear:none;
	padding-bottom:20px;
	margin-top:1em;
	}
	
#rightcolumn2 {
	width:33%;
	float:right;
	clear:none;
	padding-bottom:20px;
}
#middlecolumn {
	clear:both;
	padding-bottom:20px;
}

#whoheader {
	width:100%;
	height:120px;
	float:right;
	clear:none;
	background:url(/images/headers/who.png) bottom right no-repeat;
}
#whatheader {
	width:100%;
	height:120px;
	float:right;
	clear:none;
	background:url(/images/headers/what.png) bottom right no-repeat;
}
#homeheader {
	width:100%;
	height:120px;
	float:right;
	clear:none;
	background:url(/images/headers/home.png) bottom right no-repeat;
}
#portfolioheader {
	width:100%;
	height:120px;
	float:right;
	clear:none;
	background:url(/images/headers/portfolio.png) bottom right no-repeat;
}
#newsheader {
	width:100%;
	height:120px;
	float:right;
	clear:none;
	background:url(/images/headers/news.png) bottom right no-repeat;
}
#contactheader {
	width:100%;
	height:120px;
	float:right;
	clear:none;
	background:url(/images/headers/contact.png) bottom right no-repeat;
}

#contact {
	margin-top:150px;
	font-size: 80%;
	color:#666;
	border-bottom:1px #333 dotted;
	}
#contact a {
	color:#333;
}
#contactMini {
	margin-top:150px;
	font-size: 80%;
	color:#666;
	border-bottom:1px #333 dotted;
	}
#mainContent #contact {
	font-size: 110%;
	color:#000;
	margin:0;
	padding:10px;
	border:0;
	}
.delicious-post {
	font: 1.2em "Cochin", Georgia, "Times New Roman", Times, serif;
	list-style:none;
	padding-top:10px;
	}
.delicious-extended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	
	}
.delicious-extended {
	margin: 0;
	padding: 0 0 0.25em;
}
.delicious-tag, .delicious-extended {
	font-size:smaller;
}
.delicious-link {
	}

.date {
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	}
.emphasis {
	font:150% Cochin, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
.note {
	width:70%;
	color:#10526a;
	margin:20px auto;
	padding:0 10px 0 10px;
	border: 3px #19779B double;
	}
.cloud {
	width:100%;
	border:1px solid #ccc;
	margin: 0em auto;
	clear: left;
	text-align:left;
	margin-bottom:20px;
	}
.cloud h3 {
 	float:left;
	margin:0 0 5px 0;
	padding:0 5px 0 5px;
	border:none;
	}
.tags {
	width:600px;
	float:left;
	clear:left;
	text-align:center;
	}
#crumbs {
	margin:0;
	padding:0;
}
#crumbs p, #crumbs a {
	color:#333;
	text-decoration:none;
	font-size:90%;
	padding:0; 
	margin:0;
}
#crumbs a:hover {
	color:#666;
	text-decoration:underline;
}
p.jumplink {
	font-size:80%;
	float:right;
	clear:both;
	padding:10px 10px 20px 10px;
	}
#rightcolumn.delicious-post.delicious-even {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background-color:#AEB9C0;
	padding-bottom:10px;
	padding-left:5px;
	margin:5px;
}
#rightcolumn.delicious-post.delicious-odd {
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding-bottom:10px;
	padding-left:5px;
	margin:5px;
}

a.expand:hover {
	cursor:crosshair;
	text-decoration:none;
}

#leftcontactcolumn {
	width:500px;
	float:left;
	clear:none;
	padding-bottom:20px;
	margin-top:1em;
}
#rightcontactcolumn {
	float:right;
	clear:none;
	padding-bottom:20px;
	margin-top:1em;
}

#contactform div.formline {
	padding:5px 0 5px 0;
	text-align:right;
}

#contactform input, #contactform textarea {
	width:350px;
}
#contactform label {
	float:left;
	clear:left;
	
}