/* Logic CSS Document */
body { 
	font: 11px "Verdana", sans-serif; 
	color: #4D4D4D;
	background-color: #ADADAD;
	margin: 0px;
}

p {
	letter-spacing: 0cm;
	line-height: 16px;
	margin: 0px;
}
p + p{
	margin-top: 16px;
}

img {
	border: none;
}

h2 {
	font: bold 14px "Arial", sans-serif; 
	color: #FD8535;
	margin-bottom: 0px;
}

h3 {
	font: normal 11px "Verdana", sans-serif; 
	color: #027ACA;
	text-transform: capitalize;
}

h4 {
	font: normal 11px "Verdana", sans-serif; 
	color: #027ACA;
	margin-bottom: 0px;
}

ul {
	font: normal 11px "Verdana", sans-serif; 
	margin: 8px 16px 32px 24px;
	list-style-image: url("../images/layout/bullet.gif");
	list-style-position: outside;
	background: #F8F7EF;
	border-top: 1px dotted #B2B2B2;
 	border-bottom: 1px dotted #B2B2B2;
	padding: 4px 24px 4px 28px;
}

li {
	margin: 12px 0px 12px 0px;
	line-height: 1.5em;
	color: #212121;
}

td {
	padding: 1px;
	background: #dbdad2;
}

/* Wrapper Styles */
#container { 
	width: 732px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
} 
* html #container {
	/*width: 738px;*/
} 

/* Header Styles */
#header {
	height: 110px;
	background-color: #0391ff;
	background: url("../images/layout/headerBG.jpg");
}
#header a:link {
	margin: 0px;
	padding: 0px;
}
#header a:hover {
	text-decoration: none;
	background-color: transparent;
	border: none;
}

/* Left Column Styles */
#leftColumn {
	width: 518px;
	border-right: 1px solid #D9D9D9;
	min-height: 400px;
	padding: 24px 12px;
	margin-right: 182px; 
}
* html #leftColumn {
	/*width: 518px;*/
}

#leftColumn div { 
	/*padding: 4px 8px 4px 8px;
	margin: 16px 16px 24px 16px;*/
} 

#leftColumn div + div { 
/*
	padding-top: 24px;
	border-top: 1px solid #D9D9D9;*/
}

#leftColumn p + img {
	margin-top: 32px;
}

#leftColumn div div[class="popItem"]{ 
	width:470px;
	background: #F8F7EF;
	border-top: 1px dotted #B2B2B2;
 	border-bottom: 1px dotted #B2B2B2;
	color: #0D0D0D;
	line-height: 175%;
	letter-spacing: 0cm;
} 

#leftColumn div div[class="popItem"],
#leftColumn div div[class="logicBox"] h1,
#leftColumn div div[class="logicBox"] h2,
#leftColumn div div[class="logicBox"] h3,
#leftColumn div div[class="logicBox"] div {
/*	padding: 0px;
	margin: 0px;*/
}

#leftColumn div div[class="logicBox"] div[class="boxIcon"] {
	/*position: relative;
	top: 4px;
	width: 50px; 
	height: 50px; 
	border: 1px dotted #B2B2B2; 
	float: left; 
	margin: 0 7px 2px 0;*/
}

#leftColumn div div[class="logicBox"] div {
/*
	border: none;
	margin-bottom: 5px;*/
}

#leftColumn div div[class="logicBox"] p {
/*
	position: relative;
	top: -4px;*/
}

#leftColumn div div[class="logicBox"] h2,
#leftColumn div div[class="logicBox"] h3 {
/*	padding: 0 7px 0 0;*/
}

#leftColumn div div[class="logicBox"] {
/*	background: #F8F7EF;
	border: 1px dotted #B2B2B2;
	color: #0D0D0D;
	line-height: 175%;
	letter-spacing: 0cm;
	
	min-height: 54px;
	
	margin: 12px 0;
	padding: 7px;*/
}

#leftColumn h1 { 
	font-size: 1.42em;
	color: #2DAAFD;
	font-weight: 550;
}

*+html #leftColumn h1 {
	font-weight: normal;
}

/* Right Column Styles */
#rightColumn {
	width: 170px; 
	float: right;
	/*margin: 0px 8px 16px 8px;*/
	height: 100%;
	padding: 0px 8px 16px 8px;
}

#rightColumn h1 { 
	font-size: 1.42em;
	font-weight: 550;
	line-height: 28px;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	color: #999999;
	border-bottom: solid 1px #D9D9D9;
}

*+html #rightColumn h1 {
	font-weight: normal;
}

#rightColumn h3 {
	background: url("../images/layout/arrows.gif") no-repeat;
	padding-left: 16px;
	padding-bottom: 4px;
	line-height: 8px;
	margin: 12px 2px 12px 0px;
}

/* Footer Styles */
#footer { 
	clear: both;
	height: 30px;
	background-color: #0391ff;
	background: url("../images/layout/footerBG.jpg");
}

#footer p {
	font: 1.0125em "Arial", sans-serif; 
	color: #FFFFFF;
	letter-spacing: .025cm;
	position: relative;
	top: 12px;
	text-align: center;
}

/* Link Styles */
a:link, a:visited {
	color: #E35B02;
}

h3 a:link, h3 a:visited {
	color: #027ACA;
}

h3 a:hover {
	text-decoration: underline;
	background-color: transparent;
	border: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FDC19B;
	border-bottom: 1px solid #027ACA;
}

#rightColumn h3 a:hover {
	color: #FF5B02;
	text-decoration: none;
	border-bottom: 1px dotted #ADADAD;
}

#w3 a:hover {
	text-decoration: none;
	background-color: transparent;
	border: none;
}

#footer a:link, #footer a:visited {
	color: #EAFFE7;
	border-bottom: 1px solid #FFF;
}
#footer a:hover {
	color: #FFDC87;
	background-color: transparent;
	border-bottom: 1px solid #FFF;
}

/*Content Styles */ 
.icon1,
.icon2,
.icon3,
.icon4 {
	margin-left: -4px;
	margin-top: 4px;
	line-height: 40px;
	padding-left: 40px;
}

.icon1 {
	background: url("../images/layout/icon2.jpg") no-repeat;
}
.icon2 {
	background: url("../images/layout/icon3.jpg") no-repeat;
}
.icon3 {
	background: url("../images/layout/icon1.jpg") no-repeat;
}
.icon4 {
	background: url("../images/layout/icon4.jpg") no-repeat;
}

#logoWatermark {
	background: url("../images/layout/lowerGraphic.jpg") no-repeat;
	width: 248px;
	height: 247px;
	margin-top: -10px;
	float: right;
	position: relative;
	left: -66px;
	top: -5px;
}

* html #logoWatermark {
	/*left: -75px;*/
}

.nav1 {
	background: url("../images/layout/nav1.gif") no-repeat;
	padding-left: 28px;
}

.nav2 {
	background: url("../images/layout/nav2.gif") no-repeat;
	padding-left: 28px;
}

.nav3 {
	background: url("../images/layout/nav3.gif") no-repeat;
	padding-left: 28px;
}

#w3 {
	text-align:center; 
	margin:16px; 
	padding-bottom:16px;
}