/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
/*	background:url(../../../../images/footer.jpg);
	background:url(../../../../images/bg-onepixel-img.jpg) repeat-x top;
*/
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}


#header {
/*	background: url('../../../../images/blog-header.jpg') no-repeat top center;
*/	}

#headerimg 	{
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 100%;
	border: 1px solid #959596;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 180px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 632px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul p {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	text-decoration:none;

	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
/*	margin-left: 678px;
*/	width:291px;
	float:right;

}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display:none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.clear {
	clear:both;
}
.f-fmly {
	font-family:Tahoma;
	font-size:12px;
	color:#5a5a5a;
}
#outer-wrapper {
	width:100%;
	background:url(../../../../images/footer.jpg) repeat-x bottom;
	background-color:#fafafa;
	}
#outer-bg-img-wrapper{
	background-image:url(../../../../images/full_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	}
#outer-container {
	width:1003px;
	margin:auto;
	padding:0px 0px 0px 0px;
}
.top-bg {
	width:1003px;
	}
#top-link-outer{
	width:655px;
	height:33px;
	float:left;
	padding:0px 0px 0px 25px;
	}
.home-button{
	width:69px;
	height:33px;
	float:left;
	}
.home-button a{
	width:49px;
	background-image:url(../../../../images/home-normal.png);
	background-repeat:no-repeat;
	height:23px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	}	
.active1 a{
	width:49px;
	background-image:url(../../../../images/home-hover.png);
	background-repeat:no-repeat;
	height:23px;
	font-family:Tahoma;
	font-size:11px;
	color:#4887a1;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	}	
.home-button a:hover{
	width:49px;
	background-image:url(../../../../images/home-hover.png);
	background-repeat:no-repeat;
	height:23px;
	color:#4887a1;
	float:left;
	text-decoration:none;
	}	
.primary-link{
	width:462px;
	_width:477px;
	float:left;
	}		
.primary-link ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}		
.primary-link ul li{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}		
.primary-link ul li a{
	float:left;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	width:68px;
	height:23px;
	background:url(../../../../images/primary-bg.png) no-repeat;
	padding:0px;
	list-style:none;
	}	
.primary-link ul li a:hover{
	float:left;
	margin:0px;
	width:68px;
	height:23px;
	color:#4887a1;
	background:url(../../../../images/primary-hover.png) no-repeat;
	padding:0px;
	list-style:none;
	text-decoration:none;
	}	
.primary-link .active a{
	float:left;
	margin:0px;
	width:68px;
	height:23px;
	color:#4887a1;
	background:url(../../../../images/primary-hover.png) no-repeat;
	padding:0px;
	list-style:none;
	}		
	
.blog-button{
	width:88px;
	height:33px;
	float:left;
	text-align:center;
	}
.blog-button a{
	width:88px;
	background-image:url(../../../../images/blog-normal.png);
	background-repeat:no-repeat;
	height:23px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	}	
.blog-button a:hover{
	width:88px;
	/*background-image:url(../../../../images/home-hover.png);
	background-repeat:no-repeat;
	display:block;*/
	color:#FFFFFF;
	height:23px;
	text-decoration:underline;
	float:left;
	}	
.top-txt{
	width:293px;
	float:right;
	padding:8px 0px 0px 0px;
	}
.top-txt a{
	color:#44506f;
	font-family:Tahoma;
	}
.top-txt a:hover{
	color:#44506f;
	font-family:Tahoma;
	text-decoration:none;
	}		
.playdate{
	font-size:15px;
	color:#44506f;
	font-family:Tahoma;
	}				
.send-txt{
	font-size:19px;
	font-family:Tahoma;
	color:#44506f;
	}	
.flash-banner {
	height:254px;
}
.middle-border {
	background-image:url(../../../../images/middle-img.png);
	background-repeat:repeat-y;
}
/*middle-outer-container*/
.middle-outer-container {
	width:970px;
	margin:auto;
}
.lft-container {
	width:671px;
	float:left;
}
.empty-width {
	width:66px;
	float:left;
	border:#fafafa 1px solid;
}
.header-img {
	background:url(../../../../images/headier-img1.gif) no-repeat;
	height:94px;
}
.header-img-txt{
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	line-height:20px;
	padding-top:10px;
	}
.american-academy{
	font-size:18px;
	}	
