/* CSS Document */

/*colors : 

background: #f5f5f5

*/

/*------------------------------
			GLOBAL STYLES
-------------------------------*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #f5f5f5 url(../images/body2bg.jpg) repeat-x top left;
	text-align: center;
	padding:  0;
	margin:  0;
}
/*--This css stops the annoying outline on links when using images--*/

a
{
  outline: none;
}




/*------------------------------
			LAYOUT
-------------------------------*/

#container {
	width:  910px;
	margin: 0 auto;
}

#header {
	position: relative;
	width:  910px;
	height:  130px;
	text-align: right;
	margin: 0px;
	padding-bottom: 80px;
}

#sagehelp {
	position: absolute;
	display: block;
	left: 280px;
	top: 23px;
	width: 243px;
	height: 47px;
		padding: 0;
	margin: 0;
}

#sagehelp a {
	display: block;
		width: 243px;
	height: 47px;
	padding: 0;
	margin: 0;
}

#navcontainer {
	position: absolute;
	width: 910px;
	top: 144px;
	left: 0;
	text-align: left;
}


body#home-page #content {
	width:  910px;
	height: 450px;
	background: #f5f5f5;
	border: none;
}

body#home-page #inner {
	width:  320px;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
}



#content {
	position: relative;
	float: left;
	width:  910px;
	background: #fff;
	text-align: left;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#inner {
	padding: 10px 90px 10px 40px;
}

#panels {
	position: absolute;
	left: 380px;
	top: 12px;
	width: 660px;
	height: 360px;
}


#number {
	width: 910px;
	height: 30px;
	background: #fff;
	clear: both;

}


#footer {
	clear: both;
	width:  910px;
	height:  150px;
}

/*----------------------
	MAIN NAVIGATION
---------------------------*/

#navcontainer ul {
	padding: 5px 0 0 1em; 
	margin: 0; 
	list-style: none; 
	line-height: 40px; 
	position: relative; 
	padding-left: 1px;
}

#navcontainer li {
	float: left; 
	line-height: 40px; 
	margin-right: 4px;
	background: url(../images/menuright.gif) no-repeat right top;
	
}

#navcontainer li a {
	display: block; 
	float: left;  
	line-height: 35px; 
	color: #333; 
	text-decoration: none; 
	font-weight: bold; 
	color: #fff;
	font-size: 13px;
	text-align: center; 
	padding: 0 6px; 
	background: url(../images/menuleft.gif) no-repeat left top;
}


#navcontainer li.active a {
	color:#000; 
}



#navcontainer li a:hover {
	color:#000; 
}





/*------------------------------
			TEXT STYLES
-------------------------------*/
#header p {
	padding-top: 15px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;

}


p {
	font-size: 14px;
	line-height: 1.8;
}

.quote {
	font-style: italic;
	padding: 14px 20px;
	color: #666;
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.footnote {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


#panel1 p, #panel2 p, #panel3 p, #panel4 p, #panel5 p, #panel6 p {
	text-align: right;
	color: #fff;
	width: 240px;
	margin-left: 20px;
}

#footer {
	clear: both;
	color: #9b9b9b;
	font-size: 12px;

}

/*------------------------------
			LINKS
-------------------------------*/
#contenthome a:link {
	color: #9b9b9b;
	}
	
#contenthome a:visited {
	color: #9b9b9b;
}

#content a:link {
	color: #648434;
	}
	
#content a:visited {
	color: #648434;
}

#panel1 a:link, #panel2 a:link, #panel3 a:link, #panel4 a:link {
	display: block;
	color: #fff;
	padding-right: 20px;
}

#panel1 a:visited, #panel2 a:visited, #panel3 a:visited, #panel4 a:visited {
	color: #fff;
	padding-right: 20px;
}


.pdf {
	background: url(../images/pdf.gif) no-repeat 0 50%;
	padding: 16px 0 16px 40px;
}

#footer a:link, #footer a:visited {
	color: #9b9b9b;
}

