@charset "utf-8";
/* CSS Document */

.clearFloat {clear:both;}

/* links */
a { color:#660000; text-decoration:underline}
a:hover { color:#660000; text-decoration:none}


/* Structure */
body {font-family:Arial, Helvetica, sans-serif; font-size:62.5%;}
.wrapper {width:940px; margin:130px auto 0px;}
.content {float:right; width:710px; min-height:400px;}

/* Logo */
#logo {margin:10px 0 65px; background:url(../images/unicurd.gif) top left no-repeat;}
#logo, #logo a {display:block; width:120px; height:50px; }
#logo a {text-decoration:none;}
#logo a span {visibility:hidden}

/* Top Panel */
#topPanel {position:absolute; top:70px;}
#topPanel .wrapper {background-color:#F9ED9B; margin-top:0px;}

/* Navigation */
.navigationLink a {font-size:1.2em; font-weight:bold; color:#663300; text-transform:uppercase; text-decoration:none;}
.navigationLink a:hover {text-decoration:underline;}

/* Main Nav */
#maninNav {padding:0px 10px;}
#maninNav li {display:block; float:left; border-left:1px solid #DCC87C; border-right:1px solid #FCF5C5;}
#maninNav li.firstMenu {border-left:none;}
#maninNav li.lastMenu {border-right:none;}
#maninNav li a { display:block; padding:8px 15px;}

/* Side Panel */
#sidePanel {width:200px; float:left; background-color:#FBF2B7; margin-bottom:5px;}

/* Side Nav */
.menuLevel2 {padding:5px 10px; position:relative;}
.menuLevel2 li {border-bottom:1px dotted #996600; padding:5px;}
.menuLevel2 li.firstMenu {border-top:1px dotted #996600;}
.menuLevel2 a {display:block}

/* Side Nav Sub */
.menuLevel3 {padding-left:20px;}
.menuLevel3 li {border:0; list-style:square; padding:4px 0;}
.menuLevel3 a {font-size:1.1em; text-transform:none; font-weight:normal;}
.menuLevel3 .selected {color:#009900;}

/* Rounded Corner Container */
.topPanelTop {background:url(../images/topPanelBg.gif) top left no-repeat; padding-left:15px; margin-bottom:-8px}
.topPanelTop div {background:url(../images/topPanelBg.gif) top right no-repeat; padding-right:15px;}
.topPanelTop div div {background:transparent none; background-color:#F9ED9B; padding:0; height:15px;}
.topPanelBottom {background:url(../images/topPanelBg.gif) bottom left no-repeat; padding-left:15px; margin-top:-8px}
.topPanelBottom div {background:url(../images/topPanelBg.gif) bottom right no-repeat; padding-right:15px;}
.topPanelBottom div div {background:transparent none; background-color:#F9ED9B; padding:0; height:15px;}

.containerTop {background:url(../images/containerBg.gif) top left no-repeat; padding-left:15px; margin-bottom:-7px;}
.containerTop div {background:url(../images/containerBg.gif) top right no-repeat; padding-right:15px;}
.containerTop div div {background:transparent none; background-color:#FBF2B7; padding:0; height:15px;}
.containerBottom {background:url(../images/containerBg.gif) bottom left no-repeat; padding-left:15px; margin-top:-7px;}
.containerBottom div {background:url(../images/containerBg.gif) bottom right no-repeat; padding-right:15px;}
.containerBottom div div {background:transparent none; background-color:#FBF2B7; padding:0; height:15px;}

/* Footer */
#footer {clear:both; font-size:1.1em;}
#socialBookmark {display:none; position:absolute; top:30px;}
#socialBookmarkContainer {float:right;}
#socialBookmark li p {padding:8px;}
#socialBookmark li {display:block; float:left; padding-right:3px;}
#footer {color:#999; padding-top:10px}
#footerLink li {float:left; padding-right:40px; display:block;}
#footerLink a {color:#600; text-decoration:none;}
#footerLink #footerLinkContact {padding-right:10px; margin-right:10px; border-right:1px solid #999;}
#copyright {float:right;}
