/*
Theme Name: 1. Standard
Theme URI: http://www.access-bydesign.com
Description: Accessible standard text css april cottage theme
Version: 2.2
Author: http://www.access-bydesign.com


*/ 

/*pretty stuff*/
.subhead{
	color: #663300;
	font-size: large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold{
	font-weight: bold;
}
.italic{
	font-weight: bold;
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.bold-underline{
	font-weight: bold;
	text-decoration: underline;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmall{
	font-size: x-small;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
}
.indent{
	text-indent: 3em;
}

.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #333333;
	font-weight: bold;
	font-size: small;
}
.whitesub{
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
}
.whitetext{
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;}

.leftnomargin{
	float: none;
	vertical-align: middle;
}
.subheadgreen{
	color: #479409;
	font-size: large;
	font-weight: bold;
}
.subheadblue{
	font-size: large;
	font-weight: bold;
	color: #1f4c8b;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}

/*images*/
.imageright{
	margin: 1em;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft{
	margin: 2em;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}

/*layout*/
html, body{
	margin:0;
	padding:0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
 } 
 
#pagewidth{
	max-width:95%;
	min-width:50%;
	background-image: url(/images/bground.gif);
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 3em;
	margin-left: 3em;
	border: thin double #999999;
}

a:link{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;}
 
#header{
	position:relative;
	height:175px;
	width:100%;
	color: #333333;
	font-size: x-small;
	background-color: #FFFFFF;
	background-image: url(/images/idealogo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
} 
 
#sidebar{
	width:15%;
	float:left;
	display:inline;
	position:relative;
	min-width: 100px;
	font-size: x-small;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 1em;
 }
#sidebar li{
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	vertical-align: top;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #663300;
}
#sidebar a:link{
	color: #F47A22;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#sidebar a:hover{
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	background-image: url(/images/butterfly.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:active{
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	background-image: url(/images/butterfly.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:visited{
	color: #F47A22;
	text-decoration: none;
	font-weight: bold;
	display: block;}
 
#content{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:60%;
	text-align: justify;
	vertical-align: top;
	min-width: 40%;
	margin-left: 1em;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #333333;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
 } 
#footer{
	height:100px;
	width:96%;
	margin-left:1em;
	clear:both;
	font-size: x-small;
	color: #333333;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #FF6600;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FF6600;
	margin-bottom: 1em;
	padding-left: 1em;
	background-image: url(/images/minitree.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 } 
#footer a:link{
	color: #FF6600;
	text-decoration: none;
	display: inline;
}
#footer a:hover{
	color: #663300;
	text-decoration: underline;
	display: inline;
}
#footer a:active{
	color: #663300;
	text-decoration: underline;
	display: inline;
}
#footer a:visited{
	color: #333333;
	text-decoration: none;
	display: inline;}
 
#front{
	height: 500px;
	width:100%;
	background-image: url(/images/front.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#box {
	width:50%;
	display: block;
	margin-left: 20%;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin double #372C28;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
	position: absolute;
	position: absolute;
	position: absolute;
	position: relative;
	position: absolute;
 }
 
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*general*/
.nodisplay{
	display:none;}
.linklove{
	display:none;}