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

body {margin:0; padding:0; background-color:#fff;}
#MainContainer {width:670px; margin:0px auto;}

#Header {width:100%; height:61px; background-image:url(../images/bg-top.gif);}

#Bottom {width:100%; height:36px; background-image:url(../images/bg-bottom.gif);}

#Footer {font:9px Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#555; text-align:center; margin-top:6px;}

#Menu {font:14 "Baskerville Old Face", Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#fff;}

#Logo {margin:55px auto 21px; display:block;}

/* Navgation */
#Menu {font:14 "Baskerville Old Face", Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#fff; margin:auto 43px;}
#NavAbout, #NavTeam, #NavConnect {display:block; float:left; margin-top:15px; margin-right:21px;}
#NavAbout {background-image:url(../images/menu/about.gif); width:56px; height:14px;}
/*#NavAbout:hover {background-image:url(../images/menu/about-over.gif);}*/
#NavTeam {background-image:url(../images/menu/team.gif); width:46px; height:14px;}
/*#NavTeam:hover {background-image:url(../images/menu/team-over.gif);}*/
#NavConnect {background-image:url(../images/menu/connect.gif); width:76px; height:14px;}
/*#NavConnect:hover {background-image:url(../images/menu/connect-over.gif);}*/

#Menu .navlink:hover, #Menu .selected {border-bottom:2px solid #fff4ec;}

#Body {background-image:url(../images/bg-body.gif); background-repeat:repeat-y; padding:8px 45px; position:relative; min-height:465px;}
#Body p {font:14px Georgia, "Times New Roman", Times, serif; padding:0px auto 22px; line-height:16px; position:relative;}
#Body p.bullets {float:left; margin-left:60px;}

#Body #Watermark {position:absolute; z-index:0; bottom:10px; right:30px;}

p.tabs {margin-bottom:28px;}
.tabs a {color:#2f1908; text-decoration:none; cursor:pointer; text-transform:uppercase;}
.tabs a:hover {text-decoration:underline;}
.tabs a.selected {font-weight:bold;}
.tabs a.selected:hover {text-decoration:none;}

.section {display:none;}


/* Connect */
form {background-color:#d4c9c1; border:1px solid #000; -moz-border-radius: 15px; -webkit-border-radius: 15px; position:relative; width:70%; margin-top:30px;}

form input, form textarea {-moz-border-radius: 10px; -webkit-border-radius: 10px; width:270px;}
form textarea {height:100px;}
form table {padding:5px; font:14px Georgia, "Times New Roman", Times, serif;}
form table td {padding:3px; vertical-align:top; min-width:80px;}