
/* ********************* */
/* CSS for susdesign.com */
/* ********************* */


/* ********************* */
/* navigation */
/* ********************* */

body, html {

	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:  url('images/nav/paisley-bg.gif');
	background-color: #BEBD98;
}

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #000;
	text-align: center;
}

td, p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #000;
}

#outer_wrapper {

	width: 800px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding: 0px;
	padding: 0px;
}

#main_frame {

	position: relative;
	width: 800px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
}

#content_wrapper {

	position: relative;
	width: 800px;
	background-image:  url('images/nav/bg-strip.gif');
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

#inner_content {

	position: relative;
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#leftChevron {

	position: absolute;
	bottom: 30px;
	left: 6px;
	z-index: 100;
}

#right_chevron {

	position: absolute;
	top: 20px;
	right: 6px;
	z-index: 100;
}

#nav_menu {

	position: absolute;
	top: 56px;
	left: 514px;
	z-index: 100;
}

/* ********************* */
/* text basics */
/* ********************* */

.tool_header {

	margin-bottom: 20px;
}

.tool_title {

	font-size: 18px;
	font-weight: bold;
	color: #004400;
	margin-bottom: 8px;
}

.tool_icon {

	float: left;
	margin-right: 25px;
	z-index: 100;
}

/* ********************* */
/* text styling */
/* ********************* */

.title {

	font-size: 18px;
	font-weight: bold;
	color: #004400;
	margin-bottom: 14px;
}

.inner_title {

	margin-top: 28px;
}

.header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}

.subheader {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

small, .small {
	font-size: 10px;
}

.very_small {
	font-size: 10px;
}

.main_table {
	width: 100%;
}

a.small:link, a.small:visited {

	font-size: 12px;
	font-weight: bold;
	color: #18781E;
	text-decoration: none;
}

a.small:hover {

	font-size: 12px;
	font-weight: bold;
	color: #18781E;
	text-decoration: underline;
}

a.small:active {

	font-size: 12px;
	font-weight: bold;
	color: #28FF74;
	text-decoration: underline;
}

a.white:link, a.white:visited {

	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

a.white:hover {

	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

a.white:active {

	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.sub_link {

	font-size: 10px;
	font-weight: normal;
	color: #18781E;
}

.sub_link:link, .sub_link:visited {

	font-weight: normal;
	text-decoration: underline;
}

.sub_link:hover {

	font-weight: normal;
	text-decoration: underline;
}

.sub_link:active {

	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited {

	font-weight: bold;
	color: #18781E;
	text-decoration: underline;
}

a:hover {

	font-weight: bold;
	color: #18781E;
	text-decoration: underline;
	background: #FFF468;
}

a:active {

	font-weight: bold;
	color: #28FF74;
	text-decoration: underline;
}

/* ---------------------------------- */
/*               POPUPS               */
/* ---------------------------------- */

.popup_body {

	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: none;
	background-color: #8DC63F;
	
}

.popup_table {

	width: 100%;
	background-color: #FFFFFF;
}

.popup_title_bar {

	background-color: #8DC63F;
	padding: 4px;
}

.popup_title_text {

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.popup_close_text, 
.popup_close_text:link, 
.popup_close_text:visited, 
.popup_close_text:active, 
.popup_close_text:hover {

	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------------------------------- */
/*              portfolio              */
/* ----------------------------------- */

.portfolio_item {

	position: relative;
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: center;
}

#portfolio_viewer {

	display: none;
	position: absolute;
	top: 300px;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	z-index: 1000;
	background-color: #000;
}

#portfolio_viewer_content {

}

#portfolio_viewer_banner {

	margin-top: 10px;
	margin-bottom: 10px;
}

/* ----------------------------------- */
/*             DATA TABLES             */
/* ----------------------------------- */

.data_label {

}

.table_header_bar {

	background-color: #8DC63F;
	padding: 2px;
}

.table_header_text {

	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.table_subheader_bar {

	padding: 10px 5px 5px 5px;
}

.table_subheader_text {

	font-size: 14px;
	font-weight: bold;
	color: #8DC63F;
}

.calculate_button {

	background-color: #8DC63F;
	color: #FFFFFF;
}

.white {

	color: #FFF;
}

.tight {

	line-height: 11pt;
}

.align_left {

	text-align: left;
}

.indented_2_em {

	padding-left: 2em;
}

.resume_item {

	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 0;
	
	font-size: 8pt;
	line-height: 11pt;
}

.clear_div {

	clear: both;
}

.header_bar {

	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #8DC63F;
	padding: 2px;
}

.input_row {

	margin-top: 10px;
}

.brown_box {

	padding: 5px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #080;
	background-color: #DDA;

	font-size: 8pt;
	line-height: 11pt;
	
	display: block;
	
	z-index: 9999;
}

.sbd_button {

	color: #FFF;
	font-size: 16px;
	background-color: #8DC63F;
	padding: 3px 12px;
	border-radius: 8px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  home page  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

#headshot {

	width: 150px;
	height: 150px;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

.home_page_tool {

	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  constant contact  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

#mailing_list_form {

	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  shareware donations  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

#donations {

	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	border: 1px solid #484;
	background-color: #CDC;
	border-radius: 10px;
	padding: 10px;
}

#donation_title {

	color: #484;
	font-size: 14pt;
	margin-bottom: 9px;
}

#donation_note {

	margin-top: 4px;
	font-size: 8pt;
	line-height: 9pt;
}

.donation_form {

	display: inline;
}