@charset "utf-8";
/* CSS Document */

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

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,abbr
{
	border:0;
}

address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

ul
{
	list-style:none;
}

caption,th
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size:1.0em;
}

p
{
	float: none;
	clear: both;
}

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

a
{
	text-decoration:none;
}

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/
html
{
	overflow: scroll;
}

body
{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a
{
	color: #fe0000;
	text-decoration: underline;
}

a:visited
{
	color: #fe0000;
}

a:hover
{
	text-decoration: none;
}

ul,ol
{
	margin: 0 0 16px 0;
}

p,pre,.image,h1,h2,h3,h4,h5,h6
{
	margin: 0 0 1.0em 0;
}

h1
{
	font-size: 14px;
}

strong,h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

li
{
	margin-bottom: 0px;
}

ul li
{
	background: url(../_images/arrow_black.gif) 0 5px no-repeat;
	padding-left: 15px;
}

ol li
{
	margin-left: 0px;
}

/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
*
{
	vertical-align: top;
}

#divMain
{
	margin: 50px auto;
}

#divLogo
{
	margin: 0px;
}

#divHeader
{
	width: 630px;
	height: 80px;
	background-image: url(../_images/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 5px 5px 5px 15px;
}

.divHeaderCompany
{
	color: #ffffff;
	font: 18px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	vertical-align: bottom;
}

.divHeaderAddress1
{
	width: 120px;
	color: #ffffff;
	padding: 10px;
	vertical-align: bottom;
}

.divHeaderAddress2
{
	width: 150px;
	color: #ffffff;
	padding: 10px;
	vertical-align: bottom;
}

#divNavigation
{
	width: 130px;
	height: 545px;
	background-image: url(../_images/navigation_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 10px 10px;
	margin: 15px 5px 15px 5px;
	vertical-align: top;
}

#divContent
{
	width: 610px;
	min-height: 545px;
	margin: 15px 5px 15px 15px;
	padding: 10px;
	vertical-align: top;
}
#divContent *
{
	vertical-align: top;
}

/* 
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#divNavigation
{
	color: #ffffff;
}

#divNavigation li
{
	background: url(../_images/arrow.gif) 0 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 16px
}

#divNavigation a
{
	color: #ffffff;
	font-weight: bold;
}