@charset "UTF-8";
/* CSS Document */


/*
---------------------------------------------
MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 1.4;
	height: 100%;
	background-color: #10161a;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*
---------------------------------------------
HEADER ELEMENTS
---------------------------------------------
*/

#header {
	width: 100%;
	height: auto;
}
#header #headwrap  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 253px;
}
#header #headwrap1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 327px;
}
#banner {
	float: left;
	height: auto;
	width: 960px;
	margin-left: 10px;
}
#banner #logo {
	float: left;
	height: 244px;
	width: 158px;
	margin-left: 30px;
	margin-top: 17px;
}
#banner #logoin {
	float: left;
	height: 188px;
	width: 122px;
	margin-left: 30px;
	margin-top: 5px;
}
#banner #slider {
	float: right;
	height: 258px;
	width: 700px;
	margin-top: 14px;
}
#banner #sectionhead {
	float: left;
	width: 650px;
	height: 188px;
	margin-left: 100px;
}
#banner #sectionhead h3 {
	text-shadow: 2px 2px 2px black;
	font-size: 18px;
}
#banner #sectionhead h2 {
	text-shadow: 2px 2px 3px black;
	font-size: 50px;
	padding-top: 38px;
	font-weight: bolder;
}
#banner #sectionhead img {
	float: right;
}

/*
---------------------------------------------
NAVIGATION ELEMENTS
---------------------------------------------
*/

#navigation {
	float: left;
	height: 55px;
	width: 960px;
	margin-left: 10px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 55px;
}
#navigation a {
	text-shadow: 2px 2px white;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: bolder;
	height: 55px;
	display: inline-block;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#navigation a:hover {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
}

/*
---------------------------------------------
CONTENT ELEMENTS
---------------------------------------------
*/

#contwrapper {
	background-image: url(../images/bg_shadoz.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#contwrapper p {
	color: #333;
	margin: 0px;
}
#inwrapper {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_birds.gif);
	background-repeat: no-repeat;
}
#inwrapper2 {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_inside.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#welcome {
	float: left;
	height: auto;
	width: 632px;
	margin-top: 32px;
	margin-left: 30px;
	padding-left: 10px;
	text-align: left;
}
#welcome h3 {
	font-weight: bolder;
	color: #232323;
	font-size: 14px;
}
#welcome h2 , #content h2{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: #666;
	font-size: 3em;
}

/*
---------------------------------------------
HOTLINKS ELEMENTS
---------------------------------------------
*/

#hotlinx {
	text-align: center;
	float: left;
	height: 140px;
	width: 960px;
	margin-top: 30px;
	margin-bottom: 50px;
}
#hotlinx p, #sidebar p {
	color: #CCC;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
}
#hotlinx a , #sidebar a{
	color: #CCC;
	text-align: left;
	text-decoration: none;
}
#hotlinx a:hover, #sidebar a:hover {
	color: #FCE822;
	text-align: left;
	text-decoration: underline;
}
#hotlinx h2 , #sidebar h2{
	font-size: 18px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
}
#hotlinx img , #sidebar img{
	float: right;
	margin-right: 15px;
}
#box {
	float: left;
	height: 207px;
	width: 250px;
	margin-top: 32px;
}
.box1    {
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 280px;
	float: left;
	margin-left: 10px;
}
.boxes {
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 280px;
	float: left;
	margin-left: 40px;
}

/*
---------------------------------------------
INSIDE CONTENT
---------------------------------------------
*/

#content {
	float: left;
	height: auto;
	width: 620px;
	margin-top: 32px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: left;
}
#content h3 {
	font-weight: bolder;
	color: #333;
	font-size: 16px;
}
#content h4 {
	color: #333;
}
#content2 {
	float: left;
	height: auto;
	width: 620px;
	margin-top: 32px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#content ol  li , ul li{
	color: #333;
	list-style-position: outside;
	margin-left: 20px;
}

/*
---------------------------------------------
SIDEBAR
---------------------------------------------
*/

#sidebar {
	float: right;
	height: auto;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*
---------------------------------------------
FOOTER ELEMENTS
---------------------------------------------
*/

.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.spacer {
clear: both !important;
}
#footer {
	background-repeat: repeat;
	text-align: center;
	height: auto;
	width: 100%;
}
#footer #base img {
	text-align: center;
	margin: 3px;
}
#footer #base #social {
	text-align: center;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.icons {
	vertical-align: middle;
}
#base {
	background-image: url(../images/bgv_inshad.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 920px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
	color: #FFF;
	text-align: right;
	padding-top: 30px;
}
.copyright {
	float: left;
}

/*
---------------------------------------------
PORTFOLIO PAGE ELEMENTS
---------------------------------------------
*/

#portfolio ul {
	list-style-type: none;
	margin: 0px;
}
#portfolio ul li {
	display: inline-block;
	height: 220px;
	width: 270px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}
#portfolio {
	text-align: center;
	height: auto;
	width: 100%;
}
#portfolio p {
	padding-left: 10px;
}

/*
---------------------------------------------
FORM ELEMENTS
---------------------------------------------
*/

.fields {
	color: #999;
	background-color: #FFF;
	height: 25px;
	width: 200px;
	border: 1px solid #999;
}
.fieldbox {
	color: #999;
	background-color: #FFF;
	height: 150px;
	width: 200px;
	border: 1px solid #999;
}

