/* ---------------------
basic layout
--------------------- */

* {
	font-family: Helvetica, Arial, sans-serif;
}

.waterbody {
	background: #FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
		
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#00274C;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

img {
	border: 0;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}


/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 55px;
	margin-top: 10px;
	width: 960px;
	padding:0;
	background-color: #EBEEF3;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

.bar1 {
	height:10px;
	background-color:#F03F35
}

.bar2 {
	height:60px;
	background-color#EBEEF3;
	border-bottom: solid black 2px;
}
.bar2b {
	position:absolute;
	left: 295px;
	top: 20px;
	height: 60px;
	padding-left: 20px;
	padding-top: 10px;
	border-left: solid black 1px;
}

.bar3 {
	height: 2px;
	border-bottom: solid black 3px;
	background-color: #EBEEF3;
}

.random1 {
	position: absolute;
	top: 288px;
	left: 303px;
	border: black 1px solid;
}
.random2 {
	position: absolute;
	top: 288px;
	left: 532px;
	border: black 1px solid;
}
.random3 {
	position: absolute;
	top: 288px;
	left: 761px;
	border: black 1px solid;
}
.frontpage_2 {
	position: absolute;
	top: 468px;
	left: 303px;
}
.frontpage_wrapper {
	height: 800px;
}
.centerforarch {
	position: absolute;
	top: 550px;
	left: 303px;
}
.archfound {
	position: absolute;
	top: 550px;
	left: 646px;
}
.archwrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 5px white solid;
	height: 300px;
	background-color: white;
}



/** div container for image header **/
.imgheader {
	height:135px;
	background-color:#F03F35;
	border-bottom: solid black 2px;
	font-size: 10px;
	font-color: white;
	padding-left: 30px;
	padding-top: 15px;
}

.imgheader-txt {
	width: 150px;
	position:relative;
	text-align: right;
	line-height: 12px;
	left: 40px;
	top: 24px;
	height: 40px;
	padding-left: 30px;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-decoration: none;
}
a.imgheader-txt {
	font-color: #00274C;
	text-decoration: none;
	text-align: right;
	font-weight: 600;
}
a.imgheader-txt:hover {
	text-decoration: underline;
}


.aiaimagebox {
	position: absolute;
	top: 82px;
	left: 295px;
	width: 690px;
	height: 150px !important;
	background-color: white;
	border-left: black solid 1px;
}

.aiaheader {
	position: absolute;
	top: 26px;
	left: 22px;
}

#topmenu {
	margin-top: 3px;
	height: 37px;
	background-color: #EBEEF3;
	border-top: 3px solid black;
}

#topmenufollower {
	height: 5px;
	background-color: #F03F35;
	border-bottom: white 6px solid;
}

/** div container for left column **/
#leftcol {
	float: left;
	width: 261px;
	height: 100%;
	margin-left: 10px;
	padding-top: 10px;
	border-right: 6px white solid;
}

/** fix for first element in leftcol **/
#leftcol p {
	margin-top: 0;
}

/** div container for mainbody **/
#content_main {
	margin:0px 15px -5px 271px;
	padding-left: 24px;
	padding-bottom: 25px;
	background-color:#EBEEF3;
	border-left: 5px white solid;
}

/** div container for copyright **/
#copyright {
	clear:both;
	height: 40px;
	padding-bottom: 10px;
	background-color: #B6C6D3;
	border-top: 6px white solid;
}
.copyright-text {
	color:#003D63;
	font-size:11px;
	font-weight: bold;
	padding-top: 10px;
	text-align:left;
	font-stretch: condensed;
}

.cpyr_l_spacer {
	width: 30px;
}

/* ---------------------
mambo content layout
--------------------- */

/** content title **/
.componentheading {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#00274C;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#00274C;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 15px;
	background-color:inherit;

}

.contentpaneopen {
}


.pagenav, .pagenav2 {
	color: #ADB0AF;
}
a.pagenav, a.pagenav2, a.pagenav:visited, a.pagenav2:visited {
	color: black;
	text-decoration: none;
}
a.pagenav:hover, a.pagenav2:hover {
	text-decoration: underline;
}


