html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .97em;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
	letter-spacing: -.01em;
}

h1 {
	letter-spacing: -.01em;
	text-align: center;
	vertical-align: middle;
	display: block;
	clear: left;
	height: 35px;
	width: 100%;
	padding-top:6px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	font-size: 1.1em;
	background-image: url(images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {
	letter-spacing: -0.02em;
	margin-top: 15px;
	margin-bottom: 2px;
	color: #666666;
	font-size: 0.95em;
}


div#header {
	height: 231px;
	width: 747px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#wrapper {
    width:907px;
	margin:0 auto;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	 }
	

div#container{
	width:747px;
	margin:0 auto;
	text-align:left;
	background-color: #E0E0E0;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	font-size: .97em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

a:link {
	color: #DC2F24;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.97em;
}
a:visited {
	color: #DC2F24;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
a:active {
	color: #DC2F24;
}

div#content{
    width: 500px;
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 70px;
	min-height: 350px;
	background-image: url(images/half_ball.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#footer{
	clear:both;
	width:749px;
	padding-top:5px;
	padding-bottom: 0px;
	color: #000000;
	font-size: 0.8em;
	background-image: url(images/footer_bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DC2F24;
	background-color: #999999;
	/* background-color: #B1B1B1; */
	display: block;
	text-align: center;
}

div#footer p{
	font-size: .8em;
	color: #999999;
	margin-top: -7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

.dropcap:first-letter {
	font-size:200%;
	float:left;
	color:#DC2F24;
	font-weight: bold;
	text-transform: uppercase;
}

#img06 {position:relative;left:50px}


.emailform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	letter-spacing: -.04em;
}


.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #DC2F24;
	background-color: #c0c0c0;
	border: 1px solid #DC2F24;
	font-size: 1em;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .93em;
	border: 1px solid #DC2F24;
	color: #DC2F24;
	background-color: #c0c0c0;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #CCCCCC;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border: 2px double #DC2F24;
	left: auto;
	right: auto;
	position: relative;
	top: 15px;
	margin-bottom: 5px;
	margin-right: 75px;
	margin-left: 75px;
	padding: 15px;
}

#Table_01 {
	margin: 0px;
	padding: 0px;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}



/* BEGIN DROP DOWN NAVIGATION */
.drop {
	position:relative;
	z-index:100;
}

.drop ul {
padding:0;
margin:0;
list-style-type:none;
border-right-width: thick;
}

.drop ul ul {
width:109px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.drop li {
float:left;
width:109px;
position:relative;
}


/* style the links for the top level */
.drop a, .drop a:visited {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	width:109px;
	height:30px;
	padding:0px;
	line-height:30px;
	border: 1px solid transparent;
	font-weight: bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .drop a, * html .drop a:visited {
width:109px;
w\idth:100px;
}


/* style the second level background */
.drop ul ul a.drop, .drop ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.drop ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.drop ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.drop ul ul ul a, .drop ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.drop ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.drop ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:109px;
}
/* another hack for IE5.5 */
* html .drop ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.drop ul ul ul{
left:109px; 
top:0;
width:109px;
}
/* position the third level flyout menu for a left flyout */
.drop ul ul ul.left {
left:-109px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.drop table {position:absolute; top:0; left:0;}

/* style the second level links */
.drop ul ul a, .drop ul ul a:visited {
	color:#DC2F24;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:109px;
	background-color: #C0C0C0;/* yet another hack for IE5.5 */
}
* html .drop ul ul a{
width:109px;
w\idth:100px;
}


/* style the top level hover */
.drop a:hover, .drop ul ul a:hover{
color:#FFFFFF; 
background:#DC2F24;
}
.drop :hover > a, .drop ul ul :hover > a {
color:#FFFFFF;
background:#DC2F24;
}

/* make the second level visible when hover on first level list OR link */
.drop ul li:hover ul,
.drop ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.drop ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.drop ul :hover ul :hover ul{ 
visibility:visible;
}

ul.media, ul.media a {
	list-style-image: url(/media/images/ECR.gif);
	list-style-type: none;
	list-style-position: outside;
	font-size:13px;
}

