/*font-family: Arial, Helvetica, sans-serif;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-family: Verdana, Arial, Helvetica, sans-serif;*/

body {
    background: #eceeee;	
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.alert {
	color: #ff0000;
}

img {
    border: none;	
}

#container {
    position: absolute;
    left: 50%;
    top: 0;
    width: 920px;
    margin: 0 0 0 -460px;
    padding: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #195454;
}

#innerContainer {
    display: inline;
    float: left;
    width: 920px;
    background: url(../img/containerBg.gif) top left repeat-y;	
}

#containerBottom {
	display: inline;
    float: left;
    width: 900px;
	padding: 0 10px 10px 10px;
    background: url(../img/containerBottom.gif) bottom left no-repeat;
}

#header {
    width: 900px;
    height: 175px;
    background-image: url(../img/headerBg.jpg);
    display: table;	
}

#logo {
    position: absolute;
    top: 62px;
    left: 105px;
    margin: 0;
    padding: 0;
    z-index: 1;	
}

#header .contactInfo {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;	
    display: table-cell;
    vertical-align: bottom;
    padding: 0 200px 30px 0;
    width: 700px;
    text-align: center;
}

#header .contactInfo a:link,
#header .contactInfo a:visited {
    color: #fff;
    text-decoration: none;	
}

#header .contactInfo a:hover,
#header .contactInfo a:active {
	text-decoration: underline; 
}

#leftColumn {
    display: inline;
    float: left;
    width: 200px;
    margin-right: 12px;
    margin-bottom: 15px;
}

#leftColumn .contactInfo {
    clear: both;
    width: 200px;
   
    display: table;
    padding-top: 0px;	
}

#leftColumn .contactInfo .info {
    display: table-cell;
    background: #fff;
    vertical-align: bottom;
    padding: 10px;
    opacity: .9;	
    text-align: center;
    font-size: 12px;
}

#leftColumn .contactInfo a:link,
#leftColumn .contactInfo a:visited {
    color: #000;
    text-decoration: none;  
}

#leftColumn .contactInfo a:hover,
#leftColumn .contactInfo a:active {
    text-decoration: underline; 
}



address {
    font-style: normal;	
}

#content {
    display: inline;
    float: left;	
    width: 673px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
    font-size: 12px;
    color: #195454; 
    margin: 0;
    line-height: 1.4em;
    text-transform: uppercase;
}

#rightColumn h3 {
    font-size: 12px;
    color: #195454; 
    margin: 0;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 10px;	
}

h4 {
    margin:0;
    font-size: 12px;	
}

#rightColumn ul {
    margin-top: 0;	
}

#content ul, #content ol {
    line-height: 1.4em;	
}

#rightColumn #issues {
	background: #e0e0e0 url(../img/rightColumnBg.jpg) top left repeat-x;
	padding: 10px;
	color: #444;
}

p {
    margin: 0 0 1.5em 0;
    line-height: 1.4em;	
}

.quote {
    display: inline;
    float: right;
    width: 150px;
    padding: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
    background: #fab42e url(../img/upperMenuBg.jpg) top left repeat-x;
    text-align: center;	
    color: #fff;
}

#mac {
    display: inline;
    float: right;
    margin: 0 0 10px 10px;	
}

#video {
    width: 653px;
    padding: 10px;
    background: #fab42e url(../img/upperMenuBg.jpg) top left repeat-x;	
}

#video h3 {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    color: #fff;	
    margin-top: 90px;
}

#player {
    display:inline;
    float: right;
    width:425px;
    height:300px;
    margin-left: 10px;	
}

#rightColumn {
    display: inline;
    float: right;
    margin: 0 0 10px 10px;
    width: 200px;	
}

.direction_column {
    display: inline;
    float: left;
    width: 326px;
    margin-right: 10px; 	
}

#footer h5 {
    font-size: 100%;
    margin: 0;	
}

#contact table {
	width: 400px;
}

#contact table th {
	width: 150px;
	text-align: right;
	vertical-align: top;
}

#contact table td {
	width: 250px;
}

#contact table textarea {
	width: 250px;
}
