/* CSS Document */

/* LAYOUT STYLES */
body 
	{
	color:#000;
	background-color:#eee;
	font: normal 1.2em "Comic Sans MS", sans-serif; 
	margin: 0px;
	padding: 0px; 
	}


#container 
	{
	margin: 0px auto;  /* <-- Centers Page */
	padding: 0;
	width: 770px;
	height:auto;
	min-height:1000px;
	color:#000;
	background-color:#ffffcc;
	border:1px solid #000;
	text-align: center;
	}

#content
	{
	text-align:left;
	margin-left:25px;
	margin-top:20px;
	height:auto;
	width:700px;
	padding-bottom:50px;
	line-height: 28px;
	}
	
#our_work_content
	{
	background-image: url(../images/notebook_contrast.jpg);
	background-repeat:repeat-y;
	padding:5px;
	padding-right:50px;
	padding-left:50px;
	}
	
#surg_logo
	{
	background-image:url(../images/surg_logo_text.jpg);
	background-repeat:no-repeat;
	width:446px;
	height:166px;
	}

p#footer_text
	{
	margin:0px auto;
	text-align:center;
	font-size:0.5em;
	padding-bottom:20px;
	}


#menu_wrapper
	{
	float:left;
	}
/* SOLO LINK */

#nav_right
	{
	width:150px;
	float:right;
	text-align:right;
	}

/*SURG SITEWIDE STYLES */

a.text_link
	{
	color:#000;
	}

a.text_link:hover
	{
	color:#000;
	background-color:#f9a866;
	}

/* TEXT MAIN */

ul.nav_main
	{
	float:left;
	color:#000;
	background-color:#fff;
	padding:10px;
	width:280px;
	height:auto;
	margin-left:150px;
	margin-top:20px;
	margin-bottom:20px;
	padding-right:25px;
	border:solid 2px #ccc;
	}

/* IMAGE MENU */

	#menu
	{
		float:left;
		width:700px;
	}

	#menu ul
	{
		list-style:none;
	}

	#menu li
	{
		display:inline;
		float:left;
		padding:0px;
		margin:10px;
		padding-right:5px;
	}

/* IMAGE LINK ROLLOVERS */

	li.about a
	{
		background:url(../images/about_button.jpg);
		background-position:0 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.about a:hover
	{
		background:url(../images/about_button.jpg);
		background-position:-192px 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.work a
	{
		background:url(../images/work_button.jpg);
		background-position:0 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.work a:hover
	{
		background:url(../images/work_button.jpg);
		background-position:-192px 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.contact a
	{
		background:url(../images/contact_button.jpg);
		background-position:0 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.contact a:hover
	{
		background:url(../images/contact_button.jpg);
		background-position:-192px 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.links a
	{
		background:url(../images/links_button.jpg);
		background-position:0 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.links a:hover
	{
		background:url(../images/links_button.jpg);
		background-position:-192px 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.forum a
	{
		background:url(../images/forum_button.jpg);
		background-position:0 0;
		width:192px;
		height:262px;
		display:list-item;
	}

	li.forum a:hover
	{
		background:url(../images/forum_button.jpg);
		background-position:-192px 0;
		width:192px;
		height:262px;
		display:list-item;
	}

acronym
	{
	cursor:help;
	}

/*SURG FORUM STYLES */

.comment
	{
	width:600px;
	}

.subject
	{
	width:400px;
	}

.name
	{
	width:300px;
	}

.image_border
	{
	border:3px solid #000;
	}
	
.align_right
{
text-align:right;
}

.float_right
{
float:right;
}

.float_left
{
float:left;
}
