﻿
/***************************************************************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	background-color:#686D18;
	background-image:url('../images/in/welcomeBkg2.gif');
	background-repeat:repeat-x;
	color: #333;
}

div, table{
    margin:0;
    padding:0;
    /*border:solid 1px #F00;*/
}

table, img{border:0;}

input, textarea, select
{
    font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

/** Links **/

a.blue:link{color: #3F6091; text-decoration:underline;}
a.blue:active{color: #3F6091; text-decoration:underline;}
a.blue:visited {color: #3F6091; text-decoration:underline;}
a.blue:hover{color: #3F6091; text-decoration:none;}

a.black:link{color: #666; text-decoration:underline;}
a.black:active{color: #666; text-decoration:underline;}
a.black:visited {color: #666; text-decoration:underline;}
a.black:hover{color: #000; text-decoration:none;}

a.white:link{color: #FFF; text-decoration:none;}
a.white:active{color: #FFF; text-decoration:none;}
a.white:visited {color: #FFF; text-decoration:none;}
a.white:hover{color: #EEE; text-decoration:none;}

a.red:active {color: #D00;font-weight:bold;text-decoration:underline;}
a.red:visited {color: #D00;font-weight:bold;text-decoration:underline;}
a.red:link {color: #D00;font-weight:bold;text-decoration:underline;}
a.red:hover{color: #F00;text-decoration:none;font-weight:bold;}

/* COLORS */

.greenTxt{color:#21782D;}
.redTxt{color:#BE3737;}

/***************************************************************/

.wrapper{
    width:auto;
    height:auto;
}

.header{
    height:287px;
    width:999px;
    background-image:url('../images/headerBkg.jpg');
    background-repeat:no-repeat;
    width:999px;
    color:#E4E4E4;
}

.subHeader
{
    height:117px;
    background-image:url('../images/in/subHeaderBkg2.gif');
    width:999px;
    background-repeat:no-repeat;
}

.content
{
    height:auto;
    width:auto;
    background-color:#2D070A;
    background-image:url('../images/in/contentBkg.gif');
    background-repeat:repeat-y;
    background-position:left;
}
.footer
{
    clear:both;
    height:144px;
    width:100%;
    background-image:url('../images/in/footerBkg.gif');
    background-repeat:repeat-x;
}


/***************************************************************/

/* Header */


.headerCnt
{
    float:right;
    margin-top:30px;
    width:700px;
    height:20px;
    font-size:13px;
    font-weight:bold;
}

.headerCnt ul, .headerCnt li
{
    margin:0;
    padding:0;
    display:inline;
    list-style-type:none;
}

.headerCnt a
{
    margin-right:39px;
    padding-top:8px;
}

.subHeaderCnt
{
    float:right;
    margin-top:5px;
    width:195px;
    height:20px;

}

.subHeaderCnt a
{
    margin-right:5px;
    margin-left:5px;
}

.subHeaderTitle
{
    float:right;
    width:840px;
    height:38px;
    margin-top:45px;
    font-weight:bold;
    font-size:13px;
    color:#2D070A;
}

/* Footer */

.footerCnt
{
    float:left;
    color: #2D070A;
    font-weight:bold;
    margin-top:20px;
    width:425px;
    padding-left:10px;
}

/***************************************************************/

/* Content */

.contentCnt
{
    height:auto;
    width:550px;
    padding-left:435px;
}

.contentCntContact
{
    height:200px;
    width:630px;
    padding-left:175px;
}

.contentCntComm
{
    height:300px;
    width:230px;
    padding-left:175px;
    text-align:center;
    float:left;
}

.contentCntCoast
{
    height:auto;
    width:500px;
    padding-left:440px;
    color:#EEE;
}

.imageFloat
{
    float:left;
    margin:3px;
    text-align:center;
    border:solid 1px #FFF;
    color:#EEE;
    padding:2px;
    white-space:nowrap;
}

.imageFloat img
{
    padding:5px;
    max-width:150px;
}

.imageTumbTitle
{
    color:#EEE; 
    font-size:13px; 
    height:30px; 
    padding-left:5px; 
    font-weight:bold;
    padding-top:8px;
}

/***************************************************************/