@charset "utf-8";
/**
* demo.primetimecms.com
* CSS for the PrimeTime Demo Page Layout
* @company NTech Media
* @author Julian De Saxe
* @creationDate 25/11/2008
* @lastModificationDate 01/12/2008
* @modifiedBy Julian De Saxe)
*/

body {
	color: #323232;
	background: white url(../index.php?element=bg.gif) repeat-x;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h2 {
	font-size: 2.0em;
	color: #7d7d7d;
	margin: 0 auto 10px;
}
h3 {
	font-size: 1.5em;
	color: #7d7d7d;
   	margin: 0 auto; 
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.column_2 {
	background-color: #f5f5f5;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

#header {
	background: transparent url(../index.php?element=header_bg.gif) no-repeat;
	height: 119px;
}

#menu {
	font-size: large;
	margin-left: 20px;
	position: relative;
	top: 10px;
}

#menu a {
	background: transparent url(../index.php?element=menu_button.gif) no-repeat top left;
	color: #4D4D4D;
	display: block;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

#menu a:hover {
	background-position: 0px -38px;
	color: white;
}

#menu h2 {
	color: white;
	font-size: 1.3em;
	line-height: 0.9em;
	margin-bottom: 0px;
	margin-top: 8px;
}

#menu h3 {
	color: #cccccc;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.0em;
	margin-top: 5px;
}

#footer {
	color: #ffffff;
	font-size: 0.8em;
	background: transparent url(../index.php?element=footer_bg.gif) no-repeat;
	height: 156px;
	padding: 35px 20px 0px 20px;
}

#footer h2 {
	color: #999999;
	font-size: 1.2em;
}

.footer_action {
	padding: 0px 8px 0px 4px;
}

#footer_menu a {
	background: transparent url(../index.php?element=menu_button_footer.gif) no-repeat top left;
	color: #4D4D4D;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	width: 53px;
}

#footer_menu a:hover {
	color: white;
	background-position: 0px -20px;
}

#content_area {
	background-color: #f5f5f5;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
}

#content {
	width: 842px; 
	padding: 0px 19px 10px 19px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#masthead {
	width: 832px;
	overflow: hidden;
	border: 4px solid #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#table_list {
	width: 800px;
	border-collapse: collapse;
	margin-bottom: 14px;
}

#table_list td {
	padding: 0px;
}

#table_list .agents {
	padding: 8px 10px 8px 20px;
	background-color: white;
}

#table_list .alt {
	padding: 8px 10px 8px 20px;
	background-color: #f9f9f9;
}

#table_list thead {
	color: #808080;
	font-weight: bold;
}

#table_list tbody {
	color: #323232;
}

.news_items {
	margin-bottom: 14px;
}

.news_items h2 {
	font-size: 1.5em;
	color: #323232;
	margin: 14px auto 6px;
}

.news_items .date {
	color: #808080;
	font-weight: bold;
	margin: 0px;
}

.news_item img {
	float: left;
	border: 5px solid #f5f5f5;
	margin: 0px 9px 9px 0px;
}

.news_item {
	padding-right: 20px;
	margin-bottom: 24px;
}

#gallery_items {
	margin-bottom: 14px;
}

#gallery_items tbody td {
	background-color: white;
	padding: 5px;
}

#gallery_items tbody img {
	border: 2px solid #f2f2f2;
}


#news_archive,
#gallery_archive {
	color: #323232;
	font-weight: bold;
	margin-bottom: 14px;
}

#gallery_archive tbody td {
	background-color: white;
	padding: 6px 10px 0px 10px;
}

#gallery_archive tbody td div {
	background-color: #f2f2f2;
	margin-bottom: 10px;
}
#gallery_archive tbody td div img{
	border: 2px solid #f2f2f2;
}

#gallery_archive tbody td div p {
	margin: 0px;
	padding: 4px 10px 4px;
}

#gallery_archive .album_thumb {
	height: 72px;
	overflow: hidden;
	margin-bottom: 0px;
}

#news_archive h2 {
	color: #808080;
	font-size: 1.4em;
	margin-top: 8px;
	margin-bottom: 8px;
}

#news_archive a {
	text-decoration: none;
	color: #323232;
}

#news_archive p {
	margin-top: 10px;
	margin-bottom: 5px;
}

#news_archive div.months{
	margin-top: 15px;
	margin-bottom: 15px;
}

.is_white {
	background-color: white;
}

.is_grey {
	background-color: #f5f5f5;
	padding-left: 20px;
	padding-right: 10px;
}

.right_align {
	padding-right: 20px;
}

.left_align {
	padding-left: 20px;
}

.title_button {
	padding-bottom: 10px;
}

.small {
	margin: 0px;
	padding-top: 2px;
	font-size: 0.75em;
}

.news_title {
	margin: 0px;
	padding: 0px;
}
