/*
Main styles 
*/
body {
	margin: 0px;
	color: black;
	/*
	background: #eee url(../images/background.jpg) repeat-x top;
	*/
	/*
	background: #B8B8B8 url(../images/background2.jpg) repeat-x top;	
	*/
	background: white url(../images/backMain.png) no-repeat left top;
	text-decoration: none;
	cursor: default;
	font-size: 11px;
	font-family:  Verdana;
	padding: 0px;
}

img {
	behavior: url("http://www.21stCenturyDialogue.com/template/new/css/pngbehavior.htc");
	border:none;
}

/*
Link styles
*/
a {
	color: blue;
	border: transparent;
	text-decoration: none;
}
a:link {
}
a:hover {
	border-bottom: 1px dotted navy;
}

/* 
List styles
*/
li {
        margin-bottom: 2px;
}

/*
Heading styles
*/
h1 {
	font-size:20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #50A373; 		
	margin-bottom:8px; 
	padding-bottom:4px;
}

h2 {
	font-size:16px; 
	font-family: Verdana, 'Times New Roman', Times, serif; 
	font-weight: normal;
	color:navy; 	
	border-bottom:1px dotted navy; 
	margin-bottom:8px; 
	padding-bottom:4px;
}

h3 {
	font-size:14px;
	font-style: italic;	
	color: #444;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

h5 {
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;	
	margin-bottom: 0px;
}

/*
Form styles
*/
input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 
Menu styles
*/
.menuItem {	
	font-size:12px; 
	color: #006699; 
	height: 20px;
	padding-right:3px;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: none;
	margin: 1px 1px 1px 0px;
	text-decoration: none;
}
.menuItem:hover {
	margin: 1px 1px 0px 0px;
	border-bottom: 1px solid #ccc;
	color: blue;
	background: url(../images/info.gif) left no-repeat;
}

/*
Page styles
*/
#contentMain {
	font-size: 14px;
	font-family: Verdana, 'Times New Roman', Times, serif; 
	padding: 20px 15px 40px 15px;
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	/*
        background-image: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/21stCenturyDialogue/template/new/images/transBlue20.png',sizingMethod='scale');
	*/
}

#contentLeft {
	padding: 0px 10px 0px 10px;
}

.tdSide {
	background: url(../images/sideImageAboutUs.jpg) 
	white no-repeat; 
	width: 180px; 
	border-left: 1px solid #ccc; 
	font-size:12px; 
	padding:60px 0px 20px 0px;	
}

.tdSideHome {
	background: url(../images/sideImageAboutUs.jpg) white no-repeat; 
	width: 310px; 
	border-left: 1px solid #ccc; 
	font-size: 12px; 
	padding:0px 0px 20px 0px;	
}

.sideEvents {
/*
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/21stCenturyDialogue/template/new/images/transGray40.png',sizingMethod='scale');
*/	
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 3px 3px 3px 3px;
	margin: 0px;
	background-color: #50A373;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid navy;
	text-align: right;
}

.divSideBox {
/*
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/21stCenturyDialogue/template/new/images/transGray40.png',sizingMethod='scale');
*/	
	border: 0px;
	padding: 5px 5px 5px 5px;
}

.listSideBox {
	font-size: 10px;
	padding-left: 0px; 
	margin-left: 35px;
	margin-top: 0px;
	vertical-align: top;
	list-style-image: url(../images/iconSideMenuLink.gif);
}

.linkSideBox {	
	color: navy;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid navy;
	background-color: #eee;
	padding: 3px 3px 3px 3px;
	margin-bottom: 4px;
}

.quoteTable {
	width: 400px;
}

.quote {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #50A373;
}

.quoteText {
	text-align: justify;
	font-size: 14px;
	font-style: italic;
}

.imgQuoteOpen {
	width: 14px;
	height: 11px;
}

.imgQuoteClose {
	width: 14px;
	height: 10px;
}


.sectionHeader {
	border-bottom:1px solid #ccc; 
	font-size: 24px; 
	color: #50A373; 
	font-weight: bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.imgPortait {
	border: 1px solid #777;
}

.imgLink:hover {	
	border: none;
}




