/*- Main --------------------------- */
*
	{
	margin: 0px;
	padding: 0px;
	}

body {
	background: #063d60 url('images/body_bkgd.gif') repeat-x;
	font: 11px/1.5em Verdana;
	}

#outer {
	width: 750px;
	background: #fff;
	margin: 20px auto 0px auto;
	padding: 10px 13px 0px 13px;
	border: 1px solid #333;
	}

#header {
	width:750px;
	position: relative;
	height: 80px;
	font: bold 11px/1.5em Verdana;
	}

#content { 
	width:750px;
	margin-top:10px;
	padding-bottom:100px;
	min-height:350px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:100%; /* for IE5.x and IE6 */
	background: #fff;
	}

#footer { 
	width:750px;
	height:100px;
	margin-top: 20px;
	text-align: center;
	background: #fff;
	clear:both;	
	padding-top: 20px;	
	}

/*- Content --------------------------- */

#header h1 {
	position: absolute;
	bottom: 10px;
	font-size: 26px;
	padding-left: 6px;
	color: #fff;
	}
		
p {
	padding: 10px 0px 0px 25px;
	}

p.text {
	padding-right: 15px;
	}
	
.bold	 {
	font-weight:bold;
	}	


#ccolleft {
	float:left;
	width:40%;
	}

#ccolright {
	float:right;
	width:60%;
	}
/*- Nav Tabs --------------------------- */

#tabs {
	float:right;
	font:bold ;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #ccc;
    }
#tabs ul {
	margin:0;
	padding:50px 10px 0 400px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
      }
#tabs a:hover {
	background-position:0% -42px;
      }
#tabs a:hover span {
	background-position:100% -42px;
      }

/*- Portfolio --------------------------- */

.portfolio {
	margin-left: 0;
	padding: 20px 0px 10px 40px;
	list-style: none;	
		}

.portfolio ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	}	
 
.portfolio li {
	background: url(images/arr1.gif) no-repeat 0 .5em;
	padding-left: 10px;
	}

.pad20pxTop   {padding-top: 20px;}