.member-ship {
	width:250px;
	height:46px;
	background-image:url(../../../../images/img-2.png);
	background-repeat:no-repeat;
	float:left;
}
.member-ship-heading{
	font-size:14px;
	color:#FFFFFF;
	padding:20px 0px 0px 75px;
	}
.member-ship-heading a{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	}
.member-ship-heading a:hover{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;

	}	
		
.how-to-protect {
	width:295px;
	float:left;
	height:44px;
	margin:2px 0px 20px 0px;
	background:url(../../../../images/how-we-protect.png) no-repeat;
}
.content-box1 {
	width:671px;
	padding-bottom:20px;
}
.txt-header {
	color:#668b9b;
	font-weight:bold;
	padding:9px 0px 0px 20px;
}
.header-1 {
	background:url(../../../../images/header-img-2.png) no-repeat;
	height:52px;
}
.lft-txt {
	width:320px;
	float:left;
	padding-left:20px;
	line-height:23px;
}
.lft-txt a {
	font-weight:bold;
	font-size:12px;
	color:#668b9b;
}
.lft-txt a:hover {
	text-decoration:none;
}
.lft-txt-first {
	float:left;
	width:651px;
	padding:0 0 10px 20px;
	line-height:23px;
}
.secondary-heading {
	font-weight:bold;
	font-size:16px;
	padding: 0 0 15px 20px;
}
.secondary-heading a {
	font-weight:bold;
	font-size:12px;
	color:#668b9b;
}
.secondary-heading a:hover {
	text-decoration:none;
}
.f-famly1{
	font-weight:bold;
	font-size:19px;
	color:#5a8f22;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:none;
}
.f-famly1 a{
	font-weight:bold;
	font-size:19px;
	color:#5a8f22;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:none;
}
.f-famly1 a:hover{
	font-weight:bold;
	font-size:19px;
	color:#5a8f22;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:underline;
}
.read-more{
	font-weight:bold;
	font-size:11px;
	color:#e86538;
	padding:5px 0px 10px 0px;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:none;
}
.read-more a{
	font-weight:bold;
	font-size:11px;
	color:#e86538;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:underline;
}
.read-more a:hover{
	font-weight:bold;
	font-size:11px;
	color:#e86538;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:none;
}
.hr-line{
	background-image:url(../../../../images/dots.gif);
	background-repeat:repeat-x;
	width:240px;
	height:1px;
	}
.video-player {
	width:270px;
	height:225px;
	float:right;	
}
.index-left{
	float:left;
	padding:0px 0px 0px 0px;
	width:360px;
}
.index-right{
	float:right;
	padding:0px 0px 0px 0px;
	width:270px;
	padding-right:20px;
}	

/*right-container*/				
.login-box {
	width:292px;
	padding-bottom:5px;
}
.login-box-top-img {
	background:url(../../../../images/member-login-img.gif) no-repeat;
	height:48px;
	padding-bottom:5px;
}
.login-heading{
	color:#FFFFFF;
	font-size:13px;
	padding:13px 0px 0px 60px;
}
.login-box-second-img {
	background:url(../../../../images/steps-to-membership-img.gif) no-repeat;
	height:48px;
	padding-bottom:5px;
}
/*rounded corner*/	
.width200 {
	width:292px;
	margin:0px;
}
.element {
	background:#eff7fa;
	padding:0px;
}
.maill{
	width:60px;
	float:left;
	color:#668b9b;
	text-align:right;
	padding-top:5px;
	font-size:11px;
	}
.fld-box{
	width:220px;
	float:right;
	background:url(../../../../images/fld-bg.png) no-repeat;
	height:24px;
 	}
.fld-width{
	border:#d1dfe5 1px solid;
	width:194px;
	height:17px;
	padding:3px 0px 0px 5px;
	background:url(../../../../images/fld-inner-bg.gif) repeat-x;.
	color:#668b9b;
	font-size:11px;
	}	
.forgot-password{
	font-size:11px;
	color:#646464;
	padding:5px 0px 0px 37px;
	}	
.login{
	width:220px;
	height:21px;
	float:right;
	padding:10px 0px 10px 0px;
	}	
.become{
	font-size:11px;
	font-weight:bold;
	color:#668b9b;
	float:right;
	width:220px;
	padding:0px 0px 15px 0px;
	}
.become a{
	font-size:11px;
	font-weight:bold;
	color:#668b9b;
	text-decoration:none;
	padding:0px 0px 15px 0px;
	}
.become a:hover{
	font-size:11px;
	font-weight:bold;
	color:#668b9b;
	text-decoration:underline;
	}		
