* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image:url(images/layout_bkg.jpg);
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 880px;
}
#header {
	color: #333;
	width: 880px;
	float: left;
	padding: 0px;
	height: 162px;
	margin: 10px 0px 0px 0px;
}
#navigation {
	float: left;
	width: 880px;
	height: 36px;
	text-align: right;
	color: #333;
	padding: 0px;
	margin: 0px;
	background: url(images/layout_02.jpg) no-repeat;
}
#leftcolumn { 
	color: #333;
	background: url(images/layout_03.jpg) no-repeat;
	margin: 0px;
	padding: 98px 0px;
	width: 98px;
	height: 80px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	background:#f6f6f6 url(images/layout_04.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 782px;
	display: inline;
}
#footer {
	width: 782px;
	height: 30px;
	clear: both;
	color: #333;
	margin: 0px 0px 20px 98px;
	padding: 0px;
	background-color:#f6f6f6;
}

/* Navigation */

ul#nav {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 590px;
	height: 29px;
	padding: 6px 0 0 284px;
	margin: 0;
	background: url(images/navbkg.jpg) no-repeat 280px;
}

ul#nav li {
	display: inline;
	padding: 0px 6px 0px 0px;
	list-style: url(images/bullet.jpg);
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	background: url(images/bullet.jpg) no-repeat 0 6px;
	padding-left: 6px;
}

ul#nav li a:hover {
	color: #333;
	text-decoration: none;
	background: url(images/bullet.jpg) no-repeat 0 6px;
	padding-left: 6px;
}

/* Titles & Text */

#header-logo {
	background: url(./images/layout_01.jpg) no-repeat left top;
	height: 1682x;
}

#header-logo h1 a {
	display: block;
	text-indent: -6000em;
	padding: 0;
	margin: 0;
	height: 162px;
	width: 860px;
	cursor: pointer;
}

div#rightcolumn h1 {
	font-size: 22px;
	text-decoration: underline;
	text-align: center;
}

div#rightcolumn p {
	margin: 10px 0px;
	padding: 0;
}

div#rightcolumn p.answer {
	margin: 10px 30px;
	padding: 0;
	color:#06c;
}

div#rightcolumn p.tag {
	font-size:16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}


div#rightcolumn div#content ul {
	margin: 30px 0px 30px 150px;
	padding: 0;
	list-style-type: disc;
	text-align: left;
}

div#rightcolumn div#content ul li {
	margin: 5px 0px 5px 30px;
	padding: 0;
}

#footer p {
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #333;
}
/* Homepage Features */

div#adleft, div#adright {
	width: 140px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#feature {
	width: 100px;
	height: 260px;
	margin: 30px 20px 20px;
	padding: 0;
	border: 1px solid #eee;
	background-color: #ddd;
}

div#feature p {
	text-align: center;
	padding: 8px 6px;
}

div#feature a { color: #004378; text-decoration: underline; }

div#feature a:hover { color: #b0bfe0; text-decoration: underline; }

div#feature ul { margin-right: 0px; margin-left: 0px; margin-top: 8px; padding-left: 28px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; list-style-type: square; line-height: 16px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; color: #004378; }

                     

div#adleft div#feature ul li { padding: 0px; margin: 0px; list-style-type: circle; line-height: 16px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; color: #004378; }

div#indexcontent {
	float:left;
	width: 460px;
	padding: 20px 12px 0px;
}

div#content {
	float:left;
	width: 622px;
	padding: 20px 80px 0px;
}

/* Contact Form */

input {
	border : 1px solid;
	border-color : #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
 }
#cnt_pd {
	padding-left: 90px;
}
 
textarea {
	border : 1px solid;
	border-color : #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
 }

.contactleft {
	width: 10%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 2px;
	margin: 2px 0;
}

.contactright {
	width: 85%;
	text-align: left;
	float: right;
	display: inline;
	padding: 2px 8px;
	margin: 2px 0;
}

.checkboxm { border : 0px solid;
	margin: 8px 8px 2px 8px; }

.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color : #c00;
	letter-spacing: 0.1em;
	text-transform : uppercase;
	padding : 0 6px;
}

#formdiv {
	margin: 0;
	padding: 10px;
	width: 500px;
	height: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

/* Misc */

div.right {
	padding: 0 50px 20px 0;
	text-align:right;
}#content a {
	color: #2A75AA;
}
#content a:hover {
	color: #333333;
}
#content ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
#content ol li {
	margin: 0px;
	padding: 2px 0px;
}

/* PDF Table */

	table.pdftable {
		margin-left: auto;
		margin-bottom: 10px;
		margin-right: auto;
		margin-top: 10px;
		width: 530px;
		border: 1px #6699CC dotted;
		border-collapse: collapse;
		border-spacing: 0px;
	}
	
	
	table.pdftable td.header {
		padding: 3px;
		font-style: italic;
		border-bottom: 1px solid #6699CC;
		background-color: #eee;
		text-align: right;
		font-family: Georgia, "Times New Roman", Times, serif ;
		font-size: 11px;
		color: #666;
	}
	
	
	table.pdftable td {
		border-bottom: 1px dotted #6699CC;
		font-family: Verdana, sans-serif, Arial;
		font-weight: normal;
		font-size: 11px;
		color: #404040;
		text-align: left;
		padding: 0px;
	}
	
	table.pdftable tr:hover td.header { background: #eee;}
	
	table.pdftable tr:hover td.lftinfo, table.pdftable tr:hover td.rtinfo {background: none;}
	
	table.pdftable tr:hover td { background: #e1e9f2; }
	
	table.pdftable td.left {
	width: 380px;
}
		
	table.pdftable td.lftinfo {
	padding: 3px;
	width: 400px;
	font-weight: bold;
}
		
	table.pdftable a {
		padding: 3px;
		margin: 0px;
		display: block;
		text-decoration: none;
		font-weight: normal;
	}
	
	table.pdftable a:hover {
		color: #333; }

	table.pdftable td.right {
	width: 150px;
	border-left-color: #6699CC;
	border-left-width: 1px;
	border-left-style: dotted;
	text-align: center;
}

table.pdftable td.rtinfo {
	padding: 3px;
	border-left-color: #6699CC;
	border-left-width: 1px;
	border-left-style: dotted;
	text-align: center;
	font-weight: bold;
}

table.pdftable td.right2 { text-align: center; }
