@import url('common.css');
@import url('/includes/skins/mxkollection3.css');

/* 
  -----------------------------------
  Deja Vu Interior - Single Column
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
html, body {height:100.1%;}
body {
	margin: 0px;
	padding: 0px;
	min-width: 950px;
	background-color: #1F1A54;
	font-size: 100%;
}

#logo {
	width: 950px;
	margin: auto;
}


#tagline {
	margin: 3px 0 30px 60px;
	font-size: 1em;
	letter-spacing: 0.4em;
	color: #d8d0ad;
	font-family:  "Comic Sans MS", Georgia, "Times New Roman", serif;
}
#wrapper {
	margin: 0 auto;
	width: 948px;
	background-color: #d8d0ad;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(../p7dejavu/img/dj4_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#midcolumn {
	float: right;
	width: 948px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	padding-bottom: 20px;
}
#layoutbottom {
	clear: both;
	background-image: url(../p7dejavu/img/dj4_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#menu {
	width: 199px;
	float: left;
	min-height: 400px;
	margin-left: 0px;
	padding-bottom: 20px;
	border-left: solid 1px #333333;
	height: 100%;
	
}
#menu p {
	font-size: 85%;
	line-height: normal;
}
h1.title {
	font-size: 1.8em;
	margin: 1.5em 0 1em 0;
}
q { 
	behavior:url('/Scripts/fixQuotes_en.htc'); 
}
.content {
	margin: 0px;
	padding: 1px 32px 10px 250px;
	border-top: solid #333333 3px;
}
.content p, .content td {
	margin: 6px 0 12px 0;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #CCCCCC;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #CC0033;
}
.note {
	color: #333333;
	font-size: 0.85em;
}
#footerbox {
	width: 950px;
	margin: 0 auto;
	height: 50px;
}
#footer {
	font-size: .7em;
	text-align: center;
}
#footer p {
	margin: 12px 20px 60px 6px;
}

/***************Link styles *************/
a:link {
	color: #990000 ;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:focus {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
p.copyright {
	color: #CCCCCC;
	text-align: center;
	font-size:10px;
	clear: both;
}
p.copyright a:link {
	color: #FFFF99;
	text-decoration: none;
}
p.copyright a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
p.copyright a:focus {
	color: #FF9966;
	text-decoration: none;
}
p.copyright a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: .9em;
	color: #CCCCCC;
	background-color: #666666;
	padding: 4px 12px 4px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	text-align:center;
}
.cancel-background {
	background-image: none;
	background-color: #fff;
	margin: 0;
	padding: 12px;
	border-left:  none;
	border-right: none;
}
/*The Menu List inside the Accordion Panel*/
/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {margin: 0 0 4px 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #333333;
	background-image: url(../p7dejavu/img/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #333333;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}
/*
The YOU are HERE link assigned by the Accordion Panel script
to mark the current page link
*/
.p7ap_currentmark {
	font-weight: bold;
	cursor: default;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Accordion Panel CSS tweaks for the first panel component on your page,
The one that contains navigation. Any other Accordion Panel Magic components
you insert on your page will not be affected and will use the default
Greystone Accordion Panel Magic style theme */

#p7ABW1 {
	border: none;
	padding: 0;
	margin: 0 1px;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
	border-bottom: 1px solid #333 !important;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	letter-spacing: normal;
	background-color: #000000 !important;
}
#p7ABW1 .p7ABtrig b {display: none;}
#p7ABW1 .p7ABtrig i {font-style: normal;}
#p7ABW1 .p7ABtrig .p7ABtrig_down b  {display: inline;}
#p7ABW1 .p7ABtrig .p7ABtrig_down i {display: none;}
#p7ABW1 #p7ABc1_1 {

}
#p7ABW1 .p7ABcontent {
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	margin: 0;
	padding: 0;
}
#p7ABW1 .p7ABcontent p {
	margin: 0px 6px 12px 0;
}
#p7ABW1 .p7ABcontent a {
	color: #1b1b1b;
}
#p7ABW1 .p7ABcontent a:hover {
	color: #FFFFFF;
}
#p7ABW1 .p7ABcontent h4 {
	margin: 0 0 2px 0;
	font-size: 1em;
	letter-spacing: 0.5em;
	color: #FFFFFF;
}

/******* FORMS ******/

KT_buttons {text-align:right; }

