@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.4;
}

#teora_container {
	width:818px;
	margin:auto;
	border:#CCC 1px solid;
}

#topSection{
	background-image:url(../images/homehead-bg.gif);
	background-repeat:no-repeat;
	padding:345px 40px 10px 40px;
	color:#777;
}
#topSection p{
	float:left;
	width:352px;
	font-size:14px;	
}

#topSectionWide{
	background-image:url(../images/homehead-bg.gif);
	background-repeat:no-repeat;
	padding:345px 40px 10px 40px;
	color:#777;
}

#topSectionWideMembership{
	background-image:url(../images/homehead-bg.gif);
	background-repeat:no-repeat;
	padding:40px 40px 10px 40px;
	color:#777;
	overflow:hidden;
	height:30px;
}

h1 {
	color:#4C7CA7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#A5BDD3 1px solid;
}



#buttons{
	width:280px;
	float:right;
	margin-top:10px;
}
#buttons img{
	margin-bottom:10px;
}

#bottomDiv{
	background-color:#4C7CA7;
	color:#e9e9e9;
	padding:40px;
}
#bottomDiv a:link{
	color:#FFF;
}
#bottomDiv a:visited{
	color:#FFF;
}
#bottomDiv a:hover{
	color:#e5e5e5;
	text-decoration:none;
}
#bottomDiv a:active{
	color:#FFF;
}

h2 {
	color:#e9e9e9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#A5BDD3 1px solid;
}


h3 {
	color:#e9e9e9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:15px;
	margin-top:15px;
	margin-bottom:-10px;
	/*border-bottom:#A5BDD3 1px solid;*/
}
ul{
	margin:5px 0px 30px 20px;
}
ul li{
	list-style-type:circle;
}

table{
	border:#999 1px solid;
	margin:20px 0px 0px 0px;
	border-left:#999 0px none;
}
table tr td{
	padding:5px;
	border-bottom:#999 1px solid;
	border-left:#999 1px solid;
}
.leftColTD{
	width:190px;
}

.regTable{
	width:100%;
}
.regTable tr td.regLeft{
	font-weight:bold;
	width:260px;
}
	
.regTable tr td{
	vertical-align:top;
}	
	
.regTable tr td select{
	width:450px;
}	
	
.memTable{
	width:100%;
}
.memTable tr td.memLeft{
	font-weight:bold;
	width:200px;
}
	
.memTable tr td{
	vertical-align:top;
}
.memTable .radioButtons input{
	width:15px;
}
.memTable .otherTitle input{
	width:60px;
}

.noteDiv{
	font-size:10px;
}
.noteDiv ul{
	margin:0px;
	padding:0px;
}
.noteDiv ul li{
	list-style-type:none;
}

.innerTable{
	border:#069 0px none;
}

.innerTable tr td{
	border:#069 0px none;
}
.innerTable tr td input{
	width:312px;
}

#parnerSpouseDiv{
	/*display:none;*/
}

#partnerName{
	width:445px;
}


#childrenDiv{
	/*display:none;*/
}

.ageFLD{
	width:20px;
}

td.formBtnDiv{
	text-align:center;
	padding:10px;
	background-color:#A5BDD3;
}

.errorField {
	padding-left:5px;
	font-weight:bold;
	font-size:14px;
	color:#ffb0b0;
	clear:both;
}

.errorHeader {
	font-weight:bold;
	font-size:14px;
	color:#cc0000;
	clear:both;
}