/*  GENERAL */

*
{
	margin:0;
	padding:0;
}

body
{
	color: #3A3A58;
	background-color: #3A3A58;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

img
{
	border: 0;
}

a:link,a:visited
{
	color: #666699;
	text-decoration: none;
}

a:hover,a:active
{
	color: #3A3A58;
	text-decoration: none;
}

img
{
	text-align: center;
	margin: auto;
}

dl
{
	padding: 15px;
}

dt
{
	padding-left: 15px;
}

dd
{
	padding-left: 25px;
}

/* CLASSES */

.heading 
{
	color: #8F4D1B;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background-color: #CCCCDD;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt1
{
	color: #3A3A58;
	font-size: 11px;
	background-color: #CCCCDD;
	display: block;
	padding: 10px;
}

.txt2
{
	color: #8F4D1B;
	font-size: 11px;
	background-color: #CCCCDD;
	display: block;
	padding: 5px;
}

p.txt2
{
	margin: 5px 0;
	padding:5px 15px;
}

ul.txt2 li a,
ul.txt2 li a:visited
{
	color: #8F4D1B;
	font-weight: bold;
	text-decoration: none;
}

ul.txt2 li a:hover,
ul.txt2 li a:active
{
	text-decoration: underline;
}


.red
{
	color: #8F4D1B;
}

.block
{
	display: block;
}

.center
{
	margin: auto;
}

.lightblue
{
	background-color: #CCCCDD;
}

.big
{
	font-size: 17px;
}

/*  BOXES */

#Wrap 
{
	margin: 0 auto;
	margin-top: 10px;
	width:780px;
	text-align: left;
}

#Header
{
	height: 217px;
	width: 780px;
}


#Header h1 a {
    display: block;
	background-image: url(../img/bg/header.jpg);
	height: 217px;
	width: 780px;
	text-indent: -999em;
    text-decoration:none;
}



#Menu
{
	height: 22px;
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

 #Main-Up
{
	height: 12px;
	background-color: #3A3A58;
	background-image: url(../img/bg/main-up.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

 #Main-Mid
{
	background-image: url(../img/bg/main-mid.jpg);
	background-repeat: repeat;
	padding-bottom: 15px;
	padding-top: 15px;
}

#Content
{
	position: relative;
	padding-bottom: 20px;
	width: 730px;
	padding-top: 20px;
	margin: 0 auto;
	background-color: #C0C0D6;
	/* min-height hack for IE */
	min-height:350px;
	height:auto !important;
	height:350px;
}

 #C-Heading
{
	width: 395px;
	padding-left: 20px;
	text-align: left;
}

 #G-Heading
{
	width: 690px;
	padding: 0 20px;
	text-align: left;
}

 #C-Left
{
	width: 385px;
	padding-left: 25px;
	text-align: left;
	padding-top: 15px;
}

#C-Left ul
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-image: url(../img/icons/bullet1.jpg);
}

#C-Right
{
	position: absolute;
	width: 290px;
	top: 13px;
	right: 15px;
	text-align: left;
}

#C-Right ul
{
	display: block;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-image: url(../img/icons/bullet2.jpg);
}

#Main-Down
{
	background-color: #3A3A58;
	height: 170px;	
}

#G1,#G2,#G3
{
	width: 650px;
	margin: auto;
	padding: 3px 8px;
	background-color: #CCCCDD;
}

#Footer
{
	color: #666699;
	font-size: 10px;
	text-align: right;
	letter-spacing: 0.13em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
}

#Footer a:hover,  #Footer a:active
{
	color: #666699;
	text-decoration: underline;
}


/*  FORMS  */

#C-Left td 
{
	height: 25px;
	padding: 3px;
	font-size: 10px;
}

#C-Left td td
{
	padding: 0;
}


form input, select, checkbox
{
	color: #3A3A58;
	font-size: 12px;
	background-color: #CCCCDD;
	border: none;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.radio_group input { vertical-align: middle; }

.radio_group label { cursor: pointer; }

form label {
	font-size: 12px;
}

form textarea
{
	color: #3A3A58;
	font-size: 11px;
	background-color: #CCCCDD;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form select
{
	text-transform: capitalize;
}

#Butt
{
	margin-top:10px;
	text-align: center;
	display: block;
}

#Butt .g
{
	margin-top:0px;
}

#Butt input
{
	background: transparent url(../img/icons/sign_bt.jpg) no-repeat center top;
	height: 24px;
	width: 60px;
	text-align: center;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#Butt input.bt_send
{
	background: transparent url(../img/icons/send_bt.jpg) no-repeat center top;
}

#Butt input.bt_book
{
	background: transparent url(../img/icons/book_bt.jpg) no-repeat center top;
}