/*------------------------------
			LISTS
-------------------------------*/

#inner ul {
	font-size: 14px;
	width: 70%;
	padding-left: 0;
}

#inner li {
	padding: 12px 30px;
	background: url(../images/bullet2.gif) no-repeat 0 20%;
	list-style: none;
	line-height: 20px;
}

#panels ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#panels ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#panels ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 278px;
	height: 180px;
	line-height: 60px;
	font-size: 20px;
}

#panels ul li#panel1 a {
	background: url(../images/panel6a.jpg) no-repeat top left;
	color: #fff;
}

#panels ul li#panel2 a {
	background: url(../images/panel4a.jpg) no-repeat top left;
	color: #000;
}

#panels ul li#panel3 a {
	background: url(../images/panel5a.jpg) no-repeat top left;
}

#panels ul li#panel4 a {
	background: url(../images/panel7a.jpg) no-repeat top left;
}

#panels ul li#panel1 a:hover {
	background-position: bottom left;
}

#panels ul li#panel2 a:hover {
	background-position: bottom left;
}

#panels ul li#panel3 a:hover {
	background-position: bottom left;
}

#panels ul li#panel4 a:hover {
	background-position: bottom left;
}



#panels ul li a:hover {
	color: #000;
}

#topmenu {
	position: absolute;
	width: 600px;
	right: 0;
	top: 10px;
}

#topmenu ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#topmenu ul li {
	list-style: none;
	display: inline;
	padding: 0 0 0 14px;
	margin-left: 14px;
	background: url(../images/bullet1a.gif) no-repeat 0 50%;
}

.list1, .list2, .list3 {
	float: left;
	font-size: 12px;
}

.list1 {
	padding-left: 0;
}

.list1 li, .list2 li, .list3 li {
	line-height: 1.9;
	list-style: none;
	background: url(../images/bullet2.gif) no-repeat 0 50%;
	padding-left: 40px;
}

.clear {
	clear: both;
}



/*------------------------------
			HEADINGS
-------------------------------*/


h1 {
	font-size: 18px;
	color: #333333;
}

h2 {
	font-size: 16px;
	color: #444;
}

h3 {
	font-size: 14px;
	color: #444;
}

h4 {
	font-size: 16px;
	color: #648434;
}

#panel1 h2, #panel2 h2, #panel3 h2, #panel4 h2 {
	color: #fff;
	padding-right: 20px;
	font-size: 19px;
}

#panel2 h2 {
	color: #000;
}

.logo {
	background: url(../images/logo.gif) no-repeat;
	line-height: 26px;
	text-indent: 65px;
}




/*------------------------------
			IMAGES
-------------------------------*/
img a {
	border: none;
	}


img {
	border: none;
	}

.advertsage {
	position: absolute;
	top: 10px;
	left: 300px;
}

.imageborder {
	padding: 6px;
	margin: 4px;
	border: 1px solid #ededed;
	}

.imageleft {
	float: left;
	padding-right: 20px;
}


#boxes {
	width: 600px;
	height: 300px;
	background: #fff;
}

.headerlogo {
	float: left;
	padding-top: 50px;
}

.telno {
	float: right;
	padding-top: 90px;
}
/*--------------------------------
       FORM STYLES
---------------------------------*/

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

legend {
	font-size: 12px;
}


form {
	width: 440px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 12px;
}

legend {
	color: #444;
	padding: 0;
}

label {
	display:  block;
	color: #444;
}

input {
	width:  340px;
	background: #e1e1e1;
	border: 1px solid #000;
	font-size: 1.3em;
	color: #333;
}

textarea {
	width:  340px;
	height: 100px;
	background: #e1e1e1;
	border: 1px solid #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

input.btn {
	width: 80px;
	font-size: 0.8em;
	line-height: 0.8em;
	font-size: 12px;
	color: #333;
	margin-top: 6px;
}

fieldset p {
	margin-top: 0;
}

/*--------------------------------
       TABLES
---------------------------------*/

table {
	font-size: 12px;
}



