/* CSS by Jay Tang | Terra Preta */

/* PROFILE */
div#topProfile span.highlight {
	font-size: 18px;
}
div#topProfile span.hightlight_color {
	font-size: 18px;
	color: #FF6400;
}

/* TOP BOX */
div#containerTopBox {
	color: #FFF;
}
div#containerTopBox p {
	width: 718px;
	padding: 10px;
}
div#containerTopBox span.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
div#containerTopBox span.subject {
	margin-left: 0px;
}
div#containerTopBox span.quoteStart {
	margin-right: 10px;
	font-family: Times New Roman, serif;
	font-size: 30px;
	height: 20px;
	float: left;
}
div#containerTopBox span.quoteEnd {
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	font-family: Times New Roman, serif;
	font-size: 30px;
}

div#topImage span.name {
	margin-top: 175px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1F304F;
	display: block;
	clear: both;
}
div#topImage span.nameDetail {
	margin-top: 112px;
	margin-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #1F304F;
	display: block;
	clear: both;
}
div#topImage span.nameDetail a {
	color: #1F304F;
}
div#topImage span.title {
	margin-left: 10px;
	font-size: 12px;
	color: #1F304F;
	display: block;
	clear: both;
}
div#topImage span.contactIcon a {
	border: 0px;
	text-decoration: none;
}

/* COLUMN MAIN */
div.columnMainHead {
	padding-left: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #1D263C;
}
div.columnMain p {
	margin-left: 10px;
	width: 718px;
	color: #1F304F;
	float: left;
}
div.columnMain p.firstItem {
	margin-left: 0px;
	padding: 0px 10px;
	width: 718px;
	color: #FFFFFF;
	background: url(../assets/bg_main_gradient.gif) no-repeat;
}
div.columnMain span.title {
	font-size: 14px;
	font-weight: bold;
	color: #1F304F;
	display: block;
	clear: right;
}
div.columnMain span.firstItem {
	color: #FFFFFF;
}

/* COLUMN SIDE */
div.columnSideHead {
	padding-left: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #1D263C;
}
div.columnSide p {
	padding: 0px 10px;
	color: #FFFFFF;
	background: url(../assets/bg_side_gradient.gif) no-repeat;
}
div.relevantBox p {
	margin: 0px 10px;
	color: #FFFFFF;
}
div.relevantBox div.gradient {
	background: url(../assets/bg_relevant_gradient.gif) no-repeat;
}
div.relevantBox span.title {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
div.relevantBox span.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
div.relevantBox ul {
	margin-bottom: 10px;
	color: #FFF;
}
div.relevantBox li {
	margin-left: 25px;
}

div.relevantBox a {
	color: #FFFFFF;
}
div.buttonSideBar {
	margin-bottom: 10px;
	width: 237px;
	height: 37px;
	background: url(../assets/btn_sidebar.gif) no-repeat;
}
div.buttonSideBar a {
	padding: 8px 0px 0px 9px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 0px;
	display: block;
}

/* FORM ELEMENTS */
div#searchBar img {
	margin-right: 3px;
	float: left;
}
input.text {
	margin-right: 3px;
	padding-left: 2px;
	width: 130px;
	height: 20px;
	background: url(../assets/bg_form_gradient.gif) repeat-x bottom #FFFFFF;
	border: 1px solid #1D263C;
	color: #1D263C;
}
input.submit {
	width: 52px;
	height: 22px;
	background: url(../assets/btn_form.gif) no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

/* BUTTONS AND LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #FF6400;
}
a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.buttonOrange,
a.buttonOrange:link,
a.buttonOrange:visited,
a.buttonBlue,
a.buttonBlue:link,
a.buttonBlue:visited,
a.buttonWhite,
a.buttonWhite:link,
a.buttonWhite:visited {
	border: 0px;
	margin-top: 3px;
	width: 144px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	color: #1D263C;
	display: block;
	float: right;
}
a.buttonOrange,
a.buttonOrange:link,
a.buttonOrange:visited {
	background: url(../assets/btn_orange.gif) no-repeat 0px 0px;
}
a.buttonOrange:hover,
a.buttonOrange:active {
	background: url(../assets/btn_orange.gif) no-repeat 0px -24px;
	color: #FF6400;
}
a.buttonBlue,
a.buttonBlue:link,
a.buttonBlue:visited {
	background: url(../assets/btn_blue.gif) no-repeat 0px 0px;
}
a.buttonBlue:hover,
a.buttonBlue:active {
	background: url(../assets/btn_blue.gif) no-repeat 0px -24px;
	color: #FF6400;
}
a.buttonWhite,
a.buttonWhite:link,
a.buttonWhite:visited {
	background: url(../assets/btn_white.gif) no-repeat 0px 0px;
}
a.buttonWhite:hover,
a.buttonWhite:active {
	background: url(../assets/btn_white.gif) no-repeat 0px -24px;
	color: #FF6400;
}