/* Tag redefinitions. */
body {
 background-color: #7da7d9;
 margin: 0px;
 padding: 0px;
 text-align: center;
 vertical-align: top;
 font-family: Verdana, Geneva, Arial, sans-serif;
 font-size: 13px;
 color: #000000;
}

/* Links. */
a {
 text-decoration: none;
 color: #0000ff;
}
a:hover, a:focus {
 text-decoration: underline;
 color: #0000aa;
}

/* IDs in the navigation area. */
#full_page {
 margin: 5px auto 0px;
 vertical-align: top;
 width: 925px;
 position: relative;
}
#nav_sidebar {
 text-align: left;
 vertical-align: top;
 background-color: #0066b3;
 height: 100%;
 width: 144px;
}
#climber {
 margin-bottom: -3px;
}
#nav_top_right {
 background-color: #0066b3;
 margin: 0px;
 padding: 0px;
}
#menu_area_left {
 height: 450px;
 background-color: #7da7d9;
}
#menu_area {
 background-color: #0066b3;
 padding-top: 0px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 font-size: 12px;
 color: #ffffff;
 text-align: left;
 vertical-align: top;
}
#skills_heading {
 font-family: Palatino, "Palatino Linotype", Georgia, "New York", "Times New Roman", serif;
 font-size: 16px;
 color: #fdc086;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

/* IDs outside the navigation area. */
#non_nav_area {
 text-align: left;
 vertical-align: top;
 height: 100%;
 background-color: #fdc086;
 width: 781px;
}
#tag_line {
 font-size: 13px;
 color: #f8f8f8;
 margin-top: -3px;
 margin-left: 20px;
}
#banff_mountain_02 {
 margin-bottom: -3px;
}
#banff_mountain_11 {
 margin-bottom: -3px;
}
#main_content_area {
 background-color: #fdc086;
 text-align: left;
 vertical-align: top;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 15px;
 padding-left: 0px;
}
#home_main_text_left {
 width: 388px;
 text-align: left;
 vertical-align: top;
 padding-right: 25px;
 padding-left: 25px;
}
#goal_list {
 margin-top: 5px;
 margin-bottom: 10px;
}
#compass {
 height: 100px;
 width: 105px;
 padding: 0px;
 clear: both;
 float: left;
 margin-top: 5px;
 margin-right: 15px;
 margin-bottom: 5px;
 margin-left: 0px;
}
#rope {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}
#rope_piece {
 background-image: url(images/rope_piece.gif);
 background-repeat: repeat-y;
 background-position: 4px;
 height: 450px;
 margin-top: 0px;
}
#home_main_text_right {
 width: 289px;
 padding-right: 15px;
 padding-left: 10px;
 text-align: left;
 vertical-align: top;
}
#portfolio_heading {
	font-family: Palatino, "Palatino Linotype", Georgia, "New York", "Times New Roman", serif;
	font-size: 24px;
	color: #0066b3;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	margin-bottom: 12px;
}
.portfolio_logo {
 padding: 0px;
 clear: both;
 float: left;
 margin-top: 0px;
 margin-right: 15px;
 margin-bottom: 5px;
 margin-left: 0px;
 border: 0px none;
}

/* IDs in the footer area. */
#footer {
 font-size: 10px;
 text-align: right;
 vertical-align: top;
 margin-top: 5px;
}

/* Classes. */
.skill_item {
 margin: 2px 0px 0px -25px;
 padding: 0px;
}
.top_banner {
 background-color: #0066b3;
}
.goal_item {
 margin: 3px 0px 0px -25px;
 padding: 0px;
 font-size: 16px;
}
.main_text_para {
 margin: 9px 0px 0px;
 padding: 0px;
}
.portfolio_para {
 margin: 0px;
 padding: 0px;
}
.portfolio_divider {
 text-align: center;
 vertical-align: top;
 width: 67%;
 margin-top: 15px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #000000;
 padding: 0px;
 font-size: 9px;
}

/* General purpose classes. */
.light_blue {
 background-color: #7da7d9;
}
.margin_top_5px {
 margin-top: 5px;
}
.margin_top_15px {
 margin-top: 15px;
}
.margin_left_10px {
 margin-left: 10px;
}
.margin_bottom_-3px {
 margin-bottom: -3px;
}

