/* CSS Document */

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #fff url('images/bg1.jpg');
padding: 20px 0px 35px;
}

body,input
{
font-size: 10pt;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

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

a:hover
{
text-decoration: underline;
}

h1
{
font-size: 1.2em;
background-image: url('images/db2.gif');
	padding-left: 28px;
}

h3 span
{
font-weight: normal;
}

h1,h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: left;
}

h3
{
font-size: 1.7em;
background-image: url('images/db1.gif');
	padding-left: 34px;
}

h4
{
font-size: 1.2em;
background-image: url('images/db2.gif');
	padding-left: 28px;
}

h5
{
font-size: 14px;
	position: relative;
	left: 1.0em;
}

.contentarea
{
padding-top: 1.3em;
}

img
{
	padding: 5px;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

img.middle
{
position: relative;
margin: 0em 0em 1.8em 1.8em;
	text-align: center;
	border: 2px solid black;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.box
{
position: relative;
background: #FDFCF6 url('images/boxbg.gif') repeat-x;
top: -1.5em;
border-bottom: solid 1px #E1D2BD;
}

#outer
{
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 900px;
background-color: #fff;
margin: 0 auto;
}

/* Header CSS */
#header {
	margin: 0px;
	text-align: center;
	background: url(images/hdrpic.png) repeat-x;
	height: 250px;
}

#headercontent
{
position: absolute;
bottom: 0em;
	padding-left: 2.0em;
}

/* Search CSS */

#search
{
position: relative;
	height: 4.0em;
	left: 0.5em;
	top: 0.5em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
padding: 0.10em;
width: 110px;
	border-right: thin solid #777777;
	border-bottom: thin solid #777777;
	border-left: thin solid #777777;
	border-top: medium solid #777777;
}

#search input.submit
{
background: #234960 url('images/buttonbg.gif') repeat-x;
border: 1px solid #234960;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

/* Menu CSS */

#menu
{
	background-color: #e4e6ec;
	text-transform: uppercase;
}

#menu a
{
color: #041e3c;
	font-size: 18px;
	text-decoration: none;
	padding: 0.5em 1.0em 0.9em;
}

#menu a:hover
{
text-decoration: underline;
}

/* Sub Menu CSS */

#submenu a
{
color: #041e3c;
	text-decoration: none;
}

#submenu a:hover
{
text-decoration: underline;
}

#submenu {
	font-size: small;
}

#submenu td
{
	width: 175px;
	height: 25px;
	vertical-align: middle;
	background-image: url(images/sidebarbg.jpg);
}

/* Breadcrumb */

#breadcrumb {
	font-size: x-small;
	color: #dc9604;
	vertical-align: middle;
	margin: 5px;
}

#breadcrumb a:hover
{
text-decoration: underline;
}

/* Contact CSS */

#contact {
	font-size: small;
}

/* Menu CSS */

#content {}

#normalcontent {
}

#primarycontainer{
	padding: 10px;
}

/* Footer CSS */

#footer {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
}

#footer ul li{
	color : #000000;
	background-color : transparent;
	display: inline;
}

#footer ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

#footer  ul li a:hover{
	text-decoration : underline;
}