html { height: 101%; }
* { margin: 0px; padding: 0px; }
p { margin: 0px; padding: 0px 0px 15px 0px; }
ul { margin: 0px; padding: 0px; list-style: none; }
input { background: transparent }
a { color: #bd9e22; text-decoration: underline; }
a:hover { color: #7b0f0f; text-decoration: underline; }

body { 
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  	line-height: 1.5; /* Unitless for proper inheritance */	
  	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
}

.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	clear: both;
}

.mustard { color: #bd9e22; }

img.floatRight { float: right; clear: right; padding: 5px; background: #FFFFFF; margin: 0px 0px 10px 10px; border: 1px solid #CCCCCC; }
img.floatLeft { float: left; padding: 5px; background: #FFFFFF; margin: 0px 10px 10px 0px; border: 1px solid #CCCCCC; }


#wrapper { margin: 0px auto; width: 960px; border-top: 3px #bd9e22 solid; }
#branding { height: 85px; }
#branding h1 { font-size: 62px; font-weight: normal; }
#nav { background: #bd9e22; margin-bottom: 20px; }

ul.topNav  {
	margin: 0px;
	padding: 0px;
	width: 960px;	
}

.topNav li {
	 float: left;
	 display: inline-block;
}

.topNav li a {
	 float: left;
     font-family: Tahoma, Arial, sans-serif;
	 font-size: 13px;
	 color: #FFFFFF;
	 text-align: center;
	 line-height: 35px;
	 display: inline-block;
	 text-decoration: none;
	 background: #bd9e22;
	 padding-left: 12px;
	 padding-right: 12px;
	 margin-top: 0px;
	 border-right: 1px dotted #FFFFFF;
}

.topNav li a:hover {
	background: #000000;
	color: #F1F1F1;
	text-decoration: none;
	border-right: 1px dotted #FFFFFF;
}

.topNav li a.topNavAct {
	background: #000000;
	color: #F1F1F1;
	text-decoration: none;
	position: relative;
	border-right: none;
	border-right: 1px dotted #FFFFFF;

}

.topNav li a.topNavLast {
	border-right: none;
	padding-left: 15px;
	padding-right: 15px;
}

.logo {
    background-image: url('../images/title.png');
	background-repeat: no-repeat;
	text-indent: -999999px;
	width: 560px;
	height: 85px;
	margin-left: 4px;
	margin-top: 42px;
	display: block;
}

.h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 12px;
	margin-left: 50px;
}

#content { width: 960px; }

#content h2 { 
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #bd9e22;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h2 span {
	display: block;
	font-size: 10px;
	color: #808080;
	border-top: 2px dotted #3a3a3a;
	font-family: tahoma, arial;
	padding-top: 5px;
	margin-right: 15px;
}

.content_1_left {
	font-size: 12px;
    width: 710px;
	float: left;
}

.content_1_left blockquote {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	background: url('../images/quote.png') .5em top no-repeat;
	padding: 0px 20px 10px 30px
}

.content_1_left p {
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	margin-right: 15px;
	text-align: justify;
}

.content_1_left p a {
	color: #bd9e22;
	text-decoration: underline;
}

.content_1_left p a:hover {
	color: #7b0f0f;
	text-decoration: underline;
}

.content_1_left h3 {
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-top: 16px;
}

.content_1_left h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold; 
	margin-bottom: 4px;
	margin-top: 6px;
}

.content_1_left ul { margin-left: 15px; list-style-type: none; }
.content_1_left ul li { padding: 2px 0 2px 10px; background: url('../images/bullet_square_grey.gif') left 5px no-repeat; }


table.TBL-CV { 
	width: 100%; 
	border-style: none; 
	border-collapse: collapse; 
	border-width: 0px; 
}
table.TBL-CV td.C1 { 
	width: 12%; 
	vertical-align: baseline;
	border-width: 0px; 
	padding-top: 2px; 
	border-style: none; 
}
table.TBL-CV td.C2 { 
	width: 88%; 
	border-width: 1px; 
	vertical-align: baseline;
	padding: 2px; 
	border-style: none; 
}
table.TBL-CV td.C5 { 
	width: 50%; 
	border-width: 1px; 
	vertical-align: baseline;
	padding: 2px; 
	border-style: none; 
}
table.TBL-CV th {
	font-weight: bold; 
	border-bottom: 1px dotted #AAA; 
	border-right: none; 
	border-left: none; 
	border-top: none; 
	padding: 6px 2px 2px 2px; 
}

.bottomClear {
	clear: right;
	margin-bottom: 15px;
}
p.quoteBar {
	background: #F0F0F0;
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #3D3D3D;
	width: 640px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
}
.sideBar {
    width: 240px;
	float: left;
	margin-left: 10px;
}

.sideBarListBox {
	margin-bottom: 20px;
	font-size: 10px;
}

.sideBarListBox ul {
	background: url('../images/sidebar-regular.png') no-repeat left top #000000;
	padding: 220px 20px 0px 0px;
}
.sideBarListBox ul li {
	color: #F1F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	text-align: justify;
}
.sideBarListBox ul li span.author {
	color: #bd9e22;
	margin: 10px 10px 0px 10px;
	display: block;
	text-align: right;
}
.sideBarListBox ul li span.bitbigger {
	font-size: 12px;
}

.sideBarListBox ul li a {
	color: #bd9e22;
	text-decoration: none;
	line-height: 16px;
}
.sideBarListBox ul li span.big {
	font-size: 16px;
	line-height: 24px;
	color: #bd9e22;
}
#footerContainer {
	background: #FFFFFF;
	height: 37px;
	line-height: 47px;
	font-size: 12px;
	color: #F1F1F1;
	text-align: left;
	width: 960px;
}


