
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*clearfix */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family:'Georgia', Times New Roman, Times serif; 
	color:#525252; 
	text-align:left; 
	height:100%; 
	font-size:12px; 
	line-height:18px;
	background-color:#ffffff; 
	background-image:url('../img/bDrop_background.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
	
* html body {
	background-image:none;
	background-color:#ffffff; 
	}


/* Page Structure
--------------------------------------------------------------------------------------- */

#frame { 
	min-height:9000px;
	background:url(../img/bDrop_stroke.png) left top repeat-y;
	}

* html #frame { 
	background:url(../img/bDrop_stroke.gif) left top repeat-y;
	height:9000px;
	}
	
#stroke {
	background:url(../img/bDrop_strokesmall.png) left top repeat-y;
	position:absolute;
	width:58px; 
	z-index:2;
	min-height:9000px;
	right:0;
	top:0;
	}
	
* html #stroke {
	background:none;
	}
	
	
#nav {
	height:104px;
	width:960px;
	background:url(../img/bDrop_nav.png) left repeat-x;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	padding-left:160px;
	}
	
* html #nav {
	background:none;
	}
	
#content {
	position:absolute;
	width:800px;
	padding-right:100px; 
	z-index:2;
	margin-left:160px;
	}
	
	
#home, #different, #who, #how, #crisis, #success, #need, #contact {
	padding-top:104px;
	margin:0px;
	min-height:750px;
	}
	
#different, #who, #how, #crisis, #success, #need, #contact {
	padding:0px;
	margin-top:104px;
	}

* html #home, * html #different, * html #who, * html #how, * html #crisis, * html #success, * html #need, * html #contact {
	padding:0px;
	margin:0px;
	height:750px;
	}


/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}

#home h1, #different h1, #who h1, #how h1, #crisis h1, #success h1, #need h1, #contact h1, #update h1 {
	width:800px;
	height:104px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#home h1 {
	background:url(../img/hd_home.png) no-repeat;
	}
	
* html #home h1 {
	background:url(../img/hd_home.gif) no-repeat;
	}
	
#different h1 {
	background:url(../img/hd_different.png) no-repeat;
	}
	
* html #different h1 {
	background:url(../img/hd_different.gif) no-repeat;
	}
	
#who h1 {
	background:url(../img/hd_who.png) no-repeat;
	}
	
* html #who h1 {
	background:url(../img/hd_who.gif) no-repeat;
	}
	
#how h1 {
	background:url(../img/hd_how.png) no-repeat;
	}
	
* html #how h1 {
	background:url(../img/hd_how.gif) no-repeat;
	}
	
#crisis h1 {
	background:url(../img/hd_crisis.png) no-repeat;
	}
	
* html #crisis h1 {
	background:url(../img/hd_crisis.gif) no-repeat;
	}
	
#success h1 {
	background:url(../img/hd_success.png) no-repeat;
	}
	
* html #success h1 {
	background:url(../img/hd_success.gif) no-repeat;
	}
	
#need h1 {
	background:url(../img/hd_you.png) no-repeat;
	}
	
* html #need h1 {
	background:url(../img/hd_you.gif) no-repeat;
	}
	
#contact h1 {
	background:url(../img/hd_contact.png) no-repeat;
	}
	
* html #contact h1 {
	background:url(../img/hd_contact.gif) no-repeat;
	}
	
#update h1 {
	background:url(../img/hd_update.png) no-repeat;
	}
	
* html #update h1 {
	background:url(../img/hd_update.gif) no-repeat;
	}
	
h2 {
	color:#333232;
	margin-bottom:16px;
	font-size:12px;
	line-height:18px;
	}
	

/* Text Styles
--------------------------------------------------------------------------------------- */

p { 
	margin-bottom:16px; 
	}
	
strong {
	color:#333232;
	}
	
#home em, #home strong {
	font-size:11px;
	line-height:16px;
	margin-bottom:9px;
	}
	

	

/* List Styles
--------------------------------------------------------------------------------------- */
	
ul { 
	font-size:12px; 
	line-height:18px; 
	margin:0 0 16px 17px;
	list-style-image:url(../img/ic_point.gif); 
	list-style-position: outside; 
	display:block; 
	}


/* Links
--------------------------------------------------------------------------------------- */

a, a:visited, a:hover {}

	
#content a, #content a:visited, #content a:hover { 
	color:#9c3636;
	text-decoration:none;
	margin:0px;
	}
	
#content a:hover { 
	text-decoration:underline;
	}

/* Main Navigation
---------------------------------------------------------------------------------------- */

#nav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	
	}

#nav ul li {   
	margin: 0;  
	padding: 0;
	float:left;
	}
		
#nav ul li a {  
	height:104px;  
	display: block;  
	margin: 0;  
	padding: 0;
	border-bottom:1px solid #bdb8b8;
	}

