@charset "utf-8";

* {
	margin:0 auto;
	padding:0;
}

body {
	margin:0 auto;
	background:#f5dda1 url(images/background.jpg) repeat;
	*background-position: -1px 0;
}

/*MainlayoutElements*/
#shell {
	position:relative;
	background-image:url(images/repeater.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width:900px;
}

#header {
	position:relative;
	margin:0 auto;
	width:900px;
	background:url(images/header.jpg) no-repeat;
	height:262px;
}

#headerHome {
	position:relative;
	margin:0 auto;
	width:900px;
	background:url(images/headerHome.jpg) no-repeat;
	height:262px;
}

#photoHeader { position:absolute; top:45px; left:253px; width:354px; height:217px; }

#container {
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	min-height:370px;
	_height:370px;
	width: 900px;
}

/*contentarea*/
.content {
	width:600px;
	padding-top:0px;
	position:relative;
	left:100px;
}

/* links */
.content a:link,
.content a:visited {
	color:#000000;
	text-decoration:underline;
}

.content a:hover,
.content a:active {
	color:#C85B23;
	text-decoration:underline;
}

/* basic page content elements */
.content hr {
	height:1px;
	color:#000000;
	background:#000000;
}

.content p,
.content ol,
.content ul,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family:"Microsoft Sans Serif", Verdana, Arial;
	color:#000000;
	font-size:14px;
	line-height:18px;
}

.content p,
.content ol,
.content ul {
	margin-top:5px;
	margin-bottom:16px;
}

.content ol,
.content ul,
.content dl { margin-left:33px; }

.content ul li { list-style:disc; }

/* headings */ 
 .content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-top:10px;
	margin-bottom:4px;
	font-weight:bold;
}

/* -specific styles for each level */
.content h2 { font-size:16px; }

.content h3 { font-size:15px; }

.content h4 { font-size:12px; }

.content h5 { font-size:10px; }

.content h6 { font-size:8px; }

/*footer*/
#footer {
	margin:0 auto;
	width:900px;
	background-image:url(images/footer.jpg);
	height:32px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:94px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	z-index:-1;

}

#footer a {
	color:#000;
	font-weight:normal;
}

#footer a:hover { text-decoration:underline; }

/*menu implementation*/
/* first level */
#menuarea {
	width:173px;
	height:300px;
	position:absolute;
	left:38px;
	top: 270px;

}

#navigation {
	margin:0;
	padding:0;
}

#navigation ul {
	position:absolute;
	margin:0;
	padding:0;
}

#navigation ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation ul li a
 {
	cursor:pointer;
	padding:0;
	margin:0;
	line-height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#000000;
	text-indent: 15px;
	width:174px;
	height:25px;
	display:block;
}

#navigation ul li a:hover { cursor:pointer; background: url(images/menuHover.jpg) no-repeat; color:#FFFFFF; text-decoration:none;}

#navigation ul li ul { display: none;}
/*special Styles*/
* .faqAnswer {
	width:90%;
	background-color:#ede2de;
	border:1px solid #000;
	padding:8px 8px 8px 8px;
	color:#000;
	margin-bottom:10px;
	line-height:15px;
}

.photoright {
	float:right;
	margin:0 0 5px 8px;
	padding:2px;
	border:1px solid #4C0E4D;
}

/*Page Headers*/
.title,
.welcomeimg {
	padding-top:5px;
	padding-left:0px;
}

.title {
	width:422px;
	height:64px;
}





/*headerflash*/
#headerflash {
	width:219px;
	height:262px;
	position:absolute;
	top:0;
	left:0;
}

#barflash {
	width:681px;
	height:49px;
	position:absolute;
	right:0;
	top:262px;

}

img.map1 { position:absolute; top:133px; right:49px; width:51px; height: 12px;}
img.map2 { position:absolute; top:214px; right:49px; width:51px; height: 12px;}

/***** DNN Overrides *****
- to make dnn match the design
*/
.formTable { width:auto !important; }

#shell .content strong,
#shell .content strong * { font-weight:bold !important; }

#shell .content em,
#shell .content em * { font-style:italic !important; ; }

a.CommandButton,
a.CommandButton:link,
a.CommandButton:visited,
select,
textarea,
input,
option,
optgroup,
button,
.DataGrid_Item,
.DataGrid_Header,
.Head,
.SubHead,
fieldset,
legend,
.ModuleTitle_MenuItem,
.ModuleTitle_MenuItem * { color:#000000 !important; }

a.CommandButton,
a.CommandButton:link,
a.CommandButton:visited,
a.CommandButton:hover,
a.CommandButton:focus { text-decoration: underline; }

.eipbackimg { display: none; }

.ControlPanel,
.PagingTable {
	background: #dbd7be;
	border:1px solid #000000;
}

#optionsarea { background: #F0EDE8 !important; }

.ModuleTitle_MenuBar {
	position: relative;
	margin-right:10px;
}

.ModuleTitle_SubMenu {
	left:0!important;
	top:15px!important;
	width:150px;
}


/*MasterForm Control CSS*/
.textBox,
.formTable,
.Normal,
.formLabel {
	font-family:"Microsoft Sans Serif", Verdana, Arial;
	color:#000000;
	font-size:14px;
	line-height:23px;
	margin:0 auto;
}
.formTable tr { margin-bottom: 10px;}
.errMsg,
.errmsg { color:red; }

table.buttons { float:left;}

#dnn_ContentPane { text-align:center;}

/***** SIFR 3.0 b.436 Styles *****
-note: only one part of this code should really be changed - sIFR-active h1
*/
@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;
}
}
/* this is the part that is changed from site to site */
@media screen {

.sIFR-active h1 {
	font-family:"DIN Neuzeit Grotesk Std Light", Verdana, Arial;
	font-size: 28px;
	line-height: 27px;
	visibility: hidden;
	padding: 0;
	font-weight:normal;
	color:#ffffff;
}
}
