@import url(reset.css);

/*_______________GENERAL SETUP________________*/
body {
	font-size:13px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	color: #F9F4EA;
}
#body {
	background:#d2dbea url(../images/bg.jpg) top no-repeat;
	color:#333333;
	margin-left: 10px;
}
html { height:100% }
body, td {
	line-height:130%;
}
td { vertical-align:top }
a {
	color:#ed145b
}
a:hover {
	color:#ed145b;
	text-decoration:underline
}

/*___________________MAIN LAYOUT________________*/
#outerWrap {
	width:994px;
	min-height:800px;
	height:auto !important;
	height:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/outer-wrap.png);
	background-repeat: no-repeat;
	background-position: top;
}
#contentWrap {
	width:960px;
	padding-bottom:15px;
	overflow:hidden;
	margin-left: 17px;
	background-color: #f9f4ea;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}
#headerLogo {
	width:960px;
	height:250px;
	margin-left: 17px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} 
#logo {
	width:955px;
	height:100px;
}
.search .inputbox { background:none; border:0; color:#000; display:block; width:180px; height:14px; margin:20px; padding:0 5px; float:right; font-size:0.9em; display:inline }
#main {
	width:700px;
	float:left;
	background:transparent;
	border:1px groove #596912;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	height: auto;
}
#mainRight { width:718px; float:right; margin:40px 10px 0 0 !important;  margin:40px 5px 0 0; background:#fff; border:1px dashed #596912 }
#mainLeft { width:718px; float:left; margin:40px 0 0 10px !important; margin:40px 0 0 5px; background:#fff; border:1px dashed #596912 }
#mainFull { width:920px; margin:40px auto 0 auto;  background:#fff; border:1px dashed #596912 }
.padding {
	padding:15px;
	height: 900px;
	width: 700px;
	text-align: left;
}
#leftColumn {
	width:210px;
	float:left;
	padding:0;
	margin:60px 0 0 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#rightColumn {
	width:210px;
	float:right;
	padding:0;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#footer {
	font-size:0.9em;
	height:110px;
	width:960px;
	background:#000 url(../images/footer.png) top no-repeat;
	color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
#footer a { color:#fff }
#footer div { width:880px; padding:80px 0 0 0; text-align:center }


/*__________VERTICAL COLUMN MENU STYLES________*/

ul.menu { margin:0; padding:0; z-index:50 !important }
ul.menu li { list-style:none; margin:0; padding:0; z-index:50 !important }
ul.menu span { display:block; height:17px; line-height:17px; padding-left:0 }
ul.menu a { display:block; background:url(../images/list.gif) left no-repeat; font-weight:bold; margin:0 0 0 0; text-decoration:none; cursor:pointer }
ul.menu a:hover { background:url(../images/list.gif) left no-repeat; text-decoration:underline }
ul.menu ul { margin-left:15px; padding:0 }
ul.menu ul a { text-indent:0; z-index:50 !important; cursor:pointer }
ul.menu ul li a {  text-align:left; margin:0 }
ul.menu li.active li a:hover {  cursor:pointer }
ul.menu li li { padding:0; margin:0; z-index:50 !important }
ul.menu li a { padding-left:10px; z-index:50 !important }
ul.menu li.active a { text-decoration:none; z-index:50 !important }
ul.menu li a:hover, ul.menu li.active a:hover, ul.menu li.active li a:hover {
	text-decoration:underline;
	font-size: 12px;
}
ul.menu li.active li a { background:url(../images/list.gif) left no-repeat; margin:0; padding:0 0 0 10px; z-index:50 !important; text-decoration:inherit; font-weight:normal } /* submenu link color */
/*_________END VERTICAL SIDE MENU STYLES________*/

