
/* Bare Template */

body{ 
	margin:auto;
	background:#333333 url(../images/topbanner.jpg) repeat-x;
	font-family:georgia;
	font-size:14px;
	margin:0px;
	padding:0px;
	}

#container{
	background:url('../images/topbanner2.jpg') no-repeat;
	margin:auto;
	padding:0px;
	width:900px;
	}

h1{
	font-size:30px;
	color:#D94B06;
	margin:0px 10px 25px 0px;
	padding:0px;
}

#logo{
	background: url('../images/logo.png') no-repeat;
	float:left;
	height:102px;
	width:249px;
	margin:0;
	margin-bottom:10px;
}

#content{
	clear:both;
	line-height:1.6;
	font-size:14px;
	color:#333333;
	font-family:georgia;
	background:white;
	width:888px;
	padding:6px;
	margin:0;
	min-height:600px;
}

#contentright{
	width:590px;
	float:left;
	padding:20px;
}

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

#footer{
	margin:auto;
	background:#333333;
	font-family:georgia;
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	padding-bottom:20px;
	line-height:1.4;
}
#footer a:link{color:white;text-decoration:none;}
#footer a:visited{color:white;text-decoration:none;}
#footer a:active{color:white;text-decoration:none;}
#footer a:hover{color:white;text-decoration:underline;}

.rightimg{
	float:right;
	margin: 0px 0px 20px 20px;
	padding:5px;
	border:1px solid #ccc;
}
#img1{
	width:292px;
	height:219px;
	float:left;
	margin:0px 6px 0px 0px;
	padding:0px;
}

#img2{
	width:292px;
	height:219px;
	float:left;
	margin:0px 6px 0px 0px;
}
#img3{
	width:292px;
	height:219px;
	float:left;
}


ul#navlist{
	float:right;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	font-weight:bold;padding:17px;
}

#navlist li{
	display: inline;
	list-style-type: none;

}

#navlist a { padding: 5px 15px 5px 15px; margin-left:5px;}

#navlist a:link, #navlist a:visited{
	color: #333333;
	text-decoration: none;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

#navlist a:hover, #navlist a.current{
	color: #fff;
	background-color: #D94B06;
	text-decoration: none;
}

.current{
	background:#D94B06;
	color:white;
}


/* SIDE LIST */
#sidelistcontainer { 
	width: 230px;
	font-size:16px;
	float:left;
	list-style-type: none;
	margin:20px 20px 0px 0px;
	padding:0px;
}

#sidelistcontainer ul{
	list-style-type: none;
	font-family: georgia;
	margin-left: 0;
	padding-left: 0;
}

#sidelist a{
	display: block;
	padding: 5px 10px 5px 15px;
	width: 210px;
	margin-bottom:5px;
	background-color: white;
	text-decoration: none;
}

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

#sidelist a:hover{
	background-color: #D94B06;
	color: #fff;
	text-decoration: none;
}

.testimonial{
	border:1px solid #E2E2E2;
	padding:20px;
	margin-bottom:30px;
}	

.righttext{
	text-align:right;
	font-weight:bold;
}


/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
width:80%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #0099cc;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {padding:5px;font-size:1.4em;color:#0099cc;}
 
input, select, textarea {
font:1em helvetica, sans-serif;
padding:5px;
margin:3px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
}

input:hover, select:hover, textarea:hover {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
}

input[type=submit] {
	font-weight:bold;
	color:#fff;
	background:#666;
	border:1px solid #333;
	padding:4px;
}
input[type=submit]:hover {
	color:#fff;
	background:#217f9e;
	cursor:pointer;
}
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.left    { float:left; }
.right   { float:right; }
.spacer	{height:100px;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.frame {margin:0 auto;width:960px;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



