*{margin:0;padding:0; }
ul, li{list-style:none}
p{padding:8px 0;}
a{color:#2774DC;text-decoration:none;}
a:visited{color:#2774DC;}
a:hover{color:#333333;text-decoration:underline;}
a img, a:hover img{border:none;}
a:active, a:focus{outline:none}
.img-left{float:left;margin:0 10px 10px 0;}
.img-right{float:right;margin:0 0 10px 10px;}

.clearboth{clear:both}
.displaynone{display:none;}

h1, h2, h3, h4, h5, h6, th, var {
    font-style: normal;
    font-weight: normal;
}

body {
    background: #2774dc url(/images/layout/bg_body.gif) top left repeat-x;
    /*	font-family:Arial, Helvetica, sans-serif;
     */
    font: 62.5% / 1.4 'Lucida Grande', Verdana, sans-serif;
    font-size: 12px;
    color: #000;
	border-top:3px solid #003366;
}

#header{
	height:70px;
	width:890px;
	margin:0 auto;
}
#logo{
	padding-top:10px;
}
#topnav {
    width: 100px;
    margin: 0 ;
	background:#003366;
    text-align: center;
	float:right;
	margin-right:10px;
	font-size:11px;
	padding:3px 0;
}
#topnav a{color:#FFF;}
#logo {
    width: 300px;
    margin: 0 ;
	text-align:left;
}

#site-wrap {
    margin: 5px auto 0 auto;
    float: left;
    background: #FFF;
    width: 100%;
}

#content {
    width: 860px;
    background: #FFF;
    margin: 0 auto;
}
/* BREAD CRUMB */
ul#top-nav {
    width: 890px;
    text-transform: uppercase;
    margin: 23px auto 0px auto;
	padding-bottom:25px;	
	text-align:left;
	font-size:14px;
    background: url(/images/layout/bg_topnav.gif) bottom left no-repeat;
}

ul#top-nav li {
    list-style: none;
    display: inline;
	padding-top:5px;
}

ul#top-nav li.currentpage a {
    color: #003366;
    font-weight: bold;
    background: url(/images/layout/bg_arrowdown_green.gif) 50% 0% no-repeat;
	padding-top:18px;
}

ul#top-nav li a {
    color: #000;
    text-decoration: none;
	padding:0 10px;
	margin:0 10px;
}

ul#top-nav li a.last {
    background: none;
}

ul#top-nav li a:hover {
    text-decoration: underline;
}

/* BOTTOM NAV */
ul#bottom-nav {
    width: 890px;
    text-transform: uppercase;
    margin: 10px auto 0px auto;
	padding-bottom:25px;	
	text-align:center;
	font-size:12px;
}

ul#bottom-nav li {
    list-style: none;
    display: inline;
}

ul#bottom-nav li.currentpage a {
    color: #9FCFFF;
    font-weight: bold;
    background: url(/images/layout/bg_arrowdown_green.gif) 50% 0% no-repeat;
}

ul#bottom-nav li a {
    color: #9FCFFF;
    text-decoration: none;
	padding:0 10px;
	margin:0 10px;
}

ul#bottom-nav li a.last {
    background: none;
}

ul#bottom-nav li a:hover {
    text-decoration: underline;
}

/* INFO BLOCK */
.info-block {
    width: 880px;
    margin: 0 auto 10px auto;
    padding:0;
    float: left;
}
.info-block.dottedbottom{
	border-bottom:1px dotted #DDDDDD;
	padding-bottom:10px;
}
#front{
	margin-top:15px;
}
#front .info-block {
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 10px;
}

.info-block h3 {
    font: 1.9em / 1 "Helvetica Neue", Helvetica, Arial;
}

.info-block p {
    margin: 10px 0 0 15px;
}

.info-block ul {
    padding: 5px 15px;
}

.info-block ul li {
    list-style: none;
    padding: 5px 0;
}

