/* ---------------------- */
/*      General           */
/* ---------------------- */

body {
	background-color: #fffde3;
}

table {
	padding: 0;
	spacing: 0;
}

tr {

}

.gray_background {
	background-color: #343031;
}
	

.white {
	background-color: white;
}

.emphasis {
	color: red;
}

.smalltext {
	font-size: 80%;
}

/* ---------------------- */
/* Overall Page Structure */
/* ---------------------- */

#table1 {
	Width: 758;
	background-color: #000044;
	border-left: 2 solid #5E5E5E;
	border-bottom: 2 solid #5E5E5E; 
	border-right: 2 solid white;
	border-top: 2 solid white;
	padding: 0;
	spacing: 0;
}

/* ---------------------- */
/*  Content Row Structure */
/* ---------------------- */

#table2 {
	Width: 748;
	align: center;
	background-color: white;
	padding: 0;
	spacing: 0;
}

#left_column {
	Width: 112;
	background-color: #00635A;
	vertical-align: top;
}

#center_column {
	Width: 449;
	background-color: white;
}
#right_column {
	Width: 187;
	background-color: #EBEBEB;
}

/* ---------------------- */
/*  Home Page Content     */
/* ---------------------- */

#table3 {
	Width: 748;
	align: center;
	background-color: #000044;
	padding: 0;
	spacing: 0;
}


#center_left{
	width: 320;
}

#center_right{
	width: 320;
	background: http:/www.sustainableglobalsolutions.com/images/gray_wall.gif;
}	

/* ---------------------- */
/* Navigation Border      */
/* ---------------------- */

#nav_heading {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}
p.nav_text_right {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}
#nav_text_left_label {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
#nav_text_left {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50%;
	margin-bottom: 0;
	margin-top: 0;
}

#nav {
	color: gray;
}

#nav a {
}

#nav a:link {
	color: gray;
	text-decoration: none;
}

#nav a:visited {
	color: silver;
	text-decoration: none;
}

#nav a:hover {
	color: black;
	text-decoration: underline;
}
	
#nav a:focus, a:active {
	color: black;
	background-color: white;
}

/* ---------------------- */
/*      Main Menu         */
/* ---------------------- */

#page_menu {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-left: 3;
	margin-bottom: 0;
	margin-top: 0;
	color: white;
	font-weight: bold;
}

#page_menu a {
	color: white;
}

#page_menu a:link {
	text-decoration: underline;
}

#page_menu a:visited {
	color: white;
	text-decoration: none;
}

#page_menu a:hover {
	color: silver;
	text-decoration: underline;
}
	
#page_menu a:focus, a:active {
	color: silver;
	
}
/* ---------------------- */
/*       Sub Menu         */
/* ---------------------- */

#sub_menu {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-left: 13;
	margin-bottom: 0;
	margin-top: 0;
	color: #EBEBEB;
	font-weight: bold;
	text-decoration: underline;
}

#sub_menu a {
	color: yellow;
}

#sub_menu a:link {
	color: yellow;
	text-decoration: underline;
}

#sub_menu a:visited {
	color: #EBEBEB;
	text-decoration: none;
}

#sub_menu a:hover {
	color: silver;
	text-decoration: underline;
}
	
#sub_menu a:focus, a:active {
	color: silver;
	
}
/* ----------------------- */
/*       Sub Menu 2        */
/* ----------------------- */

#sub_menu_2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#sub_menu_2 a {
	color: grey;
}

#sub_menu_2 a:link {
	color: grey;
	text-decoration: underline;
}

#sub_menu_2 a:visited {
	color: grey;
	text-decoration: none;
}

#sub_menu_2 a:hover {
	color: blue;
	text-decoration: underline;
}
	
#sub_menu_2 a:focus, a:active {
	color: blue;
	
}

/* ---------------- */
/*        text      */
/* ---------------- */ 
#text_headline {
	text-align: left;
	background-color: white;
	margin-left: 12;
	margin-right: 12;
	font-family: 'Arial Black';
	font-size: 110%;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

#text_center_headline {
	text-align: center;
	background-color: white;
	margin-left: 12;
	margin-right: 12;
	font-family: 'Arial Black';
	font-size: 110%;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

#text_script_center {
	color: red;
	text-align: center;
	background-color: white;
	margin-left: 12;
	margin-right: 12;
	font-family: 'Brush Script MT',Phyllis,'Lucida Handwriting',cursive;
	font-size: 170%;
	font-style: normal;
	font-weight: bold;	
	margin-bottom: 0;
	margin-top: 0;
}

