﻿ 

/********************************************
   AUTHOR:          http://www.ambitiouswebdesign.com 
   WEBSITE:     http://www.#.com/
   TEMPLATE NAME:  NAME OF COMAPNY
   DATE:           Mar-28th-2009
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/

@font-face {
    font-family: 'Basic Sans';
    src: url('/fonts/sang.eot');
    src: url('/fonts/sang.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sang.woff') format('woff'),
         url('/fonts/sang.ttf') format('truetype'),
         url('/fonts/sang.svg#Basic Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans Bold';
    src: url('/fonts/sangb.eot');
    src: url('/fonts/sangb.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sangb.woff') format('woff'),
         url('/fonts/sangb.ttf') format('truetype'),
         url('/fonts/sangb.svg#Basic Sans Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Agency';
    src: url('/fonts/AGENCYB.eot');
    src: url('/fonts/AGENCYB.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AGENCYB.woff') format('woff'),
         url('/fonts/AGENCYB.ttf') format('truetype'),
         url('/fonts/AGENCYB.svg#Agency') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Agency Light';
    src: url('/fonts/AGENCYR.eot');
    src: url('/fonts/AGENCYR.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AGENCYR.woff') format('woff'),
         url('/fonts/AGENCYR.ttf') format('truetype'),
         url('/fonts/AGENCYR.svg#Agency Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {margin:0; padding:0px;}

html, body { 
margin:0;
padding:0px;
height:100%; 
background:black url('/images/bg.jpg') repeat-x top center;
} 

.line {border-bottom:1px solid #383838; margin:20px; clear:both;}
.clear { clear: both; }

/* ----------Centered Container Or the Layout--------------------- */

#container { 
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -1em; /* make sure this matches in the body footer DIV */
width: 960px;
padding-top: 40px;
} 

/* --------------LABELS BUTTONS & FORMS-----------*/
 
label {font: bold 10pt 'Trebuchet MS', Arial, Sans-serif; color: #777;}
 
.form, textarea {
width: 20em;
border: 1px solid #777;
font: 10pt 'Trebuchet MS', Arial, Sans-serif;
color: #86878b;
padding: 2px;
margin-bottom: 20px;
}
 
.button {
font-family:'Agency'; font-weight:normal; font-size:18px;
text-transform:uppercase; text-shadow:2px 2px black; color:white!important;
text-decoration:none;     
background:#00445a;
padding:5px;
}
.button:hover {background:#005e7c;}

/* --------------HEADER------------- */

#header {height: 73px; font-family:Arial, sans-serif; text-transform:uppercase; font-weight:bold;}
#header img {float:left;}
#header .info{color:white; text-align:right;}
#header .info h1 {font-size:31px;}
#header .info p {font-size:12px; letter-spacing:1px; color:#ffa800; font-weight:bold;}
#header a {color:white; text-decoration:none;}

/* --------------TOPNAV------------- */

#topnav {height:36px; width:900px; margin-left:30px;
border:1px #383838 solid; border-bottom:0px; background:#070707;}
#topnav ul{text-align:center; line-height:36px;}
#topnav li {display:inline; list-style-type:none; color:white;
font-family:Arial, sans-serif; letter-spacing:normal; text-transform:uppercase;font-weight:bold;font-size:15px;}
#topnav li a {padding:10px; padding-left:40px; padding-right:40px; color:white; text-decoration:none;}
#topnav li a:hover{color: #fff; background:#00445a;}
#topnav .active{color: #fff;}

/* --------------MAIN CONTENT, LEFT NAVIGATION----------------*/

#main {
min-height: 100%; 
height: auto !important; 
height: 100%; 
background:rgba(0,0,0,.3);
border: 1px #383838 solid;
color:white;
}

#main .content {
min-height: 600px; /* Height of Background Img */
height: auto;
width: 960px;
margin: 0 auto;
}

#main .content .sub {
padding:20px;
}

#main h1 {font-family:'Agency Light', Impact;
color:#ffa800!important; text-transform:uppercase; font-weight:normal; font-size:30px;}
#main h2 {font-family:'Agency Light', Impact;
color:#ffa800!important; text-transform:uppercase; font-weight:normal; border-bottom:1px #ffa800 solid; font-size:44px;}
#main h3 {font-family:'Agency Light', Impact;
color:#ffa800!important; text-transform:uppercase; font-weight:normal; font-size:24px;}
#main h4 {font-family:'Agency Light', Impact;
color:#ffa800!important; text-transform:uppercase; font-weight:normal; text-decoration:underline; font-size:22px;}
#main h5 {font-family:'Agency Light', Impact;
color:#ffa800!important; text-transform:uppercase; font-weight:normal; font-size:20px;}
#main h6 {font-family:'Agency Light', Impact;
color:#ffa800!important; text-transform:uppercase; font-weight:normal; font-size:18px;}
#main a {color:#ffa800;}
#main p {
font-family:Arial, sans-serif;
font-weight:normal; font-size:13px; margin-bottom:20px;
line-height:30px;}
#main ul {line-height:30px; font-family:Arial, sans-serif;
font-weight:lighter; font-size:13px; padding-left:40px; margin-bottom:20px; list-style-image:url('/images/arrow.png');}
#main ul li {font-family:Arial, sans-serif;}

/* --------------FOOTER------------- */

#footer, .push { 
clear:both;
width:960px;
height:1em; /* make sure this matches in the body container DIV */
bottom:0;
left:0;
margin:0 auto; 
position:relative;
} 

#footer {font-size:13px;font-family:Arial; font-weight:lighter; min-height:220px; height:auto; height:100%; color:#a5a5a6;}
#footer a {color:#a5a5a6;}
#footer .content .leftside {width:60%; float:left;}
#footer .content .leftside ul li {list-style:none; display:block;}
#footer .content .leftside ul li a {text-decoration:none;}
#footer .asc {float:right; text-align:center; width:40%; text-transform:none!important;}
#footer .asc a {text-decoration:none;}

/* --------------HOME----------------*/

#homepic {
margin: 0 auto;
margin-top:20px;
height:368px;
width:920px; 
background: black url(/images/homepic.jpg) no-repeat top right;
border:1px #383838 solid;
}

/* --------------BLOCKS----------------*/

.block {width:279px; float:left; padding:20px; padding-top:0px; padding-bottom:40px;}
.blockright {width:279px; float:right; padding:20px; padding-top:0px; padding-bottom:40px;}

.learnmore {float: right; clear: both; margin-bottom: 20px;}

.vertline {
	float:left;
	width:1px; height:297px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}

/* --------------SLIDER------------- */
			
#slider {
font-family:"Franklin Gothic Medium", Arial, sans-serif;
font-size:13px;
font-weight:normal;
letter-spacing:normal;
color:#fff;
width:390px;
height:368px;
padding:20px;
}

#slider h1 {font-size:40px!important; color:white!important; font-family:'Agency', Impact!important; font-weight:bold!important;}