/* YUI Reset/Fonts Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.5.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/***************************
	Main Tags
***************************/
body{
	background:#FFFFFF url(../images/layout/bg.jpg) top center no-repeat;
	text-align:center;
	color:#1e0000;
}
a{
	overflow:hidden;
	color:#900;
	text-decoration:none;
}
a:active{
  outline: none;
}
hr{
	display: block;
	clear: left;
	visibility: hidden;
}
h1,h2,h3{
	margin-bottom:0.3em;
	font-weight:bold;
	color:#600;
}
h1{
	font-size:2.4em;
}
h2{
	font-size:1.9em;
	text-transform:uppercase;
}
h3{
	font-size:1.7em;
	color:#330000;
}
h4{
	font-size:1.2em;
}
p{
	margin-bottom:1em;
}
#main{
	margin:0px auto;
	width:860px;
	text-align:left;
}

/***************************
	Header
***************************/
#header{
	position:relative;
	margin-bottom:20px;
	height:151px;
}
#header h1{
	position:absolute;
	top:30px;
	left:0px;
}
#header h1 a{
	display:block;
	height:90px;
	width:130px;
	text-indent:-9999px;
}
#header .nav{
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	width:565px;
	padding-top:10px;
}
#header .nav li{
	display:inline;
}
#header .nav li a{
	color:#e59b9b;
	margin:0px 10px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:#000 1px 1px;
}
#header .nav li a:hover{
	color:#FFF;
}

/***************************
	Added by Vinay for DropDown Menus
***************************/

#header .nav ul{
	position: relative;
	top:25px;
	right:-10px;
	text-align:center;
	width:565px;
	padding-top:10px;
}
#header .nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#header .nav li:hover ul, #header .nav li.sfhover ul {
	left: auto;
}
#header .nav li ul a{
	color:#e59b9b;
	margin:0px 10px;
	font-weight:bold;
	text-transform:uppercase;
}

/***************************
	Body
***************************/
#content{

}
#content .column{
	float:left;
	width:420px;
}
#content .column.left{
	margin-right:20px;
}


/***************************
	Footer
***************************/
#footer{
	padding:50px 0px;
	text-align:center;
	color:#999;
	font-size:0.9em;
}
