@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#00295C;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.title{
	display:block;
	margin:10px 0;
}

body.mceContentBody{
	background-color:#ffffff;
	background-image:none;
}

h1{
	font-size:20px;
	line-height:22px;
	color:#002a5c;
	margin:10px 0;
}

h1.title{
	font-family:kolibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:39px;
	letter-spacing:-1px;
	color:#0060B0;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#007dc3;
	margin:10px 0;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#007dc3;
	margin:5px 0;
}

p, li, td{
	font-size:13px;
	margin:10px 0;
	line-height:15px;
	color:#002a5c;
}

ul{
	margin-left:10px;
	padding-left:10px;
	list-style:none;
}

li{
	padding-left:10px;
	line-height:13px;
	margin:5px 0;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.box{
	border:1px solid #007DC3;
	margin:10px;
	padding:7px;
}

table{
	border-collapse:collapse;
}

td{
	vertical-align:top;
	padding:2px 3px;
}

form td{
	font-size:11px
}

input{
	font-size:12px;
}

a{
	font-weight:bold;
	text-decoration:underline;
	color:#002a5c;
}

a:link{
}
a:vistied{
}
a:hover{
	text-decoration:none;
}
a:active{
}

#container{
	width:975px;
	margin:0 auto;
	background-color:#ffffff;
}

#header{
	padding:10px 5px 5px 15px;
}

#header a{
	text-decoration:none;
}

#header a:link{
}
#header a:visited{
}
#header a:hover{
	text-decoration:underline;
}
#header a:active{
}

#logo{
	float:left;
	width:185px;
	text-align:center;
	margin-right:40px;
}

#logo img{
	border:none;
}

#logo h1{
	font-size:12px;
	line-height:18px;
}

#heading{
	float:left;
	background-image:url(images/heading.gif);
	background-repeat:no-repeat;
	width:485px;
	height:61px;
	margin-top:25px;
}

#heading h1, #heading h2{
	display:none;
}

#headRight{
	float:right;
	width:200px;
	margin-top:-5px;
}

#headRight p{
	text-align:center;
	margin:0;
}

#headRight ul{
	margin:0;
	padding:0;
}

#inner{
	background-image:url(images/dots.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#leftSide{
	position:relative;
	float:left;
}

#menu{
	width:191px;
/*	height:405px;*/
	background-image:url(images/menuBg.jpg);
	background-repeat:repeat;
/*	overflow:hidden;*/
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0px;
	display:block;
	color:#ffffff;
	text-transform:uppercase;
	height:49px;
	line-height:50px;
	text-align:center;
	width:191px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dashed #ffffff;
	background-repeat:repeat-x;
}

#menu a img{
	border:none;
}


#menu a:link{
}
#menu a:visited{
}
#menu a:hover{
	background-image:url(images/button3.jpg);
}
#menu a:active{
}

#menuEdge{
	background-image:url(images/greenBar.jpg);
	background-repeat:repeat;
	padding-left:16px;
}

#content{
	position:relative;
	float:left;
	width:526px;
	padding:0 15px 15px 15px;
}

#rightSide{
	float:right;
	width:212px;
	height:405px;
/*	background-color:#003681;*/
	position:relative;
	background-color:transparent;
}

#buttons{
/*	position:absolute;
	bottom:0;*/
	width:100%;
}

a.button, input.button{
	display:block;
	height:52px;
	line-height:52px;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	background-image:url(images/button.jpg);
	background-repeat:repeat-x;
	height:52px;
	text-decoration:none;
	letter-spacing:-1px;
	border-bottom:1px solid #007dc3;
	border-top:1px solid #0ea4e7;
}

#menu a.button{
	height:40px;
	line-height:40px;
	text-transform:none;
	font-size:16px;
	border-bottom:none;
	border-top:1px solid #ffffff;
}

input.button{
	line-height:30px;
	height:30px;
	padding:3px 10px;
	display:inline;
	cursor:pointer;
	font-size:15px;
}
input.button:hover{
	background-image:url(images/button2.jpg);
}

a.button img{
	border:none;
}


a.button:link{
}
a.button:visited{
}
a.button:hover{
	background-image:url(images/button2.jpg);
}
a.button:active{
}

#sub{
	padding:10px 10px 10px 0;
}

#footer{
	background-color:#B5DEFF;
	height:50px;
}

#footer p{
	margin:0;
	line-height:50px;
	font-size:11px;
}

#footer a{
	font-weight:normal;
	text-decoration:none;
	padding:0 8px;
	border-left:1px dashed #ffffff;
}

#footer a:link{
}
#footer a:visited{
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
}

.tree ul, .tree ul ul {
	list-style-type: none;
	background: url(images/vline.png) repeat-y;
	margin: 0 0 0 10px;
	padding: 0 0 0 0px;
}

.tree ul ul {
	margin-left: 10px;
}

.tree ul li {
	margin: 0px 0px 5px 0px;
	padding: 0 12px;
	line-height: 20px;
	background: url(images/node.png) 0px 1px no-repeat;
	color: #369;
	font-weight: bold;
}


.tree ul li li{
	margin:1px 0px
}
.tree ul li.last {
	background: #fff url(images/lastnode.png) 0px 0px no-repeat;
}

.tree a{
	text-decoration:none;
}
.tree a:hover{
	text-decoration:underline;
}

.tree h2{
	margin-bottom:0;
}

.tree li li a{
	font-weight:normal;
	
}
#props{background-color:#002A5C; width:975px; clear:both; padding:1px 0;}
#props p, #props p a{font-size:10px; color:#FFF; text-align:center; margin:0;}
#props p a:hover{text-decoration:none;}

.mailto{
	font-style:italic;
	text-decoration:none;
	color:#007DC3;
	font-weight:normal;
	font-size:12px;
}

#offices{
	padding:5px 0px 5px 20px;
}

#offices p{
	margin:0;
	font-size:11px;
}

#offices h3{
	font-size:12px;
	margin:0px;
}

.officeIcon{
	float:left;
	margin-right:3px;
	width:28px;
}

.office{
	float:left;
	width:155px;
}

#slideshow{
	float:left;
	width:768px;
	height:300px;
	background-color:#ffffff;
	background-image:url(images/slide_empty.jpg);
	background-repeat:no-repeat;
}

#slideshow img{
	border:none;
}

#slideshow a{
	display:none;
}

label {
    display: block;
    margin: 5px 0;
}
input.error, select.error, textarea.error {
    background-color: #FF9999;
    color: #000000;
}
label.error {
    color: #CC3333;
	margin:0px 0 5px 0;
	font-weight:bold;
}
input.valid {
}
input.error {
}

/* PAGE: tv_spots.php */
.embedded-video {margin:20px 0 40px; clear:both; display:block;}
