/* CSS Document */

body {
	margin: 0 auto auto;
	background: #FFFFFF url(img/bg_sec.jpg) repeat-x left top;
	padding: 0px;
	font: 10pt Helvetica, Arial, sans-serif;
	color:#666666;
}
a, #contentHome a {
	text-decoration: none;
	color: #666666;
}

a:hover, #contentHome a:hover{
	color: #666666;
	text-decoration:underline;
}

a img {
	border: 0;
}
#bg {
	margin: 0 auto auto;
	background:  url(img/bg.jpg) repeat-x left top;
	padding: 0px;
}

#containerSec {
	padding: 0px 0px 0;
	color: #303030;
	width: 740px;
	background: url(img/bg_container_sec.jpg) no-repeat left top;
	margin: 0px;
	
	height:600px;	
}
#containerLogo {
	padding: 0px 0px 0;
	color: #303030;
	width: 740px;
	background: url(img/bg_container_logo.jpg) no-repeat left top;
	margin: 0px;
	
	height:600px;	
}

#header {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 740px;
		margin: 0px!important;
	padding: 0px!important;

}
#header .topNav {
	margin: 8px 0px 0px;
	padding: 0px;
	float: right;
	height:26px;
}
#header .btmLeft {
	margin: 0px;
	padding: 0px;
	height: 69px;
	background: url(img/banner_btm.jpg) no-repeat left top;
	}
	#header .btmLeft table {
	float:right;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width:400px;
	clear: both;
	}
	#header .btmLeft img{
	margin: 0px;
	padding: 0px;
	height: 29px;
	border:0px;
	}
	
#content {
	margin:0px;
	width:740px;
	
}

#content .contentWide {
	margin:0px;
	padding-top: 10px;
	padding-left: 30px;	
	padding-right: 10px;
}
#content ul, ul {
	list-style: url(img/bullet.gif);
	margin-left:10px;
	padding-left:15px;
}
#leftNav ul {
	list-style: url(img/clear.gif) none;
	margin-left:10px;
	padding-left:15px;
}
#content .contentRight {
	margin:0px;
	padding-top: 10px;
	padding-left: 15px;	
	padding-right: 10px;
}

#content .title {
font: bold  10pt Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	clear:left;
	margin:0px;
	padding:0px;
}
#content .large {
	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 11pt;
	color:#707029;

}
#content .largeOlive {
	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 11pt;
	color:#666633;
}
#leftNav {
	clear: left;
	float: left;
	width: 196px;
	margin: 10px 0 0px;
	padding: 5;
	}

#leftNav ul {
	list-style: none;
	width: 166px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 1.1em;
	border:0px none;

}
#leftNav ul li{
	list-style: none;
	
	margin: 0px 0px 10px;
	padding: 0px;
	border:0px none;
	
}

	
#leftNav .photo{
	
	padding-left:32px;
	padding-top: 20px;
	clear: right;
	padding-bottom: 15px;
}

#leftNav p {
	
	padding-left:32px;
	padding-top: 0px;
	font: 9pt Helvetica, Arial, sans-serif;
	color: #999966;
	margin: 0px 0px 0px;
}

#popup {
padding: 0px 0px 0;
	color: #303030;
	width: 450px;
	margin: 10px 15px 15px;
	
	height:400px;	

}


#footer {
	clear: both;
	width:494px;
	height:8px;
	
	padding: 70px 0px 0px;	
	
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}
Form1 {
margin:0px;
font: 10pt Helvetica, Arial, sans-serif;
	color:#666666;
}

input {
border:1px solid #ccc;
}

.btn {
	border:1px solid #ccc;
	color:#707029;
padding:right:15px;
	font: 9pt Helvetica, Arial, sans-serif;
	background: url(img/bg_btn.gif) repeat;
	padding: 2px 15px;
}
textarea, select {
 border:1px solid #ccc;
}