﻿body, td, th, input, textarea, select
{
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	background-color: white;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size:16px;
	color:#fff;
	padding: 3px;
	background-image:url("../images/tab2.jpg");
	display: inline;
}
h3
{
	font-size:14px;
	color:#fff;
	padding:2px;
	background-image:url("../images/tab2.jpg");
}
h4
{
	font-size:16px;
	color:#fff;
	background-image:url("../images/tab2.jpg");
}
h5
{
	font-size:16px;
	color:#fff;
	background-image:url("../images/tab2.jpg");
}

a, a:visited
{
	text-decoration: underline;
	color: #558ba6;
}

/*
ul
{
	list-style-type: square;
}
*/

.orangedot
{
	background-image:url(../images/orangedot.gif);
	background-position:1px 50%;
	background-repeat:no-repeat;
	margin:0;
	padding-left:30px;
}

ul.normal
{
	list-style-type:none;
	margin-bottom:5px;
	margin-left:30px;
	margin-top:5px;
}

ul.normal li
{
	background-image:url(../images/bluedot.jpg);
	background-position:8px 7px;
	background-repeat:no-repeat;
	padding-left:20px;
}

.unilist li { list-style: none; line-height: 1.5em; }
.unibull { float: left; width: 2em; }
.u1:before { content: "\25C9"; }

.fonts
{
	color:#a9a9a9;
}

/* LAYOUT
------------------------------------*/

#container
{
	padding: 0px;
	margin: 0px auto;
	width: 904px;
	background-color: white;
	height: 750px;
	border:solid 0px red;
}

#wrapper
{
	width: 904px;
	height: auto;
	border:solid 0px #dfe0e1;
}

#footer
{
	background:url("../images/footer.jpg");
	width: 800px;
	height: 240px;
	font-size:10px;
	margin:0 auto;
	padding: 0px;
}

/* HEADER
------------------------------------*/

#header
{
	margin:0 auto;
	height:158px;
	overflow:hidden;
	position:relative;
}

#headerleft
{
	background:url("../images/logo.png") ;
	height: 158px;
	width:902px;
	margin-left: 0px;
	padding:0px;
	display:block;
	position:relative;
}

#headertext
{
	color: white;
	font-weight: bold;
	padding-top:  80px;
	padding-left: 400px;
	font-size:  20px;
	font-style: italic;
}

#headerright
{
	float:right;
	background:url("../images/tab.jpg") ;
	height: 134px;
	width: 190px;
	display:block;
	position:relative;
	padding-top: 4px;
	color:#000;
	font-size: 16px;
	text-align:center;
	text-decoration:bold;
}

#headerright a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding:5px;
}

#headerright a:hover
{
	text-decoration: underline;
}

#site_map
{
	padding: 0;
	margin: 0;
	margin: 10px auto 0px;
	height: 320px;
	clear: both;
	padding: 0px;
}

#index #site_map
{
	margin: 0 auto 0px !important;
}

#site_map li
{
	padding: 0;
	margin: 6px 0 0px 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.2em;
}

#site_map li.last
{
	padding: 0;
	margin: 0;
}

#site_map h5
{
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 12px;
}

h3#site_map_title
{
	padding: 0 0 0 17px !important;
	line-height: 3em;
	margin: 0px 0px 1em 0px;
	font-size: 13px !important;
	text-align: left !important;
	font-weight: bold;
	font-style: normal;
	background: url("../../s3.getmiro.3.0.com.s3.amazonaws.com/i/long_heading.png") no-repeat;
}

#site_map div
{
	float: left;
	width: 165px;
	padding: 15px 20px 0 15px;
}

#site_map div.last
{
	padding: 15px 0 0 10px !important;
	margin: 0;
}

#site_map div.first
{
	margin-left: 20px;
}

#site_map a
{
	text-decoration: none;
	color: #555;
	margin-left: -16px;
}

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

.glossymenu
{
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	width: 210px; 
	height: auto;
	float:left;
	background-color: #fffbfb;
	border:solid 1px #dfe0e1;
}

.glossymenu li ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 185px; 
	float:left;
}

.glossymenu li
{
	background-color: #6a9aaf;
	position: relative;
}

.glossymenu li a
{
/*	background: white url('../images/nav-bg.jpg') no-repeat center left; */
	display: block;
	width: auto;
	text-decoration: none;
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:12px; 
	margin: 4px 0 4px 2px;
	padding: 6px 5px 9px 10px;
	color:#fff;
}

.glossymenu li:hover
{
	text-decoration: none;
	background-color: #8cb1c4;
}

.glossymenu li ul li
{
	float: left;
}

.glossymenu li ul a
{
	width: 180px;
}

.glossymenu .arrowdiv
{
	position: absolute;
	right: 2px;
}

#rightbar
{
	margin-top:10px;
	float:left;
	width:670px;
	margin-left:10px;
	display:inline;
	border:solid 0px #dfe0e1;
}

#imagebox
{
	margin-top:10px;
	width:460px;
	height:auto;
	float:left;
}

#searchbox
{
	margin-top:10px;
	margin-left:10px;
	width:200px;
	height:auto;
	border:solid 0px #A6A8AA;
	float:left;
}

#testimonials
{
	font-size: 12px;
}

#searchbox2
{
	font-size: 14px;
	margin-top:10px;
	margin-left:10px;
	width:100%;
	height:auto;
	border:solid 1px #A6A8AA;
	float:left;
	padding-top:0px;
	padding-bottom:3px;
	padding-left:0px;
}

.required
{
	font-weight: bold;
	color: #FF0000;
}

#title
{
	color:#000;
	background-color: #d8e5ec;
	text-decoration:normal;
	padding-top:3px;
	padding-bottom:3px;
}

#text
{
	color:#000;
	background-color: #fff;
	font-size: 14px;
	text-align:left;
	text-decoration:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
}

#newfooter
{
	background:url("../images/tab.jpg") ;
	height: 18px;
	width: 100%;
	padding-top: 4px;
	padding-right: 10px;
	text-align:right;
	margin-top: 20px;

	color: #fff;
	font-size: 11px;
	text-decoration:bold;
}

#newfooter a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding:5px;
}

#newfooter a:hover
{
	text-decoration: underline;
}