.free{
	color:#ff7102;
	}
.header-rght{
	font-size:11px;
	font-weight:bold;
	color:#668b9b;
	padding:7px 0px 10px 22px;
	}
.rght-txt-member{
	font-size:11px;
	color:#668b9b;
	padding:0px 0px 0px 22px;
	line-height:23px;
	}
.rght-txt-member a{
	font-size:11px;
	color:#668b9b;
	text-decoration:none;
	}						
.rght-txt-member a:hover{
	text-decoration:underline;
	}
.free-bg-bottom{
	background:url(../../../../images/free-img-bottom.png) no-repeat;
	width:274px;
	height:84px;
	margin:auto;
	padding-bottom:25px;
	}		
.free-member-txt{
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	padding:25px 0px 0px 15px;
	}	
.news-container{
	width:292px;
	height:148px;
	background-color:#eff5e9;
	}						
	
/*bottom-border*/	
.bottom-border {
	/*background-image:url(../../../../images/bottom-border.png);
	background-repeat:no-repeat;*/
	width:1003px;
	height:26px;
}			
/*footer-bg*/
.footer-bg{
	width:1003px;
	margin:auto;
	padding:10px 0px 30px 0px;
	}
.footer-link{
	width:950px;
	margin:auto;
	padding:0px 0px 15px 0px;
	}
.footer-link ul{
	margin:0px;
	padding:0px;
	float:left;
	}	
.footer-link ul li{
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}		
.footer-link ul li a{
	margin:0px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
	padding:0px;
	float:left;
	}		
.footer-link ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
.footer-link ul li.footer-separator{
	height:11px;
	width:1px;
	float:left;
	margin:2px 8px 0px 8px;
	background:url(../../../../images/footer-separator.gif) no-repeat;
	overflow:hidden;
	}	
.copy-right{
	width:300px;
	margin:auto;
	color:#5a8f22;
	font-size:11px;
	}			
/***********abouts us page***************/
.about-header-img{
	background:url(../../../../images/about-header-img.gif) no-repeat;
	height:35px;
	width:671px;
	margin:6px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	}	
.about-img-txt{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:9px 0px 0px 33px;
	}	
.deticated-heading{
	font-size:18px;
	color:#455170;
	float:left;
	padding:0px 0px 0px 33px;
	}	
.famaliy-img{
	width:313px;
	height:254px;
	float:left;
	}	
.about-txt{
	width:322px;
	float:right;
	padding-right:10px;
	line-height:20px;
	}	
.line-hgt{
	line-height:20px;
	}	
.pdt20{
	padding-left:20px;
	}
.inner-page{
	width:1003px;
	height:180px;
	}		
/*****contact us******/
.about-txt p a{
	font-weight:bold;
	font-size:12px;
	color:#668b9b;
	}	
	
.about-txt p a:hover{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#668b9b;
	}	
.contact-bg{
	background-color:#f3f8ec;
	width:671px;
	}	
.contact-outer-box{
	width:651px;
	padding-top:10px;
	}
.nme-fld{
	width:150px;
	float:left;
	text-align:right;
	font-size:12px;
	color:#3a3a3a;
	padding:6px 15px 0px 0px;
	}
.contact-fld-box{
	width:250px;
	float:left;
	height:20px;
	}	
.txt-fld{
	width:250px;
	height:17px;
	font-size:12px;
	color:#3a3a3a;
	font-family:Tahoma;
	padding:3px 0px 0px 5px;
	border:#d9e6ea 1px solid;
	}
.txt-area{
	width:250px;
	height:100px;
	font-size:12px;
	color:#3a3a3a;
	font-family:Tahoma;
	padding:3px 0px 0px 5px;
	border:#d9e6ea 1px solid;
	}	
.button-outer{
	width:486px;
	float:right;
	padding:10px 0px 15px 0px;
	}
.button-reset{
	width:80px;
	float:left;
	}	
.contact-header{
	background:url(../../../../images/header-img-2.png) no-repeat;
	height:40px;
	}
	
/**********member *************/
	
.about-txt ul{
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
	list-style:none;
	}					
