/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
/*background: #555;*/
background: #414141;
font-family: 'Calibri', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
color: #333;
font-size: 12pt;
line-height: 18px;
}

tbody {
background: #fff;
 }
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
border: 3px solid #888;
background: #fff;
}

nav {
width: 940px;
height: 30px;
margin: 0 auto;
background: #585858;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 0px;
background: #FFF url(images/colbg.png) repeat-y;
overflow: hidden;
}

#content {
float: left;
width: 650px; 
margin: 0 0 10px 0; 
padding: 0px 5px 5px 5px;
}

#sidebar {
float: right;
padding: 10px 0 0 20px;
width: 220px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#333;
}

a:hover, a:active {
color: #ff0000;
text-decoration:none;
}

p {
margin-bottom: 18px;
}

ul{
margin-left: 0px;
 }
 
li {
margin-left: 0;
padding-left: 5px;
}


 
/*table{
margin-left: 0;
padding-left: 5px;
background: yellow;

 }*/
 
.paraheads{
font-family: 'Calibri',Arial, Helvetica, sans-serif;
color: Red;
font-size: 18pt;
font-weight: bold;
 }

 .parasubheads{
font-family: 'Calibri',Arial, Helvetica, sans-serif;
color: Blue;
font-size: 14pt;
font-weight: bold;
 }
 

/** HEADER */

header {
padding: 0 0 0 0;
background: transparent;
height: 110px;
}

header>h1 {
float: left;
margin: 0 0 14px 10px;
width: 600px;
/*font-size: 40px;
line-height: 36px;*/

}

header>h1 a:link, header>h1 a:visited {
color: #333;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #555;
}


header>h1{
top: -100;
left: -9000px;
position: relative;
}


header>h2 {
color: #777;
clear: right;
float: right;
font-size: 13px;
margin: 0px 10px 0px 0;
}

header>h2 a{
color: #333;
font-weight: normal;
text-decoration: underline;
}

header>h2 a:hover{
color: #FF0000;
font-weight: normal;
text-decoration: none;
}

header>h2 a:visited {
color: #333;
font-weight: normal;
text-decoration: underline;
}

#top_menu{
font-size: 12px;
 }

/** ARTICLES **/

article {
float: left;
padding: 0px 10px 10px 10px;
width: 620px;
}

.featured {
width: 620px;
float: left;
margin-bottom: 10px;
background: #fff;
}

article .featuredthumb {
float: left;
width: 200px;
height: 200px;
}

article .featuredtitle {
float: right;
width: 400px;
font-size: 20px;
font-weight: bold;
line-height: 1.3em;
}

article .featuredstory {
float: right;
width: 400px;
}

article .thumb {
float: right;
width: 80px;
height: 80px;
}

article .title {
float: left;
width: 500px;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

article .story {
float: left;
width: 500px;
font-size: 12px;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}


/* sidebar and footer widget blocks */

.tabwidget {
width: 665px; 
font: 10px normal Verdana, Arial, Helvetica, sans-serif; 
}

ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
width: 100%;

}

ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
border: 1px solid #999;
border-left: none;
margin-bottom: -1px;
background: #e0e0e0;
overflow: hidden;
position: relative;
}

ul.tabs li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.2em;
padding: 0 5px;
border: 1px solid #fff;
outline: none;
}

ul.tabs li a:hover {
background: #ccc;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #efefef;
border-bottom: 1px solid #efefef;
}

.tab_container {
border: 1px solid #999;
border-top: none;
clear: both;
float: left; 
width: 100%;
margin-bottom: 20px;
background: #efefef;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
padding: 20px;
font-size: 1.2em;
line-height: 1.5em;
}

.tab_content ul {
list-style: none;
}

.tab_content h3 {
border-bottom: 1px dashed #03327d;
}

.tab_content a {
color: #0A50C0;
}

.tab_content a:hover, a:active {
color: #333;
}

.tab_content img {
float: left;
margin-right: 15px;
border: 1px solid #03327d;
padding: 5px;
}


aside .standard h3 {
font-size: 18px;
text-shadow: 0px 2px 3px #ddd;
}

aside .standard ul {
list-style: square;
color: #bbb;
margin: -15px 0 15px 25px;
}

#footer-area {
background: #333;
color: #FFF;
font-size: 90%;
padding: 0;
overflow: hidden;
border-top: 2px #bbb solid;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #ccc;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
margin-top: -15px;
color: #faf0e6;
}

/* Models table */
table.models {
width: 600px;
background: #fff;
 }

td.models {
width: 20%;
text-align:center;
background: #fff;
 }
 
 a:link.models, a:visited.models, a:active.models {
 text-decoration: none;
 color: #000;
 display: block;
 width: 100%;
 height: 100%;
 background: #fff;
 border: 1px #fff solid;
}

 a:hover.models{
 text-decoration: none;
 color: #000;
 display: block;
 width: 100%;
 height: 100%;
 background: #fff;
 border: 1px #E5322C solid;
}

 table#bullets ul{
 margin-left: 0;
}
 
 table#bullets li{
 margin-left: 20px;
 list-style-type:disc;
 }
