@import url("menu.css");

/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.5px;
	background-color: #CCCCCC;
	background-image: url(/cms/templates/arathra_h/images/background1.gif);
	background-repeat: repeat;
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

li {margin-bottom: 10px;}

hr { color: red; }

img { border: none; }

/* this is used for the titles of the modules incl left menu */
h3 {
	font-size: 12px;
}

/* ########## MAIN LAYOUT ELEMENTS ########## */


#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto; /* for full height of page */
	overflow: auto; /* leave this; it's for full height; if it causes scrollbars then use overflow: hidden */
	border: thin solid #999999;
	background-color: white;
}

/*** THE LEFT COLUMN OF THE SITE **/

#fptitle {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
	text-align: right;
}

#fpslideshow {}

#fplogo {
	position: relative;
	width: 160px;
	height: 150px;
	top: -510px;
	left: 20px;
}

#fpmenu {
	float: left;
	margin-left: 65px;
	margin-top: -140px;
}

#fpsearch {
	float: right;
	margin-right: 65px;
	margin-top: -140px;
}
#fpsearch input {  
	border: 1px solid #98907D; 
}
#fpsearch select {  
	border: 1px solid #98907D; 
	width: 50px;
}
#fpsearch table tr td {
	white-space: nowrap;
}
	
#footer {
	font-size: 11px;
	margin: 20px;
}

/* THIS IS CHANGE TO THE SUPERFISH MENU */
.sf-menu { font-size: 11px; }
.sf-menu a, .sf-menu a:visited  { color: white; }
.sf-menu a { border-left: #98907D; border-top: #98907D; }
.sf-menu li { background: #98907D; background: #999999; }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #716959; }



/* search button */

input.button {
	background-color: #999999;
	color: #FFFFFF;
}
