/*   
Theme Name: ACCMED NC
Theme URI: accmednc.org
Description: designed for ACCMED NC
Author: Daniel Ingraham
Author URI: danielingraham.com
Copyright 2009, All Rights Reserved.
*/

body {
	font-family: Georgia;
	
}

a {
	color: #1f0b66;
	text-decoration: none;
}

a:visited {
	color: #5b1e48;
	text-decoration: none;
}

a:active {
	color: #c23b03;
}

img {
border: 0;
}

ul {
margin: 0;
	padding: 0;
	list-style: none;
	width: 230px;
	background-color: #8478a3;
	border-bottom: 1px dotted #ccc;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 229px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #1f0b66;
	background: #e1d8fc;
	padding: 5px;
	border: 1px dotted #5b1e48;
	border-bottom: 0;
	}
	
li:hover ul, li.over ul { 
	display: block; }

div#bigcontainer {
	margin: 0 auto;
	width: 900px;
}


div#header {
	float:left;
	width: 900px;
	height: 279px;
	border-bottom: 1px dotted #1f0b66;
}

div#headerlinks {
	float: left;
	padding-top: 104px;
	width: 400px;
	height: 279px;
	font-weight: bold;
	font-size: 16px;
}

div#headerimage {
	float: left;
	width: 500px;
	height: 279px;
}

div#main {
	float:left;
	width: 900px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dotted #1f0b66;
}

div#aboutus {
	float: left;
	width: 900px;
	padding-bottom: 20px;
}

div#othermain {
	float: left;
	width: 900px;
}

div#footerwrap {
	float:left;
	width: 900px;
	padding-top: 20px;
	text-align: center;
}

div#footertext {
	font-size: 12px;
}

table#wp-calendarLarge {
	margin: 0 auto;
	width: 300px;
}


