* {
	 margin: 0;
}

td { margin: 20px ; }


body, td, input, select, textarea {
        font: 9pt verdana, arial, sans-serif;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/cms_backdrop_blue.jpg);
	padding: 0;
}
	
a:link {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

#wrapper {
	width: 1200px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #fff;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #fff;
	border-left-color: #FFF;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px; 
	border-radius: 0px 0px 10px 10px;
}

#wrapperb {
	width: 972px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

.rounded_corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 0px;
	border-radius: 30px;
	border: medium none #D0DF62;
	padding: 0px;
	margin-bottom: 0px;

}


#header {
}

#logo {
	/*height: 127px;*/
	/*background-repeat: no-repeat;*/
	/*width: 50%;*/
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
/*	background-image: url(../../images/cms_banner.jpg);	*/
	width: 1200px;
}
.form_align {
	float: left;
}
.column_header {
	font-size: 10pt;
	color: #333;
}
#blue_stripe {
	background-color: #D32445;
	height: 30px;
}
.wide_column {
	width: 860px;
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 0px;
}
.blue_subtitle {
	font-size: 11pt;
	font-weight: bolder;
	color: #333333;
	padding-bottom: 12px;
}
.blue_text {
	font-size: 9pt;
	font-weight: normal;
	color: #D32445;
}
#cms_navigation {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

#navigation{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #FFF;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
}

.nav_item {
	width: 1200px;
	height: 36px;
	vertical-align: middle;
	display: table-cell;
	margin: 0 60px 0 0;
	font-weight: normal;
}
.nav_item a:link{
	color: #E9E9E9;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.nav_item a:active{
	color: #E9E9E9;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.nav_item a:visited{
	color: #E9E9E9;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.nav_item a:hover{
	color: #FFF;
	padding: 5px;
	cursor: pointer;
}
.nav_item a:focus{
	outline: none;
}
#mid_navigation {
	text-align: right;
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	/*padding-right: 60px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	/*width: 33%;*/
/*	margin-top: 80px;	*/
	margin-right: 60px;
}
.nav_item_mid {
	display: inline;
	margin: 0 10px 0 10px;
	height: 200px;
	font-weight: normal;
}
.nav_item_mid a:link {
	color: #000;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.nav_item_mid a:active {
	color: #000;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.nav_item_mid a:visited {
	color: #000;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.nav_item_mid a:hover {
	color: #999;
	padding: 5px;
	cursor: pointer;
}
.nav_item_mid a:focus {
	outline: none;
}
#panel {
	width: 1000px;
	margin: 0 0px 0 0px;
	min-height: 50%;
	background-color: #FFFDEB;
	background-repeat: no-repeat;
	background-position: top;
}
/* This is the inside area */
#content {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	background-color: #FFFDEB;
}

.clear {
	clear: both;
}

.push {
	height: 70px;
}
.filler {
	height: 100%;
	min-height: 100%;
	background-color: #D32445;
}
.green_line {
	color: #CCC;
}
#logos {
	width: auto;
	margin-right: 40px;
	margin-left: 65px;
	clear: both;
}
.credits_text {
	font-size: 7pt;
	color: #F3F3F3;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 60px;
	margin-bottom: 0px;
}
.credits_text a:link {
	color: #F3F3F3;
	text-decoration: none;
}
.credits_text a:active {
	color: #F3F3F3;
	text-decoration: none;
}
.credits_text a:visited {
	color: #F3F3F3;
	text-decoration: none;
}
.credits_text a:hover {
	color: #D32445;
	text-decoration: underline;
}
.credits_text a:focus {
	outline: none;
}

.footer_text {
	font-size: 9pt;
	color: #333;
	padding-top: 20px;
	text-align: right;
	padding-right: 60px;
}

}
.footer_text a:link {
	color: #333;
}
.footer_text a:active {
	color: #333;
}
.footer_text a:visited {
	color: #333;
}
.footer_text a:hover {
	color: #D32445;
	text-decoration: underline;
}
.footer_text a:focus {
	outline: none;
}



#footer{
	width: 1200px;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	/* background-image: url(/cms/images/pg_back.png); */
        background-color: #229bb1;
}
#pattern {
	font-size: 8pt;
	width: 1000px;
	clear: both;
	background-repeat: repeat;
	z-index: 1;
	background-position: top;
	background-color: #FFF;
	padding-top: 0px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/screen-capture-12.png);
}
#credits {
	font-size: 10pt;
	clear: both;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer_banner.jpg);
	height: 44px;
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
}
.form_textcolor {
	color: #FFF;
	font-weight: lighter;
}
.form_sub_btn {
	color: #000;
	font-weight: bold;
}
.homepage_photo {
	padding-right: 0px;
	padding-top: 45px;
}
#blackstripe {
	font-size: 8pt;
	width: 1000px;
	clear: both;
	background-repeat: repeat;
	z-index: 1;
	background-position: top;
	background-color: #000;
	padding-top: 0px;
	height: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* end of main elements */
