@charset "utf-8";
@import url("navigation.css");

/* -reset margin and padding on all elements */
* {
	margin:0;
	padding:0;
} 

/***** Main Layout Styles *****
-including all page elements that make up the basic site layout
*/
body {
	margin:0;
	background:#0f0f0f;
}

/*Main Layout Elements */
#shell {
	background:url(images/bg.jpg) repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px;
	min-height:640px;
	_height:640px;
	background:url(images/wrapper.jpg) repeat-y;
}

#container {
	margin:0 auto;
	width:900px;
	min-height:663px;
	_height:663px;
	position:relative;
	background:url(images/container.jpg) no-repeat;
}

/*flash area */
#logoflash {
	width:432px;
	height:160px;
	padding-top:21px;
	position:relative;
	z-index:1;
}

#pict_ani {
	width:276px;
	height:442px;
	left:143px;
	top:221px;
	position:absolute;
}

/*Header Navigation */
#headermenu {
	position:absolute;
	width:168px;
	height:21px;
	left:0px;
	top:0px;
	z-index:2;
}

/* Logo Links */
#logo {
	position:absolute;
	width:130px;
	left:0px;
	top:223px;
}

#pagetitle {
	position:absolute;
	top:210px;
	left:443px;
	width:450px;
	z-index:10;
}

#pagetitle_inner {
	position:absolute;
	top:24px;
	left:18px;
	width:510px;
	z-index:10;
}

/*Content area */
/***** Content Styles *****
-including all page elements that make up the content of the site
-set the font for all elements inside the content div
-note: this may require commenting out the styles for .Normal and .NormalDisabled in the default.css file in /Portals/_default/
*/
/*Content Area Home*/
.content {
	width:426px;
	padding:120px 0px 0px 461px;
	min-height:243px;
	_height:262px;
}

/*Content Area Inner */ 
.contentinner {
	width:470px;
	padding:134px 0px 0px 31px;
	min-height:375px;
	_height:375px;
	z-index:99;
	position:relative;
}

/*Content Admin*/
.contentadmin {
	width:600px;
	padding:150px 0px 0px 31px;
	min-height:375px;
	_height:375px;
	z-index:99;
	position:relative;
}

/*Style for content*/
.contentinner p,
.contentinner ol,
.contentinner ul,
.contentinner form,
.content p,
.content ol,
.content ul,
.content form {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:3px;
	margin-bottom:18px;
	line-height:18px;
}

.contentinner a:link,
.contentinner a:visited,
.contentinner a:active,
.content a:link,
.content a:visited,
.content a:active {
	color:#ffffff;
	text-decoration:underline;
}


.contentinner a img { border: 0 none; }
.contentinner a.facebook, .contentinner a.twitter { text-decoration: none; }

/*hover*/
.contentinner a:hover,
.content a:hover {
	color:#A0BADD;
}

/*basic page content elements*/
	.contentinner hr {
	height:1px;
	color:#ffffff;
}

.contentinner ol {
	margin-left:30px;
}

.contentinner ul {
	padding: 28px;
	margin-left:15px;
	list-style:square;
	list-style-position: inside;
}
.contentinner ul li { line-height: 150%; }

/*headings*/ 

	/* -specific styles for each level */
	.contentinner h2,
.contentinner h3,
.contentinner h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:120%;
	margin:10px 0 6px 0;
	font-weight:bold;
}

/*To set the font size for different headers*/
	.contentinner h2 {
	font-size:16px;
}

.contentinner h3 {
	font-size:14px;
}

.contentinner h4 {
	font-size:13px;
}

.quoate {
	width:426px;
	height:100px;
	padding:0px 0px 0px 446px;
}

/*Navigation */
#menuarea {
	width:900px;
	height:72px;
	text-align:center;
	position:absolute;
	left:0px;
	top:94px;
	color:#FFFFFF;
	z-index:100;
}

.submenu {
	height: 26px;
	background-color: #C6B685;
	margin-bottom: 11px;
}

/*footer */
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:10px;
	margin:0 auto;
	width:900px;
	height:105px;
	background:url(images/footer.jpg) no-repeat;
	line-height:17px;
}

#footertext {
	width:300px;
	padding-top:15px;
}

#footertext a {
	color:#777777;
}

#footertext a:hover {
	text-decoration:underline;
}

