/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

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

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

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

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	font: 62.5%/1.5 normal "Trebuchet MS", Arial, sans-serif;
	color: #ccc;
	background: #EBEBEB url(images/back.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	width: 980px;
}

a {
color: #a2beda;
text-decoration: none;
}

p {
margin-bottom: 8px;
}

#branding_main {
background: url(images/pwc-logo.gif) no-repeat;
height: 142px;
}

#branding_main h1 {
padding-top: 15px;
text-indent: 350px;
font-size: 1.5em;
color: #1f4691;
}

#branding_main_subimage {
background: url(images/k38-logo.gif) no-repeat;
float:right;
width: 315px;
height: 118px;
}

#navi {
margin-top: 0px;
margin-left: 0;
margin-bottom: 3px;
margin-right: 0;
text-align: center;
padding: 0;
}

#navi ul {
border-bottom-color: white;
border-top-color: white;
border-bottom-width: 1px;
border-bottom-style: solid;
border-top-style: solid;
border-top-width: 1px;
margin: 0;
padding: 0;
list-style: none;

float: right;

}

#navi ul li {
float: left;
}

#navi ul a {
display: block;
padding: 0 1.9em;
line-height: 2.1em;
text-decoration: none;
font-size: 1.4em;
color: #a2beda;
}

#navi ul a:hover {
color: #000099;
}


.clear_both {
	clear: both;
}

#branding_sub {
clear: both;
}
/*
#content {
	background-image: url(images/jet-ski.jpg);
	background-repeat: no-repeat;
	height: 453px;
}
*/ 
#sub_content_home {
	color: #333333;
	font-size: 1.3em;
	background-color: #fff;
	margin-top: -140px;
	padding: 1px;
	height: 100%;
}

#sub_content {
	color: #333333;
	font-size: 1.3em;
	background-color: #fff;
}

#sub_content h1{
	font-size: 1.5em;
}

#sub_content_home h1{
	font-size: 1.5em;
}

#sub_content h2{
	font-size: 1.2em;
	margin-top: 15px;
}

#sub_content_home h2{
	font-size: 1.2em;
	margin-top: 15px;
}

#sub_content a {
color: #0000cc;
text-decoration: underline;
}

#sub_content_home a {
color: #0000cc;
text-decoration: underline;
}

#sub_content_text {
	float: left;
	width: 60%;
	padding: 15px;
}

#sub_content_text_home {
	float: left;
	width: 60%;
	padding: 15px;
position: relative;
z-index: 6;
margin-bottom: 10px;
}

#sub_content_logos {
	position: relative;
	top: 0px;
	float: right;
	width: 36%;
	z-index: 6;	
}

.contact_click {
display: block;
width: 100%;
height: 50px;
}

#branding_sub {
	background-color: #000;
	padding: 15px;
	font-size: 1.1em;
}

#footercontent {
width: 460px;
float: left;
}

#footercol1 {
width: 230px;
float: left;
}

#footercol2 {
width: 230px;
float: right;
}

#footercol3 {
width: 490px;
float: right;
}


