/* 
alohahouse.net

CSS Coding by

Jason Reed
jasonreedwebdesign.com
 */



/* 
===============================================================================
BEGIN GLOBAL PROPERTIES 
===============================================================================
*/

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
}

body {
min-height: 100%;
height: 100%;
margin-left: 0px;
margin-top: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
background-color: #FFFFFF;
}

div.spacer {
clear: both;
}

a:link {
color: #003375;
text-decoration: underline;
}

a:visited {
color: #003375;
text-decoration: underline;
}

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

a img {
border-width: 0;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #333333;
}

span.bold {
font-weight: bold;
color: #333333;
}

span.bold_blue {
font-weight: bold;
color: #003375;
}

ul {
list-style: square;
}

li {
margin: 0 0 4px 20px;
}

.textbox,textarea {
width: 360px;
}

.align_left {
text-align: left;
}

.align_center {
text-align: center;
}

.align_right {
text-align: right;
}

div#calendar {
position: relative;
display: block;
width: 360px;
height: 220px;
text-align: center;
}


/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN CONTAINER PROPERTIES 
===============================================================================
*/

div#container {
margin: 0 auto;
width: 760px;
height: 100%;
}

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN HEADER PROPERTIES 
===============================================================================
*/

div#header {
position: relative;
width: 760px;
height: 160px;
background: url(../images/NavSlice.jpg) no-repeat;
padding-bottom: 10px;
}


/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN TEXTNAV PROPERTIES 
===============================================================================
*/

div#textnav {
position: absolute;
width: 760px;
top: 121px;
text-align: center;
}

#textnav ul, #textnav li {
display: inline;
list-style: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
margin: 0 5px 0 5px;
}

#textnav a:link {
color: #666666;
text-decoration: underline;
}

#textnav a:visited {
color: #666666;
text-decoration: underline;
}

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

/*---------------------------------------------------------------------------*/

/* 
===============================================================================
BEGIN PHOTOS PROPERTIES 
===============================================================================
*/

div#photos {
position: relative;
width: 760px;
padding-bottom: 25px;
}


/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN CONTENT PROPERTIES 
===============================================================================
*/

div#content {
position: relative;
width: 760px;
}

/*---------------------------------------------------------------------------*/

/* 
===============================================================================
BEGIN PAGE TITLE PROPERTIES 
===============================================================================
*/

div#title {
position: relative;
width: 760px;
height: 75px;
text-align: center;
}

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN LEFT COLUMN PROPERTIES 
===============================================================================
*/

div#left_column {
position: relative;
display: inline;
width: 360px;
float: left;
}

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN RIGHT COLUMN PROPERTIES 
===============================================================================
*/

div#right_column {
position: relative;
display: inline;
width: 360px;
float: right;
}

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN SUBCONTENT PROPERTIES 
===============================================================================
*/

div#subcontent {
position: relative;
clear: both;
width: 760px;
padding-top: 10px;
}

/*---------------------------------------------------------------------------*/

/* 
===============================================================================
BEGIN FOOTNAV PROPERTIES 
===============================================================================
*/

div#footnav {
position: relative;
clear: both;
width: 760px;
text-align: center;
padding-top: 15px;
}

#footnav ul, #footnav li {
display: inline;
list-style: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
margin: 0 5px 0 5px;
}

#footnav a:link {
color: #666666;
text-decoration: underline;
}

#footnav a:visited {
color: #666666;
text-decoration: underline;
}

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

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN FOOTER PROPERTIES 
===============================================================================
*/

div#footer {
position: relative;
clear: both;
width: 760px;
height: 80px;
background-image:url(../images/FooterSlice.jpg);
background-repeat: no-repeat;
padding-top: 5px;
}

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN FOOTEREMAIL PROPERTIES 
===============================================================================
*/

div#footeremail {
position: relative;
width: 760px;
top: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333333;
font-size: 16px;
text-align: center;
}

#footeremail a:link {
color: #666666;
text-decoration: underline;
}

#footeremail a:visited {
color: #666666;
text-decoration: underline;
}

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

/*---------------------------------------------------------------------------*/