/*
http://www.jvbrokers.com
*/

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

body,h1,h2,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
	margin: 0;
	padding: 0;
	}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #FFFFFF url(images/bodybg2.gif) repeat fixed bottom center;
	color: #393c3f;
	line-height: 20px;
    text-align:center;
}
#wrapper {
    margin: 0 auto;
    width: 798px; /* Replace the xxxx with the the width of your site (eg 800px)*/
    text-align:left;
}
	
	}
table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}

input, textarea {
	border:1px solid #d2d2d0;
	padding:3px;
	font-size:11px;
	color:#232323;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.button {
	color: #ffffff;
	background-color: #007dee;
	border: 0px;
	font-size: 11px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
input.button:hover {
	background-color: #393c3f;
}


	
/*Banner*/	



.gfx a {
	background: url(images/bannerbg2.jpg) no-repeat; display: block; height: 84px;
}


	
/* menu */
.menu b {
	background: #12127D;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #FFFFFF;
	float: left;
	padding-top: 4px;
	padding-left: 1px;
	width: 157.6px; height: 26px;
}
.menu b span {
	padding-left: 6px;
}
.menu b:hover {
	background: #809FFE url(images/bgmenu2.gif) repeat-x;
	color: #FFFFFF;
}
.menu b#last {

	border-right: none;
}

/* Content */

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	border: dashed 1px #073C4C;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 25em;
	padding: 1.5em;
	margin-right: 50em;
}


/* Footer */

.footer {
	background: #151515;
	border-bottom: 1px #575757 solid;
	}
	
.footer ul li {
	float: left;
	display: inline;
	}
	
.footer ul {
	margin: 0;
   	padding: 10px 0 0 0;
   	list-style: none;
	height: 30px;
	background: #151515;
	border-top: 5px solid #303030;
	width: 95%
	}
	
.footer ul a {
	display: block;
	font: bold 1.1em Trebuchet MS, Arial, sans-serif;
	color: #ffffff;
	}
	
.footer ul a {
	padding: 3px 7px;
	-moz-border-radius: 3px;
	background-color: #212121;
	text-decoration: none;
	margin: 0 10px 0 10px;
	}


