/* CSS Document */
/*
    Gascom
    by Marko Trkulja
    developed for gascom by studio90.biz
*/

body  {
    font-family: Verdana, serif;    /* default page font */
    background: #181743 url(../images/bg.jpg) repeat-x top;
    margin: 0;          /* shorthand for all margins = 0 */
    padding: 0;         /* no padding */
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

/* outerDiv wraps around the rest of the page */
div#outerDiv {
    width: 900px;       /* sets the content width */
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
    background: #fff;       /* white content background, header image */
}
div#strip {
    position: relative;
	height: 20px;
	margin: 0 auto;
	background: #fff;
}
div#header {
    position: relative;
	width: 860px;
	height: 246px;      /* set size equal to banner image */
	margin: 0px 20px 20px 20px;
	background: #fff url(../images/header.jpg) center;
}


div#content {
    height: 860px;
	margin: 20px 20px 20px 20px;
	background: #eee;
    padding: 5px 5px;
}

#outerDiv a:link, #outerDiv a:visited {
    text-decoration: none;
    color: #b36b00;
}

#outerDiv a:hover, #outerDiv a:active {
    color: #2C2679;         
    text-decoration: underline;
}


/* ===== contact link ===== */

#outerDiv #contactButton {
    position: absolute;
    left: 750px;
    top: 0px;
}

#contactButton a:link, #contactButton a:visited{
    height: 29px;
    width: 86px;
    display: block;         /* make it a block element */
    text-indent: -1000em;   /* keep the text out of the display */
    background: url(../images/contact_icon_dual.png) no-repeat left top;
    border: none;           /* don't display a border */
}

#contactButton a:hover, #contactButton a:active{
    background-position: left bottom;   /* relocate the image to show the rollover image */
}

/* ===== main navigation links ===== */

#header #mainMenu {          /* set the position for the nav elements */
    position: absolute;
    left: 456px;
    bottom: 0px;
}

#mainMenu ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {               /* turn off the normal list item behavior */
    float: left;
    margin: 0;
    padding:0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Verdanna", sans-serif;
	font-size:16pt;
	font-weight: bold;
    display: block;         /* block mode for graphical button */
    color: #eee;            /* white text */
    text-decoration: none;  /* no underline */
    padding: 0 30px 0 30px; /* line up text & image */
    margin-right: 10px;
    line-height: 57px;
    background: url(../images/nav_rollover.png) no-repeat left bottom;
    border: none;           /* no border */
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #181643;         /* mustard color for text */
    background-position: left top;      /* move image to show rollover */
}

#mainMenu ul li a.current {  /* different look for "current" link */
    margin-top: -5px;
    height: 65px;
    background: url(../images/nav_current.png) no-repeat;
    color: #aaa;
    line-height: 57px;
}

#mainMenu ul li a.current:hover {
    cursor: default;
}

/* ====- main link content ===== */


div#linkContent {
    height: 620px;
	margin: 20px 20px 10px 20px;
	background: #eee;
	padding: 10px 10px 10px 10px;
	background: url(../images/bg_link.jpg) no-repeat center top;
}

#linkContent p {
    font-family: "Verdanna", sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}


/* ====- main content ===== */


#content div#mainContent {
    float: right;
	width: 520px;
	position: relative;
    margin: 0 0;
    padding: 10px 10px 10px 10px;
/*	background: #232323;*/
}


#mainContent p {
    font-family: "Verdanna", sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#mainContent h1 {
    font-family: "Verdanna", sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #2C2679;
    margin: 1ex 0;
}

#mainContent h2 {
	font-family: "Verdanna", sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#mainContent h3 {
	font-family: "Verdanna", sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}





/* ===== sidebar ===== */

#content div#sideBar {
    float: left;
    width: 300px;
    padding: 0 0px;
    margin: 0;
    border-left: solid #aaa 0px;
}

#sideBar p {
    font-family: "Verdanna", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
	padding: 0 10px;
    margin: 0 0 3ex 0;
}

#sideBar h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #1b9d95;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}

#sideBar img {
    margin: 0 0px;
}

#sideBar img.photo {
    padding: 0px;
    border: 0px solid #999;
}

#sideBar ol {
    margin: .5em 0 1.5em 0 ;
}

#sideBar li {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    color: #666;
    margin: .2em .5em;
}


/*FORM ELEMENT............................

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: auto;
clear: left;
margin: 0;
padding: 5px 20px 8px 20px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 320px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* ===== miscellaneous styles ===== */

.clear { clear: both }



