@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
[Nacpa StyleSheet] Template Stylesheet

version:   1.0
date:      10/20/08
author:    Brian Shilling
email:     shillingb@xavier.edu / shilling.brian@gmail.com
website:   www.nacpa.org
version history: /960width-layout.css
-----------------------------------------------------------------------------*/

/*-----------------------------------------Basics-----------------------------------------*/

html {
	margin: 0;
	padding: 0;
	}

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #949494;
	font: 12px georgia, sans-serif;
}

b{font-size: 110%;}
h1{color: #c4214c; font-size:30px; font-style:italic;}
h2{color: #c4214c;}
h3{color: #c4214c; font-size:15px;}

p {
/*  text-indent: 1.5em;*/
  margin-top: 0px; 
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #494949;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
.clear{clear:both;}
.right{float: right;}
.left{float: left;}

/*-----------------------------------------Template-----------------------------------------*/

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image: url(../bg.gif);
	background-repeat: repeat-y;
}

#topsection{
	background: #EAEAEA;
	height: 125px; /*Height of top section*/
	background-image: url(../top.gif);
	background-repeat: no-repeat;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding: 0px 30px 0px 15px;
}

#leftcolumn{
	float: left;
	margin-left: -960px; /*Width of left column*/
	padding: 0px 10px 0px 10px;
}

#footer{
	clear: left;
	width: 960px;
	height: 123px;
	background-image: url(../bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #c4214c;
}

#footer p {
	padding: 30px 0px 0px 200px;
	font-size: 10px;
	align: left;
}

#footer a:link {
	color: #c4214c;
}

#footer a:visited {
	color: #000;
}

.innertube{
	margin: 0px 0px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/	
}

#content {
	padding: 10px 0px 0px 0px;
}

/*-----------------------------------------Aligning Objects-----------------------------------------*/

#logo {
	margin: 30px 0px 0px 20px;
	border: none; 
}

#welcome {
	font-weight: bold;
	font-size: 20px;
	margin: -75px 0px 10px 450px;
	padding: 5px 0px 5px 0px;
	color: #c4214c;
}

#copyright {
	padding: 0px 0px 0px 200px;
	font-size: 10px;
	color: #c4214c;
}

/*-----------------------------------------Top Navigation-----------------------------------------*/

#topnav{
	width: 696px;
	font-weight: bold;
	font-size: 90%;
	margin: -35px 0px 0px 215px;
}

#topnav:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#topnav ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(../media/chromebg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#topnav ul li{
	display: inline;
}

#topnav ul li a{
	color: #494949;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

#topnav ul li a:hover{
	background: url(../media/chromebg2.gif) center center repeat-x;
}

/*-----------------------------------------Side Navigation-----------------------------------------*/

.sidenav{
	width: 140px; /*width ofmenu*/
	padding: 10px 0px 0px 20px;
}

.sidenav .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(../media/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.sidenav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.sidenav ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidenav ul li a{
	color: #A70303;
	background: url(../media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.sidenav ul li a:visited{
	color: #cd2c55;
}

.sidenav ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/*-----------------------------------------Rounded Corners-----------------------------------------*/

.roundcont {
	width: 155px;
	background-color: #f90;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../media/tr1.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../media/br1.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}