/* Jeffrey Buxton rv 120109 */
/* Global Clear All*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
 
:focus {
	outline: 0;
}
 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote, q {
	quotes: "" "";
}

/* End Clear All*/

/* Basic Core Template Styling */

body {
    margin:0;
    text-align:center;
    font-size:80%;
    font-family: Arial, Helvetica, sans-serif;
    line-height:1.4;
    color:#333333;
}
#wrapper {
    width:800px;
    margin:0 auto;
}

#topbox {
    margin:10px 0 15px 0;
    width:800px;
    height:100px;
    background:url('../images/header.jpg') no-repeat;
}

/* Top Menu Styling */
.moduletable_Main-menu ul {
    width:400px;
    float:right;
    height:20px;
    margin:80px 0 0 0;
    list-style-type:none;
}
..moduletable_Main-menu li {display:inline;}
.moduletable_Main-menu a:link, .moduletable_Main-menu a:visited {
    display:block;
    float:right;
    margin:0;
    padding:0 .45em;
    font-size:1em;
    color:#6a6a6a;
    text-transform: uppercase;
    text-decoration:none;
    text-align:center;
}
.moduletable_Main-menu a:hover {
    color:#939393;
}
.moduletable_Main-menu li#current a:link, .moduletable_Main-menu li#current a:visited {
    color:blue;
}
#header {
    clear:both;
    width:800px;
    padding:0 0 20px 0;
}
#banner {
    width:960px;
}

#breadcrumbs {
    width:800px;
}

#menu {
    width:800px;
    float:left;
    margin:0;
}

#contentwrapper {
    position: relative;
    float:left;
    width:800px;
    padding:0;
    text-align:left;
}
      
#sidebar-33 {
    float:left;
    width:24%;
}
#sidebar-66 {
    float:left;
    width:37.5%;
}

#content33 {
    float:left;
    width:52%;
    overflow:hidden;
}

#content66 {
    float:left;
    width:62.5%;
    overflow:hidden;
}

#content100 {
    float:left;
    width:100%;
    overflow:hidden;
}

#sidebar-2-33 {
    float:left;
    width:24%;
}
#sidebar-2-66 {
    float:left;
    width:37.5%;
}
#user4 {
    clear:both;
}

#user5 {
    clear:both;
}

#bottom {
    clear:both;
    padding:0;
    text-align: center;
    margin: 0 auto;
    color:#000;
}
#bottom .moduletable {
    width:800px;
    margin:0 auto;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
    color:#666666;
    font-size:.9em;
}

.inside {
    padding:0 10px;
}

#sidebar .inside,#sidebar-2 .inside {
    padding-top: 0px;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,.componentheading,.contentheading {
	margin:0.5em 0;
}
.componentheading {
    color:#333333;
}

li,dd {
	margin-left:1em;
}

fieldset {
	padding:.5em;
}

a:link,a:visited {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
}
#content66 a:link,#content66 a:visited,#content33 a:link,#content33 a:visited,#content100 a:link,#content100 a:visited {
	color:#333333;
}

h1,.componentheading {
	font-size:1.8em;
}

h2,.contentheading {
	font-size:1.6em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
	font-weight:700;
}
/* Contact Page Centering •/
/* Editing */
span.article_separator {padding:20px;}
#component-contact {
    padding:0 4em 1em 8em;
    border:1px solid #e3e3e3;
    margin-bottom:1em;
}
div.itemToolbar {display:none;}