html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #012778 url(../images/background.jpg) repeat-x;
	font-size: 67.5%;
}
* {
	margin: 0;
	padding: 0;
}
p, ul, li {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size:1.3em;
}
img {
	border:0px;
}
/* styling */
a {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	text-decoration:none;
}
a:active {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}

.red {
	color:#FF0000;
}

.grey {
	color: #9c9c9c;
}
/* h1s etc */
h1 {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 1.5em;
	margin-left: 10px;
	color: #002878;
}
h2 {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	margin-left: 20px;
	color: #002878;
}

h3 {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 2em;
	margin-left: 20px;
	color: #002878;
}

.margintop {
	margin-top: 10px;
}

.gallery img {
	padding: 2px;
	margin: 11px;
	border: 1px solid #CCC;	
}

/*floats/clear*/
.left {
	float: left;
}

.leftimg {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}

.right {
	float: right;
}
.clear {
	clear:both;
}
.space {
	clear:both;
	margin-bottom: 10px;
}
.middle {
	margin: 10px 0px 10px 30px;
}

.address {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}
/* site */
#wrapper {
	width: 780px;
	height:auto;
	margin:auto;
	text-align:left;
	position: relative;
	padding-top: 20px;
}
.contentfooter {
	width: 780px;
	height: 48px;
	padding-bottom: 10px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
.contentfooter p {
	padding-top: 15px;
	padding-left: 120px;
	font-size: 1.2em;
	color: #000000;
}
.contentfooter a {
	color: #000000;
	text-decoration:none;
}
.contentfooter a:hover {
	color: #8d919b;
	text-decoration:none;
}
#header, #header2 {
	width: 780px;
	height: 191px;
	margin:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#header2 {
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
}

#contentheader {
	width: 780px;
	height: 6px;
	margin:auto;
	background-image:url(../images/contentheader.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 780px;
	height: auto;
	margin:auto;
	background-image:url(../images/content.jpg);
	background-repeat: repeat-y;
}
#content p {
	color: #000000;
}
#content a, #left a, #right a {
	color: #ce5c5c;
}
#contact {
	margin-left: 20px;
	margin-top: 10px;
}

#contact p {
	margin-left: -20px;
}

#screens {
	width: 745px;
	margin-left: 10px;
}
#screens p {
	padding-left: 20px;
	padding-top: 10px;
}
#screens h1 {
	padding-left: 10px;
}

#screens table {
margin-left: 20px;
margin-right: 20px;
}

#screens table input {
padding-left: 60px;
padding-top: 5px;
}

#screens ul {
padding-left: 20px;
padding-top: 10px;
list-style-type:none;

}
#topleft, #bottomleft {
	margin-top: 20px;
	margin-left: 12px!important;
	margin-left: 7px;
	width: 364px;
	height: 170px;
	float: left;
}
#topleft {
	background-image:url(../images/topleft.jpg);
	background-repeat:no-repeat;
}
#bottomleft {
	background-image:url(../images/bottomleft.jpg);
	background-repeat:no-repeat;
}
#topleft p, #topright p, #bottomleft p, #bottomright p {
	padding-left: 20px;
	padding-top: 5px;
	width: 160px;
	font-size: 1.1em;
	float:left;
	color: #000000;
}
#topleft h1, #topright h1, #bottomleft h1, #bottomright h1 {
	padding-left: 10px;
	padding-top: 3px;
}
#topright, #bottomright {
	margin-top: 20px;
	margin-left: 5px!important;
	margin-left: 2px;
	width: 364px;
	height: 170px;
	float: left;
}
#topright {
	background-image:url(../images/topright.jpg);
	background-repeat:no-repeat;
}
#bottomright {
	background-image:url(../images/bottomright.jpg);
	background-repeat:no-repeat;
}
#topright li {
	color: #000000;
}
#topright ul {
	padding-left: 50px;
	font-size: 1em;
}
#topleft img, #topright img {
	border:1px solid #c9c9c9;
}
#bottomtext {
	width: 730px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottomtext p {
	width: 480px;
	float:left;
}
.rightimg {
	margin-left: 0px;
	margin-right: 5px;	
	margin-top: 0px;
	float:right;
}
#tel {
	float: right;
	padding-top: 35px;
	padding-right: 20px;
	color:#012778;
	font-size: 1em;
	text-align:right;
}
#title {
	float: left;
	padding-top: 18px;
	padding-left: 10px;
	color:#012778;
	font-size: 2em;
	font-family: "Times New Roman";
	font-weight:bold;
	text-align:center;
}
.medium {
	font-size: 0.8em;
}
.small {
	font-size: 0.4em;
}
#home {
	float: right;
	margin-top: 60px;
	margin-right: -125px;
}
/*menu*/
#menu {
	clear: both;
	text-align: left;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 0px;
	position:absolute;
	top:168px;
	left:20px;
}
#menu a, #menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-top: 1px;
	height: 30px;
}
#menu a:hover {
	color: #9c9c9c;
	text-decoration: none;
}
a.button {
	text-decoration: none;
	color: #e2d1b5;
	padding-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	float: left;
	height: 20px;
}
.button_active {
	padding-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	float: left;
	background: url(../images/hover.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


#map {
	float:right;
	margin-top: 10px;
}

/* Pull Quote */

.pquote {
width: 330px;
	float: left;
	background: url(../images/openquote.jpg) top left no-repeat;
	color: #030;
	font-size: 1.1em;
	font-style: italic;
	padding: 0.5em;
	padding-left: 1.5em;
	margin: 0;
	margin-left: 40px;
	margin-top: 10px;
}

.pquotebottom {
	float: right;
	width: 40px;
	background: url(../images/closequote.jpg) bottom right no-repeat;
	color: #030;
	font-size: 2em;
	padding: 0.5em;
	margin-top: -30px!important;
	margin-top: -30px;
	margin-right: -5px!important;
	margin-right: 0px;
}