﻿
/*  ======================================  Southwest Solutions Group -  Global Styles  ============================================ */
html {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../images/ssg_containerBG.gif) repeat top left;
}
body {
	/* Leveler - Upper Full width BGs */
	width:100%;
	height:100%;
	min-height:100%;
	text-align: center;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	background:url(../images/ssg_bg.gif) repeat-x top left;
}
#container {
	position:relative;
	display:block;
	width:979px;
	height: 100%;
	min-height:100%;
	margin: 0 auto 0 auto;
	padding-bottom:-90px;
}
#wrapper {
	float:left;
	display:block;
	width:979px;
	height:100%;
	min-height:100%;
	text-align:left;
	margin: 0 0 0 0px;
	padding:0px;
}
#prelogos {
	float:left;
	display:block;
	width:100%;
	min-height:30px;
	padding:10px 0 10px 0px;
	background:#d2d2d2;
	border-top:dotted 1px #999;
}
#pre_footer {
	float:left;
	display:block;
	width:100%;
	min-height:100px;
	padding:10px 0 10px 0px;
	background:#e6e6e6;
	border-top:dotted 1px #999;
}
#footer_holder {
	/* Leveler - Upper Full width BGs - mirrors "body" tag */
	height:90px;
	width:100%;
	background:url(../images/ssg_footerbg.jpg) repeat-x top left;
	text-align:center;
}
#container_footer {
	position:relative;
	display:block;
	width:979px;
	height:90px;
	margin: 0px auto 0 auto;
}
#wrapper_footer {
	position:relative;
	display:block;
	width:979px;
	height:90px;
	margin: 0 0 0 0px;
	/*background:url(../images/ssg_footerbg.jpg) repeat-y top left;
	*/
}
.clearfooter {
	height: 0px;
	clear: both;
	/* 4 ie6*/
	font-size: 0;
	overflow: hidden;
}
/*  ======================================  Layout Styles  ============================================  */
#header {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:979px;
	height:262px;
	height:150px;
	background:url(../images/ssg_headerbg.jpg) no-repeat top left;
}
#frame_left {
	float:left;
	/*position:absolute;
		left:0px;
		top:275px;
	*/
	width:28px;
	min-height:700px;
}
#content {
	float:left;
	width:923px;
	min-height:100%;
	height:100%;
	background:#dddddd;
	text-align:left;
}
#frame_right {
	float:right;
	width:28px;
	min-height:700px;
}
/*  ======================================  id: header (Layout)  ============================================  */
#nav {
	position:absolute;
	left:28px;
	top:184px;
	top:99px;
	width:923px;
	height:67px;
	height:40px;
	background:url(../images/ssg_navbg.jpg) no-repeat top left;
}
#navPri {
	position:absolute;
	left:1px;
	top:0px;
	width:921px;
	height:39px;
	list-style:none;
	/*overflow:hidden;
	*/
}
#navPri a:link {
	text-decoration:none;
	color: #ccc;
}
#navPri a:hover {
	text-decoration:none;
	color: #fff;
} 
#navPri a:active {
	text-decoration:none;
	color: #333;
}
#navPri a:visited {
	text-decoration:none;
	color: #fff;
} 
/*  ======================================  id: content (Layout)  ============================================  */
#separator {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:923px;
	height:13px;
	background:url(../images/ssg_separatorBG.jpg) repeat-x top left;
}
/*  ======================================  id: navPri (Layout)  ============================================  */
#navPri ul {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	margin: 0;
	padding-left: 0;
	margin-top: 0;
	/* fixes Firefox 0.9.3 */
	width: 100%;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 3.5em;
}
#navPri ul li {
	display: inline;
	list-style:none;
	margin-left: -4px;
	padding: 14px 0px 12px 0px;
}
#navPri ul li a {
	padding: 14px 11px 13px 11px;
	text-decoration: none;
	border-right: 1px solid #679cc1;
	/*background:#09C;
	*/
}
#navPri li ul {
	position:absolute;
	display:block;
	margin-top:0;
	width:100%;
	display:none;
	font-size:.9em;
	left:0;
	top:39px;
	background:url(../images/ssg_subnavbg.gif) repeat-x left top;
	border-top: 1px solid #2b88ce;
}
#navPri li ul li {
	display: inline;
	list-style:none;
}
#navPri li ul li a {
	padding: 12px 10px 10px 10px;
	background:none;
	border:none;
}
/* SHOW SUBMENU */
#navPri li:hover ul, #nav_main li.over ul {
	display:block;
}
#navPri li:hover ul ul, #nav_main li.over ul ul {
	display:none;
}
#navPri li ul li a:link
{
	color:#ccc;
}
#navPri li ul li a:visted
{
	color:#333;
}
#navPri li ul li a:hover{
	background:#1b496a;
	color:#fff;
}
#navPri ul li a:link
{
	color:#fff;
}
#navPri ul li a:visted
{
	color:#c3c5c3;
}
#navPri ul li a:hover{
	background:url(../images/ssg_navHover.gif) repeat-x top left;
	/*background: #c3c5c3;
		color:#202839;
	*/
}
#home_listItem a {
	border-left: 1px solid #679cc1;
}
/*  ======================================  id: wrapper_footer (Layout)  ============================================  */
#content_footer {
	position:absolute;
	left:6px;
	top:30px;
	width:967px;
	height:50px;
	margin-top:0px;
	/*margin-left:0px;
		margin-right: 0px;
	*/
	margin-bottom:0px;
	color:#fff;
}
/*  ======================================  Southwest Solutions Group -  Content Styles  ============================================ */
#panel_pgName {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:879px;
	/*height:15px;
	*/
	padding:5px 10px 5px 10px;
	background:url(../images/pgtitle_bg.jpg) repeat-x bottom left;
}
#left_col {
	float:left;
	padding:0 0px 0 0;
	width:10%;
	height:100%;
}
#right_col {
	float:right;
	padding:0 0px 0 0;
	width:10%;
	height:100%;
}
/* -- Pre footer Logos --*/
#col_prelogos {
	float:left;
	width:180px;
	height:100%;
	margin:10px 20px 0 15px;
	padding: 0 0 10px 0;
	border-right: solid 1px #ccc;
}
/* -- Pre footer --*/
#col_prefoot {
	float:left;
	width:180px;
	height:100%;
	margin:10px 20px 0 15px;
	padding: 0 0 10px 0;
	border-right: solid 1px #ccc;
}
/* --- Home Page Panels --- */
/* ------  2 column, 1 row - Small Left with Slideshow ----- */
#panel_1 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:267px;
	height:249px;
}
#cu3er-container {
	/* panel_2 */
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:600px;
	height:271px;
	/* -------- */
	margin:0px 0px 10px 10px;
	border: solid 1px #c1c1c1;
	background:#000;
}
/* ------  3 Column, 2 Rows - Medium Left with 4 small Right ----- */
#panel_3 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:338px;
	height:469px;
}
#panel_4 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:272px;
	height:201px;
}
#panel_5 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:207px;
	height:201px;
}
#panel_6 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:272px;
	height:237px;
}
#panel_7 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:207px;
	height:237px;
}
/* ------  1 Column, 1 Rows - Medium Left with 4 small Right ----- */
#panel_8 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:508px;
	height:214px;
}
#panel_9 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:339px;
	height:214px;
}
/* --- End of Home Page Panels --- */
/* ------  Balanced Rows ----- */
#panel_10 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:423px;
	/*min-height:800px;
	*/
}
#panel_11 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:423px;
	/*min-height:800px;
	*/
}
/* ------  Full Page ----- */
#panel_12 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:879px;
	/*min-height:800px;
	*/
}
/* ------  2 Panel - Full Page Standard - sml right column ----- */
#panel_13 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:582px;
	/*min-height:800px;
	*/
}
.panel_13 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:582px;
	/*min-height:800px;
	*/
}
#panel_14 {
	float: right;
	/*position:absolute;
		left:0px;
		top:0px;
	*/;
	width: 265px;
	margin: 0 12px 10px 0;
	position: relative;
	right: 0px;
}
.panel_14 {
	float: right;
	/*position:absolute;
		left:0px;
		top:0px;
	*/;
	width: 265px;
	margin: 0 12px 10px 0;
	position: relative;
	/*right: 150px;
	*/
	right: 12px;
}
/* ------  2 Panel - Full Page Standard - sml left column ----- */
#panel_15 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:265px;
	/*min-height:800px;
	*/
}
#panel_16 {
	float:right;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:582px;
	margin: 0 12px 10px 0;
	/*min-height:800px;
	*/
}
/* ------  2 Column, 1 Rows----- */
#panel_17 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:339px;
	min-height:220px;
}
#panel_18 {
	float:left;
	/*position:absolute;
		left:0px;
		top:0px;
	*/
	width:508px;
	min-height:220px;
}
/*  ======================================  Southwest Solutions Group -  Formatting Styles  ============================================ */
img {
	border:0px;
}
.panel_img {
	float:left;
	border:solid 1px #b1aa9e;
	margin: 0 0 5px 0;
	width:auto;
}
.panel {
	margin:0px 0px 10px 10px;
	padding:10px;
	border: solid 1px #c1c1c1;
	background:url(../images/ssg_panelBG.gif) repeat-x top left #fff;
}
.panel_end {
	margin:0px 10px 12px 12px;
	padding:15px;
	border: solid 1px #c1c1c1;
	background:url(../images/ssg_panelBG.gif) repeat-x top left #fff;
}
.panelv2 {
	margin:0px 0px 10px 10px;
	padding:10px;
	border: solid 1px #c1c1c1;
	background:#e6e6e6;
}
.panel_endv2 {
	margin:0px 10px 12px 12px;
	padding:15px;
	border: solid 1px #c1c1c1;
	background:#e6e6e6;
}
.panel_pgName {
	margin:0px 0px 10px 10px;
	padding:5px;
	border: solid 1px #999;
}
.p {
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:black;
	line-height:1.3em;
	vertical-align: top;
}
p {
	color: black;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
ul {
	margin:0 0 0 25px;
	padding:0;
	color:black;
}
li {
	margin: 0 0 10px 0;
	color:black;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.1em;
	padding:0px;
	margin:0;
	color:#666;
	width:80%;
	float:left;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.1em;
	padding:0;
	margin:0 0 10px 0;
	color:#005387;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.0em;
	padding:0px;
	margin:0 0 5px 0;
	color:#005387;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.1em;
	padding:0;
	margin:0 0 0 0;
	color:#005387;
}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.1em;
	padding:0;
	margin:0 0 0 0;
	color:#005387;
}
h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.1em;
	padding:0;
	margin:0 0 0 0;
	color:#9bb15f;
}
#phone {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.1em;
	padding:0px;
	margin:0;
	color:#666;
	width:20%;
	text-align:right;
	float:left;
}
.preFoot_txt {
	list-style:none;
	text-decoration:none;
}
.preFoot_txt a{
	color:#333;
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
}
.checkbox li{
	list-style-image: url('../images/checkbox.gif');
	list-style-position:inside;
}
.greencheck li {
  list-style-image: url("../images/green-check.png");
  list-style-position: inside;
  font-size: 11px;
}
.greencheck .secondline {
	text-indent:23px;
	}