#text_center {
	color: Black;
	text-align: center;
	background-color: white;
	margin-left: 12;
	margin-right: 12;
	font-family: Arial;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;	
	margin-bottom: 0;
	margin-top: 0;
}

#text_italic {
	text-align: left;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	margin-top: 0;
}

#text_small_emphasis {
	text-align: left;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_center_heading {
	color: #000044;
	text-align: center;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_center_heading_underline {
	color: blue;
	text-align: center;
	margin-left: 12;
	margin-right: 12;
	font-family: 'Arial Black';
	font-size: 100%;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_left_bold_underline {
	color: gray;
	text-align: left;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_center_heading_red_large {
	color: red;
	text-align: center;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_center_heading_red {
	color: red;
	text-align: center;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_small_center {
	text-align: center;
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#text_right {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 64%;
	margin-left: 12;
	margin-right: 12;
}

#text_list {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: white;
	margin-left: 24;
	margin-right: 12;
	margin-bottom: 0;
	margin-top: 0;
}

#text_bullet_list {
	 list-style-type: circle; 
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: white;
	margin-left: 24;
	margin-right: 12;
	margin-bottom: 0;
	margin-top: 0;
}

#text_list_small {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: white;
	margin-left: 24;
	margin-right: 12;
	margin-bottom: 0;
	margin-top: 0;
}

#text {
	text-align: left;
	background-color: white;
	margin-left: 12;
	margin-right: 12;
	margin-bottom: 0;
	margin-top: 0;
} 
#text_small {
	text-align: left;
	background-color: white;
	font-size: 75%;
	margin-left: 12;
	margin-right: 12;
	margin-bottom: 0;
	margin-top: 0;
} 

#text_sub_heading {
	margin-left: 12;
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

p.bold_italic {
	margin-left: 12; 
	margin-right: 12;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

p.text_text {
	margin-left: 12; 
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	margin-bottom: 6;
	margin-top: 0;
}

p.small_bold_italic {
	margin-left: 12; 
	margin-right: 0;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

p.about_author {
	margin-left: 12; 
	margin-right: 12;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	font-style: italic;
}
p.article_strong {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}


/* Excerpt */

#excerpt {
	text-align: left;
	
}

p.excerpt_headline {
	margin-left: 1; 
	margin-right: 1;
	font-family: 'Arial Black';
	font-size: 110%;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

p.excerpt_author {
	margin-left: 1; 
	margin-right: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	margin-top: 0;
}

p.excerpt_text {
	margin-left: 1; 
	margin-right: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
}
span.continued {
	margin-left: 1; 
	margin-right: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	margin-top: 0;
}


/* Ads */

#ad {
	text-align: center;
}
	
p.product_heading {
	text-align: center;
	margin-top: 1; 
	margin-bottom: 4;
	font-family: 'Arial Black';
	font-size: 90%;
	font-style: normal;
}

p.product_review_link {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

p.images {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 4;
}

/* headings */

#headings {
	text-align: center;
}
	
p.main_heading {
	text-align: center;
	margin-top: 12; 
	margin-bottom: 0;
	font-family: "Arial Black";
	font-size: 90%;
}

p.heading_link {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

p.heading_caption {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	}

//----------------------------//
//        Dissolve            //
//----------------------------//

#wrap{
	width:500px;
	padding:10px;
	border:3px double #999;
	font-family:arial,helvetica,serif;
	font-size:20pt;text-align:center;margin:30px auto;
	}
	
#message{
	height:1%;
	font-family: arial,helvetica,serif;
	font-size: 20pt
	font-style: italic;
	font-weight: bold;
	color: white;
	filter:alpha(opacity=0);
	opacity:0;
	}
	
/* ---------------------- */
/*      rss_format         */
/* ---------------------- */

#rss_area {
	background-color: #000022;
}

#rss_column {
	width: 25%;
	vertical-align: top;
}


#rss_format {
	margin-left: 5; 
	margin-right: 5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin-bottom: -0;
	margin-top: 0;
	color: white;
	
}

#rss_format a {
	color: white;
}

#rss_format a:link {
	text-decoration: none;
}

#rss_format a:visited {
	color: white;
	text-decoration: none;
}

#rss_format a:hover {
	color: silver;
	text-decoration: underline;
}
	
#rss_format a:focus, a:active {
	color: silver;
	
}

#rss_heading_text {
	margin-left: 5; 
	margin-right: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10;
	color: white;
}

#rss_heading {
	width: 100%;
	column-span: 4;
}

#player {
	virtical-space: 0;
	border: 0px;
	align: left;
	margin-bottom: 0;
	margin-top: 0;
}