/*  
Theme Name: 
Author: Stephen M. James
Author URI: http://www.smjdesign.com/
Use Firefox + Firebug to view CSS inheritance
SET DEFAULTS */ *  { margin: 0; padding: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align: left; } table, tr, td { margin:0; padding:0; border:0; border-collapse:collapse; vertical-align:top; }


/* content - - - - - - - - - - - - - - - - - - - - -  */

div#logo {
	padding: 20px 20px 20px 20px;
	margin: 0px auto 0px auto;
	text-align: center;
}

div#logo img {
	margin: 0px auto 0px auto;
}

div#content p {
	text-align: center;
	line-height: 150%;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/* Forces blocks to enclose their floated children for Mozilla */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*------------------------------------------  
BODY
------------------------------------------*/

a {
	color: #02112C;
	}

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

a:visited {
	color: #02112C;
	
	}

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

a:active {
	color: #B3B3A5;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Myriad Pro", "Myriad", Verdana, Helvetica, Arial, sans-serif; */
	font-size: 100%;
	margin-top: 0px;
	background: #FFFFFF;
}

/*------------------------------------------  
OUTER CONTAINERS / COLUMNS
------------------------------------------*/

div.bodyOuter {
	width: 970px;
	margin: 0px auto 0px auto;
}

/*------------------------------------------  
END BODY
------------------------------------------*/

div.clear { 
	display: block;
	clear: both; 
}

hr {
	display: none;
}

.hr {
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding-bottom: 0px;
}


/*
div.menu ul li a#home {
	background: url("../images/menu_level1-home.png") no-repeat 0px 0px;
	cursor: pointer;
}
div.menu ul li a#home:hover {
	background: url("../images/menu_level1-home.png") no-repeat 0px -25px;
}
div.menu ul li a#home-selected {
	background: url("../images/menu_level1-home-selected.png") no-repeat 0px 0px;
	cursor: default;
}
div.menu ul li a#home-self {
	background: url("../images/menu_level1-home-self.png") no-repeat 0px 0px;
	cursor: pointer;
}
div.menu ul li a#home-self:hover {
	background: url("../images/menu_level1-home-self.png") no-repeat 0px -25px;
}
*/


/*
background: url(../images/-bg.png) no-repeat;
	behavior: url(css/iepngfix.htc);
*/

