/* CSS RESET NO NEED TO EDIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/* SEARCH(CTR+F) CODES TO JUMP IN THE -- EDITABLE CSS SECTIONS */
/* GLOBAL CSS --------------- CSS000 */
/* TEMPLATE LAY-OUT --------- CSS001 */
/* TYPOGRAPHY --------------- CSS002 */
/* NAVIGATION and LINKS ----- CSS003 */
/* SUBPAGES ----------------- CSS004 */
/* NOTE: OPEN THIS FILE IN THE DREAMWEAVER SOFTWARE TO SEE THE FORMAT */
/* VERSION 2.0 - OCTOBER 15, 2009 -LADP- */

/* --------------------------------------------------------------------------------------

-------------------------- GLOBAL CSS -- CSS000 -----------------------------------------

--------------------------------------------------------------------------------------- */

.clear { clear: both; }

/* --------------------------------------------------------------------------------------

-------------------------- TEMPLATE LAY-OUT -- CSS001 -----------------------------------

--------------------------------------------------------------------------------------- */

body {
	background: url(../images/bg.gif) top left repeat-x #fff;
}
div#wrapper {
	margin: 0 auto;
	width: 840px;
}
div#top_bnr {
	width: 820px;
	height: 85px;
	position: relative;
}
div#menu {
	width: 840px;
	height: 35px;
}
div#bnr {
	width: 840px;
	height: 336px;
}
div#bnr_left {
	float: left;
	width: 420px;
	height: 336px;
	background: url(../images/bnr_left.jpg) top left no-repeat;
}
div#bnr_right {
	float: left;
	width: 420px;
	height: 336px;
	background: url(../images/bnr_right.jpg) top left no-repeat;	
}
div#myBody {
	width: 820px;
	padding: 10px;
	border-bottom: 3px solid red;
}
div#myBody_left {
	width: 540px;
	float: left;
}
div#myBody_right {
	width: 260px;
	float: left;
	margin-left: 20px;
}

div#footer { margin-top: 10px; }

/* --------------------------------------------------------------------------------------

-------------------------- TYPOGRAPHY -- CSS002 -----------------------------------------

--------------------------------------------------------------------------------------- */
div#top_bnr p {
	position: absolute;
	bottom: 10px;
	right: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}	
div#bnr_right h2 {
	color: #333;
	font: 20px/20px Arial, Helvetica, sans-serif;
	margin-top: 60px;
}
div#myBody_left h1 {
	color: #444;
	font: bold 25px Arial, Helvetica, sans-serif;
	padding: 15px 0;
}
div#myBody_left p {
	color: #000;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 3px 0 5px;
	text-align: justify;
}
div#myBody_left h3 {
	color: #000;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 0 15px;
}
div#bnr_right ul {
	margin: 10px 0 10px 30px;
}
div#myBody_right ul { 
	background: #eee;
	padding: 10px;
}
div#myBody_right h1 { 
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
div#myBody_right ul li {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 20px;
	text-align: justify;
	background: url(../images/check.jpg) center left no-repeat;
}
div#bnr_right ul li{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px 0 1px 20px;
	background: url(../images/check.gif) center left no-repeat;
}
div#footer p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 70px 5px;
}

/* --------------------------------------------------------------------------------------

-------------------------- NAVIGATION and LINKS -- CSS003 -------------------------------

--------------------------------------------------------------------------------------- */

div#menu ul {
	display: block;
	list-style: none;
	float: right;
	margin: 5px 0;
}
div#menu ul li{
	display: block;
	float: left;
	border-left: 1px solid blue;
}
div#menu ul li.last{ border: 0; }
div#menu ul li a:hover{ text-decoration: underline; }
div#menu ul li a{
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: blue;
	padding: 0 10px;
}
div#top_bnr a.logo {
	display: block;
	background: url(../images/logo.gif) no-repeat;
	width: 123px;
	height: 85px;
	float: left;
}
div#bnr_right a.logo {
	display: block;
	background: url(../images/dl_btn_01.gif) no-repeat;
	width: 234px;
	height: 75px;
	float: right;
	padding-right: 10px; 
	margin-top: 25px;
}
div#myBody_left a.logo {
	display: block;
	background: url(../images/dl_btn_02.gif) no-repeat;
	width: 234px;
	height: 53px;
	margin: 10px auto 0;
}
div#top_bnr a.logo span, div#bnr_right a.logo span, div#myBody a span { display: none; }
div#footer a{ text-decoration: none; }
div#footer a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------------------

-------------------------- SUBPAGES - PHP TEMPLATE -- CSS004 ----------------------------

--------------------------------------------------------------------------------------- */

#sub_container {
	width: 818px;
	padding: 10px;
	border: 1px solid red;
	border-bottom: 3px solid red;
}
#default_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 818px;
}
#default_content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#default_content A{
	color: #003399;
	text-decoration: none;
}
#default_content .header {
	color: #006699;
	text-decoration: none;
}
#default_content h1 {
	color:#3366CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#default_content .highlight {
	font-weight:bold;
	color: #000066;
}