/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;
}

.sectiontableheader {
	font-weight: bold;
}

.category, .categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;
}

.sectiontableentry1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** blog Styles **/
.blogsection {
	color:#3973AC;
	background-color:inherit;
}

.blog_more {
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
	color: #3973AC;
	border-bottom: 1px solid #E5E5E5;
	background-color:inherit;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

.back_button {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/** highlight word search result **/
.highlight {
	font-weight:bold;
	background-color: #FFFF00;
	padding: 2px 0 2px 0;
	
}

/** table of content layout **/
table.contenttoc {
	border:1px solid #000000;
	padding:1px;
	width:130px;
	margin: 0 0 10px 10px;
}

/** table of content header **/
.contenttoc th {
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	width:124px;
}

/** unordered list for latest news module **/
ul.latestnews li,ul.mostread li {
	line-height: 18px;
	font-size:11px;
	font-weight:bold;
	list-style-type: none;
	list-style-position: outside;
}



/* ---------------------
Links
--------------------- */

/** REMOVED

any left column link 
#leftcol a:link,
#leftcol a:active,
#leftcol a:visited {
	color:#ADB328;
}
**/

a.pagenav:link,
a.pagenav2:link,
a.pagenav_next:link,
a.pagenav_pre:link,
div.back_button a,
div.back_button a:link,
a.latestnews:link,
a.latestnews:active,
a.latestnews:visited,
a.mostread:link,
a.mostread:active,
a.mostread:visited {
	text-decoration:none;
}

a.pagenav2:link {
	color:#DADEDC;
}

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	color:#666666;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	letter-spacing: 2px;
	font-size:10px;
	text-decoration:none;
}

/*** blog links ***/
a.blogsection:link,
a.blogsection:active,
a.blogsection:visited {
	color:#3973AC;
	text-decoration:none;
}

/** generic menu item link **/

a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
	color:#00274C;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	font-stretch: condensed;
	position:relative;
}

a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#585958;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 18px;
	position:relative;
	left:8px;
}

/**
#active_menu {
	background-image: url("../images/mainlevelflag_active.gif");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	width:221px; 
}
**/

/** generic menu item link on mouseover **/
a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	color:#000000!important;

}


/** pathway link item **/
a.pathway:link,
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#999999;
	text-decoration:none;
}

/** table of content list **/
a.toclink:link,
a.toclink:active,
a.toclink:visited {
	color:#3973AC;
	font-size:11px;
	padding:2px 10px 2px 10px;
	display:block;
	text-decoration:none;
}

.pagenavbar a:link,
.pagenavbar a:active,
.pagenavbar a:visited  {
	letter-spacing:2px;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}

.pagenavbar a:hover {
	color:#3973AC;
}

/** latestnews and popular **/
.latestnews,
.mostread {
	color:#000000;
}

a.latestnews:link,
.mostread a:link,
.latestnews a:active,
.mostread a:active,
.latestnews a:hover,
.mostread a:hover,
.latestnews a:visited,
.mostread a:visited {
	color:#000000;
	text-decoration:underline;
}

/** underline on hover **/
a.toclink:hover,
a.latestnews:hover,
a.mostread:hover,
a.pathway:hover,
a.sublevel:hover,
a.sublevel-right:hover,
a.blogsection:hover,
a.readon:hover,
a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
a.latestnews:hover {
	text-decoration:underline;
	color:#3973AC;
	background-color:inherit;
}

#leftcol a:hover {
	color: #000000;
	text-decoration:underline;
}



#copyright a:link,
#copyright a:active,
#copyright a:visited {
	color: #6D6E44!important;
	font-weight: bold;
	font-stretch: condensed;
}

#copyright a:hover {
	color: #000000!important;
	font-weight: bold;
	font-stretch: condensed;
}

/* ---------------------
mambo module layout
--------------------- */

