/* naming should be all lower cases */

/*____________________________________________________________________
    - GENERAL LAYOUT                                                */
body
{
    margin: 0;
    padding: 0;
    font-family:Calibri, Helvetica, sans-serif;
    font-size:0.85em;
    color:#777;
    background:url(../imgs/bg.jpg) top repeat-x;
}

#wrapper { 	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -77px;
}

#menu {
	height:41px;
	width:100%;
	text-align:center;
	}

#header {
	height:192px;
	padding-top:15px;
	width:100%;

	text-align:center;
}
	
#content {
	width:800px;
	margin:0 auto;
	padding-top:10px;
}


.content-right {
	width:200px;
	text-align:justify;
	vertical-align:top;
	float:right;
	padding-top:50px;
}

.content-left
{
    width: 500px;
    float:left;
    background:url(../imgs/separator.jpg) top right no-repeat;
    min-height:700px;
    padding:0 20px 20px 20px;
    font-size:1.15em;
}

.content-mid {
	width:280px;
	padding:0 20px 20px 20px;
	text-align:justify;
	vertical-align:top;
	float:left;
	background:url(../imgs/separator.jpg) top right no-repeat;
}

/*____________________________________________________________________
    - HTML TAGS                                                     */

h1 {color:#015590; font-size:1.4em; font-weight:normal;}
h2 {color:#015590; font-size:1.25em; font-weight:normal;}
h3 {color:#015590; font-size:1.1em; font-weight:normal;}

a, a:visited {color:rgb(245, 130, 32);}
a:hover {color:red;}

ul { list-style-image:url(../imgs/bullet.png); }

.textbox {
    border:#d6d6d6 1px solid; 
    background-color:#edecec;
    padding:3px 5px;
    color:#333;
}

.button {
	border:#4f4f4f 1px solid;
	background:url(../imgs/bg-btn.jpg) center repeat-x;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

b, strong {color:#000;}


/*___________________________________________________________________
    - FOOTER SECTION                                               */

#footer 
{
	width:900px;
	font-size:0.9em;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}
	
#footer-left {
	float:left;
	width:550px;
}

#footer-right 
{
	float:right;
	text-align:left;
	width:280px;
	padding:10px 0 15px 0;
}

#footer-wrapper, .push
{
	height: 77px;
}

#footer-wrapper {
	width:100%;
	clear:both;
}


#footer a, #footer a:visited {color:#999; text-decoration:none;}
#footer a:hover {color:#666; text-decoration:none;}


/*____________________________________________________________________
    - NEWS MODULE                                                   */

.news-module {padding:20px;}

.news-image 
{
    border:#02497a 2px solid !IMPORTANT; 
    margin-right:8px;
    margin-top:3px;
    float:left;
}


/*____________________________________________________________________
    - OPTIONAL SECTIONS                                             */

.case-studies {
    background-color:#d6d6d6; 
    padding:10px 20px 10px 20px; 
    vertical-align:top;
}

.testimonials { 
    padding:10px 18px 10px 18px; 
    vertical-align:top;
}



/*____________________________________________________________________
    - MISCELLANEOUS                                                 */

.lnkbold {color:#015590; font-weight:bold; text-decoration:none; font-size:1.1em;}
.lnkCase, .lnkCase:Visited {color:#3e4043; text-decoration:none;}
.lnkCase:hover {color:#015590;}

.FieldLabel {
    display:inline-block;
    width:220px;
}
.FieldBox
{
    border:1px solid rgb(245, 130, 32);
}

.ContactFormSection fieldset {
    border:none;
    padding:10px;
}
.ContactFormSection div
{
    margin:20px 0;
}