/* -------------------------------------------------------------- 
  
   Digispire CSS Screen Styles
      
-------------------------------------------------------------- */

@import 'typography.css';

body { background-color: #191919; text-align: center; margin:10px 5px 0 5px; }

.container {
  visibility: visible;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  width: 760px;     /* Total width */
}


#navigation { background-position: 5px; color: #191919; padding: 0; margin: 0; background-image: url(../images/ideal_home_bg.gif); background-repeat: repeat-y;}

#flashcontent {padding: 0; margin: 0; width: 728px;}

#header { 
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 113px;
	margin-left: 4px;
	text-align: right;
	margin-right: 20px;
	color: #353535;
	font-size: 11px;
}

p {
	margin-top:0px;
	margin-bottom:20px;
	text-align: left;
}

form label {
	font-weight: bold;
}

#header a {
	color: gray;
	text-decoration: none;
}

#header a:hover {
	color: silver;
	text-decoration: underline;
}

td.ltmargin {background-image: url(../images/ltmargin.gif); background-repeat: repeat-y; width: 10px;}

td.rtmargin {background-image: url(../images/rtmargin.gif); background-repeat: repeat-y; width: 10px;}

#footer {
	color: #353535;
	text-align: center;
	padding-top: 5px;
}

#footer div {
	color: silver;
	line-height: 10px
	text-align: center;
}


form {
	padding: 10px 15px 15px 15px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#F8F8F6;
	border: 1px dotted #878177;	
	text-align: left;
}


#footer div div {
	font-size:10px;
	color: silver;
	line-height: 5px
	padding-top: 5px;
	padding-bottom: 15px;
}

#footer #designedby {
	font-size: 12px;
	color: silver;
	line-height: 12px;
	padding: 10px;
	font-weight: normal;
}

#footer #designedby a {
	font-size: 12px;
	color: gray;
	text-decoration: underline;
	font-weight: normal;
}

#footer #designedby a:hover {
	font-size: 12px;
	color: red;
	font-weight: bold
	text-decoration: none;
}

#footer a {
	color: #d6382a;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #cad8f2;
	text-decoration: underline;
}

#footer a:visited {
	color: #c0b7ce;
}

#footer a:active {
	font-style: italic;
	color: #cad8f2;
}

table.border { border-left-color: #3d4f6b; border-bottom-color: #3d4f6b; border-right-color: #3d4f6b; border-top-color: #3d4f6b; border-width: 1px; border-style: solid;}

td.border { border-top-color: #3d4f6b; border-top-width: 1px; border-top-style: solid; }

td.grdbg { text-transform: uppercase; font-weight: bold; text-align: center; color: #ebebeb; height: 20px; background-repeat: repeat-x; background-image: url(../images/grdbg.jpg); }

td.border p {padding:10px; margin:5px;}

#contentbox {
	width: 311px;
	height: 146px;
	background: url(../images/box_shadow.png) no-repeat left bottom;
	padding: 0 0 6px 6px;
	margin: 0;
}

#contentbox div {
	background-color: #EDEFF0;
	width: 303px;
	height: 144px;
	border-color: #3d4f6b;
	border-width: 1px;
	border-style: solid;
}


.breadcrumb{
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #454545;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #454545;
}

.breadcrumb a:hover{
color: #7f7f7f;
text-decoration: underline;
}

#button {
	width: 15em;
	border: 1px solid silver;
	padding: 0;
	margin: 0 0 30px 30px;
	font-family: Helvetica, Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, sans-serif;
	color: #333;
	float: right;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 1px solid white;
	margin: 0;
}

#button li.last {
	border-bottom: 0;
	margin: 0;
}

#button li a {
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-right: 10px solid #cccdd6;
	text-align: right;
	background-color: #e2e3e6;
	color: #595959;
	text-decoration: none;
	width: 100%;
}

#button li a:active {
	font-weight: normal;
	font-style: italic;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid black;
	border-right: 10px solid black;
	background-color: #d6382a;
	color: #fff;
}