.col1 {
    width: 780px;
    margin: 0 5px;
    padding:4px 8px;
    text-align: justify;
    float: left;
    clear: both;
}

.col1 h3{
	font-size:18px;
	margin:8px 0;
}

.col2 {
    width: 380px;
    margin: 10px;
    padding: 0 5px;
    text-align: justify;
    float: left;
}
.col2 h3{
	color:#2774DC;
}
.col2.thumb{
	margin-left:50px;
}
.col3 {
    width: 240px;
    margin: 5px;
    padding: 0 5px;
    text-align: justify;
    float: left;
}

.clearboth {
    clear: both;
    height: 1px;
    margin: 5px;
}

/* MISC */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.small-text {
    font-size: 11px;
}

.small-gray {
    font-size: 11px;
    color: #999;
}

.message {
    padding: 8px;
    background: #FFFFCC;
    margin: 5px;
}
.highlight{
	background:#FFFFEB;
}

.message-error {
    padding: 8px;
    background: #FFFFEB url(/images/layout/exclamation.png) 5px 5px no-repeat;
    padding-left: 30px;
    margin: 5px;
}

.message-success {
    padding: 8px;
    background: #FFFFEB url(/images/layout/tick.png) 5px 5px no-repeat;
    padding-left: 30px;
    margin: 5px;
}

#footer {
    margin-top: 90px;
    width: 100%;
    text-align: center;
    clear: both;
    color: #9FCFFF;
    background: #003366 url(/images/layout/bg_footer.gif) top left repeat-x;
    padding: 50px 0;
}
#footer a{color:#9FCFFF}
.footer-text{
	padding:15px;
	width:800px;
	margin:10px auto;
	background:#9FCFFF;
	color:#9FCFFF;
}

.footer-text a{
	color:#9FCFFF;
}

/* feature list */

ul.feature-list{
	color:#2774DC;
	margin-left:15px;
}
ul.feature-list li{
	padding-left:20px;
    background: url(/images/layout/icn_checkmark.jpg) 0% 50% no-repeat;
}

/* FORMS --------------------------------------------------------------------------------- */
form {
    text-align: left
}

form fieldset {
    margin-bottom: 10px;
    border: none;
    background: #FFF;
}

form legend {
    padding: 10px 10px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-weight: bold;
}

form fieldset ul {
    margin: 10px 0px;
    padding: 0;
}

form fieldset li {
    list-style: none;
    padding: 5px 10px 5px 25px;
    margin: 0px;
    clear: both;
    border-top: none;
}

form fieldset li label {
    float: left;
    width: 100%;
}

input, textarea, select {
    padding: 4px;
    color: #444;
    background: #FFF;
    border: 1px solid #CCC;
}

input:hover, textarea:focus, textarea:hover, select:hover {
    color: #000;
    background: #FFFFCC;
    border: 1px #666;
    border-style: inset;
}

input:focus, textarea:focus, select:focus {
    color: #000;
    background: #FFFFF2;
    border: 1px #333;
    border-style: inset;
}

input.btn-image {
    border: none;
}

input.btn-image:hover {
    color: #000;
    background: none;
    border: none;
    border-style: none;
}

input.btn-image:focus {
    color: #000;
    background: none;
    border: none;
    border-style: none;
}

input.button {
    background: url(/images/layout/bg_body.gif) 70% 0% repeat-x;
    color: #FFF;
}
/* TAGS */
#tags {
    margin: 10px 0;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 5px;
    background: url(/images/layout/bg_gray_diag.gif) top left repeat;
}
/* BLOG */
.info-block .col1 .content-desc {
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px
}
/* GALLERY */
.content-photo-main, .loading {
    height: 384px;
    width: 880px;
}

.content-photo-thumbs {
    width: 800px;
    margin: 0 auto;
    background: #FFF;
}

.content-photo-thumbs img {
    margin-right: 6px;
}

.loading {
    background: url(/images/layout/loading.gif) 50% 50% no-repeat;
}

