

/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Amethysta);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #555;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #424a63;
	text-decoration: underline;
}

a:hover {
	color: #fe7214;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-image: url(images/graphics/granite1.jpg);
	margin-top: 10px;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #fff;
	min-height: 150px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#headerleft {
	width: 600px;
	float: left;
}

#headerright {
	width: 300px;
	float: right;
	text-align: right;
	margin: 20px 10px 0 0;
}
 

/* Primary Navigation
------------------------------------------------------------ */

#nav {
 	background-image: url(images/nav.png);
	border-top: 1px solid #DFE3EA;
	clear: both;
	color: #fff;
	color: #DFE3EA
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#nav li,
#nav ol,
#nav ul {
	margin: 0;
	padding: 0;
}  


#nav ul {
	float: left;
	width: 100%;
}

#nav li {
 	float: left;
	list-style-type: none;
}

 #nav li a {
 	color: #fff;
	color: #DFE3EA;
	display: block;
	padding: 11px 20px 10px;
	position: relative;
	text-decoration: none;
	
}

#nav li a:hover,
#nav li a:active {
	 background-image: url(images/nav-hover.png);
	color: #ff9933;
}

  
 
/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
 	background-image: url(images/subnav.png);
	border-top: 1px solid #DFE3EA;
	clear: both;
	color: #DFE3EA;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav li,
#subnav ol,
#subnav ul {
	margin: 0;
	padding: 0;
}  

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #DFE3EA;
	display: block;
	padding: 11px 15px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active {
  	background-image: url(images/subnav-hover.png);

	color: #ff9933;
}

 

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	background-color: #DFE3EA;
	padding: 15px 0;
	width: 960px;
}


/* Home Top
------------------------------------------------------------ */

#home-top {
 	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
 
 #home-top p {
	padding: 0 0 5px;
}  

.home-top-left {
	width: 400px;
	float: left;
	margin: 0 0 0 20px;
}

.home-top-right {
	width: 510px;
	float: right;
	margin: 0 10px 0 0;
}



/* Home Middle
------------------------------------------------------------ */

#home-middle {
 	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#home-middle p {
	padding: 0 0 15px;
}

.home-middle-1 {
	float: left;
	padding: 0 25px 0 20px;
	width: 290px;
}

.home-middle-2 {
	float: left;
	width: 290px;
}

.home-middle-3 {
	float: right;
	width: 290px;
	padding: 0 20px 0 0;
}



/* Content
------------------------------------------------------------ */

#content {
	float: right;
	padding: 10px;
	width: 700px;
}
#sidebar {
	float: left;
	padding: 10px;
	width: 200px;
}
 
#content p,
#sidebar p {margin: 0 0 10px 0;
}
 
.clear {
	clear: both;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Droid Sans', arial, serif;
	font-family: 'Amethysta', serif;

	margin: 20px 0 5px  0;
 }

h1,
h2,
h2 a,
h2 a:visited {
	color: #424a63;
	font-family: 'Droid Sans', arial, serif;
	font-family: 'Amethysta', serif;
	font-size: 24px;
	line-height: 30px;
}

h2,
h2 a,
h2 a:visited {
	color: #424a63;
	font-family: 'Droid Sans', arial, serif;
	font-family: 'Amethysta', serif;
	font-size: 20px;
	line-height: 30px;
}

h2 a:hover {
	color: #fe7214;
	text-decoration: none;
}


h3 {
	font-size: 18px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	font-size: 16px;

}

#home-middle h4 {
	margin: 0 0 10px;
}

.sidebar h4,
.sidebar h4 a,
 {
	font-size: 14px;
}

.sidebar h4,
.sidebar h4 a,
.sidebar h4 a:visited {
	color: #222;
}

.sidebar h4 a:hover {
	text-decoration: none;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}




/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

#featured .featuredpage img,
#featured .featuredpost img {
	border: 10px solid #ccc;
	max-width: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#home-middle .featuredpage img,
#home-middle .featuredpost img {
	border: 5px solid #ccc;
	margin: 0 0 15px;
}



.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/nav.png);
	clear: both;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px;
 	width: 960px;
}

#footer p {
	color: #fff;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
 }

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fe7214;
	text-decoration: underline;
}

#footerleft {width: 400px;
	float: left;
	margin: 0 0 0 10px;
}
#footerright {width: 400px;	
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
}

table.data {
	border: 1px solid #000;
	border-collapse: collapse;
	}
table.data th {
	background-color: #C2CBD8;
	border: 1px solid #000;
	vertical-align: top;
}
table.data td {
	border: 1px solid #000;
	vertical-align: top;
}

table.datacentered {
	border: 1px solid #000;
	border-collapse: collapse;
	}
table.datacentered th {
	background-color: #C2CBD8;
	border: 1px solid #000;
	vertical-align: top;
	text-align: center;
}
table.datacentered td {
	border: 1px solid #000;
	vertical-align: top;
	text-align: center;

}
