/* Basic */


input {
	display: block;
	background: white;
	height: 45px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
    border:0 none;
	border-bottom: 1px solid #bbbcbd;
	font-size: 16pt;
}


input[type=submit] {
	background: white;
	text-align: center;
    color: #004A99;
}


form {
	height: 100%;
}

.formTable  {
	width: 100%;
	height: 130px;
	margin-top: 10px;
	padding: 0 0 0 0;
}

.transTable {
	width: 100%;
	height: 100px;
}

.formDiv {
	height: 150px;
}

.borderDiv {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 320px;
	background: url("../images/border.jpg") no-repeat center center;
}

h1{
    color: #004A99;
    font-size:15pt;
}

.titleDiv {
	padding-top: 110px;
	text-align: center;
}

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


h2,h3,h4,h5,h6
{
	padding-left: 50px;
	float: left;
    font-size:10pt;
	color: red;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: black;
	font-size: 10pt;
	background: url("../images/background.jpg");
}

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

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 0.5em 0.4em 1.5em 0.5em;
}

/* Header */
.headerWrap {
	width: 100%;
	display: table;
    border-bottom: solid 1px #cacaca;
}

.header {
	width: 100%;
	display: table-row;
}

.logoDiv
{
	display: table-cell;
	width: 120px;
	height: 120px;
	background: url("../images/logo.png") no-repeat center center;
}

#menu
{
	padding-top: 50px;
	display: table-cell;
	height: 6em;
	float: right;
}

#menu ul
{
	list-style: none;
	top: 2.3em;
	margin-left: 1.5em;
}

#menu li
{
    font-size:larger;
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background-color: #AF0A0A;
	color: #fff;
}

/* Content */

#content
{
	margin-top: 1px;
	padding-top: 0.5em;
}

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

#content h2
{
	font-size: 1.5em;
}

#content h3
{
    padding: 0.4em 0.0em 0.4em 0.4em;
	font-size: 1.2em;

}

#content h2,h3,h4,h5,h6
{
    
	/*padding: 0.4em 0.0em 0.4em 0.4em;*/
}

#leftMenu h3, h4{
	padding: 0em 0em 0.2em 0em;
	margin-bottom: 1.2em;
    border-bottom: dotted 1px #cacaca;
}

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

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}


/* Primary Content */

#primaryContentContainer
{
	float: center;
	width: 100%;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 11em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	margin-top: 0.2em;
	border-top: dotted 1px #cacaca;
	padding: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}
form{margin:0;padding:0;}
/*fieldset{margin:1em 0;border:none;border-top:1px solid #ccc;}*/
/*legend{margin:1em 0;padding:0 .5em;color:#036;background:transparent;font-size:1.3em;font-weight:bold;}*/
label{width:100px;text-align:right;}
textarea{border-top:1px solid #555;border-left:1px solid #555;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:1px;color:#333;}
select{padding:1px;}
div.fm-multi div{margin:5px 0;}
div.fm-multi input{width:1em;}
div.fm-multi label{display:block;width:200px;padding-left:5em;text-align:left;}
#fm-submit input{border:1px solid #333;padding:2px 1em;background:#555;color:#fff;font-size:100%;}
input:focus,textarea:focus{background:#efefef;color:#000;}

fieldset {display:block;background:#FFEEBD; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; width:90%;}
legend {background:#bfbf30; color:#fff; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px; margin:-26px 0 0 -11px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}
fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}

a.button {
	display: block;
	padding: 5px 0;
	border: none;
    display: block;
    font-size: 16pt;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    background: white none repeat scroll 0 0;
    color: #004a99;
    text-align: center;
    text-decoration: none;
   	margin-bottom: 5px;
}