#viewthumbs, #photo-info-link {
    cursor: pointer;
	font-size:11px;
}
.photo-info {
    background: #FFF;
    width: 395px;
    margin: 10px 50px 10px 0;
    height: 314px;
    float: right;
    opacity: .9;
    filter: alpha( opacity = 90 );
	padding: 20px;
}

.photo-info h1.content-name {
    font-size: 16px;
}

a.prev-photo{
	float:left;
	font-size:14px;	
}
a.next-photo{
	float:right;
	font-size:14px;
}

.icon-addcomment {
    background: url(/images/layout/comment_add.png) 0% 50% no-repeat;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
}

.icon-viewcomment {
    background: url(/images/layout/user_comment.png) 0% 50% no-repeat;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
}

.icon-print {
    background: url(/images/layout/printer.png) 0% 50% no-repeat;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
}
/* PAGING */
/* PAGE LINKS */
.paginate {
    padding: 8px 2% 0 2%;
    width: 95%;
    margin: 10px 0;
    background: #f5f5f5;
    float: left;
    clear: both;
}

.paginate .left {
    float: left;
    width: 45%;
}

.paginate .right {
    float: left;
    width: 50%;
    text-align: right;
}

a.pagelink {
    background: #FFF;
    padding: 3px;
    color: #CCC;
    font-size: 14px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-decoration: none;
    margin-bottom: 5px;
    height: 18px;
}

strong.pagelink {
    background: #FFF;
    padding: 5px;
    color: #333;
    font-size: 14px;
    border-bottom: 6px solid #FFF;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-decoration: none;
    height: 20px;
    width: 10px;
    line-height: 26px;
}

a.prevnext {
    background: #FFF;
    padding: 5px;
    color: #333;
    font-size: 14px;
    border-bottom: 6px solid #FFF;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-decoration: none;
    height: 20px;
    width: 10px;
}

a.prevnext:hover {
    padding: 5px;
    color: #CCC;
    font-size: 14px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-decoration: none;
    margin-bottom: 5px;
}
/* TABLES */
table th {
    background: #EEE;
    color: #666;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
table.noborder{
	border:0;
}
table. * {
    font-size: 11px;
}

table th {
    background: url(/images/layout/bg_body.gif) 70% 0% repeat-x;
    color: #FFF;
    padding: 3px 3px 3px 8px;
    text-transform: uppercase;
    font-weight: normal;
	font-size:14px;
	border-bottom:1px solid #143C6F;
	border-right:1px solid #143C6F;
}
table .table_header{
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
table td {
    padding: 5px;
}

table tr.table_row_even, table td.table_row_even {
    background: #eee;
}

table .package-name {
    font-size: 22px;
}

table .small-text {
    font-size: 11px;
    color: #999;
}
table {
    border: 1px solid #DDD;
    margin: 10px auto;
}


/* HELPFUL LINKS */
ul.helpful-links li a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
    background: url(/images/layout/blt_arrow.gif) 0% 50% no-repeat;
}

.font-smallest { font-size: 16px; }
.font-smaller { font-size: 18px; }
.font-small { font-size: 22px; }
.font-medium { font-size: 26px; }
.font-large { font-size: 32px; }
.font-larger { font-size: 40px; }
.font-largest { font-size: 52px; }

					a.showemailfriend, a.showemailfriend:hover{
	background: url(/images/icons/email.png) 0% 50% no-repeat;
	padding:0 0 0 23px;
	font-weight:bold;
	cursor:pointer;
}

.breadcrumb{
	background:#f5f5f5;
	padding:4px 0;
	font-size:11px;
	margin:10px 0;
	padding-left:10px;
}
.breadcrumb li{
	display:inline;
}
.breadcrumb li a{
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #FFF;
}
.heading-fancy{
	margin:10px 0;
}
ul.bulleted li{
	list-style:disc;
	margin-left:30px;
}
