/* 1024px - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.0 (Jan 29, 2007)

Screen layout: */

/*** General tags ***/

body {
background:url(images/background.gif) repeat-y top center #fff;
/* color:#404040; */
color:#404040; 
font:86% Verdana,Tahoma,Arial,sans-serif;
line-height:1.2em;
margin:0 auto;
padding:0;
}

a {
color:#30307A;
font-weight:700;
text-decoration:underline;
}

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

a img {
border:0;
}

p {
margin:0 0 18px 10px;
}

ul,ol,dl {
font-size:0.9em;
margin:2px 0 4px 5px;
}

ul ul,ol ol {
margin:4px 0 4px 5px;
}

.blockquote {
border:1px solid #dadada;
font-size:0.9em;
margin:20px 10px;
padding:8px;
}

h1 {
font-family: Garamond, serif;
color:#B31B1B;
font-size:4.8em;
letter-spacing:-2px;
margin:0 0 25px 25px;
}


h1 a {
color:#B31B1B;
text-transform:none;
text-decoration: underline;
}



h2 {
border-bottom:4px solid #dadada;
color:#B31B1B;
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px;
padding:0 2px 2px 5px;
}

h3 {
border-bottom:1px solid #dadada;
color:#B31B1B;
font-size:1.2em;
font-weight:700;
margin:10px 0 8px;
padding:1px 2px 2px 3px;
}

/*** Main wrap and header ***/

#wrap {
color:#404040;
margin:10px auto;
padding:0;
width:970px;
}

#header {
margin:0;
}

#header hr {
height:1px;
width:52%;
background:#B31B1B;
margin: 35px 0px 0px 360px; 
}

#toplinks {
font-size:0.9em;
padding:5px 2px 2px 3px;
text-align:right;
}

#toplinks a {
color:gray;
}

#slogan {
color:gray;
font-size:1.5em;
font-weight:700;
letter-spacing:-1px;
line-height:1.2em;
margin: 5px 0 20px 35px;
font-style: italic;
font-variant: small-caps;

}

/*** Sidebar and menu ***/

#sidebar {
font:90% Verdana,Tahoma,Arial,sans-serif;
float:left;
line-height:1.4em;
margin:0 0 5px;
padding:1px 0 0;
width:195px;
}

#sidebar ul {
font-size:0.9em;
list-style:none;
margin:0;
padding:0 0 15px 10px;
}

#sidebar li {
list-style:none;
margin:0 0 4px;
padding:0;
}

#sidebar li a {
font-size:1.2em;
font-weight:700;
padding:2px;
}

#sidebar ul ul {
line-height:1.2em;
margin:4px 0 3px 15px;
padding:0;
}

#sidebar ul ul li a {
font-weight:400;
}

#sidebar h2 {
margin:3px 0 8px;
}

/*** Main content ***/

#content {
float:right;
line-height:1.5em;
margin:0;
padding:0;
text-align:left;
width:750px;
}

#contentalt {
float:left;
line-height:1.5em;
margin-right:20px;
padding:0;
text-align:left;
width:750px;
}

#content h3,#contentalt h3 {
margin:10px 0 8px;
}

/*** Footer ***/

#footer {
border-top:4px solid #dadada;
clear:both;
color:gray;
font-size:0.9em;
line-height:1.6em;
margin:0 auto;
padding:8px 0;
text-align:right;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
}

/*** Various classes ***/

.box {
background:#B31B1B;
border:1px solid #c8c8c8;
color:#fff;
font-size:0.9em;
line-height:1.4em;
padding:10px 10px 10px 13px;
}

.box a {
color:#f0f0f0;
}

.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.readmore {
margin:-10px 10px 12px 0;
text-align:right;
}

.timestamp {
font-size:1.2em;
margin:-5px 0 15px 10px;
}

.timestamp a {
font-weight:normal;
}

.blue {
color:#B31B1B;
}

.clear {
clear:both;
}

.fade {
color:#c8c8c8;
}

.gray {
color:gray;
}

.photo {
background:#fff;
border:1px solid #bababa;
margin:6px 18px 2px 5px;
padding:2px;
}


/* drop shadow text */

/* default setup that everything sees */
.shadow {

/* text-decoration: underline; */

	/* needed for Internet explorer */
	height: 1em;
	filter: Shadow(Color=#666666, Direction=135, Strength=5);

	/* Needed for Gecko */
	line-height: 2em;
	white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */

.shadow:before {
  display: block;
  margin: 0 0 -2.1em 0.15em;
  padding: 0;
  color: #666666; 
}


#shadow_1:before { 
  content: 'The Enterprise Group'; 
}


#second_2:before { 
  content: 'The Enterprise Group'; 

}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */

.dummyend[id]{clear: both;}

/*\*/

html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}


/* New red box */

/* body {background: #9db} */
/*
div.back {background: #999}
div.section {background: #ffd}
div.back {padding: .5em}
div.section {margin: -1em 0 0 -1.5em}
div.back {margin: 3em 0 3em 1em}
div.section {border: thin solid #000; padding: 1.5em}
*/

div.hback {background: #999}
div.hsection {background: #B31B1B}
div.hback {padding: .5em}
div.hsection {margin: -1em 0 0 -1.5em}
div.hback {margin: .75em 0 2em 1em}
div.hsection {border: thin solid #B31B1B; padding: 1.5em; color: white;}
div.hsection h2 {color: white;}
div.hsection a:visited {text-decoration:underline;color: #FFFF00;}
div.hsection a:link {text-decoration:underline; color: #FFFF00;}
div.hsection a:hover {text-decoration:none;color: white;}

.qftd {
	font-size: 12px;
	font-style: italic;
}

