body {color:#000; font-family:"century gothic","trebuchet ms",verdana,tahoma,arial,sans-serif; font-size:12px; padding:0px; margin:0px; width:100%; background-color:#fff;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

ul{list-style: none;}

ul.normal{ list-style:disc;}

ul.normal li{margin-left:10px; line-height:20px;}

p{padding:2px; margin:0px;}
p.nopad{padding:0px; margin:0px;}
a{color:#9e0b0f; text-decoration:none;}

a:hover{color:#065420;}

img.left{margin:8px; padding:0 0 0 15px; float:left;}

.green{color:#08B43E}

h1{color:#FF1923;
font-size:19px;
font-style:italic;
font-weight:bold;
padding-top:15px;
margin-top:0px;
text-transform:uppercase;}

h2{color:#9e0b0f;
font-size:18px;
font-weight:bold;
padding:0px;
margin:0px;}

h3{color:#9e0b0f;
font-size:20px;
font-weight:bold;
border-bottom:1px solid #9e0b0f;}

hr{color:#ccc;}

#site{width:100%; display:block; background-image:url(../images/bg.png); background-position:top; background-repeat:repeat-x;}

#header{width:100%; height:110px; background-image:url(../images/header_bg.jpg); background-repeat:repeat-x;}
#header_content{ width:954px; margin:0 auto;}
#content{ margin:0px auto; width:900px;}
#content_top{margin:0px auto; width:900px; height:auto;}

#content #text{ width:100%; height:100%; margin:0 auto; background-image:url(../images/content_bg.png); background-repeat:repeat-x; background-color:#719BAA; float:left; position:relative; margin-left:25px; overflow:hidden;}

#content_left{width:600px; float:left; padding:0px 15px 9999px 15px; margin-bottom:-9999px; background-image:url(../images/index_left_bg.jpg); background-repeat:repeat-y; color:#333;}

#content_left a:hover{color:#04AAF8;}

#content_right{ width:295px; float:left; padding:0px 0px 9999px 0px; margin-bottom:-9999px; background-image:url(../images/index_right_bg.jpg); background-repeat:no-repeat;}

#logo{ width:184px; height:90px; float:left; position:relative; margin:10px 20px;}
#logo2{ width:307px; height:41px; float:left; background-image:url(../images/pec-docs.png); margin-top:15px;}

#menu {
	float:left;
	width:500px;
	margin: 0;
	margin-left:7px;
	padding: 0;
	list-style: none;
	z-index:1000;
	position:relative;
}

#menu ul{padding:0px; margin:0px 0 0; float:left;}

#menu li {
	display: inline;
	padding:10px;
}

#menu li a {
	display: block;
	float: left;
	overflow: hidden;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
#menu li a:hover {
	color:#ccc;
}

/* Dropdown style */
#menu li {
	float:left;
	display:block;
	position:relative;
}

#menu li:hover > a {
	color:fff;
}

#menu li ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 54px;
	line-height: 40px;
	height:30px;
	margin: 0;
	padding: 0;
	float:left;
	margin-top:3px;
	visibility: hidden;
	width:250px;
}

#menu li ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	float:left;
}

#menu li:hover ul {
	left: 0;
	top: 51px;
	visibility: visible;
}

#menu li ul li {
	float: left;
	display: inline;
	background-color:#02501D;
	border-bottom:1px solid #DDCCB2;
	width:100%;
}

#menu li ul li:hover{
	background-color:#8e0a0d;
}

#menu li ul li a {
	line-height: 40px;
	color: #fff;
	width: auto;
	height: 40px;
	padding: 0;
	background: none;
	text-indent: 10px;
	text-decoration: none;
	font-size:14px;
	display: block;
	float:left;
	width:100%;
	font-weight:bold;}

#menu li ul li a:hover{
	color:#fff;
}

#userInfo{ float:right;}
#userInfo p{ color:#fff; text-align:right;}

#footer{width:954px; height:138px; background-image:url(../images/bg_footer.jpg); margin:10px auto 0; float:left; color:#629874; position:relative;}
#footer a{color:#629874; text-decoration:none;}
#footer a:hover{color:#fff;}

.content_table{ width:98%; border:3px solid #442416; margin-top:30px; margin-left:10px;}
.content_table tr{ padding:0px; }
.content_table tr td{ border:1px solid #442416; border-collapse:collapse; line-height:20px; text-align:center}

	
.bullet{list-style:disc}

.img{margin:10px 5px 0 0; padding:5px; border:1px solid #fff;}
.img_left{margin:10px 5px 0 0; padding:5px; border:1px solid #fff; float:left}

.img_right{margin:10px 5px 0 0; padding:3px; border:1px solid #fff; float:right}

.gmap{width:550px; height:350px; clear:both; display:block; margin:60px auto 10px auto; padding-top:20px;}

.red_bar{width:954px; background-image:url(../images/red_bar.jpg); background-repeat:repeat-x; height:8px; float:left;}

/* Forms
------------------------------------*/

fieldset {
	border: 1px solid #D5CDC8;
	width: auto;
	display: block;
	margin: 20px 0;
	width: 580px;
	padding: 10px;
}
legend {
	font-weight: bold;
	font-size: 120%;
	color: #a0410d;
}
textarea, input[type='text'] {
	background: #fff;
	border: 1px solid #D5CDC8;
	color: #333;
}
label {
	display: block;
	float: left;
	width: 15em;
	margin-right: 1.5em;
	text-align: right;
}
select {
	background: #fff;
	border: 1px solid #D5CDC8;
	color: #333;
}
button, input[type='submit'] {
	padding: .2em 1em;
	background: #929e9c;
	color: #fff;
	border: 1px solid #D5CDC8;
	font-weight: bold;
}
button:hover, input[type='submit']:hover {
	background: #5D7E8B;
	color: #fff;
	border: 1px solid #D5CDC8;
	cursor:pointer;
}
form div {
	border-bottom: 1px solid #D5CDC8;
	margin-top: -1px;
	padding: .4em 10px;
	width: 550px;
	float: left;
}
	form div.last {
		border-bottom: 0;
	}
	form div.alt {
		background: #9AB9ED;
	}
input[type='text'], input[type='password'] {
	padding: 3px 8px;
	font-family:"Myriad Pro";
}

.securityCode{-x-system-font:none;
color:#003366;
font-family:"Myriad Pro";
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:normal;}

.success{font-weight:bold; font-size:16px; text-align:center;}

.error{font-weight:bold; font-size:12px; margin-left:20px;}

#template_content{padding:10px 20px;}

.msg{ text-align:center; color:#ff0000; font-weight:bold;}

#userFiles{ width:auto; min-width:300px; height:auto; float:left; margin-left:30px;}