body, div, p, a, ul, ol, li, dl, dt, dd, blockquote, h1, h2, h3, h4, h5, h6, form, input, label, table, th, tr, td {
	font-family:Verdana;
	font-size:12px;
	color:#424242;
}
p, li, td {
	line-height:20px;
}

body {
	position:relative;
	background-color:#DCE7F4;
	height:100%;
}

a img {
	border:none;
}

a {
	color:#0E2748;
	font-weight:bold;
	text-decoration:none;
}

a:visited, a:active {
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin:0px;
	padding:0px;

	padding-top:12px;

	font-size:16px;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	color:#0E2748;
}

ul li {
	margin-bottom:4px;
}

table.standard {
	position:relative;
	width:100%;
	margin-top:12px;
	margin-bottom:12px;
}

table.standard th {
	font-weight:bold;
	font-size:12px;
}

table.standard tr>td {
	padding-left:16px;
}

table.standard tr.odd_row {
}

table.standard tr.even_row {
	background-color:#E4EBF2;
}

table.standard td {
	padding-left:12px;
	text-indent:-12px;
}

table.standard img {
	left:-15px;
}

table.form_table {
	position:relative;
	width:100%;
	
	text-align:left;
}

table.form_table tr {
}

table.form_table tr td {
	height:3.0em;
}

table.form_table .input_label {
	display:block;
	font-variant:small-caps;
}

.label_text {
	display:block;
	padding-top:12px;
	padding-bottom:6px;
	color:#0E2748; 
}

.req {
	color:red;
}

.form_table a.CommandButton {
	display:block;
	margin-top:0.5em;
	font-size:1.3em;
	padding:0.5em;
	background-color:#004A93;
	color:#FFFFFF;
	width:150px;
}

table.input_cb input {
	margin-right:6px;
}

table.form_table input, table.form_table select, table.form_table textarea {
	margin-left:12px;
}

table.form_table .NormalRed {
	color:red;
}

div#header {
	position:relative;
	width:820px;
	height:203px;

	margin:auto;
	
	background-image:url(header_logo.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	
	z-index:110;
}

div#header h1, div#header p {
	margin:0px;
	padding:0px;
}

div#header img.name {
	position:absolute;
	left:0px;
	top:0px;
}

div#header img.phone {
	position:absolute;
	right:0px;
	top:0px;
}

div#container {
	position:relative;
	width:800px;
	height:auto;

	margin:auto;
		
	z-index:99;
}

div#menu {
	position:relative;
	width:100%;
	height:32px;
	
	background-color:#D9E3ED;
	background-image:url(menu_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	
	color:#0E2748;
	
	z-index:100;
}

div#menu * a {
	font-size:inherit;
	color:inherit;
	text-decoration:none;
	display:block;
}

div#menu ul {
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	
	text-align:center;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div#menu ul li {
	float:left;
	
	padding-left:9px;
	padding-right:9px;
	padding-top:9px;
	padding-bottom:9px;

	margin:0px;
	
	color:#0E2748;
	font-size:12px;
	font-weight:bold;
	line-height:14px;

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div#menu ul li a {
	color:#0E2748;
	font-size:12px;
	font-weight:bold;
}

div#menu ul li ul {
	position:absolute;
	width:220px;
	
	left:-999em;
	
	margin-top:9px;
/*	padding-left:5px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:3px;*/
	
	background-color:#004A93;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	border-bottom-style:none;
	
	text-align:left;
}

div#menu ul li ul li {
	display:block;
	width:100%;

	padding:0px;
	
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div#menu ul li ul li ul {
	position:absolute;
	width:200px;
	
	left:-999em;
	
	padding:0px;
	
	background-color:#004A93;
	
	font-style:italic;
	text-align:left;	
}

div#menu ul li ul li a {
	padding:8px 0px 8px 8px;

	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}

div#menu ul li:hover, div#menu ul li:hover a, div#menu ul li.sfhover, div#menu ul li.sfhover a {
	background-color:#004A93;
	color:#FFFFFF;
}

div#menu ul li:hover, div#menu ul li.sfhover {
	margin-right:-2px;
	
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}

div#menu ul li:hover ul, div#menu ul li.sfhover ul {
	left:auto;
}

div#menu ul li:hover ul {
	margin-left:-10px;
	margin-top:9px;
}

div#menu ul li:hover ul li ul, div#menu ul li.sfhover ul li ul {
	left:-999em;
}

div#menu ul li ul li:hover ul {
	left:auto;
	margin-left:219px;
	margin-top:-29px;
}

div#menu ul li ul li:hover, div#menu ul li ul li:hover a, div#menu ul li ul li.sfhover, div#menu ul li ul li.sfhover a {
	background-color:#FFFFFF;
	color:#0E2748;
}

div#menu ul li ul li:hover ul li, div#menu ul li ul li:hover ul li a, div#menu ul li ul li.sfhover ul li, div#menu ul li ul li.sfhover ul li a {
	background-color:#004A93;
	color:#FFFFFF;
}

div#menu ul li ul li ul li:hover, div#menu ul li ul li ul li:hover a, div#menu ul li ul li ul li.sfhover, div#menu ul li ul li ul li.sfhover a {
	background-color:#FFFFFF;
	color:#0E2748;
}

