@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;}

/* stops shorter pages from jumping due to default scrollbar */
html { min-height:100%; margin-bottom:1px; }

html>body {
font-size: 16px; // IE cant read this
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#666;
	margin:0;
	padding:0;
	text-align: center;
}



#outerframe {
	width: 980px;
	background-image:url(../images/page_shadow.jpg);
	margin: 0 auto;
}
#leftcap {
	background-image: url(../images/left_cap.jpg);
	float: left;
	height: 252px;
	width: 100px;
}

#mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
}

#mainContent2 { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

h1 {
	font-family:"Trajan Pro", Trajan, Garamond, Cambria, "Times New Roman", Times, Georgia, serif;
	font-size:1.5em;
	color:#300;
}

h1 a{
	color:#300;
	text-decoration:none;
}

h2 {
	font-family:"Trajan Pro", Trajan, Garamond, Cambria, "Times New Roman", Times, Georgia, serif;
	font-size:1.4em;
	color:#300;
}

h2 a{
	color:#300;
	text-decoration:none;
}

h3 {
	font-family:"Trajan Pro", Trajan, Garamond, Cambria, "Times New Roman", Times, Georgia, serif;
	font-size:1.2em;
	color:#300;
}

h3 a{
	color:#300;
	text-decoration:none;
}

h4 {
	font-family:"Trajan Pro", Trajan, Garamond, Cambria, "Times New Roman", Times, Georgia, serif;
	font-size:1em;
	color:#300;
}

h4 a{
	color:#300;
	text-decoration:none;
}


#rightcap {
	background-image: url(../images/right_cap.jpg);
	float: left;
	height: 252px;
	width: 100px;
}

#innerframe {
	background-color: #FFF;
	float: left;
	width: 780px;
}
#toprip {
	background-image: url(../images/header_rip.jpg);
	height: 134px;
	width: 780px;
}
#strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 42px;
	width: 780px;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 200px;
	width: 780px;
}


#menu {
	height: 36px;
	width: 765px;
	background-color:#333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	
}


#menu ul{
	height:36px;
	
}
#menu li{
	float:left;
	list-style:none;

}
#menu li a{
	padding:0 5px 0 5px;
	color:#fff;
    font-size:0.66em;
line-height:36px;
}

.floatclear {
	clear: both;
}

#footer {
	height: 36px;
	width: 780px;
	background-color:#8089c4;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align:center;
	color:#FFF;
	
}


#footershadow {
	background-image:url(../images/footer_shadow.jpg);
	height: 25px;
	width: 980px;

}

.processimage {
		padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	height:116px;
	width:116px;
	float:left;
}