.inline_photo {
	padding-right: 0px;
	padding-left: 20px;
}
.social_icons {
	padding-left: 40px;
	padding-top: 10px;
}
#newnavigation {
	font-size: 8pt;
	width: 1000px;
	clear: both;
	z-index: 1;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #170B00;
	background-color: #E9EFE9;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #170B00;
	text-align: center;
	background-image: url(../images/new_navigation.jpg);
	background-repeat: repeat-x;
}
.page_headers {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	height: 57px;
}
.left_col_upper {
	float: left;
	width: 40%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left_col {
	float: left;
	width: 25%;
	margin-left: 50px;
	padding-left: 20px;
}
#right_col {
	float: right;
	width: 60%;
	padding-right: 20px;
	margin-right: 50px;
}
#wide_col_company {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 20px;
	overflow: auto;
}
#left_navigation {
	float: left;
	width: 20%;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
	margin-left: 52px;
	border-left-width: thin;
	/* border-left-style: solid; */
	border-left-color: #000000;


//	background-image: url(../images/green_vertical_line.jpg);
//	background-repeat: repeat-y;
//	background-position: left;
//	clear: both;
	margin-left: 40px;
}






#right_col_contact {
	float: left;
	width: 40%;
	color: #D32445;
}
#mid_col_contact {
	width: 25%;
	padding-right: 0px;
	float: left;
}
#right_col_company {
	float: left;
	width: 63%;
	color: #000;
	padding-left: 60px;
	padding-right: 0px;
/*	margin-top: 39px;	*/
}
#right_col_login {
	float: right;
	width: 63%;
	color: #000;
	padding-left: 0px;
	padding-right: 30px;
}

.left_col {
	float: left;
	width: 35%;
}

.right_col {
	float: right;
	width: 58%;
	padding-top: 35px;
}
.right_col_homepage {
	float: right;
	width: 70%;
	height: 241px;
	background-image: url(../images/bigstock_Aged_Grunge_Paper_15407915.jpg);
}
.right_col_upper_shop {
	float: right;
	width: 600px;
	background-repeat: no-repeat;
	background-color: #EDF2EE;
}
.right_col_upper_connect {
	float: right;
	width: 400px;
	background-repeat: no-repeat;
}
.right_col_upper_goodies {
	float: right;
	width: 600px;
	background-repeat: no-repeat;
}
.right_col_lower {
	float: right;
	width: 30%;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.left_col_lower {
	float: left;
	width: 70%;
	background-repeat: no-repeat;
	height: 241px;
}
.shop_text_right {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.book_reviews {
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.right_col_upper_about {
	float: right;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../images/testimonials.jpg);
	background-position: top;
}
.page_image {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.page_headers_sampleplan {
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	height: 57px;
}
.wide_column_plan {
	width: 850px;
}
.green_title {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.white_space {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 20px;
}
#left_lower_col {
	float: left;
	width: 20%;
	padding-left: 0px;
	clear: both;
	margin-left: 52px;
}
.blue_subtitle_small {
	font-size: 10pt;
	font-weight: bold;
	color: #999;
}
#form_area {
	float: left;
	width: 90%;
	padding-left: 52px;
	background-image: url(../images/green_vertical_line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 52px;
	padding-bottom: 20px;
}

.start-blue-text {
	color: #D32445;
}

.submit {
	border: 1px solid #01395A;
	background-color: #D32445;
	cursor: pointer;
	border-image: initial;
}

.error2{
	color: red;
	padding:0.8em;
	margin-bottom:1em;
}

.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {
	color: #FF9900;
	background-color: #FDDC9B;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {
	color: #000000;
	background-color: #FFFFCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {
	color: #000000;
}
.info a {
	color: #D32445;
}

#add_group_form{
	margin-bottom: 20px;

}

#list_news_group_table{
/*	margin-top: 20px;	*/
	text-align:left;
}
#list_news_group_table td{
	text-align:left;
}


form td{
        height: 30px;

}


#testimonial_form label{
	display: block;
	width: 75px;
}


#cms_contents_header{
	margin-bottom: 1em;


}
