.cta { font-size:125%;}

ul.left { width:30%;}
ul.right { width: 45%;}

/* Home page */
.img-right {
	float:right;
	border:1px solid #ADADAD;
	margin-left:10px;
	margin-top:5px;
}
.home-contact {
	width:191px;
	height:82px;
	margin-right:1px;
	background:url(images/home-contact-bg.jpg) repeat-x;
	color:#f9f9f9;
	font-size:108%;
	text-align:right;
	text-transform:uppercase;
	line-height:200%;
	padding-top:20px;
	padding-right:22px;
}
.home-contact a {
	color:#f9f9f9;
}
.home-portfolio {}
.home-gallery { margin-right:3em; width:55%;}

/* About page */
pre {
	font-size:170%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:normal;
	font-weight:bold;
	color:#8C8C8C;
}

/* Our Team */
.portrait-img { border:1px solid #ADADAD; float:left; margin:10px 10px 0 0;}

/* Gallery page */
.album-wrap div{
	padding:20px 0;
	text-align:center;
	height:230px;
	border:1px dotted #CCC;
	background-color:#E2E2E2;
	margin:10px!important;
	width:230px;
}
.album-wrap:hover div{
	background-color:#E9E9E9;
}
.album-item {
	width:250px;
}
.photo-title-wrap {
	width:80%;
	margin-top:15px;
}
.View {
	margin-top:40px;
}
#dnn_ctr3560_Gallery_ViewGallery_ucTopMenu_lnkSearch {
	display:none;
	height:0px!important;
}
#dnn_ctr3560_Gallery_ViewGallery_ucTopMenu_pnlCommandBar {
	padding-bottom:20px;
}
.photo-wrap { margin-bottom:20px;}

/* Testimondials page */
p.testimonials-author { width:95%; text-align:right; font-style:italic; padding-bottom:30px;}
p.testimonials-author a{ font-style:normal;}
blockquote {
	margin: 0 0 40px 25px;
	padding: 0;
	color:#333;
}
#bottom-sidebar-wrap blockquote {
	margin:10px 0 40px 0px;
}
blockquote.quote {
	width: 85%;
	background-color:#A4A4A4;
	padding: 25px;
	position: relative;
}
#bottom-sidebar-wrap blockquote.quote {
	width: 82%;
	padding: 17px;
}
blockquote.quote p{
	padding-bottom:0px;
}
.quote .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 30px solid #A4A4A4;
	border-left: 60px solid #EEE;
	border-right: 10px solid #EEE;
	position: absolute;
	bottom: -30px;
	right: 30px;
}

/* Portfolio page */
div.portfolio-thumbs { width:45%; float:left; margin-bottom:30px; height:225px; padding:0px; display:inline;}
.portfolio-thumbs img{ border:1px solid #CCC;}
.main-portfolio p { margin-bottom:0px!important;}

/* Portfolio Sub menu */
.tab-menu {
	padding-top:20px;
	margin:0 0px -20px 0px;
	text-align:right;
}
.tab-menu ul {
	background:#FFF;
	float:left;
	margin-left:15px;
}
.tab-menu ul li { 
	float:left;
	display:inline;
	background:#FFF;
}
.tab-menu ul li.sep {
	display:block;
	background:#FFF;
	padding:10px 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	font-weight:bold;
	
}
.tab-menu ul li.clear {
	clear:both;
}
.tab-menu ul li a {
	display:block;
	background:#FFF;
	margin:10px 5px;
	padding:0px 10px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	border:1px solid #FFF;
	font-weight:bold;
}
.page1822 .medical-tab a, .page1823 .retail-tab a, .page1824 .commercial-tab a, .page1825 .residential-tab a, .page1982 .single-residential-tab a { /* uses "'page' + pageID' to create class for specific page */
	background-color:#E9E9E9;
	text-decoration:none;
	border:1px solid #CCC;
	color:#444;
}
.tab-menu ul li a:hover{
	background-color:#AF3E40;
	text-decoration:none;
	border:1px solid #CCC;
	color:#FFF;
}
.schedule-appt {
	padding-top:1em;
}
.schedule-appt a, .schedule-appt a:visited{
	background-color:#595959;
	float:left;
	margin-left:0px;
	color:#FFF;
	padding:3px 14px;
	line-height:42px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.schedule-appt a:hover{
	background-color:#7D7D7D;
}

/* FAQ page */
.faq-question { font-size:125%; font-weight:bold; padding-bottom:10px;}
.faq-answer { padding-bottom:10px;}

/* Contact Page */
/* contact form */
.contact-style1 { padding:3px;}
.label { width:175px;}
.CheckList { margin:0px 0px 15px 5px;}
	.CheckList label, .CheckList input { margin:5px;}
#dnn_ctr3558_XModFeedback_summary1 { padding:5px 5px 5px 10px;}
.contact-button-row input { padding:6px;}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}