/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	/*background-image: url(../images/backgroundGradient.gif);
	background-repeat: repeat-x;*/
}

img {
	border: 0;
}

img.border {
	margin: 0px 10px 0px 0px;
	border: 2px solid #CCCCCC;
}

td {
	font-weight: normal;
	font-size: 11px;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	line-height:18px;
}

ul {
	margin: 0px 0px 15px 20px;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	list-style-image: url(../images/bullet.gif);
}

li {
	margin: 0 0 5px 15px;
}

ol {
	margin: 0px 0px 10px 25px;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

a {
	font-size: 11px;
	font-weight: normal;
	color: #660099;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	font-weight:normal;
}

a:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom:3px;
	margin-top:2px;
}

h2 {
	font-size:13px;
	color:#ff6600;
	margin-bottom:3px;
}
h3 {
	font-size:11px;
	color:#ff6600;
	font-weight: bold;
	margin-bottom:3px;
}
h4 {
	font-size:11px;
	color:#660099;
	font-weight: bold;
	margin-bottom:3px;
}

.input {
	width: 240px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

div#outerCon {
	margin: 0 auto; padding: 0;
	width: 800px;
	position: relative;
	text-align: center;
	background-image:url(../images/outerGradient.gif) ;
	background-repeat: repeat-y;
}

div#outerCon2 {
	margin: 0 auto; padding: 0;
	width: 770px;
	position: relative;
	text-align: center;
	background-image:url(../images/outerGradientTop.gif) ;
	background-repeat: no-repeat;
}

/* ------- header -------- */

div#header {
	margin: auto; padding: 0;
	width: 760px;
	height: 33px;
	text-align: left;
	background-color: #660099;
	
}

div#header div#phone {
	width: 347px;
	height: 110px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 365px;
	z-index: 2;

}

div#logo {
	margin: 0; padding: 0 ;
	width: 183px;
	height: 93px;
	position: absolute;
	top: 45px;
	left: 25px;
	z-index: 2;
}


/* ------- nav -------- */

div#nav{
	margin: 0; padding: 0;
	width: 154px;
	position: absolute;
	top: 155px;
	left: 25px;
	text-align: left;
	font-size: 11px;
}

div#nav ul{
    margin: 0; padding: 0;
		list-style: none;
		list-style-image: none;
    color: #FFFFFF;
    background-color: #FF6600;
}

div#nav ul li {
		margin: 0; padding: 0;
		border-bottom: 1px solid #FFFFFF;
}

div#nav ul a {
	margin: 0; padding: 4px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	width: 100%;
	display: block;
}


div#nav ul a:hover {
	background-color: #660099;
}

div#nav ul a.Over {
	margin: 0; padding: 4px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #660099;
	width: 100%;
	display: block;
}

div#nav ul a.navTop {
	margin: 0; padding: 5px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/navTop.gif) no-repeat;
	background-color: transparent;
	width: 100%;
	display: block;
}

div#nav ul a.navTopOver {
	margin: 0; padding: 5px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/onavTop.gif) no-repeat;
	background-color: #660099;
	width: 100%;
	display: block;
}


div#nav ul a.navTop:hover {
	background: url(../images/onavTop.gif) no-repeat;
	background-color: #660099;
}

div#nav ul a.navBottom {
	margin: 0; padding: 5px 0px 6px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/navBottom.gif) no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}

div#nav ul a.navBottomOver {
	margin: 0; padding: 5px 0px 6px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/onavBottom.gif) no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}


div#nav ul a.navBottom:hover {
	background: url(../images/onavBottom.gif) no-repeat;
	background-color: #FFFFFF;
}


div#nav ul ul.subnav{
	font-size: 11px;
    margin: 0; padding: 0;
	list-style-type: none;
    color: #660099;
    background-color: #FFFFFF;
	
}

div#nav ul ul.subnav li {
	margin: 0; padding: 0;
	border: 0;
}

div#nav ul ul.subnav a {
	margin: 0; padding: 4px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
	background-color: transparent;
	width: 100%;
	display: block;
}

div#nav ul ul.subnav a.Over {
	margin: 0; padding: 4px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
	background-color: #dbc2e7;
	width: 100%;
	display: block;
}

