/* Default Stylesheet */

body {background:url('../images/background-texture.jpg') repeat scroll 0 0 #E5E4E0;padding:0;margin:0;font-size:12px;color:#262626;font-family:arial, sans-serif, sans;text-align:center;}
table td {font-size:12px;}

h1,h2,h3,h4,h5,h6 {padding:0;margin:0 0 10px;font-family:"Lora", "Times New Roman", Times, serif;font-weight:normal;color:#5256a0;}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}

a {text-decoration:none;}
a:link {color:#5256a0;}
a:visited {color:#5256a0;}
a:hover {color:#000;}
a:active {color:#000;}
a:focus {color:#000;}
a img {border:0;}

textarea {font-family:inherit;}

.hide {display:none;}

/* Framework Styles */
.content {text-align:center;}
.content-interior {width:1000px;margin:0 auto;text-align:left;padding:20px 0;}
/* /Framework Styles */

/* Header Styles */
header {height:175px;background:url('../images/header.jpg') no-repeat center top;border-bottom:5px solid #b6b6b2;}
.header-interior {width:1000px;margin:0 auto;position:relative;}
.logo {display:none;}
.text1 {display:none;}
.text2 {display:none;}
.text3 {display:none;}
/* /Header Styles */

/* Navigation Styles */
.topnav {position:absolute;top:62px;right:0;}
.topnav-interior {}
.topnav > ul {list-style-type:none;padding:0px;margin:0px;}
.topnav > ul > li {display:inline;}
.topnav > ul > li > a {padding:5px 10px;font-size:15px;font-family:"Lora", "Times New Roman", Times, serif;display:inline-block;*display:inline;zoom:1;}
.topnav > ul ul {list-style-type:none;padding:0px;margin:0px;display:none;}
.topnav > ul ul li {font-size:12px;font-weight:normal;border-bottom-width:1px;}
.topnav > ul li a:link {color:#000;}
.topnav > ul li a:visited {color:#000;}
.topnav > ul li a:hover {color:#fff;background:#5256a0;}
.topnav > ul li a:active {color:#fff;background:#5256a0;}
.topnav > ul li a:focus {color:#fff;background:#5256a0;}
/* /Navigation Styles */


/* Content Styles */
.flash {background:#262626;}
.flash-interior {width:1000px;margin:0 auto;background:url('../images/flash.jpg') top right no-repeat;}

.box1 {width:300px;margin-left:45px;vertical-align:top;display:inline-block;*display:inline;zoom:1;position:relative;height:200px;margin-bottom:30px;}
.boxes-1 div:first-child {margin-left:0;}
.box1 h2 {font-size:40px;}
.box1 strong {font-size:20px;text-transform:uppercase;font-family:"Lora", "Times New Roman", Times, serif;font-weight:normal;display:block;margin:-14px 0 20px;}
.box1 a.more {padding:10px 15px;background:#262626;color:#fff;margin-top:20px;display:inline-block;*display:inline;zoom:1;position:absolute;bottom:0;left:0;}
.box1 a.more:hover {background:#5256a0;}
.boxes-2 > div:first-child {width:29%;}
.boxes-2 > div:last-child {width:70%;}
.box2 {display:inline-block;*display:inline;zoom:1;vertical-align:top;}
.box2 div {width:150px;margin-left:20px;display:inline-block;*display:inline;zoom:1;vertical-align:top;}
.box2 div:frist-child {margin-left:0;}
.box2 h2 {font-size:26px;}
.box2 ul {font-family:"Lora","Times New Roman",Times,serif;font-size:13px;margin:0 0 0 20px;padding:0;}
.box2 ul li {margin-bottom:7px;}
.box2 img {margin-bottom:10px;}
.box2 strong {color:#000;font-family:"Lora","Times New Roman",Times,serif;font-size:16px;font-weight:normal;}

/* /Content Styles */

/* Links Styles */
#linkstable {background:#fff;margin-top:20px;}
.linksheader {background:#4a7cc6;color:#fff;font-weight:bold;}
.linkssubheader {background:#c00;color:#fff;font-weight:bold;}
#linkstable td {padding:5px;}
#linkstable a:link {color:#000;}
#linkstable a:visited {color:#000;}
#linkstable a:hover {color:#00f;}
#linkstable a:focus {color:#000;}
.linksalt1 {background:#DBE8FF;}
.linksalt2 {background:#9EC2FF;}
/* /Links Styles */

/* Footer Styles */
footer {background:#262626;text-align:center;font-size:12px;color:#ccc;}
.footer-interior {width:1000px;margin:0 auto;text-align:left;position:relative;padding:15px 0;}
.copyright {margin-bottom:10px;}
.botnav {}
#botnavlist {list-style-type:none;padding:0;margin:0}
#botnavlist li {display:inline;border-left:1px solid #ccc;padding:0 10px;}
#botnavlist li:first-child {border-left:0;padding-left:0;}
#botnavlist li a:link {color:#ccc;}
#botnavlist li a:visited {color:#ccc;}
#botnavlist li a:hover {color:#fff;}
#botnavlist li a:active {color:#fff;}
#botnavlist li a:focus {color:#fff;}
.designed {font-size:12px;position:absolute;top:10px;right:0;}
.designed img {position:relative;top:12px;margin-top:-12px;}
/* /Footer Styles */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
