/* Web design by Brett Roby Creative */
/* www.BrettRoby.com/biz */
/* All content copyright Wild Iris Discovery and Brett Roby Creative*/

body {
background-color: #ffffff;
}

#top_border {
width: 99%;
background: url(images/top_border.png);
background-repeat: repeat-x;
position: absolute;
top: 0px;
left: 0px;
height: 70px;
}

#top_border .img_text {
	position: absolute;
	top: 2px;
	left: 260px;
}

#top_border .img_tagline {
position: absolute;
top: 45px;
right: 5px;
}

#container_before_switch {
background-color: #ffffff;
width: 1250px;
position: absolute;
top: 72px;
left: 0px;
}

#container {
background-color: #ffffff;
position: relative;
top: 0px;
left: 0px;
width: 100%;
}

#fullwrap {
background-color: #ffffff;
width: 99%;
position: absolute;
top: 72px;
left: 0px;
}

#leftnav {
background: url(images/leftnav_bg.png);
background-repeat: repeat-y;
background-position: right top;
float: left;
width: auto;
padding-right: 10px;
height:100%;
position: absolute;
}

#approved {
position: relative;
top: 225px;
left: 20px;
width: 100px;
border: 3px solid #8c6990;
font-family: Tahoma;
font-size: 12px;
color: #222662;
text-align: center;
line-height: 17px;
margin-left: 10px;
margin-right: 0px;
}

#validcss {
position: relative;
top: 300px;
left: 25px;
}

#content {
background: url(images/content_bg.png);
background-repeat: repeat-y;
background-position: left top;
width: 800px;
margin-left: 180px;
min-height: 1000px;
height: 100%;
padding-top: 2px;
padding-bottom: 2px;
}

#homepage_monitor {
background: url(images/homepage_monitor.png);
background-repeat: no-repeat;
width: 300px;
height: 294px;
float: right;
position: relative;
margin-top: -66px;
margin-right: 14px;
margin-left: 5px;
}

#homepage_monitor_wrapper {
width: 270px;
height: 172px;
position: relative;
margin-top: 14px;
margin-left: 15px;
}

#footer {
width: 100%;
background: url(images/bottom_border.png);
background-repeat: repeat-x;
height: 35px;
margin-top: 1px;
font-family: century gothic, lucida grande;
color: #ffffff;
font-size: 12px;
text-align: center;
padding-top: 2px;
}

/* Leftnav menu */

.sidebarmenu ul{
margin-left: 0;
padding: 0;
list-style-type: none;
font: 15px Tahoma;
width: 170px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
overflow: visible;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
margin-bottom: 15px;
margin-left: 5px;
border: 1px solid #ffffff;
}

.sidebarmenu li .sub a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
margin-bottom: 0;
margin-left: 0px;
border: 1px solid white;
}

.small_menu {
font-size: 10px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #222662; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #662d91;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

h1 {
font-family: century gothic, "trebuchet ms", Tahoma;
font-size: 30px;
color: #222662;
background-color: #fff;
margin: 20px;
padding-left: 10px;
border-bottom: 3px solid #222662;
}

h2 {
font-family: "comic sans ms", "century gothic", "trebuchet ms", Tahoma;
font-size: 20px;
color: #222662;
margin: 5px;
padding-left: 5px;
border-bottom: 3px solid #fafafa;
}

p {
font-family: Tahoma;
font-size: 15px;
color: #222662;
line-height: 25px;
text-indent: 20px;
margin-left: 30px;
margin-right: 0px;
}

a {color:#222662;font-variant: small-caps;text-decoration: none;font-size: 1.1em;font-weight: 900;border-bottom: 2px dotted #FF00FF;}      /* unvisited link */
a:visited {color:#8c6990;}  /* visited link */
a:hover {color:#90a4be;background-color:#ffffff;border-bottom: 2px dotted #222662;}  /* mouse over link */
a:hover {text-decoration: none;}  /* mouse over link */

.signature {
font-family: Tahoma;
font-size: 15px;
color: #222662;
text-indent: 0;
margin-left: 30px;
margin-right: 10px;
}

.address {
font-family: "trebuchet ms", "lucida grande", Tahoma;
font-weight: 900;
font-size: 18px;
color: #ffffff;
font-variant: small-caps;
}

.bold {
font-family: Tahoma;
font-size: 1.3em;
font-weight: 700;
font-variant: small-caps;
color: #222662;
}

/* IE Hacks for leftnav */

* html #leftnav {
position: relative;
}
