/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat;
	background-image: url(../images/stripes.png);
}
#wrapper { 
 margin: 0 auto;
 width: 832px;
}
#header {
	color: #333;
	width: 832px;
	float: left;
	padding: 0px;
	height: 311px;
	background-color: #0F0;
	background-image: url(../images/cronin-cabinets_02.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headertxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 175px;
	width: 320px;
	margin-top: 85px;
	margin-left: 45px;
	font-weight: bolder;
}
#navigation {
	float: left;
	width: 812px;
	color: #FFF;
	margin: 0px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navigation a{
	color: #FFF;
	margin: 0px;
	padding-right: 13px;
	text-decoration: none;
	font-family: "Trajan Pro";
}
#navigation a:hover{
	color: #DAE5B7;
	margin: 0px;
	padding-right: 13px;
	text-decoration: none;
	font-family: "Trajan Pro";
}
#content {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 832px;
	background-image: url(../images/cronin-cabinets_04.png);
	background-repeat: repeat-y;
}
#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 258px;
	float: left;
	border: 0px none #FFF;
}
.img-thum{
	border:solid;
	border:2px solid #FFF;
}
.img-thum-padding{
	border:2px solid #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 522px;
	display: inline;
	border: 0px none #FFF;
}
#footer {
	width: 812px;
	clear: both;
	color: #FFF;
	padding: 10px;
	background-color: #BD9C8C;
	height: 84px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/cronin-cabinets_05.png);
}
#footer a{

	color: #FFF;

}

ul h2{

	height: 25px;
	width: 231px;
	color: #FFF;
	text-indent: 12px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 16px;
}
ul li{

	list-style-position: inside;
	list-style-type: circle;
padding-top: 5px;
	padding-left: 10px;
}

h3{
	color: #FFF;
	font-size: 16px;
	background-image: url(../images/h3.png);
	background-repeat: repeat-x;
	background-position: 20px;
	background-color: #272727;
	text-indent: 15px;
	font-family: "Trajan Pro";
}

#basic-accordian{

	padding:5px;
	width:auto;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#000;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;

	background-repeat: repeat-x;
		background-color: #272727;
		color: #FFF;
	font-size: 16px;
		font-family: "Trajan Pro";


}

.accordion_headings:hover{
	background-color: #DAE5B7;
}

.accordion_child{
	padding:15px;

}

.header_highlight{
	background:#00CCFF;
	background-color: #272727;
}
#opt a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
}

a{
	font-family: Arial;
	font-size: 12px;
	color: #856446;
}

a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #3A1F13;
}
.right{
	float:right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