div#nav ul ul.subnav a:hover {
	color: #660099;
	background-color: #dbc2e7;
}

/* ------- content --------- */

div#content {
	margin: auto; padding: 0 ;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
}




table.rates th {
	background-color: #660099;
	color: #FFFFFF;
	font-size:11px;
	border-bottom:1px solid #ffffff;
}

table.rates th span{
	font-weight:normal;
}

table.rates tr.rowOdd td{
	background:#fff2ea;
	border-bottom:1px solid #ffffff;
}


table.rates tr.rowEven td{
	background-color:#fff2ea;
	border-bottom:1px solid #ffffff;
}

table.form {
	background:#fff2ea;	
}

table.form th {
	background-color: #660099;
	color: #FFFFFF;
	font-size:11px;
	border-bottom:1px solid #ffffff;
}

div#slogan {
		margin: 0; padding: 0 ;
		position: absolute;
		left: 495px;
		top: 251px;
		text-align: left;
		z-index: 3;
}

	/* -------- content : paper ----------- */

	div#content div#paper{
		/*margin: auto; */
		padding: 85px 0px 0px 0px ;
		width: 428px;
	}
	
	div#content div#paper div.top{
		margin: 0 0 0 256px;  padding: 0 ;
		width: 428px;
		height: 62px;
		background-image:url(../images/paperTop.gif);
		background-repeat: no-repeat ;
		text-align: left;
	}
	
		div#content div#paper div.top div.mainHeading{
		margin: 0; padding: 0 ;
		position: absolute;
		left: 285px;
		top: 140px;
		text-align: left;
	}
	
	div#content div#paper div.middle{
	margin: 0 0 0 256px;
	padding: 200px 0 20px 0;
	width: 428px;
	min-height: 414px;
	background-image:url(../images/paperTile.gif);
	background-repeat: repeat-y;
	text-align: left;
	background: fff2ea;
	}
	
	div#content div#paper div.middle div.mainText{
		padding: 0; 
		margin: 0px 20px 20px 20px ;
		width: 388px;
	}
	
	div#content div#paper div.bottom{
		margin: 0 0 0 256px;  padding: 0 ;
		width: 428px;
		height: 62px;
		background-image:url(../images/paperBottom.gif);
		background-repeat: no-repeat ;
	}
	
	div#content div#paper div.back{
		margin: 0; padding: 0 ;
		width: 41px;
		height: 232px;
		background-image:url(../images/paperBack.gif);
		background-repeat: no-repeat ;
		top: 353px;
		left: 222px;
		position: absolute;
	}
	
	

/* ------- footer -------- */
div#footer {
	margin: auto; padding: 0;
	width: 760px;
	text-align: left;
	height:90px;
	background-color: #660099;
}

div#footer div#curve {
	margin: auto; padding: 0;
	width: 760px;
	height: 45px;
	text-align: left;
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
}

div#footer div#footerText {
	margin: 0; padding: 15px;
	font-size: 10px;
	color: #FFFFFF;
	display: inline;
	float: left;
}

div#footer div#footerText a{
	margin: 0; padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

div#footer div#footerText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer div#footerText2 {
	text-align: right;
	margin: 0; padding: 15px;
	font-size: 10px;
	color: #ab81bf;
	display: inline;
	float: right;
}

div#footer div#footerText2 a{
	margin: 0; padding: 0;
	font-size: 10px;
	color: #ab81bf;
	text-decoration: none;
}

div#footer div#footerText2 a:hover{
	color: #ab81bf;
	text-decoration: underline;
}

/* ---------- other containers --------- */
div#coffee{
	margin: 0; padding: 0 ;
	background-image: url(../images/coffee.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 210px;
	top: 505px;
	left: 5px;
	position: absolute;
}
	
div#note{
	margin: auto; padding: 0 ;
	top: 103px;
	left: 557px;
	position: absolute;
	z-index: 2;
}
	
div#pen{
	margin: auto; padding: 0 ;
	background-image: url(../images/pen.jpg);
	background-repeat: no-repeat;
	width: 55px;
	height: 365px;
	top: 212px;
	left: 689px;
	position: absolute;
}

div#flash{
	margin: 0; padding: 0 ;
	top: 168px;
	left: 199px;
	position: absolute;
	z-index: 2;
}
