/* Main Template CSS File */

/** {margin: 0; padding: 0;}*/

html, body{
	margin				: 0px;
	padding				: 0px;
	height: 100%;
}

A:link, A:active {color: #000000; text-decoration: none;}
A:visited {color: #000000; text-decoration: none;}
A:hover {color: #000000; text-decoration:underline;}

.nav_text A:link, A:active {color: #ffffff; text-decoration: none;}
.nav_text A:visited {color: #ffffff; text-decoration:none;}
.nav_text A:hover {color: #ffffff; text-decoration:underline;}

.nav_text{color: #ffffff;}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 12px;
	/*color				: #666666;*/
	line-height         : 1.5;
}

a img {border:none; }

#page_body{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#header{
	height: 175px;
	width: 100%;
	background-repeat: repeat;
	background-color: none;
	background-image: url(../images/header_bg.png);
	margin-bottom: 20px;
}

#header_contents{
	height: 175px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header_image.png);
	margin-top: 0px;
	background-color: none;

}

#header_logo {
	visibility: visible;
	float: left;
	margin-top: 35px;
	margin-left: 12px;
}

#tag_line{
	width: 500px;
	height: 70px;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}

#navigation_top{
	height: 30px;
	width: auto;
	float: left;
	margin-top: 5px;
	padding-left: 0px;
}

#navigation_top_contents{
	padding: 15px;
}

#content{
	width: 850px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
}


#content_right{
	width: 250px;
	float: right;
	background-color: #FFFFFF;
}

#content_center {
	width: 570px;
	float: left;
	background-color: #FFFFFF;
}

.page_mod{
	width: 250px;
	min-height: 0px;
	height: auto;
}

#footer{
	width: 100%;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}

#footer_contents{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 0px;
	padding: 15px;
}

#footer_contents_left{
	float: left;
	margin: 7px;
}

#footer_contents_right{
	float: right;
	margin: 7px;
}

#footer_contents_center{
	clear: both;
	text-align: center;
	padding-top: 10px;
}

.spacer {
	clear: both;
}


/* Mambo Specific*/

.module, .module-donate, .module-search{
	border:1px #999999 solid;
	background-image: url(../images/module_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 225px;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 20px;
}

.moduletable{
	border:1px #999999 solid;
	background-image: url(../images/module_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 225px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 20px;
}

h3{
	font-size:14px;
	color:#FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.contentheading {
	margin:0px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #0066ff;
	line-height: 1.8;
	font-weight:500;
	text-align:left;
	text-indent: 3px;
	/*background-image:url(../images/contentheading_bg.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
}

h2, .sectiontableheader, .galcomponentheading, .componentheading, .componentheading-blog, .componentheader {
	margin:0px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0066ff;
	line-height: 1.8;
	font-weight:normal;
	text-align:left;
	text-indent: 3px;
}

li {
padding-left: 5px;
margin-left: -2px;
list-style-image: url(../images/bullet.png);
}

.button-search{
	height: 25px;
	width: 10x;
	margin-left: 2px;
}

.inputbox-search{
	width: 150px !important;
	margin-top: 10px !important;
	margin-top: -5px;
}

/*.inputbox{
	margin-left: 10px;
}*/

.module-donate .inputbox{
	margin-left: 0px;
}

.module-search input{
	margin-left: 10px;
}
