/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #999999;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg_rep_img.gif);
	background-repeat: repeat;
}
a {
	color: #3399FF;
}
a:hover {
	color:#FF9900;
}
h1 {
	font-size:150%;
	color: #FF9900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	border-bottom: 1px dotted #666666;
	padding: 5px;
}
h2 {
	font-size:120%;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
h3 {
	font-size:110%;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
#master_wrap {
	background-image: url(../images/layout/bg_rep_ver.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width:950px;
	margin:0 auto;
}
#content_top {
	width:920px;
	margin:5px auto;
	height:20px;
}
/* SETS FORMATING FOR CAPTION TEXT OF BANNER */
#caption_wrap {
	margin:5px auto;
	width:840px;
	text-align:right;
	font-size:85%;
}
#textsize {

	float:left;
	font-size:100%;
	margin:0 0 0 40px;
}
#textsize a{
	color: #666666;
}
#textsize img {
	border:none;
	vertical-align: baseline;
}
/* END SETS FORMATING FOR TEXT RESIZE FEATURE AND CAPTION TEXT OF BANNER */


#content {
	margin: 0 auto;
	width:840px;
	padding: 10px 30px 10px 30px;
	background-color: #000000;
	line-height: 1.5em;
}
#content img {
	background-color:#999999;
	padding:0px 1px 1px 0px;
}
/* content_inside are for inside template */
#content_inside {
	margin: 20px auto;
	width:780px;
	padding: 10px 30px 10px 30px;
	background-color: #F3F3F3;
	line-height: 1.5em;
	min-height:450px;
}
#content_inside p, ul, li {
	color: #363636;
}
#content_inside h2 {
	color: #666666;
	font-weight:bold;
}
#top_banner {
	width: 841px;
	text-align: center;
	margin: 5px auto;
	height: 250px;
}
#footer {
	text-align:center;
	font-size:85%;
	width:918px;
	margin:0 auto;
	background-image: url(../images/layout/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#3C3C3C;
	border:1px solid #000000;
}
#footer ul {
	margin:20px;
}
#footer li {
	display:inline;
}
#footer li a {
	border-left:1px solid #FF9900;
	color: #999999;
	padding:0 5px;
}
#footer li a:hover {
	color:#FF9900;
}
#footer li a.first {
	border:none;
}
#top_links {
	float:right;
	margin: 0px 40px 0 auto;
	color: #FF9900;
}
#top_links a {
	color: #999999;
	font-size:small;
}
#top_links a:hover {
	color: #FF9900;
}
#top_nav {
	width: 888px;
	margin: 0px auto;
	height: 30px;
	background-repeat: no-repeat;
	padding: 10px 0;
	background-image: url(../images/layout/nav_bg_bar.gif);
	background-position: center;
}
#top_nav table tr td {
	background-repeat:no-repeat;
	margin:0 auto;
	width:120px;
}
/* These are for top navigation when javascript has been turned off*/
#top_nav ul {
	margin:0;
	padding:5px 40px;
	text-align:center;
}
#top_nav ul li {
	display:inline;
	margin:5px 10px;
}
#top_nav a {
	color: #666666;
}
.cont_bottom_border {
	background-image: url(../images/layout/cont_bottom_corners.gif);
	background-position: center bottom;
	width: 840px;
	clear: both;
	margin: 0 auto;
	height: 20px;
	background-repeat: no-repeat;
	background-color: #ECFFDF;
}
.content_right {
	float:right;
	margin: 20px;
	display:inline;
	padding:5px;
	width: 180px;
	height: auto;
	font-size:90%;
	border:1px solid #CCCCCC;
}
.content_right h1 {
	font-size:110%;
	text-align:left;
	font-weight:bold;
	color: #ca7401;
}
.content_right p {
	text-align:left;
	margin-left:5px;
}
.img_right {
	float: right;
	padding:2px;
	margin:3px 0 3px 5px;
	border: #CCCCCC solid 2px;
	width: 150px;
}
.updated {
	color: #777777;
	font-size:85%;
}
.updated p {
	text-align:center;
}
.updated a {
	color: #FFFFFF;
}
.center {
	background-color: #EBEBEB;
	margin:0 5em;
}
.esub {
	margin:0 1em;
	font-weight:bold;
}
.esub img {
	display:block;
	margin:0 auto;
}
.esub a img {
	border:none;
}
.esub p {
	text-align:center;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
.note {
	border:1px gray solid;
	padding:5px;
	clear:both;
}
.iconAlign {
	vertical-align:middle;
}
.samples{
	text-align:left;
}
.samples p{
	color: #CCCCCC;
	letter-spacing:1px;
	font-weight:bold;
	padding:5px;
}
.samples li{
	display:inline;
	
}
.samples li img{
	margin:0 10px 10px 10px;
	border:1px solid #CCCCCC;
	vertical-align:middle;

}
.samples ol{
	border-bottom:1px solid #ff9900;
}


