
/*----------------------------------------------------------------------------- 
[www.thirtyasommelier.com] Screen Stylesheet 

version:   1.0 
date:      09/2/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/






/* Remove padding and margin ------------------------------------------------*/ 
p,h1,h2,h3,h4,h5,h6,ul,li,hr,div,ol,form { 
    margin: 0px; 
    padding: 0px; 
    border: 0px;
	font-weight: normal;
}

p {
	margin: 1em 0px 1em 0px;
}

/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}





/*---------------------------------- BODY TAG ----------------------------- */

body {
	background-image: url(../images/layout_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #1E4569;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

body#sub {
	background-image: url(../images/layout_sub_background.jpg);
}

a {
	color: #65c3ff;
	text-decoration: none;
}

		a:hover {
			color: #fcfda9;
		}
		
h1 {
	position: absolute;
	top: 0;
	width: 400px;
	height: 100px;
	z-index: 200;
}

		h1 a {
			display: block;
			float: left;
			width: 400px;
			height: 100px;
			text-indent: -9000px;
		}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 37px;
	color: #fff;
	border-bottom: 1px #e6e793 dotted;
	margin-bottom: 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	color: #fcfda9;
	padding-left: 42px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: top left;
	background-repeat: no-repeat;
}

		h3 a {
			color: #fcfda9;
		}
		
				h3 a:hover {
					color: #65c3ff;	
				}
				
h4 {
	font-size: 16px;
	line-height: 20px;
	color: #a9bac7;
	padding-bottom: 5px;
}

		#sub h4 {
			padding-bottom: 0;	
		}
		
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 30px;
	color: #fcfda9;
	border-bottom: 1px #a9bac7 dotted;
	margin-bottom: 10px;
	font-style: italic;
	margin-top: 5px;
}

		h5 span a {
			font-size: .6em;
			line-height: 1.2em;
			margin-top: 10px;
			font-style: normal;
			font-family: Helvetica, Arial, sans-serif;
			color: #a9bac7;
		}
		
				h5 span a:hover {
					color: #fff;	
				}
				
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #fcfda9;
	border-bottom: 1px #a9bac7 dotted;
	margin-bottom: 10px;
	font-style: italic;
}
		
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #fcfda9;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------------------------------------- CONTAINER DIV */

#container {
	width: 970px;
	margin: 0 auto;
}

#content {
	position: absolute;
	top: 414px;
}

		#content div.inner {
			width: 300px;
			float: left;
			margin-right: 20px;
		}

div.sub {
	width: 970px;
	margin: 0 auto;
}

div.sub div#content {
	position: absolute;
	top: 140px;
	width: 600px;
	margin-left: 0;
}

#footer {
	font-size: 12px;
	color: #a9bac7;
	line-height: 1.3em;
	text-align: right;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px #e6e793 dotted;
}

		#footer ul {
			list-style: none;	
		}
		
				#footer ul li {
					display: inline;
					margin-left: 15px;
				}

		#footer a {
			color: #a9bac7;
		}
		
				#footer a:hover {
					color: #fff;
				}
				
/* ---------------------------------------------------------------------------------------------------------- MAIN NAVIGATION */

ul#main_navigation {
	position: absolute;
	top: 42px;
	width: 970px;
	z-index: 100;
}

		ul#main_navigation li {
			display: inline;	
		}
		
				ul#main_navigation li a {
					float: right;
					background-position: top left;
					background-repeat: no-repeat;
					text-indent: -9000px;
					height: 27px;
					margin-left: 10px;
				}
				
						ul#main_navigation li a#about {
							width: 145px;
							background-image: url(../images/graphic_nav_about.png);
							[if IE 6.0] background-image: url(../images/graphic_nav_about.gif);
						}
						
								ul#main_navigation li a#about.selected {
									background-image: url(../images/graphic_nav_selected_about.png);
									[if IE 6.0] background-image: url(../images/graphic_nav_about.gif);
								}
						
						ul#main_navigation li a#geographics {
							width: 205px;
							background-image: url(../images/graphic_nav_geographics.png);
							[if IE 6.0] background-image: url(../images/graphic_nav_geographics.gif);
						}
						
								ul#main_navigation li a#geographics.selected {
									background-image: url(../images/graphic_nav_selected_geographics.png);
									[if IE 6.0] background-image: url(../images/graphic_nav_geographics.gif);
								}
						
						ul#main_navigation li a#insurance {
							width: 166px;
							background-image: url(../images/graphic_nav_insurance.png);
							[if IE 6.0] background-image: url(../images/graphic_nav_insurance.gif);
						}
						
								ul#main_navigation li a#insurance.selected {
									background-image: url(../images/graphic_nav_selected_insurance.png);
									[if IE 6.0] background-image: url(../images/graphic_nav_insurance.gif);
								}
				
						ul#main_navigation li a:hover {
							background-position: 0 -27px;	
						}
						
						ul#main_navigation li a.selected {
							background-position: 0 -27px;	
						}
						
						ul#main_navigation li a.selected:hover {
							background-position: 0 0;	
						}
						
/* ---------------------------------------------------------------------------------------------------------- SUB NAVIGATION */

ul#sub_navigation {
	position: absolute;
	font-size: 15px;
	top: 19px;
	width: 970px;
	text-align: right;
	list-style: none;
	z-index: 100;
}

		ul#sub_navigation li {
			display: inline;
			margin-left: 15px;
		}
		
		ul#sub_navigation a {
			color: #f3f5f6;
		}
		
				ul#sub_navigation a:hover {
					color: #fcfda9;
				}
				
/* ---------------------------------------------------------------------------------------------------------- FRONT INSURANCE LIST */

ul#insurance_links {
	position: absolute;
	top: 100px;
	margin-left: 740px;
	font-size: 28px;
	letter-spacing: -.05em;
	line-height: 28px;
	color: #a9bac7;
	list-style: none;
	width: 220px;
}
		
		ul#insurance_links li {
			margin-top: 6px;	
		}
		
		ul#insurance_links a {
			display: block;
			padding-left: 20px;
			background-image: url(../images/graphic_arrow.gif);
			background-position: 0 100px;
			background-repeat: no-repeat;
			display: block;
			color: #a9bac7;
			height: 28px;
		}
		
				ul#insurance_links a.selected {
					color: #fff;
					background-position: 0 10px;
					border-bottom: 1px #e6e793 dotted;
					height: 27px;
				}
		
				ul#insurance_links a:hover {
					color: #fcfda9;
					background-position: 0 10px;
					border-bottom: 1px #e6e793 dotted;
					height: 27px;
				}
				
div.sub ul#insurance_links {
	position: absolute;
	top: 280px;
	margin-left: 650px;
}
				
form#contactform input, form#contactform select {
	width: 285px;
	display: block;
	color: #1E4569;
	margin-top: 2px;
	margin-bottom: 13px;
}

form#contactform textarea {
	width: 600px;
	height: 100px;
	display:block;
}
