/* CSS Document */


/* STRUCTURAL STYLES */

body {
	width:100%;
	margin:0px auto;
	background:url("../images/bg.gif") #96d5fd repeat-x;
	font-family:'Arial', Helvetica, sans-serif;
}

#wrapper {
	margin:0px auto;
	width:1000px;
	background-image:url("../images/full-bg.gif");
	background-repeat:repeat-y;
}



#header {
	width:1000px;
	height:143px;
	background-image:url("../images/swimmer.jpg");
}


#main-container {
	width:1000px;
}

#left-content-container {
	width:980px;
	float:left;
}

#left {
	width:20px;
	float:left;
}

#content {
	width:960px;
	float:left;
	background: url("../images/content_bg.gif") repeat-y;
}


#right {
	width:20px;
	float:right;
}


html>body #navigation {
	width:960px;
	height:42px;
	background-color:#021656;
}



/* MAIN CONTENT AND SIDEBAR STRUCTURE */

html>body #main-content {
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:630px;	
}

#main-content {
	float:left;
	margin-top:20px;
	margin-left:10px;
	width:630px;	
}


html>body #sidebar {
	float:right;
	width:230px;
	background-color:#e4eef5;
}


#sidebar {
	float:right;
	width:230px;
	margin-top:40px;
	margin-right:10px;
}




/* FOOTER */


#footer {
	width:960px;
	margin:0px auto;
	height:170px;
	background-color: #021656;
	clear:both;
}


#footer-contact {
	float:left;
	margin:20px;
	width:400px;
	font-family:'Arial', Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:16px;
}

html>body #footer-usa {
	float:right;
	margin:20px;
	width:250px;
	font-family:'Arial', Helvetica, sans-serif;
}

#footer-usa {
	float:right;
	margin:20px 5px 20px 20px;
	width:250px;
	font-family:'Arial', Helvetica, sans-serif;
}

#footer-usa h4{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom:6px;
}

#footer-usa p{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#fff;
}



/* FORM STYLES */



#search input.field {
	border:1px solid  #bcd4e3;
	padding:6px 10px;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;	
	font-weight:bold;	
	width:200px;
	margin-bottom: 6px;
}

html>body input.btn { 
	background-color:#021655;
	border:none;
	font-family:'Arial', Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:28px;
	text-transform:uppercase;
	vertical-align:middle;
	padding:8px 16px;

} 

input.btn { 
	background-color:#021655;
	border:none;
	font-family:'Arial', Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:28px;
	text-transform:uppercase;
	vertical-align:middle;
	padding:4px 8px;

} 


.float-column input.field {
	border:1px solid  #ccc;
	padding:3px 5px;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;	
	width:180px;
	margin-bottom: 6px;
}


.float-column textarea {
	border:1px solid  #ccc;
	padding:3px 5px;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;	
	width:180px;
	margin-bottom: 6px;
}



.float-column input.checkbox{
	float:left;
	margin-right:6px;
	
}


p.form-txt {
	font-size:11px;
	line-height:12px;
	margin-top:10px;
	margin-bottom:6px;
}

.float-column select.field {
	border:1px solid  #ccc;
	padding:3px 5px;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;	
	width:180px;
	margin-bottom: 12px;
}

label {
	font-family:'Arial', Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
}




/* COMMON LAYOUT CLASSES */

.clear {
	clear:both;
}

.no-bottom-margin {
	margin-bottom:0px;
}

.grey-hr {
	margin-top:2px;
	margin-bottom:30px;
	border-bottom:1px solid #dadbdd;
	border-top:1px solid #fff;
}

.blue-hr {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #bdd4e4;
	border-top:1px solid #e4eff5;
}


.float-column {
	width:200px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	padding:10px;
	background-color:#eeeced;
	border:1px solid #ccc;
}


.left-content-column {
	width:300px;
	float:left;
	margin-top:10px;
}

.right-content-column {
	width:300px;
	float:right;
	margin-top:10px;
}


.news-image {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	padding:3px;
	border:1px solid #CCCCCC;
}




/* COMMON TEXT CLASSES */

.breadcrumb {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	margin-bottom:20px;
}

.date-sidebar {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin-bottom:10px;
}

.date-main {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin-bottom:0px;
}


.rt-float-txt {
	font-size:12px;
	float:right;
	color:#ccc;
	margin-top:10px;
}

.sm-txt {
	font-size:12px;
	margin:0px;
}


.lt-grey {
	color:#ccc;
}



/* LIST CLASSES */

ul li {
	font-family:Arial, Helvetica, sans-serif;
}


ul.bullet {
	margin-bottom:30px;
}


ul.bullet li {
	margin:0px 0px 0px 20px;
	list-style-type:disc;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}


ul.sm-grey-list {
	font-size:12px;
	line-height:18px;
	list-style-type:none;
	margin:0px 0px 20px 0px;
}

ul.sm-grey-list li {
	font-size:12px;
	line-height:18px;
	list-style-type:none;
}




/* LINK STYLES */

a {
	font-family:'Arial', Helvetica, sans-serif;
}

a:link { 
	color: #3598ff;
	text-decoration:none;
}
a:visited { 
	color: #3598ff;
	text-decoration:none;
}
a:hover { 
	color: #3598ffC;
	text-decoration: underline;
}
a:active { 
	color: #3598ff;
	text-decoration:none;
}


a.button:link, a.button:visited, a.button:active {
	background-color:#021655;
	color:#fff;
	font-size:12px;
	line-height:28px;
	text-transform:uppercase;
	vertical-align:middle;
	padding:10px 18px;
	text-decoration:none;
}


a.button:hover {
	background-color:#19669a;
	color:#fff;
	text-decoration:none;
}




/* TEXT STYLES */

p {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#333333;
	margin-bottom: 21px;
}

h1 {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:31px;
	line-height:34px;
	color:#021656;
	font-weight:normal;
	margin-bottom: 18px;
}

h2 {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:21px;
	line-height:21px;
	color:#021656;
	font-weight:normal;
	margin-bottom: 18px;
}

h2.short {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:21px;
	line-height:21px;
	color:#021656;
	font-weight:normal;
	margin-bottom: 6px;
}

h3 {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
	line-height:21px;
	color:#021656;
	font-weight:normal;
	margin-bottom: 8px;
}

pre {
	font-family:'Courier New', Courier, monospace; 
	font-size:12px;
	margin-bottom:60px;
}


/* SEARCH RESULTS */

div.gsc-results * {
	width:650px;	
	text-decoration:none;
}

a.gs-title, a.gs-title, a.gs-webResult * {
	font-family:'Arial', Helvetica, sans-serif;
	color: #3598ff;
	text-decoration:none;
}

.gs-title * {
	font-family:'Arial', Helvetica, sans-serif;
	color: #3598ff;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

.gs-snippet {
	color:#333333;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#333333;
}


div.gsc-results a:link, a:visited, a:hover, a:active {
	font-family:'Arial', Helvetica, sans-serif;
	color: #3598ff;
	text-decoration:none;
}

.gsc-results {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color: #3598ff;
	text-decoration:none;
}

#mycontrol .gs-webResult .gs-visibleUrl-short .visibleUrl *{
	color: #666666;
	font-size:14px;
}

