/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	color: #5F5F5F;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}


a				{outline: none;}
a:link 			{
	color:#2D2C94;
	text-decoration:underline;
}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{
	color:#EC1F26;
	text-decoration:none;
}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #EC1F26;
}
h2 					{
	font-size:18px;
	margin:8px 0;
	color: #3B3B3B;
}
h3 					{font-size:14px; margin:6px 0 5px;color: #39434A;}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #EC1F26;
}
h5					{
	font-size:12px;
	margin:3px 0;
	color: #39434A;
	text-transform: uppercase;
}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{border-bottom: 1px dotted #A4A7A7;padding-bottom: 10px;}

.clr {
	clear:both;
}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 834px;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

/* Header */

#header {
	width: 804px;
	height: 174px;
	background-color: #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}
/* ---------------------------- */
/* MENUS */
/* ---------------------------- */

#nav, #nav ul { /* all lists */
	background-color:#A8A9AD;
	padding: 0;
	list-style: none;
	font-size: 0.95em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#nav {
	margin-left: 15px;
	background-color: #3B3B3B;
	width: 804px;
}


#nav a {
	display: block;
	width: 134px;
	text-decoration: none;
	color: #FFFFFF;
	height: 21px;
	padding-top:6px;
	text-align:center;
	font-size: 1.2em;
}
#nav ul li ul li a {
	width: 134px;
}


#nav a:hover {
	background-color: #EC1F26;
	background-image: url(../assets/images/navbutton.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li { /* all list items */
	float: left;
	width: 134px;
	height: 27px;
	background-color: #3B3B3B;
	background-image: url(../assets/images/navbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
 /* width needed or else Opera goes nuts */
}
#nav li ul li, #nav ul li ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#nav li:hover {
	background-color: #EC1F26;
	background-image: url(../assets/images/navbutton.png);
	background-repeat: no-repeat;
	background-position: right top;

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 110px;
	left: -999em;
	top: auto;
	border: none;
	background-color: #666666;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Content */

#content {
	/*float: right;*/
	width: 770px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
	background-repeat: repeat-y;
	background-position: 580px top;
	min-height:400px;
}

.content-main {
	width: 540px;
	padding: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 130%;
	font-size: 1em;
	color: #3B3B3B;
}



#content-side {
	float: right;
	width: 200px;
	padding-right: 0;
	padding-bottom: 0px;
}
#content-side p {
	font-size: 95%;
}


/* Footer */

#footer {
	width: 834px;
	height: 33px;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center top;
	padding-top: 15px;
}

#footer p {
	font-size: 95%;
	margin: 0;
	color: #8D8B8B;
}
#footer a {
	color: #666666;
}
