/*------------------------------------------------------------------------------------------
Global
------------------------------------------------------------------------------------------*/

body {
	background: #fff url(../images/bg_body.png) repeat-x top;
}

body, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #26668e;
	margin-top: 0px;
}


h1.news {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #5e91ad;
}

h2.news {
	margin: 0px;
	padding: 0px;
}
	
h3 {
	font-size: 14px;
	color: #26668e;
}

a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.container {
	width: 920px;
	margin: 0 auto;
}

.button_generic {
	width: 140px;
	height: 18px;
}

.button_generic a {
	background: url(../images/button_generic_off.gif) no-repeat;
	display: block;
	width: 150px;
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.button_generic a:hover {
	background: url(../images/button_generic_on.gif) no-repeat;
	width: 150px;
	height: 20px;
}

/*------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------*/

.header {
	height: 117px;
}

.header1{
	height: 117px;
   background: url(../images/logo1.png) no-repeat;
}

.logo {
	margin-top: 10px;
	float: left;
}

.header_content {
	float: left;
	position: relative;
	padding-top: 22px;
}



/*------------------------------------------------------------------------------------------
Second Row - Banner
------------------------------------------------------------------------------------------*/

.second_row {
	height: 240px;
	margin: 13px auto;
}

.second_row_banner {
	float: left;
	position: relative;
	background: #ccc url(../imaes/bg_secondrow_banner.jpg) no-repeat;
	width: 920px;
	height: 250px;
}

.second_row_banner_text {
	color: #4d4d4d;
	width: 332px;
	position: absolute;
	left: 28px;
	top: 62px;
	font-size: 12px;
}

.second_row_banner_text strong{
	color: #000;

}

/*------------------------------------------------------------------------------------------
Content Area
------------------------------------------------------------------------------------------*/

/* Content */

.content {
	width: 920px;
	background: #f2f2f2;
}

/* Internal Pages Layout */

.internal_column1 {
	width: 545px;
	float: left;
	padding: 20px;
}

.internal_column2 {
	float: left;
	background: url(../images_mam/bg_internal_column2.gif) no-repeat left top;
	width: 333px;
	height: 346px;
	margin-top: 20px;
}

/*------------------------------------------------------------------------------------------
Footer Area
------------------------------------------------------------------------------------------*/

/* Footer Bottom Bar */

.footer_bottom {
	background: #e5e5e5 url(../imaes/bg_footer_bottom.jpg) repeat-x;
	width: 920px;
	height: 24px;
	color: #808080;
	font-size: 11px;
	padding-top: 11px;
}

.copyright {
	float: left;
	font-size: 11px;
	color: #808080;
	margin-left: 20px;
}

.credits {
	float: right;
	margin-right: 20px;
	color: #808080;
}

.credits a {
	color: #808080;
	text-decoration: none;
}

.credits a:hover {
	color: #CCCCCC;
}

.ntechmedia {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #ffffff;
}

/*------------------------------------------------------------------------------------------
Individual Pages Syles
------------------------------------------------------------------------------------------*/


/* Home Page */

.HomeColumn h2
{
  border-bottom: #fcfcfc 2px solid;
  color: #000;
  font-size: 20px;
  display: block;
  padding: 12px 18px 8px;
}

.HomeColumn h3
{
  color: #000;
  font-size: 14px;
  padding: 2px;
  margin: 0px;
}

.home_column_content
{
  padding: 2px 18px;
}

.HomeColumn
{
  color: #000;
}

#home_column1 {
	float: left;
	width: 280px;
	padding: 20px 10px 20px 20px;

}

#home_column2 {
	float: left;
	width: 280px;
	padding: 20px 10px 20px 10px;
}

#home_column3 {
	float: left;
	width: 280px;
	padding: 20px 0px 20px 10px;
}

#HomeColumn2
{
  padding-bottom: 42px;
}
.home_column_content .button_generic
{
	padding: 20px 0px 20px 10px;
}

.news {
	padding: 20px;
}
/*------------------------------------------------------------------------------------------
Admin Page Styles
------------------------------------------------------------------------------------------*/

.admin_content {
	padding: 20px;
}

.list_page_summary {
	background: #F2F2F2;
}

.submit_successful {
	color: green;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	display: none;
}

.modify_successful {
	color: green;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	display: none;
}

.delete_successful {
	color: green;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	display: none;
}
