/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #1f3e68 url(images/stripe-back.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}

#container p a, #container li a, h3 a {
	color: #fff22d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#container p a:hover, #container li a:hover, h3 a:hover {
	color: #ccc;
	border-bottom: 1px dashed #fff;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#tenyears {
	height: 188px;
}

#tenyears p#showcase {
	height: 156px;
}

#tenyears p#excellence {
	height: 32px;
}

#wrapper #nav {
	height: 214px;
	background: url(images/victory-nav.png) no-repeat;
}

#nav li a img {
	border: none;
}

#nav ul#left {
	list-style: none;
	float: left;
	margin-top: 70px;
}

#nav ul li {
	margin-bottom: 25px;
}

#nav ul li#aboutus {
	margin-left: 115px;
}

#nav ul li#services {
	margin-left: 100px;
}

#nav ul li#portfolio {
	margin-left: 120px;
}

#nav ul li#portfolio {
	margin-bottom: 0;
}

#nav ul#right {
	list-style: none;
	float: right;
	margin-top: 70px;
}

#nav ul li#clients {
	margin-left: 50px;
	margin-bottom: 17px;
}

#nav ul li#pricing {
	margin-left: 45px;
	margin-bottom: 19px;
}

#nav ul li#contactus {
	margin-right: 120px;
}

#nav ul li#contactus {
	margin-bottom: 0;
}



#content {
	clear: both;
	background: url(images/content-back.png) repeat-y !important;
	background: url(images/content-back.gif) repeat-y;
}

#content #container {
	width: 696px;
	margin: 0 auto;
}

#content #calendar #calendarinfo {
	margin: 0 15px 0 386px;	
}

table h4 {
	font-size: 1.4em;
	margin: 10px 0;
}

#content #calendar {
	background: url(/images/calendar.jpg) no-repeat;
	height: 425px;
	margin: 15px 10px;
}

#container h1 {
	margin: 0 10px 10px 10px;
	padding-top: 10px;
	font-size: 2.6em;
	border-bottom: 1px solid #274f85;
	height: 40px;
	line-height: 40px;
	color: #fff22d;
	text-align: center;
}

#container h2 {
	margin: 0 15px 10px 15px;
	padding-top: 10px;
	font-size: 2.4em;
	border-bottom: 1px dashed #fff22d;
	height: 35px;
	line-height: 35px;
	color: #ccc;
}

#container h3 {
	margin: 0 15px 10px 15px;
	font-size: 2em;
	height: 35px;
	line-height: 35px;
	color: #fff;
}

#container p {
	font-size: 1.8em;
	margin: 10px 15px;
	line-height: 2em;
}

#container .center {
	text-align: center;
}

#container img.floatright {
	float: right;
	margin: 20px;
	padding: 5px;
}

#clientslist {
	text-align: center;
}

#clientslist p a {
	border: none;
}

#clientslist p a img {
	border: 1px solid #264e82;
}

#footer {
	height: 180px;
	background: #264e82 url(images/footer-back.gif) repeat-x;
}

#footer p {
	width: 1000px;
	margin: 0 auto;
}

#footer p a img {
	border: none;
	text-align:right;
}