/* CSS Document */


html {
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
}


#holder {
	margin: 10px auto 0px;
}

#newtop_bar {
	background-image: url(images/newtop_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#newtop_bar p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	margin: 7px 20px 0 0;
	padding: 0px;
	font-size: small;
	text-align: right;
}


#whiteshad_bar {
	height: 23px;
	width: 800px;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: right;
	vertical-align: middle;
	background-image: none;	
}

#whiteshad_bar_bg {
	font-size: 100%;
	background-image: url(images/top_whitebg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}


#header {
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	width: 101%;
	height: 100px;
	background-color: #689997;
}

div#logo_bar {
	background-image: url(images/main_top_bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#contact_bar {
	height: 30px;
	width: 800px;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: right;
	vertical-align: middle;
	background-image: none;	
}

#contact_bar p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	margin: 7px 15px 0 0;
	padding: 0px;
	font-size: small;
}

#contact_bar_bg {
	font-size: 100%;
	background-image: url(images/main_top_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #648199;
}

#content_bg {
	background-color: #FFFFFF;
}





/* BEGIN NAVIGATION STYLES */

#nav {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px;
	width: 170px;
}

#nav a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}



#nav a:hover {
	border-bottom: 1px dotted #82ABD6;
	color: #ff6600;
}

#nav .menu1 a {
	margin: 0px;
	padding: 8px 0px 2px;

}


#nav .menu2 a {
	margin: 0px;
	padding: 8px 0px 2px;
	text-indent: 20px;
	color: #336699;
}

#nav .menu2 a:hover {
	color: #FF6600;
	}


#nav .menu3 a {
	list-style-type: none;
	margin: 0px;
	padding: 8px 0px 2px;
	text-indent: 40px;
	color:#6699CC;
}


#nav .menu3 a:hover {
	color: #FF6600;
	}


/* END NAVIGATION STYLES */

/* BEGIN CONTENT STYLES */

#content {
	margin: 0px;
	padding: 0 20px 20px;
	vertical-align: top;
	border-left: 1px dotted #CCCCCC;
	width: 559px;
}

#content h1 {
	font-size: x-large;
	font-weight: normal;
	text-align: right;
	color: #FF6600;
	margin: 0;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

#content h2 {
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	color: #000066;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0 none;
}

#content h3 {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	color: #648199;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	margin: 5px 0 5px 0;
}

p.center {
	text-align: center;
}	

p.first {
	text-indent: 0px;
}

p.hanging {
	margin: 5px 0px 5px 40px;
	text-indent: -20px;
}

.bold {
	font-weight: bold;
}

#content ul {
	list-style-type: disc;
	font-size: 11px;
	margin: 10px 0 0 35px;
	text-align: left;
}

#content li {
	margin: 0px 0px 5px;
}


#content #rule {
	background-attachment: fixed;
	background-position: center;
	height: 25px;
	width: 100%;
	margin: 25px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.thumbnail {
	margin: 0;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

img.tv-thumbnail {
	margin: 10px 0 0 0;
	border: 0;
}

.breadcrumb {
	font-size: x-small;
	color: #999999;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

li {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: x-small;
}

/* END CONTENT STYLES */


/* BEGIN LINK STYLES */
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}

/* END LINK STYLES */


#footer {
	text-align: center;
	vertical-align: top;
	width: 800px;
	margin: 10px 0px 0px;
}

#footer p {
	text-align: center;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	margin: 0px;
	text-indent: 0px;
	vertical-align: middle;
	padding: 5px;
}

#QT {
	text-align: center;
	vertical-align: top;
	width: 800px;
	margin: 10px 0px 0px;
}




/* BEGIN PAGE SPECIFIC STYLES */

/* INDEX STYLES */

table#index {
	margin: 50px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* CONTACT STYLES */
table#contact {
	margin: 10px 0 0 20px;
}

p.contact {
	margin: 0px;
	color: #666666;
}

p.contact-bold {
	margin: 0px;
	font-weight: bold;
	color: #000066;
}

/* PORTFOLIO-PRINT STYLES */
table#portfolio {
	margin: 10px 20px 0 0;
}

#description {
	margin: 0px 20px 0px 0px;
	}

p.portfolio {
	margin: 0px;
	color: #666666;
}

p.portfolio-bold {
	margin: 0px;
	color: #000000;
}

/* PR PAGE STYLES */

td.ver_rule {
	background-image: url(images/gray_1x2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

td.hor_rule {
	background-image: url(images/gray_2x1.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

p.caption {
	margin: 0px 0px 10px;
	color: #000000;
	text-align: center;
}

td.pr_thumbs {
	padding: 5px 5px 0px 5px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

h5.pr_tablesub {
	color: #FFFFFF;
	letter-spacing: 0.3em;
	text-align: center;
	margin: 3px;
}

table.pr_thumb_table {
	border-collapse: collapse;
}



/* POP-UP STYLES */

.alert
{
	color: #FF6600;
	font-size: x-small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p.popup {
	color: #666666;
	font-size: x-small;
	margin: 0px;
	font-weight:normal;
	}

p.popup-bold {
	color: #333333;
	font-size: x-small;
	margin: 0px;
	font-weight: bold;
	}

.video {
	border: 1px solid #999999;
}

a.popup {
	color: #000066;
	text-decoration: none;
}

a.popup:hover {
	text-decoration: underline;
	color: #FF6600;
	}



/* END PAGE SPECIFIC STYLES */


.QT_legal {
	font-size: x-small;
	color: #999999;
	margin: 0 0 5pt 0;
	vertical-align: top;
}

.greek {
	color: #FF0000;
	margin: 0px;
}
p.portfolio-campaign {
	margin: 0px;
	color: #000000;
	font-weight: bold;
}