.about-txt li{
	margin:0px;
	padding:0px 0px 0px 15px;
	font-family:Tahoma;
	font-size:12px;
	background-image:url(../../../../images/bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:20px;
	list-style:none;
	}
	
/************************Blog*******************************/

.blog-txt {
	width:630px;
	float:left;
	padding:10px 0px 0px 0px;
	line-height:20px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	text-decoration:none;
}
.grey-line {
background-image:url(../../../../images/grey-dot.gif);
background-repeat:repeat-x;
float:left;
height:1px;
width:610px;
padding-bottom:8px;
background-position:center;
}
.comment-text{
	float:right;
	padding:0px 30px 0px 0px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#e86538;
	text-decoration:none;
}
.comment-text a {
	font-weight:bold;
	font-size:12px;
	color:#e86538;
	text-decoration:none;
}
.comment-text a:hover {
	text-decoration:underline;
}

.blog-box-top-img {
	background:url(../../../../images/blog-bg.png) no-repeat;
	height:31px;
	padding-bottom:5px;
}

.blog-heading{
	color:#FFFFFF;
	font-size:13px;
	padding:8px 0px 0px 20px;
}
.blog-list ul{
	margin:0px;
	padding:0px 0px 0px 25px;
	float:left;
	list-style:none;
	}
.blog-list{
	width:275px;
	float:right;
	line-height:20px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#668b9b;
	text-decoration:none;
	}					
.blog-list li{
	margin:0px;
	padding:0px 0px 0px 20px;
	font-family:Tahoma;
	font-size:12px;
	background-image:url(../../../../images/bullet-orange.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:20px;
	list-style:none;
	}
.blog-list a{
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#668b9b;
	text-decoration:none;
}
.blog-list a:hover{
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#668b9b;
	text-decoration:underline;
}		


/*****************************png code*************************/
/*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  The path to the HTC is relative to the HTML file that includes it.
  See below for another method of activating the script without adding CSS here.
 */

img, div, input { behavior: url("../../../../iepngfix.htc") }


 /*
  Here's an example you might use in practice:
  img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */								 
 
 .become2 {
	font-size:11px;
	font-weight:bold;
	color:#668b9b;
	text-decoration:none;
	}
.become2:hover{
	color:#ff7102;
	}		
	
.f_error, .err{
	color:#ff7102;
	}

.error{
padding-left:5px;
	color:#ff7102;
	}

a {
	font-size:13px;
	font-weight:normal;
	color:#668b9b;
	text-decoration:none;
	}
a:hover{
	color:#ff7102;
	}		
	
	
/*input[type="submit"],input[type="reset"],input[type="button"]	
{
border:0px;
background-color:#eff7fa;
color:#668b9b;
font-weight:bold;
background:url(../../../../images/submit-button.png);
}
*/
.select-fld{
	width:255px;
	height:23px;
	font-size:12px;
	color:#3a3a3a;
	font-family:Tahoma;
	padding:3px 0px 0px 5px;
	border:#d9e6ea 1px solid;
	}

.table{
	background-color:#f3f8ec;
	}

.text{
	font-size:12px;
	color:#3a3a3a;
	padding:6px 15px 0px 0px;
	}


input[type="text"]{
	width:200px;
	height:17px;
	font-size:12px;
	color:#3a3a3a;
	font-family:Tahoma;
	padding:3px 0px 0px 5px;
	border:#d9e6ea 1px solid;
	}

textarea{
	width:250px;
	height:100px;
	font-size:12px;
	color:#3a3a3a;
	font-family:Tahoma;
	padding:3px 0px 0px 5px;
	border:#d9e6ea 1px solid;
	}	

.content2, p {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	text-decoration:none;
	line-height:20px;;
	}

	
.button{
border:0px;
width:73px;
height:22px;
font-family:Tahoma;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
background:url(../../../../images/button.png);
}

.top_link
{
	font-size:12px;
	color:#5A647D;
	font-family:tahoma, arial;
	text-decoration:underline;
 }
 .top_link:hover
{
	font-size:12px;
	color:#5A647D;
	text-decoration:none;
 }
 
 
 .prim_link 
{
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	width:130px;
	height:23px;
	background:url(../../../../images/primary_new.png);
	padding:0px;
	list-style:none;
	border:0px solid #FF0000;
	}
	
.prim_link:hover{
	float:left;
	margin:0px;
	color:#4887a1;
	background:url(../../../../images/primary_new_hover.png);
	padding:0px;
	list-style:none;
	}	
.prim_link_active{
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#4887a1;
	text-decoration:none;
	text-transform:uppercase;
	width:130px;
	height:23px;
	background:url(../../../../images/primary_new_hover.png);
	padding:5px 0px 0px 0px;
	list-style:none;
	border:0px solid #FF0000;
	}	
