/*Global styles

--------------------------------------------------------------------------------------*/

body {

	font-family: Arial, Helvetica, sans-serif;

	text-align:center;

	font-size:14px;

	margin:0px;

	color:#000000;

}



td {

	font-family: Arial, Helvetica, sans-serif;

}



th {

	font-family: Arial, Helvetica, sans-serif;

}

h1 {

	font-size:14px;

	font-weight:bold;

	color:#000000;

	margin-top:0px;

	margin-bottom:10px;

}



h2 {
	font-size:14px;

	font-weight:bold;

	color:#000000;

	margin-top:0px;

	margin-bottom:10px;}



h3 {}



p {}



a {

	color:#c1272d;

}



input {

	margin:0px;

	padding:0px;

	margin-top:-1px;

}





/*Layout Containers

------------------------------------------------------------------------------------*/

#container {

	position:relative;

	width:740px;

	text-align:left;

	margin-left:auto;

	margin-right:auto;

	background-color:#ffffff;

}



#banner {

	width:740px;

	height:100px;

	background-color:#c1272d;

	border-bottom:#4c4c4c solid 10px;

}



#main {

	background-image:url(../../images/misc/main-bg.jpg);

	background-repeat:no-repeat;

	height:640px;

}



#strapline h1 {

	color:#c1272d;

	font-size:20px;

	letter-spacing:0px;

	font-weight:bold;

	margin:10px 0px;

	width:740px;

	text-align:center;

}



#content {

	width:515px;

	height:500px;

	float:right;

}



#page-copy {}



#page-copy p{

	margin-top:0px;

	margin-bottom:10px;

}



#page-copy ul{

	margin-bottom:10px;

	padding-left:15px;

}



#page-copy li {

	margin-top:0px;

	margin-bottom:6px;

}



#button {

	position:absolute;

	top:630px;

	left:427px;

	width:275px;

	height:92px;

	padding:10px;

	color:#ffffff;

	text-align:center;

	font-size:12px;

}



#button p {

	margin:0px;

}



#button a {

	color:#ffffff;

}

	







#footer {

	clear:both;

	background-color:#cacaca;

	margin:0px;

	height:auto;

}



#copyright {

	height:auto;

	color:#ffffff;

	font-size:11px;

	padding:0px 10px;

	padding-bottom:5px;

	float:left;

}



#designed {

	text-align:right;

	font-size:11px;

	padding:0px 10px;

	float:right;

	padding-bottom:5px;

}



#designed a{

	color:#ffffff;

	text-decoration:none;

}



#designed a:hover{

	color:#ffffff;

	text-decoration:underline;

}



#validators {

	float:right;

	width:200px;

	text-align:right;

	padding-top:15px;

}



#validators a {

	margin: 0px 10px 0px 0px;

}



#bottom-links {

	width:740px;

	height:auto;

	font-size:11px;

	padding-top:2px;

	background-color:#c1272d;

}





/*Navigation Styles

------------------------------------------------------------------------------------*/

#nav-container {

	width:225px;

	float:left;

}



#nav-container ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

	border: none;

}



#nav-container li {

	display: block;

	margin: 0px;

	padding: 0px;

}



#nav-container a {

	color: #333333;

	font-weight:bold;

	font-size:12px;

	text-decoration: none;

	display:block;

	width:195px;

	height:15px;

	margin:0px;

	margin-bottom:9px;

	padding:0px 0px 6px 30px;

	text-transform:capitalize;

}



#nav-container a:hover {

	color:#333333;

	text-decoration: none;

	background-image:url(../../images/misc/nav-bg-over.gif);

	background-repeat:no-repeat;

}





#bottom-nav {

	width:560px;

	float:left;

}



#bottom-nav ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

	border: none;

	padding-left:10px;

}



#bottom-nav li {

	display: inline;

	margin: 0;

	padding: 0;

	float: left;

	width: auto;

}



#bottom-nav a {

	color: #ffffff;

	width: auto;

	text-decoration: none;

	padding: 0px 5px 2px 5px;

}



#bottom-nav a:hover {

	text-decoration: underline;

}







/*Glider for use on The Team page

------------------------------------------------------------------------------------*/

div.scroller { 

	/* modify width and height of scrolling section if necessary	*/		

	width: 465px; 

	height: 300px;

	overflow: hidden;

	}

	div.scroller div.section {

		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		

		width:465px;

		height:300px;

		overflow:hidden;

		float:left;	

		}

	div.scroller div.content {

		width: 10000px;

		}

		

div.section #image {

	float:left;

}



a.page-button {

	padding:3px 7px;

	line-height:25px;

	font-weight:bold;

	font-size:12px;

	color:#999999;

	text-decoration:none;

}



a.page-button:hover {

	color:#333333;

}



a.page-button-on {

	padding:2px 6px;

	font-weight:bold;

	font-size:12px;

	color:#000000;

	text-decoration:none;

}



.previous, .controls, .next {

	float:left;

	margin-right:2px;

	margin-top:2px;

}



.previous a, .next a{

	padding:3px 5px;

	line-height:25px;

	font-weight:bold;

	font-size:16px;

	color:#999999;

	text-decoration:none;	

}



.previous a:hover, .next a:hover{

	color:#333333;	

}



.photo {

	float:left;

	padding-left:7px;

	padding-right:15px;

} 



.team-name {

	font-size:14px;

	font-weight:bold;

	color:#c1272d;

	margin:0px;

	padding:0px;

}



.team-job {

	font-weight:bold;

	color:#333333;

	margin:0px;

	padding:0px;

}



.address {

	color:#8c8c8c;



}



/*Styles

------------------------------------------------------------------------------------*/

.button-number {

	font-size:27px;

	display:block;

	margin:1px;

}



.bg-home {

	background-image:url(../../images/misc/content-bg-home.jpg);

	background-repeat:no-repeat;

}



.bg-blank {

	background-image:url(../../images/misc/content-bg.gif);

	background-repeat:no-repeat;

}



.copy-home {

	width:170px;

	margin:15px 0px 0px 20px;

	line-height:18px;

}



.copy-all {

/*	width:480px;

	margin:15px;*/

	width:465px;

	height:415px;

	padding:25px;

	overflow:auto;

}


.small-font{
	font-size: 12px;
	line-height:15px;
	margin-top
}


/*SEO
---------------------------------------------------------*/

#bottom-keywords{
font-size: 9px;
color:#CCCCCC;
width: 740px;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
padding-top:10px;
padding-bottom: 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#bottom-seo-links {
	margin-top: 50px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#bottom-seo-links ul{
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;	
}
#bottom-seo-links li{
	display: inline;
}
#bottom-seo-links a{
	padding: 5px 10px;
	color: #ccc;
	font-size: 10px;
}


#back-links p{
	margin: 0px;
	padding: 0px;
}