/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}

/* HTML5 tags */


/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: Verdana, sans-serif;
}

#boxstyle {
	border: thin solid #696969;
	text-align: left;
	margin: 0 auto 0 auto;
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 10px;
}

#OTR, #rbic {
	float: left;
	margin: 10px 10px 0 0;
}
#wrapper {	
	width: 1000px;
	border: thin solid #696969;
	text-align: left;
	margin: 0 auto 0 auto;
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 10px;
}
header {
	padding: 246px 0 0 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#slider {
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
}

h3 {
	font-weight:bold;
}

#blurb {
	margin-top: -10px;
}

#Leftbox{
	width: 640px;
	float: left;
	margin: 10px 10px 10px 20px;
	padding: 0 0 0 0;
}

#Rightbox{
	width: 300px;
	float: left;
	margin: 10px 20px 10px 10px;
	padding: 0 0 0 0;
}

footer {
	clear: both;
	text-align: center;
	font-style: italic;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: thin solid #696969;
	margin: 0;
	padding: 10px;
}
form {
	text-align: left;
	line-height: 250%;
}

/*===================*/
/*== Social Media ===*/
/*===================*/
#facebook, #twitter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
}

/*===================*/
/*===== Slider ======*/
/*===================*/
.theme-default #slider {
    margin:0 auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-orman.slider-wrapper {
    margin-top:50px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*===    Nav Bar   ===*/
/*====================*/
#navBar {
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	width: 1000px;
	padding: 0 5px 0 0;
	color: #f5a22e;
	background-color: #000000;
	text-align: center;
	font-weight:bold;
}
#navBar ul{
	list-style:none;
	padding: 0 0; /* padding above and below li elements */
}
#navBar li{
	display:inline;
	border-right: thin solid #FFFFFF;
	padding: 0.5px 10px;
}
#navBar li.endnavBar {
	border-right: none;
}
#navBar a{
	padding: 15px 5px; /* padding around the <a> elements */
	color:white;
	text-decoration:none;
}

#navBar a:hover{
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
	background-color:#f5a22e;
	border: thin solid #FFFFFF;
	color:black;
}
#navBar a:active {
	color: #faed23;
	border: thin solid #faed23;
}

