

/* =General
-----------------------------------------------------------------------------*/
@import url("sIFR-screen.css");

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
.right, .alignright {float:right;}
.left {float:left;}


/* Remove border around linked images */
img, a img {
	border: 0;
}

ul {list-style-type:none;}
a:link, a:visited {text-decoration:underline; color:#8a8ecc; }
a:hover {text-decoration:underline; color:#8a8ecc; }
a:active {text-decoration:none; color:#8a8ecc;}


p, span, ul{font-size:1.2em; color:#7c7c7c;}
p{margin-top:10px; margin-bottom:10px}
.standardtextcolor{color:#7c7c7c;}

.bold{ font-weight:bold}
.displayinline{display:inline}
.marginauto{margin:auto}


/* =Body
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif; 
  background-color:#08436d;
 text-align:center
   
}

.orangewrap{background-color:#e2992a; height:10px;}

/* =Main Content
-----------------------------------------------------------------------------*/
#wrapper {width:800px; margin:10px auto; text-align:left; padding-right:120px; }


.head{background-color:#08436d; margin-top:10px}
.head img{margin-left:670px; margin-bottom:20px;}

.mainholder{background-color:#08436d;}

.nav{width:195px; float:left; background-color:#08436d;}
#content {width:560px; background-color:#ffffff; padding:15px; margin-left:15px; float:right; margin-top:-18px}
.orangewrap_end{width:590px;  margin-left:15px; float:right; background-color:#e2992a; height:5px; }

/* =Headings
-----------------------------------------------------------------------------*/
h1{color:#398aac; font-size:1.8em;}
h2{color:#398aac;}


/* =MainNav
-----------------------------------------------------------------------------*/

#mainnav{width:195px; margin-left:17px; margin-top:29px  }
 
 
ul#mainnav li{list-style:none;text-indent:-5000px; float:right; margin-bottom:3px;}
ul#mainnav li a:hover, ul#mainnav li a:active{background-position:right bottom; }
#active{background-position:right bottom;}
#services .services, #homepage .home, #about .about, #contact .contact{background-position:right bottom; }
.home{background-image:url(../../../includes/images/layout/nav/home.jpg);width:132px; height:21px; display:block; background-repeat:no-repeat }
.about{background-image:url(../../../includes/images/layout/nav/about.jpg);width:132px; height:21px; display:block; background-repeat:no-repeat }
.contact{background-image:url(../../../includes/images/layout/nav/contact.jpg);width:132px; height:21px; display:block; background-repeat:no-repeat }
.services{background-image:url(../../../includes/images/layout/nav/services.jpg);width:132px; height:21px; display:block; background-repeat:no-repeat }

#content ul li{background:url(../../../includes/images/bullet.gif) no-repeat 0px 7px; padding-left:10px;}



/* =Body
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
.footer{color:#ffffff;  width:600px; margin:auto; text-align:left; margin-left:210px;}
.footer a{color:#ffffff; text-decoration:underline;}


/* =Forms
-----------------------------------------------------------------------------*/


/* Removes fieldset borders. even on Opea 7 
fieldset {border: 1px solid transparent;}



select {height:20px; font-size:12px; }

input{width:138px; margin-bottom:6px}

.username, .password { visibility:hidden; height:0px; width:0px;}

.login{width:46px; margin:0; padding:0; margin-bottom:5px}

 */


/* =Tables 
-----------------------------------------------------------------------------




table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
 
	font-weight: normal;
}
*/