#nav ul li a.home  { 
	width:139px; 
	height:104px; 
	background: url(../img/bt_home.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.home {
	background: url(../img/bt_home.gif) top no-repeat; 
}

#nav ul li a.different  { 
	width:131px; 
	height:104px; 
	background: url(../img/bt_different.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.different {
	background: url(../img/bt_different.gif) top no-repeat; 
}
		
#nav ul li a.who  { 
	width:92px; 
	height:104px; 
	background: url(../img/bt_who.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.who {
	background: url(../img/bt_who.gif) top no-repeat; 
}
		
#nav ul li a.how { 
	width:96px; 
	height:104px; 
	background: url(../img/bt_how.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.how {
	background: url(../img/bt_how.gif) top no-repeat; 
}
	
#nav ul li a.crisis { 
	width:84px; 
	height:104px; 
	background: url(../img/bt_crisis.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.crisis {
	background: url(../img/bt_crisis.gif) top no-repeat; 
}
	
#nav ul li a.success { 
	width:110px; 
	height:104px; 
	background: url(../img/bt_success.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.success {
	background: url(../img/bt_success.gif) top no-repeat; 
}
	
#nav ul li a.need { 
	width:92px; 
	height:104px; 
	background: url(../img/bt_need.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.need {
	background: url(../img/bt_need.gif) top no-repeat; 
}
	
#nav ul li a.contact { 
	width:56px; 
	height:104px; 
	background: url(../img/bt_contact.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.contact {
	background: url(../img/bt_contact.gif) top no-repeat; 
}

#nav ul li a.home:hover  {  
	background: url(../img/bt_home.png) top no-repeat;  
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.home:hover  {  
	background: url(../img/bt_home.gif) top no-repeat;  
	}

#nav ul li a.different:hover  {  
	background: url(../img/bt_different.png) bottom no-repeat;  
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.different:hover  {  
	background: url(../img/bt_different.gif) top no-repeat;  
	}
		
#nav ul li a.who:hover {  
	background: url(../img/bt_who.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.who:hover  {  
	background: url(../img/bt_who.gif) top no-repeat;  
	}
		
#nav ul li a.how:hover {  
	background: url(../img/bt_how.png) bottom no-repeat;  
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.how:hover  {  
	background: url(../img/bt_how.png) top no-repeat;  
	}
	
#nav ul li a.crisis:hover { 
	background: url(../img/bt_crisis.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.crisis:hover  {  
	background: url(../img/bt_crisis.gif) top no-repeat;  
	}
	
#nav ul li a.success:hover { 
	background: url(../img/bt_success.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.success:hover  {  
	background: url(../img/bt_success.gif) top no-repeat;  
	}
	
#nav ul li a.need:hover { 
	background: url(../img/bt_need.png) bottom no-repeat;  
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.need:hover  {  
	background: url(../img/bt_need.gif) top no-repeat;  
	}
	
#nav ul li a.contact:hover { 
	background: url(../img/bt_contact.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
* html #nav ul li a.contact:hover  {  
	background: url(../img/bt_contact.gif) top no-repeat;  
	}
	
/* Main Navigation
---------------------------------------------------------------------------------------- */

#teasers ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	
	}

#teasers ul li {   
	margin: 0;  
	padding: 0;
	}
		
#teasers ul li a {  
	height:104px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}

#teasers ul li a.one  { 
	width:470px; 
	height:67px; 
	background: url(../img/bt_teaser1.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.one  { 
	background: url(../img/bt_teaser1.gif) top no-repeat; 
	}

#teasers ul li a.two  { 
	width:470px; 
	height:86px; 
	background: url(../img/bt_teaser2.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.two  { 
	background: url(../img/bt_teaser2.gif) top no-repeat; 
	}
		
#teasers ul li a.three  { 
	width:470px; 
	height:85px; 
	background: url(../img/bt_teaser3.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.three  { 
	background: url(../img/bt_teaser3.gif) top no-repeat; 
	}
		
#teasers ul li a.four { 
	width:470px; 
	height:86px; 
	background: url(../img/bt_teaser4.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.four  { 
	background: url(../img/bt_teaser4.gif) top no-repeat; 
	}

#teasers ul li a.one:hover  {  
	background: url(../img/bt_teaser1.png) bottom no-repeat;  
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.one:hover  {  
	background: url(../img/bt_teaser1.gif) bottom no-repeat;  
	margin:0; 
	padding:0;
	}

#teasers ul li a.two:hover  {  
	background: url(../img/bt_teaser2.png) bottom no-repeat;  
	}
	
* html #teasers ul li a.two:hover  {  
	background: url(../img/bt_teaser2.gif) bottom no-repeat;  
	}
		
#teasers ul li a.three:hover {  
	background: url(../img/bt_teaser3.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.three:hover {  
	background: url(../img/bt_teaser3.gif) bottom no-repeat; 
	}
		
#teasers ul li a.four:hover {  
	background: url(../img/bt_teaser4.png) bottom no-repeat;  
	margin:0; 
	padding:0;
	}
	
* html #teasers ul li a.four:hover {  
	background: url(../img/bt_teaser4.gif) bottom no-repeat;  
	}
	
	
/* Table Style
--------------------------------------------------------------------------------------- */	
	
#hometable td.stroke, #whotable td.stroke
{
	vertical-align:top;
	padding:15px 0px;
	border-top:1px solid #bdb8b8;
}

#whotable img {
 float:left;
 padding:0 13px 10px 0;
 }

/* Form Style
--------------------------------------------------------------------------------------- */	
	
#std_form
{
	margin:10px 0px 0px 0px;
	
}
	
#std_form td
{
	vertical-align:top;
	border:none;
	background:none;
	padding:0 0px 5px 0px;
}

input, textarea {
	margin-left:10px;
	}

#name,#email,#phone,#comment {
	width: 250px;
	height: 16px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	vertical-align: middle; 
}
		
#comment
{
	height: 160px;	
}