@charset "utf-8";
/* style.css
 * Called in 'great.info'
 * Holds all the universal css that appears on every page.
*/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../images/background.jpg);
    background-repeat:repeat-x;
    background-color:#c4bb9e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f1f1f;
}
#wrapper{
	width:870px;
	margin:0  auto;
	position:relative;
}
#main{
	width:849px;
	margin:0 auto;
}
#logo{
	width:849px;
	background-image:url(../../images/top-bg.png);
	background-position:right;
	height:108px;
	margin: 0 0 0 0px;
	float:left;
}
#logo .main-logo{
	width:252;
	margin:0 0 0 25px;
	float:left;
}
#logo .top-nav{
	position:relative;
	width:530px;
	float:right;
	padding:20px 0px 0px 10px;
	float:left;
	height:88px;
}
/***************************************************************************************** 
*	Contact Us link and Search box located in top right corner of template 
******************************************************************************************/
#logo .top-nav .contact-us-link{
	margin-top:3px;
	position:absolute;
	top:25px;
	right:265px;
}
#logo .top-nav .contact-us-link a{
	color:#727272;	
	text-decoration:none;
}
#logo .top-nav .contact-us-link  a:hover{
	text-decoration:underline;
}
#logo .top-nav .search{
	position:absolute;
	top:25px;
	right:50px;
	width:200px;
}
#logo .top-nav .search label{
	display:none;
}
#logo .top-nav .search  input {
	font-size:11px;
	color:#727272;
	width:125px;
	height:13px;
	border:1px solid #CCCCCC;
}
#logo .top-nav .search  .form-submit {
	display:none;
}
#logo .top-nav .search  .form-item {
	float:left;
	margin:0;
	padding:0;
}
#logo .top-nav .search .search-button{
	float:left;
	background-image:url(../../images/btn-search.gif);
	margin-left:10px;
	width:60px;
	height:19px;
	cursor:pointer;
}
/** Search Results - hide the advanced search **/
.search-advanced {
	display:none;
}
/***************************************************************************************** 
* Breadcrumbs 
******************************************************************************************/

.breadcrumb {
	color:#999;
	font-size:11px;
	margin-bottom:10px;
	float:left;
	padding:0 0 0 0;
}
.breadcrumb a{
	color:#b3b3b3;	
	text-decoration:none;
}
.breadcrumb a:hover{
	color:#cc3300;	
	text-decoration:none;
}
.breadcrumbs{
	color:#b3b3b3;
	font-size:11px;
	margin-bottom:10px;
	text-decoration:none;
}
.breadcrumbs a{
	color:#b3b3b3;	
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#cc3300;	
	text-decoration:none;
}
.main-head{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #c2c2c2;
	padding: 0 0 6px 0px;
	margin:0 0 10px 0px;
}
/***************************************************************************************** 
* Panoramic Image and Content area
******************************************************************************************/
#panoramic{
	background-image:url(../../images/bg.png);
	min-height: 20px;
	width: 849px;
	text-indent: 11px;
}
#container{
	width:849px;
	background-image:url(../../images/bg.png);
	background-repeat:repeat-y;
	height:auto;
	float:left;
	margin:0;
	padding:-10 0 0 0px;
}
#container .back-container img{
	float:left;
	padding:0px;
	margin:0px;
}
#container .main{
	position:relative;
	width:90%;
	margin:0 auto;
	padding:10px 0 0 0px;
	height:0 auto;
}
#container .main .main-left{
 	width:530px;
	float:left;
	padding:0px;
	margin:0px;
	color:#000000;
	font-size:11px;
	line-height:17px;
}
#container .main .main-right {
	float:right;
    width:180px;
	height:auto;
	padding: 5px 0 0 0px;
	margin:0 0 0 40px;
}
.contact-block{
	position:relative;
    width:171px;
	background-image:url(../../images/contact-bg.gif);
	height:147px;
	border:0px solid red;
	margin:10px 0 0 10px;
	padding:0 0 0 0px;
}
.contact-block a{
	color:#1179c9;	
	text-decoration:none;
}
.contact-block a:hover{
	color:#cc3300;
	text-decoration:none;
}
.contact-block p{
	width:160px;
	padding:5px 0 0 5px;	
	margin:5px 0 0 3px;
	font-size:11px;
	color:#1f1f1f;
}
.contact-block .title{
	font-size:12px;
    font-weight:bold;
}
.callout-block{
    position:relative;
}
/***************************************************************************************** 
* Footer
******************************************************************************************/
#footer{
	padding:5px 0 10px 0px;
	float:left;
	width:96%;
	text-align:center;
}
#footer a{
	color:#494949;	
	text-decoration:none;
	padding:0 10px 0 10px;
	border-right:0px solid #494949;
}
#footer a:hover{
	color:#8d8d8d;	
}
#footer .copyright{
	color:#494949;	
	margin-left:12px;
}







