﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/***** END RESET *****/

body {
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background:#242424 url('../siteart/bg.jpg') repeat-x;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {color:#9a0003; text-decoration:underline;}

a:hover, a:active {color:#333; text-decoration:none;}

p{margin-bottom:18px;}

ul.content-list{list-style:disc outside; margin:0px 0px 18px 18px;}
ol.content-list{list-style:decimal outside; margin:0px 0px 18px 18px;}

h1,h2,h3,h4,h5{line-height:130%;}
h1{font-size:30px; color:#9a0003}
h2{font-size:21px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px; font-style:italic;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/**************************************** SITE FRAMEWORK ****************************************/
.left{float:left; margin:0px 10px 10px 0px;}
.right{float:right; margin:0px 0px 10px 10px;}
.clear-it{clear:both;}
.border-it{border:1px solid #ccc;}

#header{
	margin:0px auto 30px;
	width:1000px;
}

#wrap {
	margin: 0 auto;
	width: 980px;  /** Change to appropriate table width **/
	background:#FFF;
	padding:10px;
	box-shadow:0px 0px 3px rgba(0,0,0,.9);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.9);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.9);
}

#logo {
	float:left;
}

#service {
	float:left;	
	padding:7px 0 7px 10px;
}

#social {
	float:left;
	padding:45px 0 0 20px;
}

#social img {
	padding-right:5px;
}

#number {
	float:right;
}
#support {
	color:#fff;
	text-align:center;
	padding-top:10px;
	font-size:10px!important;
}

/**************************************** HEADER STYLES ****************************************/

#header .icons{
	float:left;
	margin:43px 0px 0px 620px;
}

#header td{
	padding:0 3px 0 3px;
}

#header .logos{
	float:right;
	margin:0px -8px 0px 0px;
}

/************************************** NAVIGATION STYLES **************************************/
#nav-container{
	background:#9a0003;
	padding:0px 0px 7px;
}

ul#nav {
	background:#1f1f1f;
	height:45px;
}

#nav li{display:inline-block; float:left;}

#nav li a{
	display:block;
	line-height:45px;
	padding:0px 32px;
	text-decoration:none;
	color:#FFF;
	border-right:1px solid #121212;
	border-left:1px solid #2d2d2d;
}

#nav li.first a{border-left:0px; padding:0px 42px 0px 42px;}
#nav li.last a{border-right:0px; padding:0px 42px 0px 42px;}

#nav li a:hover{background:url('../siteart/white-overlay.png') repeat;}

.anylinkmenucols{
	position:absolute;
	left:0px;
	top:0;
	margin-left:0px;
	margin-top:0px;
	display:none;
	padding:3px;
	z-index: 9999; /*zIndex should be greater than that of shadow's below*/
	background:#1f1f1f;
	min-width:150px;
	border:1px solid #333;
	box-shadow:0px 0px 3px rgba(0,0,0,.7);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.7);
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 20px;
}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenucols .column li h1{
	font-size:16px;
	font-family:HelveticaNeue77,Arial,sans-serif;
	color:#333;
	padding-bottom:3px;
	margin-bottom:0px;
}

.anylinkmenucols .column li a{
	color:#CCC;
	text-decoration:none;
	display:block;
	padding:4px 0px;
}

.anylinkmenucols .column li a:hover{
	padding:4px 0px 0px;
	border-bottom:4px solid #9a0003;
}


/************************************** MIDSECTION STYLES **************************************/
#mid{background:url('../siteart/mid-bg.jpg') repeat-x; padding:30px 0px 0px;}

.ga{
	display:block;
	background:url('../siteart/ga-map.png') no-repeat;
	height:292px;
	width:328px;
	position:relative;
	margin:0px 0px 0px 50px;
}

.ga a{
	display:block;
	background:url('../siteart/macon-link.png') no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:115px; left:92px;
	height:69px;
	width:121px;
}

.ga a:hover{background-position:0px -69px;}

.cutout{float:right;}


/*************************************** CONTENT STYLES ***************************************/
#content{padding:5px 10px 0px;}

.sidebar{
	width:200px;
	float:right;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
	border-left:1px solid #ccc;
}

/***************************************** FORM STYLES *****************************************/
.myform label{
	padding:.5em .5em .5em 0;
	display:inline-block;
	width:80px;
	margin-bottom:10px;
}

.myform input, .myform select, .myform textarea{
	padding:.5em;
	width:500px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
}

.myform label.short{width:50px;}
.myform input.short{width:190px; margin-right:10px;}

.myform label.mini{width:30px;}
.myform input.mini{width:85px; margin-right:10px;}


.myform input.button, .myform input.button:focus{width:200px; border:0px; margin:10px;}
.myform input.button:hover{
	background:#ddd;
	cursor:pointer;
}

.myform label.checkbox, .myform input.checkbox{width:auto; padding:0 .5em;}

.myform input:focus, .myform textarea:focus{
	background:#720002;
	color:#FFF;
	text-shadow:0px 0px 2px rgba(0,0,0,.9);
}

.myform h4{
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}


/***** FOOTER STYLES *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#999999;}

.divfooter{
	width:450px; text-align:center; margin:20px auto; line-height:normal;
}