#admin a {
	font-weight:bold;
}

#address {
	width:900px;
	text-align:center;
	padding-top:15px;
	line-height:16px;
	color:#b5b5b5;
}

/*Secondary Page */
#wrapperinner {
	margin:0 auto;
	width:900px;
	min-height:623px;
	_height:623px;
	position:relative;
	background:url(images/wrapperInner.jpg) repeat-y;
}

#containerinner {
	margin:0 auto;
	width:900px;
	min-height:623px;
	_height:623px;
	position:relative;
	background:url(images/contentInner.jpg) no-repeat;
	z-index:2;
}

/*Image Pannel */
.image {
	position:absolute;
	width:365px;
	height:209px;
	left:535px;
	top:222px;
}

.quoteInner {
	width:365px;
	height:98px;
	left:535px;
	position:absolute;
	top:440px;	
}

#submenu {
	text-align:center;
	position:absolute;
	height:26px;
	top:85px;
	width:900px;
	right:0px;
	left:0px;
}

#submenu ul {
	margin:0;
	padding:0;
	width:900px;
	text-align:center;
	height:26px;
}

#submenu ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	height:26px;
}

#submenu ul li a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform:none;
	padding:0px 6px 0px 0px;
	margin:0;
	text-align:left;
	cursor:pointer;
	height:26px;
	text-decoration:none;
}

#submenu ul li img {
	padding:6px 6px 0px 0px;
	margin:0;
	vertical-align:top;
	height:auto;
	width:1px;
}

#submenu ul li a:hover {
	height:26px;
	text-decoration: none;
	cursor:pointer;
	color:#ffffff;
	background:none;
}

/****    	DNN Overrides	    ****/

#shell .content strong,
#shell .content strong * {
	font-weight:bold !important;
}

#shell .content em,
#shell .content em * {
	font-style:italic !important;
	;
}

#shell .contentinner strong,
#shell .contentinner strong * {
	font-weight:bold !important;
}

#shell .contentinner em,
#shell .contentinner em * {
	font-style:italic !important;
	;
}

.formTable {
	width:auto !important;
	font:normal 12px Verdana, Arial;
	line-height:2;
	color:#ffffff;
}

select,
textarea,
input,
option,
optgroup,
button,
fieldset,
legend {
	color:#000000 !important;
}

label,
.Head,
.SubHead {
	color:#ffffff;
}

a.CommandButton,
a.CommandButton:link,
a.CommandButton:visited {
	color: #ffffff !important;
	text-decoration: underline;
}

a.CommandButton:hover,
a.CommandButton:focus {
	text-decoration: underline;
}


.DataGrid_Header,
.DataGrid_Item {
	color: #ffffff;
}

.ModuleTitle_MenuItem,
.ModuleTitle_MenuItem * {
	color:#000000 !important;
}

.eipbackimg {
	display: none;
}

.eipbuttonbackimg {
;
}

.ControlPanel,
.PagingTable {
	background: #7D6825;
	border:1px solid #000000;
}

#optionsarea {
	background: #F0EDE8 !important;
}

.ModuleTitle_MenuBar {
	position: relative;
	margin: 0 10px 0 0;
}

.ModuleTitle_SubMenu {
	left:0!important;
	top:15px!important;
	width:150px;
}

.EventDay a {
	width:60px !important;
	display:block;
	position:static;
	white-space:normal;
}

.EventDay a br {
	display:none;
}

.formlabel,
.formLabel {
	color:#ffffff !important;
	margin-right:12px;
	font:normal 12px Verdana, Arial;
	font-weight:normal;
	line-height:2;
}

/*MasterForm Control CSS*/
.errMsg {
	font:normal 12px Verdana, Arial;
	color:red;
}

.textBox {
	font:12px Verdana, Arial;
	line-height:2;
}

.Normal {
	font:normal 12px Verdana, Arial;
	line-height:2;
	color:#ffffff;
}

#dnn_ctr549_dnnACTIONBUTTON1_ico0 {
	clear:both;
}

/*for Login Page*/
#dnn_ctr_Login_pnlLoginContainer {
	margin-top:60px;
}


/*sifr*/
@media screen {

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced,
.sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
}
@media print {

.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}

.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
}
@media screen {

.sIFR-active h1 {
	font-family: Verdana;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	visibility: visible;
	padding-bottom:23px;
}
}