div#main {
	position:relative;
	width:100%;
	
	
	background-color:#FFFFFF;
	
	z-index:90;
}

div#mainTop {
	position:relative;
	width:100%;

	background-color:#D9E3ED;
	background-image:url(mainTop_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

div#mainBottom {
	position:relative;
	width:100%;
	min-height:400px;
	
	background-color:#FFFFFF;
	background-image:url(mainBottom_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
}

div#mainShadowLeft {
	position:absolute;
	width:16px;
	height:100%;
	
	top:0px;
	left:-16px;
	
	background-image:url(main_shadowLeft.png);
	background-position:top left;
	background-repeat:repeat-y;
	
	z-index:90;
}

div#mainShadowRight {
	position:absolute;
	width:16px;
	height:100%;
	
	top:0px;
	right:-16px;
	
	background-image:url(main_shadowRight.png);
	background-position:top left;
	background-repeat:repeat-y;
	
	z-index:90;
}

div#footer {
	position:relative;
	width:100%;
	height:100px;
	
	padding-top:20px;
	
	background-image:url(footer_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	
	z-index:90;
}

div#footer p {
	padding:0px;
	margin:0px;
	text-align:center;
}

div#footerShadowLeft {
	position:absolute;
	width:16px;
	height:100%;
	
	top:0px;
	left:-16px;
	
	background-image:url(footer_shadowLeft.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	z-index:90;
}

div#footerShadowRight {
	position:absolute;
	width:16px;
	height:100%;
	
	top:0px;
	right:-16px;
	
	background-image:url(footer_shadowRight.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	z-index:90;
}

div#background_top {
	position:fixed;
	width:800px;
	height:370px;

	top:00px;
	left:50%;
	margin-left:-400px;
	
	background-image:url(background_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div#background_left {
	position:fixed;
	width:190px;
	height:739px;
	
	top:0px;
	left:50%;
	margin-left:-590px;
	
	background-image:url(background_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	z-index:00;
}

div#background_right {
	position:fixed;
	width:190px;
	height:739px;
	
	top:0px;
	left:50%;
	margin-left:400px;
	
	background-image:url(background_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	z-index:00;
}

div#background_bottom {
	position:fixed;
	width:1200px;
	height:233px;

	bottom:0px;
	left:50%;
	margin-left:-600px;
	
	background-image:url(background_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}



/** DNN STYLES **/

table.ControlPanel {
	position:relative;
	width:810px;

	margin:auto;
	
	padding:5px;
	z-index:500;
	
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#0E2748;
	border-width:2px;
}




div.container_text div.vendor_list {
	position:relative;
	width:100%;
	
	text-align:center;
}

div.container_text div.vendor_list div.vendor_entry {
	display:inline-block;
	width:31%;
	margin-right:1%;
	margin-top:0px;
	margin-bottom:12px;
}

div.container_text div.vendor_list h2 {
	text-align:center;
	width:60%;
	
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;

	background-color:#004A93;
	color:#FFFFFF;

	padding-top:6px;
	padding-bottom:6px;
}

div.container_text div.vendor_list h3, div.container_text div.vendor_list p {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

div.container_text div.vendor_list h3 {
}

table.form_refer {
	width:100%;
}

table.form_refer td {
	width:25%;
	height:3em;
}

table.form_refer .ContactLabel {
	display:block;
}

table.form_refer .referHeader {
	text-align:center;
}

div.column3 {
	width:32%;
	margin-left:0.5%;
	margin-right:0.5%;
	float:left;
}

.label_text {
	font-weight:bold;
}

div#OVLogo {
	position:relative;
	width:136px;

	margin:auto;
	padding:10px 0;

	text-align:center;
}

	div#OVLogo a:hover {
		text-decoration:none;
	}
	
	
/* DNN Solpart Action Menu */
.ModuleTitle_SubMenu {
	position:relative;
	top:0px !important;
	left:600px !important;
	background:#F5F5F5;
	border:2px solid #303C4B;
	border-bottom-width:1px;
	
	z-index:1000;
}

	.ModuleTitle_SubMenu .ModuleTitle_MenuItem {
		border:none;
	}
	
		.ModuleTitle_SubMenu .ModuleTitle_MenuItem td, .ModuleTitle_SubMenu .ModuleTitle_MenuBreak td {
			padding:0 2px 0 4px;
		}
	
		.ModuleTitle_SubMenu .ModuleTitle_MenuItem td.ModuleTitle_MenuIcon, .ModuleTitle_SubMenu .ModuleTitle_MenuBreak td.ModuleTitle_MenuIcon {
			padding:0;
		}
	
	.ModuleTitle_SubMenu .ModuleTitle_MenuIcon  {
		background-color:transparent;
		border:none;
	}
	
	.ModuleTitle_SubMenu .ModuleTitle_MenuBreak {
		width:100%;
	}
	
	.ModuleTitle_SubMenu .ModuleTitle_MenuBreak, .ModuleTitle_SubMenu .ModuleTitle_MenuBreak td {
		height:1px;

		background-color:#303C4B;
		border:none;
	}
	
	.ModuleTitle_SubMenu .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
		height:1px;
		
		background-color:#303C4B;
		border:none;
	}
	
	.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel
	{
	    background-color: #E4E6E8;
	}
	
.ModuleTitle_MenuItem {
	border-width:0;
}