/*
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-x;
}


a				{outline: none;}
a:link 			{
	color:#2A6195;
	font-weight: bold;
}
a:visited 		{color:#1B73CB;}
a:hover 		{color:#BB0404; text-decoration:none;}
a:active 		{color:#9BB0C3; 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:16px;
	margin:0 0 12px;
	color: #2A6195;
	text-transform: uppercase;
}
h2 					{
	font-size:14px;
	margin:8px 0;
	color: #BB0404;
	text-transform: uppercase;
}
h3 					{
	font-size:12px;
	margin:6px 0 5px;
	color: #39434A;
	text-transform: uppercase;
}
h4 					{
	font-size:12px;
	margin:4px 0;
	color: #2A6195;
	text-transform: uppercase;
}
h5					{
	font-size:11px;
	margin:3px 0;
	color: #666666;
	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;}

.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;}

/* -------------------------------- CODE FOR CSS MENU STYLES STARTS HERE -------------------------------------------
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* ITEM 1 */
.menu {
	width:684px; 
	height:30px; 
	z-index:100; 
	font-family:arial, sans-serif; 
	margin: 0 auto; 
	background-image:url(../images/nav.gif);
}

/* ITEM 1A */
* html .menu {
	width:685px; 
	w\idth:684px;
}

/* DO NOT CHANGE */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul li a {text-transform: uppercase;}
.menu ul li li a {text-transform: none;}

/* ITEM 2 */
.menu li {
	width:136px; 
	float:left;
	position:relative;
}

/* ITEM 3 */
.menu a, .menu a:visited {
	width:126px; 
	padding-left:10px; 
	display:block; 
	font-size:12px; 
	text-decoration:none; 
	color:#fff; 
	height:30px;
	border:0; 
	line-height:29px; 
	font-weight:bold;
}

/* ITEM 3A */
* html .menu a, * html .menu a:visited {
	width:136px; 
	w\idth:125px;
}

/* ITEM 4 */
.menu ul ul a.drop, .menu ul ul a.drop:visited,
.menu ul ul li.menu-expand a, .menu ul ul li.menu-expand a:visited {
	background:#BB0404 url(../images/grey-arrow.gif) no-repeat 120px center; 
	border-top:1px solid #fff; 
}

/* ITEM 4A */
.menu ul ul a.drop:hover,
.menu ul ul li.menu-expand a:hover{
	background:#000000 url(../images/blue-arrow.gif) no-repeat 120px center;
}
.menu ul ul :hover > a.drop,
.menu ul ul :hover > li.menu-expand a {
	background:#000000 url(../images/blue-arrow.gif) no-repeat 120px center;
}

/* ITEM 5 */
.menu ul ul ul a, .menu ul ul ul a:visited, 
.menu ul ul ul li.menu-expand a:visited,
.menu ul ul li.menu-expand ul a:visited
 {
	background:#BB0404;
	background-image: none;
}

/* ITEM 5A */
.menu ul ul ul a:hover, 
.menu ul ul ul li.menu-expand a:hover,
.menu ul ul li.menu-expand ul a:hover {
	color: #fff; 
	background:#000000;
	background-image: none;
}

.menu ul ul li.menu-expand ul li.menu-child a,
.menu ul ul li.menu-expand ul li a,
.menu ul ul li.menu-expand ul li a:visited {
	background-image: none;
}

/* ITEM 6 */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; 
	width:138px;
}

/* DO NOT CHANGE */
* html .menu ul ul {
	top:29px;
	t\op:30px;
}

/* ITEM 7 */
.menu ul ul ul{
	left:137px; 
	top:0px;
}

/* ITEM 7A */
.menu ul ul ul.left {
	left:-137px;
}

/* DO NOT CHANGE */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* ITEM 8 */
.menu ul ul a, .menu ul ul a:visited {
	background:#BB0404; 
	color:#fff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:117px;
	border-width:0 1px 1px 1px; 
	border-top:1px solid #fff;
}

/* ITEM 8A */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px; 
	w\idth:117px;
}

/* ITEM 9 */
.menu a:hover {
	color:#000000; 
	background:#BB0404;
}
.menu :hover > a {
	color:#000000; 
	background:#BB0404;
}

/* ITEM 10 */
.menu ul ul a:hover{
	color:#fff; 
	background:#000;
}
.menu ul ul :hover > a {
	color:#fff; 
	background:#000;
}

/* DO NOT CHANGE */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}
.menu ul :hover ul ul{
	visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}



/* Page */

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-top:17px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
#skipmenu {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 9px;
}
#skipmenu a {
	text-decoration: none;
}


/* Header */

#header {
	width: 684px;
	height: 156px;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	margin: 0;
	margin-top: 11px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 100px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}

/* Content */


#content {
	/*float: right;*/
	width: 664px;
	min-height: 350px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.content-main {
	width: 480px;
	padding-top: 10px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
	font-size: 11px;
}

#content-side {
	float: right;
	width: 160px;
	border-left: 1px dotted #DBDBDB;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
}


/* Footer */


#footer {
	width: 750px;
	height: auto;
	overflow: visible;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/bg-footer.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	color: #8D8B8B;
	padding: 0px;
	font-size: 10px;
}
