@charset "UTF-8";
/* CSS Document */

/*-----stripping the browsers defaults-------*/h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, dl { padding:0; margin:0; }
/*-----html tags-------*/
body {font-family:'Century Gothic', futura, 'URW Gothic L', Verdana, sans-serif; font-size:13px; line-height:1.5em; }
ul { list-style-type: none; text-decoration: none; }
h1 { size:1.4em; margin-bottom:1em; margin-top:1em; text-shadow: #B1B1B1 1px 1px 0; ; }
h2 { size:1.2em; margin-bottom:1em; margin-top:1em; }
h3 { margin-top:1.5em; padding:6px;}
a { text-decoration: none; color:#000; }
/*----------nav styles--------*/ 
li a { display:none; }
/*----------------id tags----------------*/
#wrapper { position: relative; background-color: #FFF; font-size: 1em; width: 1000px; margin-top: 10px; margin:0px auto; padding:32px 50px 32px 32px; overflow:auto; }
#logoTitle { position: relitive; width:1000px; height:200px; background-image: url(../_images/logo.png)!important; background-image: url(../_images/logo.jpg); background-repeat: no-repeat; background-position: 20px -10px;}
#MPic { border-radius: 15px; border: 2px solid #603913; float:left; margin: 1em; left:-1em; }
#reco_banner {padding:1em; width:200px; float:right; top:50px; margin:36px 20px; background-color: #FFF; color:#000; border: 2px solid #FF8400; -moz-border-radius:15px; -webkit-border-radius:15px ; border-radius: 15px; }
#content { background:#FFF; top:50px; 
	width:960px; border: 2px solid #FF8400; -moz-border-radius:15px; -webkit-border-radius:15px ; border-radius: 15px; padding:26px;}
#contentB { background:#FFF; top:50px; width:960px; border: 2px solid #FCEE21; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; padding:20px; }
#profileContent { width:400px; margin-left:290px; }
#footer { display:none; }
/*----------------CLASSES----------------*/
.recosP { font-size: 1.2em; }
.recoPname {font-size: 1em; padding-top:2em; }
a.simpleLink:hover {color:#FF9921; }
.indexH2 { text-align:center;font-size:2em;}
/*--------------extras-----------------*/
input:focus{background-color:#FFCC5E;}
textarea:focus{ border: 2px solid #FF0;}
