/* @import url(global.css); */

/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

html {
height:100%;
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
	 height:100%;
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body {
     background-color: #999999;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
	 min-height:100%;
}

#header {
     background-image: url(images/header.jpg);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
	 font-weight: bold;
	 letter-spacing: -1px;
	 top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}



#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
}

#navbar a:hover {
     color: #650B14;
}

#home {
     position: relative;
     width: 75px;
     left: 260px;
     top: -2px; 
}



#signup {
     position: relative;
     left: 330px;
     top: 24px;
     width: 75px; 
}



#about {
     position: relative;
     left: 465px;
     top: 69px;
     width: 75px; 
}



#otherclasses {
     position: relative;
     top: 95px;
     width: 100px;
     left: 620px; 
}



#contact {
     position: relative;
     left: 795px;
     top:122px;
     width: 85px; 
}



#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 2.5em;
     top: -105px;
     }



#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: right;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -105px; 
}



#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
	 min-height:100%;
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.phones {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: .6em;
	padding-top:10px;
	}
#guarantee img {
	margin-left:20px;
		}

#guarantee  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;
}

.entrytitle {
     color: #0024B3;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #000;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 20px; 
}

.entry a {
     color: #0024B3;
}

.entry a:visited {
     
}

.entry a:hover {
     color: #7B9EE7;
}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     top: -150px;
     z-index: 5; 
	 border-right: thick solid #0024B3;
	 min-height:100%;
}

#submenu h3 {
     padding-top: 25px; 
}

#submenu img {
	margin-left:50px;
}

#submenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin-left: 20px;
	margin-right: 20px;
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #0024B3;
     font-size: .8em;
     text-decoration: underline overline;
	 margin-left:20px;
     text-align: left;
     padding-bottom: 10px; 
}

ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #0024B3;
     font-size: .6em;
	 text-align: left;
     display: block;
     padding-bottom: 5px; 
}



ul a:hover {
     color: #7B9EE7;
}


#content ul li {
     font-family: Arial, Helvetica, sans-serif;
     font-size: .6em;
     margin-left: 10px;
     display: block;
     padding-bottom: 5px; 
}


.menuactive {}

li {}

a {}

#footer {
 
	width: 750px;
    height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 130px;
     left: 25px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {text-decoration: underline overline;}

.icons
{
list-style: none;
margin-left: 20px;
padding: 0;
}

li.pdf
{
background-image: url(images/bullet_acro.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .0em 0em;
}
li.doc
{
background-image: url(images/bullet_word.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}
li.check
{
background-image: url(images/check.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: 0em 0em;
}
li.txt 
{ 
background-image: url(images/bullet_txt.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: 0em 0em;
}
li.htm
{
background-image: url(images/bullet_html.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}
.warning{background:#FFFF00;color:#FF0000}

