﻿body 
{
	background-color:#ccc;
	text-align:center;
	font-size:1em;
}

#container
{
	width:816px;
	height:100%;
	margin:auto;
	
}

#top
{
	background-image:url('images/bd-top.jpg');
	width:816px;
	height:15px;
	background-repeat:no-repeat;
}

#mid
{
	background-image:url('images/bg-mid.jpg');
	width:816px;
	height:1px;
	background-repeat:repeat-y;
	text-align:center;
	font-family:Verdana;
	font-size:0.9em;
	color:#333;
padding:9px;
	
}
#midinner
{
	text-align:left;
}
#bottom

{
	background-image:url('images/bd-bottom.jpg');
	width:816px;
	height:15px;
	background-repeat:no-repeat;
}

#header
{
}

#logo
{
	text-align:left;
}

#mainmenu
{
	text-align:center;
	font-size:0.75em;
	border-bottom:solid 5px #002C60;

}

.menuitem
{
	background-image:url('images/menu-sep.jpg');
	background-position:left bottom;
	padding:0px 20px;
	padding-bottom:4px;
	background-repeat:no-repeat;
	line-height:.75em;
}

.subnav

{
	background-image:url('images/sub-nav-bg.jpg');
	width:792px;
	height:26px;
	background-repeat:repeat-y;
	margin-left:2px;
	text-align:center;
	
}

.subnavitem
{
	color:White;
	font-size:0.65em;
	padding:0px 10px;
}

#content
{
}

#footer
{
	border-top:solid 5px #002C60;
	width:792px;
	font-size:0.7em;
	padding:25px 0px 10px 5px;
	color:#666;

}

h1
{
	font-family:Arial;
	font-weight:normal;
	color:#002c60;
	font-size:1.5em;
	padding-left:5px;
	padding-top:20px;
	margin-bottom:0px;
	line-height:0.8em;
	padding-bottom:0px
}

h2
{
	font-family:Verdana;
	font-weight:bold;
	color:#002c60;
	font-size:1em;
	padding-left:5px;
	padding-top:10px;
	font-style:normal;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
}

p, .stdfont, ul
{
	font-size:0.8em;
	color:#666;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	line-height:1.3em;
}

ul
{
	
}

.rightborder
{
	border-right:dashed 1px #999;
	padding-right:5px;
}

.colorcell
{
	background-color:#F4F4F4;
	border:solid 1px #fff;
	padding-bottom:0px;
}

.color
{
	color:#002C60;
}
a
{
	color:#002c60;
}













.labelTextBox
{
    width: 150px;
    vertical-align: top;
}

.labelMultiLineTextBox
{
    width: 150px;
    vertical-align: middle;
}

.inputTextBox
{
    background: none;
    font:1em "segoe ui",arial,verdana,sans-serif;
    color:#333;
    height:20px;
    
}

.textBox 
{
    border:none;
    /*border: 1px solid #000;*/
    background-image: url(images/textbox.gif);
    background-repeat:no-repeat;
    background-position:top left;
    width:218px;
    height:23px;
    font:1em "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding: 0 4px;
    line-height:21px;
    
}

.multiLineTextBox
{
    border: 1px solid #707070;
    /* border:none;*/
    background-image: url(images/multiLineTextbox.gif);
    background-repeat:no-repeat;
    background-position:left;
    width:317px;
    height:108px;
    font:1em "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding: 0px 4px;
    line-height:16px;
    overflow: auto;
    
scrollbar-3dlight-color:#e9e9e9;
scrollbar-arrow-color:#FFF;
scrollbar-base-color:#e9e9e9;
scrollbar-darkshadow-color:#e9e9e9;
scrollbar-face-color:#CCC;
scrollbar-highlight-color:#e9e9e9;
scrollbar-shadow-color:#e9e9e9;
scrollbar-track-color:#e9e9e9;
    
}


.errorText
{
    font:12px "segoe ui",arial,verdana,sans-serif;
    margin-top: 5px !important;
    
}

.contactForm
{   font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
 }

.dropDown 
{   border-width:0px;
    /*border: 1px solid #000;*/
    background-image: url(images/textbox.gif);
    background-repeat:repeat-x;
    background-color:#e8e8e8;
    
    width:218px;
    height:23px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding-left:4px;
    line-height:21px;}

.uppercase 
{text-transform:uppercase;}

.button:hover
{background-image: url(images/BtnOn.gif); color:#fff;}

.button
{
    /*border: 1px solid #707070;*/
    border:none;
    background-color:#fff;
    background-image: url(images/BtnOff.gif);
    background-repeat:no-repeat;
    width:100px;
    height:43px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    cursor:hand;    
    }

.ddlWidthController{width:218px;}

input{border-width:0px;}