/* Created by http://freehtml5templates.com */

/* basics */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
.header, .footer, .section, .aside, .nav, .article {
display: block;
}

/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
background: #f7f6f6 url("images/bg.gif") repeat-x;
background-attachment: scroll;
background-position: center top;
text-align:justify;
color:#333;
}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 {
font-size: 40px;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
padding: 20px 0;
}

h2 {
font-size: 24px;
padding: 20px 0;
color: #7e2335;
}

h2 a {
color: #3b79ff;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 18px;
color: #7e2335;
padding-bottom: 3px;
border-bottom: #3b79ff 1px solid;
margin-bottom: 10px;
}

p {
padding-bottom: 20px;
}

/* header */

.header {
margin-top: 15px;
background: #fff url("images/introimage.png");
height: 211px; /* for IE */
min-height: 211px; /* for not-IE */
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.header h1, header p {
position: relative;
z-index: 9999;
width: 600px;
}

.header h1 {
padding: 20px 0 20px 20px;
color: #000;
}

.header p {
padding-left: 20px;
}

/* nav */

.nav {
background: #002e4f; 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d4368), to(#7e2335), color-stop(.5,#0d4368));
background-image: -moz-linear-gradient(20% 99% 90deg, #7e2335, #0d4368, #0d4368 100%);
margin: 0 auto;
width: 960px;
display: block;
float: left;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.nav .menu {
font-size: 16px;
font-weight: bold;
margin-left: 12px;
}

.nav .menu ul {
list-style: none;
margin: 0;
}

.nav .menu li {
float: left;
position: relative;
}

.nav .menu a {
display: block;
text-decoration: none;
color: #FFF;
padding: 0 25px;
line-height: 38px;
}

.nav .menu a:hover {
color: #b7edff;
}

/* nav 1-level dropdowns */
.nav .menu li ul { 
display: none; 
}

.nav .menu ul li a {
display: block;
text-decoration: none;
color: #FFF;
background: 002e4f; 
margin-left: 1px;
white-space: nowrap;
}
.nav .menu ul li a:hover { 
background: #002e4f; 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7e2335), to(#0d4368), color-stop(.6,#0d4368));
background-image: -moz-linear-gradient(20% 99% 90deg, #0d4368, #0d4368, #7e2335 100%);
}

.nav .menu li:hover ul {
display: block;
position: absolute;
min-width:200px;
}

.nav .menu li:hover li {
float: none;
}

.nav .menu li:hover a { 
background: #002e4f; 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d4368), to(#7e2335), color-stop(.5,#0d4368));;
background-image: -moz-linear-gradient(20% 99% 90deg, #7e2335, #0d4368, #0d4368 100%);
}

.nav .menu li:hover li a:hover { 
background: #002e4f; 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7e2335), to(#0d4368), color-stop(.6,#0d4368));
background-image: -moz-linear-gradient(20% 99% 90deg, #0d4368, #0d4368, #7e2335 100%);
}

/* content and sidebar layout */

#content {
float: right; 
width: 610px;
min-height:600px; 
margin:10px 0 10px 0; 
padding:5px 20px 5px 20px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.aside {
float: left;
text-align: left; 
width: 300px; 
margin:0; 
padding:0;
}

/* .article */
.articlecontent p a {
color: #3b79ff;
}

.articlecontent p a:hover {
color: #000;
}

/* box shadow on pics */
.articlecontent img {
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

/* sidebar */
.aside .section {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #eee;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.aside .section ul {
margin: 0 0 0 20px;
list-style-image: url(images/arrow.gif);
color: #3b79ff;
}

.aside .section ul li a {
display: block;
text-decoration: none;
color: #000;
list-style-image: url(images/arrow.gif);
}

.aside .section ul li a:hover {
background-color: #7e2335;
color: #fff;
}

/* .footer */
.footer {
clear: both;
float: left;
background: url("images/page-bot.gif") repeat-x;
width: 960px;
color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
height:39px;
}

.footer p {
text-align: right;
font-size: 11px;
padding-right: 0px;
color: #666;
font-weight:bold;
text-align:center;
}

.footer a {
color: #999;
}

.footer a:hover {
color: #FFF;
text-decoration: none;
}
table.sample {
	border-width: 2px;
	border-spacing: 3px;
	border-style: ridge;
	border-color: rgb(130, 37, 58);
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: rgb(130, 37, 58);
	background-color: white;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: rgb(130, 37, 58);
	background-color: white;
}

