/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff;
	color: #FFFFFF;
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


a				{
	outline: none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link 			{color:#135293; text-decoration:underline;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 12px;
}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #10C7B5;
}
h2 					{
	font-size:17px;
	margin:8px 0;
	color: #41508B;
}
#content-side a {
}

h3 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #F6EEA3;
}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #41508B;
}
h5					{
	font-size:12px;
	margin:3px 0;
	color: #FFFFFF;
}
h6 					{
	font-size:xx-small;
	margin:0;
	color: #FFFFFF;
}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #10C7B5;
}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

/* Header */

#header {
	width: 804px;
	height: 174px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
	background: #415089;
}

#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}

/* Content */

#content {
	/*float: right;*/
	width: 770px;
	background-color: #6392e4;
	background-repeat: repeat-y;
	background-position: 580px top;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
}

.content-main {
	width: 560px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bookonlinebtn {
	background-repeat: no-repeat;
	float: right;
	height: 52px;
	width: 165px;
	padding-right: 5px;
}
#bookonlinebtn a {
	background-image: url(../images/bookonline.jpg);
	display: block;
	height: 52px;
	width: 165px;
}


.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
	font-size: 11px;
	font-weight: normal;
}
#content .content-main p {
	font-size: 11px;
}




#content-side {
	float: right;
	width: 170px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 1px;
	clear: right;
}
#content-side p {
	font-size: 11px;
}


/* Footer */

#footer {
	position: relative;
	width: 840px;
	height: 10px;
	padding-top: 110px;
	text-align: center;
	background-color: #F5E88C;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #6392E4;
}


#footer p {
	font-size: 10px;
	margin: 0;
	color: #8D8B8B;
}
