/* CSS Document */



/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/

body { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#00618a url(../images/bg.gif)}

p { margin:0px; padding:0px; font-size:13px; font-weight:normal; color:#FFFFFF; line-height:1.6em; padding-bottom:10px}
p a:link, p a:visited { text-decoration:underline; color:#FFFFFF} 
p a:hover { text-decoration: underline; color:#FFFFFF} 

h1 { margin:0px; padding:0px; font-size:16px; font-weight: bold; color:#FFFFFF;}
h1 a {color:#FFFFFF; text-decoration:underline}


/*
---------------------------------------------
02. BACKGROUND IMAGES
---------------------------------------------
*/

.bghome { width:100%; background:url(../images/bg_home.jpg) no-repeat top center; }
.bginnerpage { width:100%; background:url(../images/bg_innerpage.jpg) no-repeat top center; }
.bgphotospage { width:100%; background:url(../images/photosbg.jpg) no-repeat top center; }


/*
---------------------------------------------
03. CONTENT STYLES
---------------------------------------------
*/

.input { width:210px; margin:0; border:none; background:none; height:19px; padding:2px 0px 0px 0px; font:normal 11px Arial, Helvetica, sans-serif; color:#000;}
.input1 { width:117px; margin:0; border:none; background:none; height:19px; padding:2px 0px 0px 0px;  font:normal 11px Arial, Helvetica, sans-serif; color:#000;}

ul.list { margin:0; padding:0; padding-left:35px; padding-top:10px}
ul.list li { margin:0; padding:0;  color:#FFFFFF; font-size:12px; list-style:disc; line-height:1.4em; padding-bottom:2px}
ul.list li a {color:#FFFFFF; text-decoration:none}
ul.list li a:hover {color:#FFFFFF; text-decoration: underline}

ul.list2 { margin:0; padding:0; padding-left:35px; padding-top:10px}
ul.list2 li { margin:0; padding:0;  color:#FFFFFF; background:url(../images/divider_list.gif) no-repeat bottom left; font-size:13px; list-style:disc; line-height:1.4em; padding-bottom:10px}
ul.list2 li a {color:#FFFFFF; text-decoration:none}
ul.list2 li a:hover {color:#FFFFFF; text-decoration: underline}

.textwhite { color:#FFFFFF}
.textwhite a { color:#FFFFFF; text-decoration:none}

.text_orange { color:#ff8a00}


