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

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2D0538;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	background-attachment: scroll;
	margin: 0px;
	color: #333333;
}

#topdiv {
	background-color: #2D0538;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	margin: auto;
	height: 230px;
	width: 980px;
	background-color: #2D0538;
}

#navigationcontainer {
	margin: auto;
	width: 860px;
	background-image: url(../images/navigationbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	padding-right: 20px;
	padding-left: 20px;
}


#mainContainer {
	margin: auto;
	width: 900px;
	background-image: url(../images/containerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF8EB;
}

#contentLeft {
	padding: 20px;
	float: left;
	width: 610px;
}

#contentRight{
	float: left;
	width: 230px;
	padding-top: 130px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	color: #666666;
}

#clearContent {
	clear: both;
}


h1 {
	color:#2D0538;
	margin:6px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 27px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #993366;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #2D0538;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #2D0538;
}

a {
	color: #9933CC;
	text-decoration: none;
}

a:hover {
	color: #9933CC;
	text-decoration: underline;
}

/*start navigation*/

#navigationcontainer ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:24px;
	text-align:left;
	color:#2E0539;
	line-height:20px;
	font-size:12px;
	overflow:hidden;
	text-transform: uppercase;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navigationcontainer ul {padding:0; margin:0; list-style: none;}
#navigationcontainer ul li {float:left; position:relative;}
#navigationcontainer ul li ul {display: none;}

/* specific to non IE browsers */
#navigationcontainer ul li:hover a {
	color:#993399;
	background-color: #DEDEDE;

}
#navigationcontainer ul li:hover ul {
	display:block;
	position:absolute;
	top:40px;
	left:0;
	width:105px;

}
#navigationcontainer ul li:hover ul li a.hide {
	color:#fff;
	background-color: #8C3F97;

}
#navigationcontainer ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
#navigationcontainer ul li:hover ul li a {
        width: 150px;
	display:block;
	color:#000000;
	background-color: #EDEDED;

}
#navigationcontainer ul li:hover ul li a:hover {
	color:#000;
	background-color: #8C3F97;
}
#navigationcontainer ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
#navigationcontainer ul li:hover ul li:hover ul.left {left:-105px;}




/*end navigation*/

	
	

#footerContainer {
	width: 880px;
	margin: auto;
	height: 80px;
	background-image: url(../images/footerribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#ribbon {
	background-image: url(../images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 80px;
	width: 230px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1em;
	top: 20px;
	font-style: italic;
	z-index: 90;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#bottomdiv {
	background-image: url(../images/btmbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 860px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
	text-align: right;
}

#footernav {
	margin: auto;
	width: 850px;
	padding: 10px;
	text-align: center;
}

#footernav li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9900CC;
	padding-left: 10px;
}


#footernav a {
	color: #FFFFFF;
	text-decoration: none;
}

#footernav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright {
	font-size: 10px;
	text-align: center;
}

.designby {
	font-size: 11px;
}

.designby a {
	text-decoration: none;
	color: #2D0538;
}

.designby a:hover {
	text-decoration: underline;
	color: #2D0538;
}

#topdivcontent {
	text-align: right;
	margin: auto;
	width: 920px;
	height: 20px;
	color: #FFFFFF;
	padding: 10px;
}

#topdivcontent a {
	color: #FFFFCC;
	text-decoration: none;
}

#topdivcontent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topdivcontent ul {
	list-style: none;
	}

#topdivcontent li {
	display: inline;
}

#mailinglistform {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-color: #E4E4E4;
	border-bottom-style: solid;
}

#mailinglistform input
{
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#mailinglistform .submit input
{
	color: #FFFFFF;
	border: 1px outset #CCCCCC;
	background-color: #2D0538;
} 


#mailinglistform fieldset
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: .7pc;
}

#mailinglistform legend
{
	color: #2D0538;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
} 

#contentLeft input
{
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#contentLeft textarea
{
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#contentLeft .submit input
{
	color: #FFFFFF;
	border: 1px outset #CCCCCC;
	background-color: #2D0538;
} 


#contentLeft fieldset
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: .7pc;
}
.adminmenu {
	padding-left:5px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}