/*__________MODULE STYLES________*/
.moduletable, .moduletable_text, .moduletable_menu, .moduletable_login, .moduletable_noimage { border:1px solid #6b6b6b; padding:0 0 10px 0; margin:0 auto 5px auto; width:208px }
.moduletable h3, .moduletable_text h3, .moduletable_menu h3, .moduletable_login h3, .moduletable_noimage h3 { background:url(../images/mod-title.gif) no-repeat; width:193px; height:52px; padding:0 0 0 15px; color:#000; font-size:1.2em; font-weight:bold; line-height:40px }
.moduletable_menu a { font-weight:bold }
.moduletable .cont, .moduletable_.cont, .moduletable_menu .cont, .moduletable_login .cont, .moduletable_noimage .cont {
	background:none;
	padding:5px 13px 0 13px;
	font-size: 12px;
}
.pollstableborder, .poll { text-align:left; width:auto }
.moduletable .bannergroup, .moduletable_text .bannergroup, .moduletable_menu .bannergroup { padding:0; margin:0; width:100% }
.moduletable .cont ul, .moduletable_menu .cont ul, .moduletable_text .cont ul, .moduletable_login .cont ul, .moduletable_noimage .cont ul {
	margin:0 0 0 5px;
	padding:0;
	border:0;
	font-size: 12px;
	vertical-align: middle;
}
.moduletable li { list-style:none; background:url(../images/menu-list.gif) no-repeat 0 5px; padding-left:10px; }
#leftColumn li, #rightColumn { list-style:none }
.moduletable_login li, .moduletable_login li { list-style:none; margin:0; padding:0; font-size:0.9em  } /*LOGIN (left or right) */
.moduletable_login .inputbox { height:14px }
.moduletable p, .moduletable br { margin:0 0 5px 0 }

/*SLIDESHOW (user 5) */ 
.moduletable_flashBanners { padding:0; margin:0 0 15px 0; background:#000; width:464px; height:294px; float:none; border:none }
#main .moduletable_flashBanners ul li { background:none }

/*________________GENERAL STYLES_________________*/
.left { float:left; position:relative }
.right { float:right; position:relative }
.clear { clear:both }
.clear-l { clear:left }
.clear-r { clear:right }
.spacer	{ height:20px }

/*Image Styles*/
.contentpaneopen img { margin:0 } /* Place margin settings here for universal image spacing */
.contentpaneopen .buttonheading img { padding:0; margin:0 }
.imgRight { float:right; border:3px double #ccc  }
.imgLeft { float:left; border:3px double #ccc }
/*End Image Styless*/

hr { height:1px; color:#ccc }
.createdate, .small, .modifydate, .pagenavcounter { font-size:0.8em; padding:2px 0; color:#829d07 }
table.contentpaneopen { width:100% }
table.contentpaneopen td {
	padding-bottom:1px;
	font-size: 12px;
}
div .contentpane { width:100% }
.button { width:70px; height:20px; border:none; padding:0; margin:5px 0 0 0; color:#fff; font-size:0.9em; background:url(../images/button.png) no-repeat }
#searchForm .button { margin-left:10px }
.pollstableborder td { padding:1px; text-align:left }
.input .inputbox { width:80% }
.inputbox { border:1px solid #ccc; width:auto }
.contentpane li { margin-bottom:8px; border-bottom:1px solid #ccc; padding-bottom:5px }
td.contentdescription { padding:8px; }
a.readon {
	color:#fff;
	background:url(../images/read.gif) no-repeat;
	display:block;
	width:90px;
	height:27px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	font-size:0.9em;
	line-height:20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
a.readon:hover { color:#ccc }
.article_separator { background:url(../images/article-div.gif) repeat-x center; display:block; height:6px; width:97%; margin:7px auto }
.article_column { padding-right:10px; }
.column_separator { border-left:1px solid #ccc; padding-left:10px; }
.pagenav  { font-size:1em }
.contenttoc td { padding:2px 5px }
.contenttoc { border:1px dotted #11648e; margin:5px }
.componentheading, .contentheading {
	font-size:1.8em;
	color:#11648e;
	font-weight:bold
}
.componentheading { margin:0 0 10px 0; padding:7px 0; border-bottom:1px solid #ccc; border-top:1px solid #ccc }
.buttonheading a { margin:0 2px }
legend { margin: 0; padding: 0 10px }
#modlgn_remember { width:20px; border:none }

h1 {
	font-size:1.8em;
	font-weight: bold;
}
h2 { font-size:1.3em }
h3 { font-size:1.2em }
h4 { font-size:1.1em }

/*___________________Table View______________*/
td.sectiontableheader { background:#f9f5ec; border-right:1px solid #fff; padding:5px 10px; font-weight:bold; }
td.sectiontableheader a { text-decoration:none; }
tr.sectiontableentry1 td { padding:5px; }
tr.sectiontableentry2 td { padding:5px; }
tr.sectiontableentry2 {  }

/*_______________EXTRAS __________________*/

/* System Standard Messages */
#system-message { color:#000 }
#system-message { margin-bottom: 20px; }
#system-message dd.message ul { list-style:none; background:#C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding:10px 0 10px 40px; text-indent:0px }
/* System Error Messages */
#system-message dd.error ul { list-style:none; color:#c00; background:#E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding:10px 0 10px 40px; text-indent:0px;}
/* System Notice Messages */
#system-message dd.notice ul { list-style:none; color:#c00; background:#EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding:10px 0 10px 40px; text-indent:0px;}
#system-message .message ul li { list-style:none; background-image:none }

/* -- buttons */
#editor-xtd-buttons { padding:5px }
.button2-left, .button2-right, .button2-left div, .button2-right div { float:left }
.button2-left a, .button2-right a, .button2-left span, .button2-right span { display:block; height:22px; float:left; line-height:22px; color:#000; cursor:pointer } /*font-size */
.button2-left span, .button2-right span {cursor:default; color:#000 }
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span { padding:0 6px }
.page span { color:#000; font-weight:bold }
.button2-left a:hover, .button2-right a:hover { text-decoration:none; color:#0B55C4 }
.button2-left a, .button2-left span { text-decoration:none; padding:0 24px 0 6px }
.button2-right a, .button2-right span { text-decoration:none; padding:0 6px 0 24px }
.button2-left { background: url(../../system/images/j_button2_left.png) no-repeat; float:left; margin-left:5px }
.button2-right { background: url(../../system/images/j_button2_right.png) 100% 0 no-repeat; float:left; margin-left:5px }
.button2-left .image { background: url(../../system/images/j_button2_image.png) 100% 0 no-repeat }
.button2-left .readmore { background: url(../../system/images/j_button2_readmore.png) 100% 0 no-repeat }
.button2-left .pagebreak { background: url(../../system/images/j_button2_pagebreak.png) 100% 0 no-repeat }

/* Component Specific Fixes */
#component-contact table td { padding: 2px 10px }
