/* Secondary CSS File */
/* Refer to Primary CSS File for the Framework and most used tags */

/* 10 -- Consolidating External CSS Codes */

/* 11 Supplemental Style Codes */

h1, h2, h3, h4, h5, h6 {text-align: right;}
ul {list-style-type: square;}
ol{list-style-type:decimal;}

a:link {
  color: blue;
  text-decoration: none;
  background-color : inherit;
}

a:visited {
  color: blue;
  text-decoration: none;
  background-color : inherit;
}

a:hover {
  color: blue;
  text-decoration: underline;
  background-color : inherit;
}

a:active {
  color: blue;
  text-decoration: line-through;
}

div > p {
  margin-top: 0;
}

/* 12 Additional Frames */

body {
  background: url(http://foxfirestudios.net/images/brushedaluminum.gif);
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color : Black;
}

/* 12.1 Top Header */

#pageheader, header{
  background: #ccd;
  border: 3px outset #ccd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
}

/* 12.2 Additional Framework */

#leftsidebar, nav {
  background-color: #ccd;
  border: 3px groove #ccd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
}

#contentright, article {
  background-color: #fffff6;
  border: 3px ridge #dff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#pagefooter, footer {
  background: #eef;
  color: #000;
  padding: 3px;
  border: 1px solid #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*New Main Menu CSS*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

dt {
	font-size: 16pt;
	font-family: sans-serif;
	font-style: italic;
}
