@import url(/specialpat/all.css); /* just some basic formatting, no layout stuff */

/*Interface Layout Settings*/			
body {
	background:  url("/Templates/images/background.gif") repeat;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top {
	margin:0px;
	width:100%;
	height:155px;
	text-align:center;
	padding:0px;
	background-color:#FFFFFF;
}

#header {
	background-color:#666666;
	height:20px;
	width:100%;
	margin:0px;
	padding: 0px;
}

#header2 {
	width:665px;
	height:18px;
	margin:1px auto;
	padding:0px;
	text-align:right;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	color: #CCCCCC;
}
	
#frame {
	width:665px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border: 1px solid #666666;
	text-align:left;
	background: #FFFFFF url("/Templates/images/bg1.jpg") repeat top;
}
#contentleft {
	width:463px;
	padding:0px 0px 0px 2px;
	margin:0px 5px 0px 0px;
	float:left;
	border: 1px solid #FFFFFF;
}		

#contentright {
	width:180px;
	padding:0px 0px 0px 2px;
	margin:1px;
	float:left;
}
	
#footerBorder {
	width:665px;
	background-color:#FFFFFF;
	border: 1px solid #666666;
	margin-right:auto;
	margin-left:auto;
}

#footer{
	width:600px;
	margin:0px auto 0px auto;
	padding:0px;
	display:table;
	padding:2px;
	margin:2px;
	font-size: 10px;
}

/*Font Layout*/		

p,pre {
	margin:0px 2px;
}

.default {
	font-size:12px;

}

.ordering {
	font-size:14px;

}

.sm {
	font-size:9px;

}


		
h1 {
	font-size:16px;
	padding-top:0px;
	border-bottom: 1px solid #2FA9B4;
	text-transform: uppercase;
}

h2 {
	font-size:14px;
}
		
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}
	
.bot_txt {color:#404040; text-decoration:none}

.gray {color:#4F4F4F; text-decoration:none}
.blue {color:#2FA9B4; text-decoration:none}
.white {color:#ffffff; text-decoration:none}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color:#2FA9B4;
}
a:active {
	text-decoration: none;
}

line {
height:1px;
background-color:#C2C0B2;}

/*Services List Styles*/
#services {
	width:200px;
	font-size: 12px;	
	margin-right:0px;
	margin-left:0px;

}

#services ul {
	margin:0px;
	padding:20px;
	list-style-image: url(/Templates/images/arr.jpg);
	list-style-type: none;
}

#services li {
	padding:1px;
	margin:0px;
	border-bottom: 1px dotted #CCCCCC;
}
