@charset "utf-8";
/* CSS Document */

* { margin:0px;
	padding:0px;
	border:none;
}
	
body { font:12px/16px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	background:url(../images/bg_main.gif)
}

h1, h2 { font-weight:normal;
}

h1 {
	font-size:26px/26px;
	padding-bottom:18px;
	color:#f7931e;
	letter-spacing:1px;
}

h2 {
	font:18px;
	line-height:20px;
	padding-bottom:10px;
}

h3 {
	font-size:13px;
	padding-bottom:6px;
}

p {
padding-bottom:10px;
}

ul {
	list-style-type:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#7297cf;
}

/*----------------------------------- STYLES ------------------------------------------*/
/*---- HEADER ----*/
#header .header-ico {
	float:left;
	padding-left:8px;
}

#header ul.info {
	list-style-type:none;
	float:right;
	padding-right:18px;
	padding-top:12px;
	font-size:11px;
	display:block;
}

#header ul.info li {
	float:left;
	margin-left:20px;
}

.column .cell {
	background:url(../images/bg_div_divider.gif) bottom left repeat-x;
	padding-bottom:25px;
	margin-bottom:15px;
	float:left;
}

/*---- LEFT RAIL ----*/
p.intro-txt {
	font-style:italic;
	font-family:georgia, "Times New Roman", Times, serif;
	padding-bottom:0px;
	color:#767676;
}

#nav-links li {
	padding:4px 0px;
}
#nav-links a {
	text-transform:uppercase;
	font-size:18px;
	padding:1px 5px;
}

#nav-links li a:hover {
	color:#fff;
	background-color:#8297cf;
}

#nav-links li.current a {
	background:url(../images/bg_arrow.gif) right 5px no-repeat;
	color:#8297cf;
	padding-right:16px;
}

#other-links h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
padding-bottom:4px;
padding-left:5px;
}

#other-links ul {
padding-bottom:10px;
}

#other-links li {
padding:0px 5px;
font-size:11px;
text-transform:uppercase;
}

#other-links li a:hover {
	color:#fff;
	background-color:#8297cf;
}

#other-links li.current a {
	background:url(../images/bg_arrow-small.gif) right 2px no-repeat;
	color:#8297cf;
	padding-right:14px;
}

/*---- CONTENT ----*/
h1 span {
	background-color:#fff;
	padding-right:5px;
}
	
#col_right .cell .text {
	float:left;
	width:208px;
	padding-right:10px;
}

#col_right .cell .text p.url {
padding-top:10px;
font-size:12px;
font-weight:bold;
line-height:16px;
}

#col_right .cell .text h3 {
padding:0px;
margin:0px;
}

#col_right .cell .images {
	float:right;
	width:400px;
}
#col_right .cell .images img {
border:1px solid #ccc;
margin-bottom:15px;
}

.resume h3, .resume h2 {
float:left;
width:360px;
}

.resume ul {
padding-bottom:13px;
float:left;
clear:both;
}

.resume li {
background:url(../images/ico_bullet.gif) 0px 5px no-repeat;
padding-left:13px;
}

.resume .dates {
float:right;
clear:none;
font-size:11px;
}

.resume p {
float:left;
clear:both;
}
#freelance {
margin-bottom:13px;
border-collapse:collapse;
float:left;
clear:both;
width:100%;
}

#freelance td, #freelance th {
border:1px solid #ccc;
padding:2px 6px;
}

#freelance th {
background-color:#eee;
}

/*---- FOOTER ----*/
#center-cont {
	padding-left:300px;
}
#footer p {
	background-color:#fff;
	float:left;
	padding:1px 10px;
	font-size:10px;
	line-height:11px;
}

/*----------------------------------- STRUCTURE ------------------------------------------*/

#wrapper {width:873px;
	margin:0 auto;
	text-align: left;
}

#header {
	/*width:845px;*/
	height:45px;
	background:url(../images/bg_header.gif) no-repeat;
	padding:15px;
}

#content {
	float:left;
	background:url(../images/bg_content.gif) repeat-y;
	padding:15px 14px;
	width:847px;
	}

.column {
	float:left;
	margin-right:15px;
	background-color:#fff;
}

#col_left {
	width:180px;
	padding-left:15px;
}

#col_left .cell {
width:180px;
}

#col_right {
	width:620px;
	}

#footer {
	width:873px;
	height:13px;
	background:url(../images/bg_footer.gif) no-repeat;
	float:left;
	border-bottom:5px solid #fff;
}


/* TABS */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-tabs-nav {
    margin: 0;
    padding: 0px 0px 15px 0px;
	font-size:1em;
	float:left;
	width:100%;
	clear:both;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
	padding-right:5px;
}
.ui-tabs-nav a {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 2px 6px;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
	border:1px solid #7297CF;
	background-color:#fff;
	display:inline
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
	}
.ui-tabs-selected a {
border:1px solid #7297CF;
background-color:#7297CF;
color:#fff;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
width:394px;
margin:0em auto 0em auto;
text-align:center;
 }
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* Specific Styles for this layout */
.image-container {
float:right;
text-align:center;
}

.image-container img {
border:1px solid #ccc;
}