/** VirtueMart Cart **/
vm_cart {
	color:#00274C;
}

vm_cart_text {
	color:#585958;
	text-decoration:none;
	font-size:9px;
	font-weight: bold;
	font-stretch: condensed;
}


/** general module table **/
table.moduletable,
#leftcol table,
#rightcol table {
	width:100%;
	float:left;
	clear:left;
}

/** general module table **/
#rightcol table,
#leftcol table td {
	font-size:11px !important;
	color:#CCCCCC;
}

#rightcol table,
#rightcol table td {
	font-size:11px !important;
	color:#030303;
}

/** general module title **/
table.moduletable th,
table.moduletable-bgimg th,
table.moduletable-right th {
	border: 1px solid #000000;	
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	background-color:#484848;
	height:25px;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
}

/** specific module td table for content top 1 and 2. 
position:user2 an user3 **/
#content_top1 table.moduletable td,
#content_top2 table.moduletable td {
	background:transparent url(../images/bg_module_contenttop.jpg) no-repeat center bottom;
	height:100px;
	min-height:100px;
	vertical-align:top;
}

/** right column module td **/
#rightcol table.moduletable td   {
	padding:5px;
}

/** generic menu item **/
.mainlevel  {
	display:block;
	height:20px;
	color:#00274C;
	padding-left:25px;
	font-size: 12px;
	letter-spacing: 1px;
}

/** specific left column form **/
#leftcol form {
	margin-left:15px;
}

/** specific left column form **/
#leftcol .button {
	font-size:12px;
	font-weight: normal;
	position: relative;
	left: -8px;
	color:#00274C;
	background-color: transparent;
	border: none;
	letter-spacing: 1px;
}


/** specific left column form **/
#leftcol .inputbox {
	font-size:11px;
	font-weight: bold;
}

/** module styles in #leftcol **/
#leftcol table.moduletable td {
	color:#DADADA;
	font-size:11px;
}

/** search div in top right column. position:user4 **/
div.search {
	margin-left:10px;
}

.lefttriangletop {
	position:relative;
	left: 9px;
	top: 48px;
}
.lefttrianglemiddle {
	position:relative;
	left: -5px;
	top: 139px;
}
.lefttrianglebottom {
	position:relative;
	left: -19px;
	top: 258px;
}


/** search field in search div **/
.search .inputbox {
	clear:both;
	width:130px;
	border: 1px solid #000000;
}

/** required-field inputbox **/
.inputbox_required {
	background-color: #FBFF96;
}
	

/* ---------------------
mambo form layout
--------------------- */

/** left column input form **/
#leftcol .inputbox {
	font-size:10px;
	font-weight:lighter;
	border: 1px solid #00274C;
	margin-bottom:2px;
	color:#00274C;
}



/** input button html tag **/
.button,
#rightcol .button {
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	background-color:#CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}

#rightcol .button {
	background-color:#E5E5E5;
}

.search  {
	margin-top:30px;
	margin-bottom: 15px;
}




/** 
moduletable specific with background image
you need to add modules class suffix: -bgimg
 **/
table.moduletable-bgimg {
	background:transparent url(../images/bg_module.jpg) no-repeat center bottom;
	float:left;
	clear:left;
	width:100%;
}

table.moduletable-bgimg td {
	padding: 5px ;
	font-size:11px;
}

table.moduletable-bgimg td td {
	padding: 0!important;
}

/** for polls **/
.poll {
	font-size:11px;
	line-height: 16px;
}

table.pollstableborder .sectiontableentry2 {
	background-color:transparent; 
	text-align:left; 
}
table.pollstableborder .sectiontableentry1 {
	background-color:#F5F5F5; 
	text-align:left;
}

.moduletable_bgimg table.pollstableborder td.sectiontableentry2,
.moduletable_bgimg table.pollstableborder td.sectiontableentry1 {
	background-color:transparent!important; 
	text-align:left!important; 
}


#bottompadding	{
	position:relative;
	display:block;
	height:0px;
	margin-top:-100px;
}