.blue_top {
	color: #0072BC;
	font-family: 'Arial Narrow';
	font-size: 1.92em;
	line-height: 1.5em;
	text-align: center;
}
.blue_top a{
	color: #0072BC;
	text-decoration:none;
}
.iconset {
	float: none;
	height: 35px;
	margin-bottom: 10px;
	width: 100%;
	vertical-align:middle;
}
.iconset img {
	float: left;
	height: 30px;
	margin-right: 10px;
	width: 30px;
}
.iconset h2, .iconset h3, .iconset span {
	color: #005387;
	font-size: 1.2em;
	text-align: left;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	padding-top: 8px;
}
.panel h3 a {
	color: #005387;
	text-decoration:none;
}
.blue{
	color:#005387;
}
.top_image {
	float: none;
	height: 19em;
	width: 100%;
}
.top_image img {
}
.top_image div{
	padding-top:10px;
}
.float_right{
	margin-left:10px;
	float:right;
}
.float_left{
	margin-right: 10px;
	float:left;
}
#ssg_logo {
	margin: 10px 20px 0 15px;
	height: 250px;
	padding: 0 0 10px;
	float: left;
	width: 190px;
}
#social_media {
	height: 80px;
	margin-top: 35px;
}
.social_media_box {
	margin-left: 35px;
	margin-right:35px;
}
.social_media_box a{
	text-decoration: none
}
.social_media_box img {
	width: 50px
}
.ssg_link_box {
	text-align: center;	
	margin-top: 25px;	
	color: #005387;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.ssg_link_box a {
	color: #005387;
	text-decoration: none;
}
#col_testimonals {
	margin: 10px 20px 0 15px;
	height: 250px;
	padding: 0 0 10px;
	float: left;
	border-right: 1px solid rgb(204,204,204);
	width: 190px;
}
.ruhzbum {
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 68px;
	margin: 0px;
	padding: 0px;
}
.bbb_seal {
	padding: 0px;
	border: none;
}
.view_letter_link {
	width:923px;
	height:800;
}
ul.c8 {
	list-style: none outside none;
}
a.c7 {
	text-decoration: none;
	color: #005387;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
div.c6 {
	margin: 10px 20px 0 15px;
	height: 250px;
	padding: 0 0 10px;
	float: left;
	border-right: 1px solid rgb(204, 204, 204);
	width: 200px;
}
div.c5 {
	margin-left: 30px;
	height: 250px;
}
div.c4 {
	height: 2px;
}
div.c3 {
	margin-right:10px;
}
img.c2 {
	padding: 0px 0px 3px 0px;
}


