@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2A1F55;
	background: url(images/bkgd.jpg) top center repeat-y;
	font-family: Calibri, "Century Gothic", Verdana;
	font-size: 100%;
	padding: 0;
}

.twoColFixLtHdr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: none; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 0;
} 

.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background: url(images/header.jpg) top left no-repeat;
	width: 925px;
	height: 150px;
	padding: 0;
	text-align: center;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #sidebar1 {
	width: 925px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 40px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #2A1F55;
	text-align: center;
}


.twoColFixLtHdr #sidebar1 ul {
	margin-top: 0;
	padding-top: 10px;
	color: #2A1F55;
	list-style-type: circle;
}

.twoColFixLtHdr #sidebar1 li {
	display: inline;
	padding-right: 30px;
	color: #2A1F55;
	list-style-type: circle;
	
}

.twoColFixLtHdr #sidebar1 li a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
	font-family: Calibri, "Century Gothic", Verdana;
	font-size: 16px;
}

.twoColFixLtHdr #sidebar1 li a:hover {
	color: #8c8992;
}


.twoColFixLtHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	background-image: url(images/content.jpg);
} 
.twoColFixLtHdr #mainContentProjects {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
} 

.twoColFixLtHdr #footer {
	vertical-align: bottom;
	padding: 0 10px 0 20px;
	color: #2A1F55;
	background-color: #2A1F55;
} 


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.75em;
	color: #CCCCCC;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul  {
	list-style-type: none;
	list-style-image: none;
}

h1 {
	padding-top: 5px
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: tahoma, "Century Gothic", Verdana;
	font-style: normal;
	font-weight: bold;
	margin-top: 30px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
	color: #2A1F55;
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
	font-style: italic;
	font-weight: bold;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.align_center img {
	margin: 0 5px 0 5px;
}

.align_center {
	text-align:center;
}

.align_left {
	text-align: left:
}

.align_right {
	text-align: right;
}

.align_top {
	vertical-align: top;
}

.bottom_margin {
	margin-bottom: 20px;
}

form div {
	margin: 0 0 0.25ex 0;
}

label {
	width: 6em;
	display: block;
    float: left;
	font-weight: bold;
	padding-right: 1.5em;
}

label.secondary {
	width: auto;
	margin: 0.25ex 0 0 6em;
    float: none;
	font-weight: normal;
	padding-left: 1.5em;
}

form div.actions {
	margin-left: 6em;
	padding-left: 1.5em;
}

#form_left {
	float: left;
	padding: 0;
	margin: 0;
	width: 150px;
}

#form_right {
	float: left;
	padding: 0;
	margin: 0;
	width: 300px;
}

#form_right .form_field {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#form_left p {
	margin: 4px 0 7px 0;
	padding: 0;
	text-align: left;
}

#describe {
	margin: 0;
	padding: 0;
}

#describe p {
	padding-top: 95px;
}

.form_submit_btn {
	width: 440px;
}

.form_submit_btn input.input {
	padding: 5px 25px 5px 25px;
}


form {
	margin-bottom: 20px;
}

#mainContent ul#servicesList {
	list-style: circle;
}

.list_phoneNumber {
	color: #FFFFFF;
	text-align: right;
	margin: 0 0 0 210px;
	padding: 0;
}
.testimonials {
	font-size: 14px;
}
.twoColFixLtHdr #mainContentTestimonials {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.mainlinks{
	text-decoration: none;
	color: #2A1F55;
}
