/* remove all extra padding - tables need to be included for main image area */

*, table, tr, td { margin: 0px; padding: 0px; border: 0px; border-spacing: 0px;}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* default link styles */

a { text-decoration: none; color: #ffffff;}
a:active { text-decoration: none; color: #ffffff;}
a:hover { text-decoration: none; color: #ffffff; background-color: #0399F7; }
a:visited { text-decoration: none; color: #ffffff;}

/* paragraph type */
p {
	font-family: Arial, Helvetica, Lucida,'Lucida Grande','Lucida Sans', sans-serif;
}


/* center site */

#container { 
	width: 1075px; 
	margin: 0px auto; 
	background: #E6E6E6 url(../images/background.gif) repeat-y scroll 0 0;
}

/* header */

#top_nav {
width: 1075px;
height: 32px;
background-color: black;
}
#top_nav ul li { list-style-type: none; float: right; margin: 10px 10px 0px;}

/* logo */

#logo { 
	font-size: 22px;
	margin-left: 98px; 
	padding: 20px 0px 0px;
	height: 84px;
	text-transform: uppercase;
	font-weight: bold;
}

/* wide content */

#main_content {
	width: 1025px;
	background: #000000;
	margin: 0px 25px 5px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
	color: #ffffff;
}

/*slide area */

.main_image {
	width: 565px;
}

.info {padding: 10px 0px 10px 60px; font-size: 14px; float: left;}
.slide_controls { padding: 12px 0px; float: right;}

.description {
	width: 285px;
}

.border {
	padding-left: 20px;
	padding-right: 10px;
	border-right: 1px dotted #f2f2f2;
}

.topic { 
	font-weight: normal;
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 15px;
}

.description p{ 
	width: 235px;
	padding-top: 15px;
	border-top: 1px dotted #f2f2f2;
	line-height: 15px;
}

/* link style in paragraph */

.description_links {display: block; margin: 15px 0px;}

.description_links a { color: #0399F7; padding: 0 5px 0 0;}
.description_links a:hover { color: #ffffff; background-color: #0399F7;  }
.description_links a:visited { color: #0399F7;}

/* main navigation */

.navigation { 
	padding-left: 25px;
}

.navigation ul li { list-style-type: none; font-size: 12px; line-height: 30px;}


/* columns */

#column_holder { margin-left: 88px;}

.column {
	width: 225px;
	margin: 9px;
	background-color: #000000;
	float: left;
}

.header { 
	font-size: 12px; 
	text-align: left; 
	color: #000000; 
	background-color: #ffffff; 
	padding: 2px 5px; 
	margin-bottom: 20px; 
}

/* homepage columns */

/* column one */
.blue_box { height: 150px; margin-top: 15px; background-color: #0399F7; }

/* column two */
#black .header { margin-bottom: 0px;}
.black_box { height: 195px; margin: 0px 15px; padding: 20px 15px; border-bottom: 1px dotted #f2f2f2; text-align: center; }
.blue_rect { height: 195px; width:165px; background-color: #0399F7; margin: 0px auto; }

/* square circle */
.short { padding-bottom: 20px; text-align: center;}
#square { 
	width: 145px; 
	height: 145px; 
	background-color: white; 
	margin: 0px auto 39px; 
}

#circle { 
	width: 154px; 
	height: 154px;
	-moz-border-radius: 77px;
	-webkit-border-radius: 77px;
	background-color: white; 	
	margin: 0px auto 30px; 
}

.question { font-size: 12px; color: white; display: block;}

/* two col */

.two_column { width: 468; margin: 10px; float: left;}
.two_column .header {margin-bottom: 0px;}
.documentation {
	width: 468px; 
	height: 320px; 
	background-color: #0399F7;
}

/* three col interior page */

.interior #column_holder { margin-left: 78px;}
.three_column { width: 725px; margin: 10px 10px 10px 0px; float: left; }

/* white column */

#white { background-color: #ffffff; color: #0000000;}
#white .header { background-color: #000000; color: #ffffff; margin-bottom: 0px; } 
.white_box { height: 145px; padding: 15px 15px 25px; border-bottom: 1px dotted #333333; }


/* basic styles */
.clear { clear: both; height: 0px; display: block; }
.grey { color: #979797; }.sectionheader {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bold {
	font-weight: bold;
}

#image p {
	width: 550px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

