

/*-- GLOBAL RESET --*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*----GLOBAL FONTS ---*/

/*
body {font:13px/1.22;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
*/


/*---- GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS ----*/



/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size:150%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:110%;
	padding: 0;
	margin: 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%; 
	color: #000;
}

h1{
	margin: 0 0 .4em 0;
	padding: 0 0 .4em 0;
	font-style: italic;
	border-bottom: 1px solid #D2D2D2;

}

h2,h3 {
	/* top & bottom margin based on font size */
	padding: .2em 0;
	margin:1em 0 .5em 0;
	border-bottom: 1px solid #D2D2D2;
}

h1,h2,h3,h4,h5,h6 {
	color: #474747;
}

.fineprint {
	font-size:9px;
}

h3 {
	color: #000;
}
strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #fff;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	background: url('images/bullet.gif') top left no-repeat #fff;
	font-size: 93%;
	padding: 0 0 5px 20px;

}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table, code {
	/*so things don't run into each other*/
	padding: 0;
	margin: 0 0 1em 0;
	color: #4F4F4A;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;

}


a:link		{ color: #6B0A0A; text-decoration: none;}
a:visited	{ color: #6B0A0A; text-decoration: none;}
a:hover		{ color: #000; text-decoration: none;}
a:active	{ color: #6B0A0A; text-decoration: none;}

/*-----Global Layout-------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia, Times, Verdana, Arial, "Lucida Grande", Helvetica,  sans-serif;
   	
    background-color: #fff;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}



/*--------------------------------------------------
Global Divs
--------------------------------------*/
.pagewidth{
	width: 900px;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	}

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.hr {
	width: 100%;
	height: 1px;
	border-top: solid 1px #D2D2D2;
	margin: 10px 0 10px 0;
	float: left;
}

.large {
	font-size: 115%;
	line-height: 1.4em; 

}

.grey {
	color: #9A9A94;
	font-size: 80%;
}


.spacer {
	width: 100%;
	margin: 20px 0 20px 0;
	height: 10px;
}
/*---------------------------------------------------------------------------------
Layout Styles Global
---------------------------------------------------------------------------------*/
#page{
	background: url('images/page_bg.gif') top left repeat-x #fff;
	padding: -20px 30px 0 30px;
}

#nav_container {
	width: 100%;
	padding: .5em 0;
	background: url('images/nav_bg.gif') top left repeat-x #330000;
}

/* #4f4f4f */

#topnavigation {
	background: url('') top left no-repeat ;
	padding: 0.5em 0;
	padding-top: 0.5em;
}

#topnavigation ul{
	float: right;
	padding: 0;
	margin: 0;
}

#topnavigation li{
	float: left;
	list-style-type: none;
	padding: 0 .5em;
	font-size: 100%;
	background: none;
}

#topnavigation li a:link		{ color: #a5a4a5; text-decoration: none;}
#topnavigation li a:visited		{ color: #a5a4a5; text-decoration: none;}
#topnavigation li a:hover		{ color: #FFF; text-decoration: none;}
#topnavigation li a:active		{ color: #a5a4a5; text-decoration: none;}

#topnavigation ul .current_page_item a { color: #FFF; text-decoration: none;}

.narrowcolumn {
	width: 700px;
	float: left;
}

#sidebar {
	width: 180px;
	float: right;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar li {
	list-style: none;
	padding: 0 0 3px 0;
	margin: 0;
	background: none;
}



#slideshow {
	height: 400px;
	width: 900px;
}



.lefthand_colomn {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.righthand_colomn {
	float: right;
	width: 570px;
}

.righthand_colomn_small {
	float: right;
	width: 210px;
	margin: 0 0 0 20px;
}

.righthand_colomn_comments {
	width: 300px;
	float: right;
	text-align: right;
}

.righthand_colomn_comments a{
	color: #9A9A94;
}

.righthand_colomn_comments a:hover{
	color: #000;
}

.lefthand_colomn_large {
	float: left;
	width: 660px;
}


.lefthand_colomn_small {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large {
	float: right;
	width: 660px;
}

.righthand_colomn_large_halfleft {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large_halfright {
	float: right;
	width: 320px;
}

.righthand_colomn_large .small_left {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large .large_right {
	float: left;
	width: 520px;
}

.smalltextunder {
	margin-bottom: 0;
}

.smalltext{
	font-size: 90%;
	color: #9A9A94;
	font-style:italic;
}

.thirdscontainer {
	width: 570px;
}

.righthand_colomnthird {
	width: 170px;
	float: left;
	margin: 0 20px 0 0;
}

.righthand_colomnthirdend {
	width: 184px;
	float: left;
	margin: 0;
}

.righthand_colomnthird p{
	font-size: 90%;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0;
}

.righthand_colomnthirdend p{
	font-size: 90%;
	font-size: 90%;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0;
}

.righthand_colomnthird img{
	margin: 0 0 20px 0;

}

.righthand_colomnthirdend img{
	margin: 0 0 20px 0;

}

.lineabove {
	margin: 6px 0 0 0;
	font-size: 90%;
}


/*---------------------------------------------------------------------------------
Footer -*/

#corner, .push {
	position: fixed; bottom: 0; left: 0;
	height: 160px; /* .push must be the same height as .footer */
}

#footer {
	border-top: 1px solid #D2D2D2;
	margin: 20px 0 120px 0;
	padding: 20px 0 20px 0;
}

#footer ul{
	padding: 0;
	margin: 0;
	float: right;
}

#footer li{
	float: left;
	list-style-type: none;
	padding: 0 0 0 10px;
	background: none;
}



#footer li a:link		{ color: #888; text-decoration: none;}
#footer li a:visited	{ color: #888; text-decoration: none;}
#footer li a:hover		{ color: #6B0A0A; text-decoration: none;}
#footer li a:active		{ color: #888; text-decoration: none;}



/*---------------------------------------------------------------------------------
Table -----*/


table {
	margin: 20px 0 20px 0;
}

th {
	color: #000;
	border-top: solid 0px #cccdcc;
	border-bottom: solid 0px #cccdcc;
	border-left: solid 0px #FFF;
	border-right: solid 0px #FFF;
	padding: 5px 3px 3px 3px;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
}
	

td {
	color: #5c5c5c;
	border-top: solid 0px #cccdcc;
	border-bottom: solid 0px #cccdcc;
	border-left: solid 0px #FFF;
	border-right: solid 0px #FFF;
	padding: 5px 3px 3px 1px;
	text-align: left;
	font-size: 90%;

}

.noborder {
	border: none;
}

.bordertop {
	border: none;
	border-top: solid 1px #cccdcc;

}



.testimonial_block {
	border-top: solid 1px #cccdcc;
	padding: 20px;
}
