@import URL(form.css);

* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bluebg.jpg) repeat-x top;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
	color: #CB392C;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}


.membership a {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000;
}

h1 {
	line-height: 25px;
}

#wrap {
width: 800px;
margin: 0 auto;
}

#header {
height: 100px;

}

#header h1 {
font-size: 40px;
font-weight: bold;
letter-spacing: 3px;
padding: 10px 0 0 0px;
}

#header h1 a {
text-decoration: none;
color: #B7271F;
}

#header h1 a:hover {
text-decoration: none;
color: #000;
}

#header h2 {
color: #666;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 1px;
}

#topsearch {
    position: absolute;
	margin-top: -60px;
	margin-left: 482px;
	padding-right:-20px;
	width: 300px;
	height: 40px;

}
#menu {
height: 30px;
line-height: 30px;
}

#menu ul {
padding-left: 2px;
list-style-type: none;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}

#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}
/* menu2 start*/
#menu2 {
	width:  400px;
	margin-left: -14px;
	float:left;
}

#menu2 ul {
	float: left;
	margin: 0;
	list-style: none;
}

#menu2 li {
	display: block;
	width: 400px;
}

#menu2 a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu2 a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}
/*Menu2 end*/

/* menu3 start*/
#menu3 {
	width:  300px;
	margin: 0px;
	float: left;
}

#menu3 ul {
	float: left;
	margin: 0;
	list-style: none;
}

#menu3 li {
	display: block;
	width: 250px;
}

#menu3 a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu3 a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}
/*Menu3 end*/

#content {
margin: 20px 0;
line-height: 17px;
}

.left {
float: left; 
width: 600px;
text-align: justify;
}

.left h2 {
color: #B7271F;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left h2 a {
color: #B7271F;
}

.left h2 a:hover {
color: #333;
}

.right {
margin-top: 10px;
float: right;
width: 160px;
padding: 10px;
background: #d0ecfa;
border: 1px solid #990000;
}

.right p {
	padding-bottom: 5px;
}

.right h2 {
font-size: 12px;
color: #555;
padding: 5px 0 2px 0;
}

.right ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.right ul li {
}
.right ul li a {
display: block;
border-bottom: 1px solid #999;
color: #666;
padding: 2px 10px;
}

.right ul li a:hover {
color: #333;
text-decoration: none;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 5px 0 10px 0;
margin-top: 30px;
border-top: 10px solid #ddd;
}

#footer a { 
color: #999;
}

#footer a:hover {
color: #333; 
text-decoration: underline; 
}

#privacy {
	font-size:9px;
	color:#666;
	line-height:10px;	
}